@charset "utf-8";

/**
*
* -----------------------------------------------------------------------------
*
* Template : kulluu - Business 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="submit"] {
    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;
    padding: 10px 18px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

div textarea {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

input[type="submit"] {
    background: #f7c808;
}

.rs-contact .contact-address .address-item {
    overflow: hidden;
    margin-top: 20px;
}

.rs-contact .contact-address .address-item .address-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.rs-contact .contact-address .address-item .address-icon i {
    font-size: 25px;
}

.rs-contact .contact-address .address-item .address-text {
    float: left;
    width: 80%;
    padding-left: 15px;
}

.rs-contact .contact-address .address-item .address-text h3.contact-title {
    font-size: 16px;
    margin: 0;
    color: #232023;
}

.rs-contact .contact-address .address-item .address-text a {
    color: #232023;
}

.rs-contact .contact-address .address-item .address-text a:hover {
    color: #f7c808;
}

.overlap-form .rs-heading {
    position: relative;
    z-index: 99;
}

.overlap-form .wpcf7 {
    background: #fff;
    padding: 0 40px !important;
    position: relative;
}

.overlap-form .wpcf7:before {
    background: #fff;
    content: "";
    height: 145px;
    left: 0;
    position: absolute;
    top: -145px;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.08);
    outline: 1px solid transparent;
}

.overlap-form .wpcf7:after {
    background: #fff;
    content: "";
    height: 63px;
    left: 0;
    position: absolute;
    bottom: -53px;
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
    outline: 1px solid transparent;
}

.overlap-form .wpcf7 input[type="email"],
.overlap-form .wpcf7 input[type="text"] {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

.overlap-form .wpcf7 textarea.wpcf7-textarea {
    width: 100%;
    margin-bottom: 5px;
}

.overlap-form .submit-btn {
    margin: 0 auto;
}


/* Blog Design */

.rs-blog-grid .pagination-area,
.rs-team .pagination-area {
    padding-bottom: 30px;
}

.rs-blog-grid .pagination-area {
    padding-bottom: 45px;
}

.page .comments-area {
    padding-top: 40px;
}

.rs-blog .cat_name {
    display: none;
}

.rs-blog .blog-meta .blog-title {
    margin: 0px 0 10px;
    font-weight: 600;
    line-height: 28px !important;
    text-transform: capitalize;
}

.rs-blog .blog-meta .blog-title a {
    color: #212122;
}

.rs-blog .blog-meta .blog-title a:hover {
    color: #f7c808;
}

.rs-blog .full-blog-content {
    padding: 0px 0 0 0;
}

.rs-blog .blog-slider .blog-meta {
    margin-top: 30px;
}

.rs-blog .blog-slider .blog-meta .blog-title {
    font-size: 22px;
}

.rs-blog .blog-slider .no-thumb .blog-meta {
    margin-top: 5px;
}

.rs-blog .blog-slider .style3.no-thumb .blog-img {
    margin-bottom: 12px;
}

.rs-blog .blog-slider .style3.no-thumb .blog-img .blog-meta {
    position: static;
    background: transparent;
    padding: 0;
    opacity: 1;
}

.rs-blog .blog-slider .style3.no-thumb .blog-img .blog-meta .blog-title {
    margin-top: 4px;
}

.rs-blog .blog-slider .style3.no-thumb .blog-img .blog-meta .blog-title a {
    color: #232023;
}

.rs-blog-grid.rs-blog .blog-meta .blog-title {
    line-height: 30px !important;
}

.full-blog-content {
    padding: 20px 30px 25px;
}

.full-blog-content .blog-meta {
    text-transform: initial;
}

.full-blog-content .full-date {
    background: #f7c808;
    color: #232023;
    display: inline-block;
    padding: 6px 20px;
    z-index: 99;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 12px;
}

.full-blog-content .blog-title {
    margin: 4px 0 6px;
    line-height: 30px;
    font-weight: 600;
}

.full-blog-content .blog-title a {
    color: #222222;
}

.full-blog-content .blog-title a:hover {
    color: #f7c808;
}

.full-blog-content .blog-date {
    padding: 0;
    color: #909090;
    margin-right: 0;
    line-height: normal;
}

.full-blog-content .author {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    line-height: normal;
    color: #909090;
}

.full-blog-content .author i {
    color: #aaa;
    margin-right: 3px;
}

.blog-item .blog-img .full-date {
    background: #f7c808;
    color: #232023;
    display: inline-block;
    padding: 6px 20px;
    z-index: 99;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 12px;
}

.full-img-date {
    color: #232023;
}

.blog-date.img-date {
    border-radius: 3px;
}

.archive .rs-blog .blog-item {
    margin-bottom: 40px;
    background: #fff;
    padding-bottom: 28px;
    border-bottom: 1px solid #ededed;
}

.archive .full-blog-content .full-date {
    margin-top: 0;
}

.blog .rs-blog .col-md-9 article:first-child .blog-item {
    border-top: none !important;
    padding-top: 0 !important;
}

.blog .rs-blog .col-md-9-full article:first-child .blog-item {
    border-top: none !important;
    padding-top: 0 !important;
}

.home-blog .rs-blog .blog-item {
    margin-bottom: 15px;
}

.blog .rs-blog .blog-item {
    margin-bottom: 28px;
    padding-top: 50px;
    border-top: 1px solid #ededed;
    background: #fff;
}

.blog .rs-blog .blog-item .blog-img {
    position: relative;
    border-radius: 0px;
}

.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 .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;
    display: none;
}

.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: #f7c808;
    margin-bottom: 0;
}

.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
    color: #222222;
}

.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
    color: #f7c808;
}

.blog .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content {
    top: 0;
}

.rs-blog-details .bs-img,
.rs-blog .bs-img,
.blog .bs-img,
.rs-blog-details .blog-img,
.rs-blog .blog-img,
.blog .blog-img {
    position: relative;
}

.rs-blog-details .bs-img .blog-date,
.rs-blog .bs-img .blog-date,
.blog .bs-img .blog-date,
.rs-blog-details .blog-img .blog-date,
.rs-blog .blog-img .blog-date,
.blog .blog-img .blog-date {
    position: absolute;
    left: 15px;
    bottom: 15px;
    text-align: center;
    padding: 6px 20px;
    background: #f7c808;
    color: #232023;
    z-index: 99;
    font-weight: 500;
    border-radius: 3px;
}

.rs-blog-details .bs-img .blog-date span,
.rs-blog .bs-img .blog-date span,
.blog .bs-img .blog-date span,
.rs-blog-details .blog-img .blog-date span,
.rs-blog .blog-img .blog-date span,
.blog .blog-img .blog-date span {
    display: block;
    color: #232023;
    font-weight: 700;
    position: relative;
    z-index: 12;
    height: 40px;
    padding-top: 3px;
}

.rs-blog-details .bs-img .blog-date span.date,
.rs-blog .bs-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.rs-blog-details .blog-img .blog-date span.date,
.rs-blog .blog-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
    color: #232023;
    font-size: 24px;
    padding-top: 14px;
}

.rs-blog-details .bs-img .blog-date span.month,
.rs-blog .bs-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.rs-blog-details .blog-img .blog-date span.month,
.rs-blog .blog-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
    font-size: 18px;
}

.rs-blog-details .blog-item.style1 .blog-meta .blog-date,
.rs-blog .blog-item.style1 .blog-meta .blog-date,
.blog .blog-item.style1 .blog-meta .blog-date {
    display: block;
}

.rs-blog-details .blog-item.style2 .blog-img .blog-date,
.rs-blog .blog-item.style2 .blog-img .blog-date,
.blog .blog-item.style2 .blog-img .blog-date {
    position: absolute;
    right: 10px;
    left: auto;
    bottom: 10px;
    width: 100px;
    height: 80px;
    padding: 0;
    z-index: 99;
    background: transparent;
}

.rs-blog-details .blog-item.style2 .blog-img .blog-date:after,
.rs-blog .blog-item.style2 .blog-img .blog-date:after,
.blog .blog-item.style2 .blog-img .blog-date:after,
.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
    content: '';
    position: absolute;
    display: block;
    transition: all 0.2s;
    width: 0px;
    height: 0px;
    z-index: 11;
    top: 0;
    left: 0;
}

.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 0 solid;
    border-bottom-color: #232023;
    border-top: 80px solid transparent;
    border-right: 100px solid #232023;
}

.rs-blog-details .blog-item.style2 .blog-img .blog-date:after,
.rs-blog .blog-item.style2 .blog-img .blog-date:after,
.blog .blog-item.style2 .blog-img .blog-date:after {
    display: none;
}

.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
    border-top-width: 130px;
    border-right-width: 130px;
}

.rs-blog-details .blog-item.style2 .blog-img .blog-date span.date,
.rs-blog .blog-item.style2 .blog-img .blog-date span.date,
.blog .blog-item.style2 .blog-img .blog-date span.date {
    font-size: 24px;
    padding-left: 12px;
    padding-top: 10px;
    text-align: right;
    color: #fff !important;
    padding-right: 20px;
}

.rs-blog-details .blog-item.style2 .blog-img .blog-date span.month,
.rs-blog .blog-item.style2 .blog-img .blog-date span.month,
.blog .blog-item.style2 .blog-img .blog-date span.month {
    text-align: right;
    padding-right: 12px;
    font-size: 18px;
}

.rs-blog-details .blog-item.style2 .blog-meta .blog-date,
.rs-blog .blog-item.style2 .blog-meta .blog-date,
.blog .blog-item.style2 .blog-meta .blog-date {
    display: block;
}

.rs-blog-details .blog-item.style3 .blog-img,
.rs-blog .blog-item.style3 .blog-img,
.blog .blog-item.style3 .blog-img {
    margin-bottom: 25px;
}

.rs-blog-details .blog-item.style3 .blog-img .blog-date,
.rs-blog .blog-item.style3 .blog-img .blog-date,
.blog .blog-item.style3 .blog-img .blog-date {
    right: 10px;
    left: auto;
    top: 10px;
    bottom: auto;
}

.rs-blog-details .blog-item.style3 .blog-img .blog-meta,
.rs-blog .blog-item.style3 .blog-img .blog-meta,
.blog .blog-item.style3 .blog-img .blog-meta {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #232023;
    width: 100%;
    padding: 20px 25px;
    opacity: 0.8;
}

.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title {
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a {
    color: #fff;
}

.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover {
    color: #f7c808;
}

.rs-blog-details .blog-item.style3 .bottom-shadow1,
.rs-blog .blog-item.style3 .bottom-shadow1,
.blog .blog-item.style3 .bottom-shadow1 {
    padding-top: 0;
}

.rs-blog-details .blog-item.style4 .blog-img,
.rs-blog .blog-item.style4 .blog-img,
.blog .blog-item.style4 .blog-img {
    margin-bottom: 25px;
    position: relative;
}

.rs-blog-details .blog-item.style4 .blog-img:before,
.rs-blog .blog-item.style4 .blog-img:before,
.blog .blog-item.style4 .blog-img:before {
    opacity: .85;
    background: transparent;
    background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333), -moz-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333), -o-linear-gradient(transparent, #333333);
    content: "";
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: all 0.7s ease 0s;
}

.rs-blog-details .blog-item.style4 .blog-img img,
.rs-blog .blog-item.style4 .blog-img img,
.blog .blog-item.style4 .blog-img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-date,
.rs-blog .blog-item.style4 .blog-img .blog-date,
.blog .blog-item.style4 .blog-img .blog-date {
    right: 10px;
    left: auto;
    top: 10px;
    bottom: auto;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-meta,
.rs-blog .blog-item.style4 .blog-img .blog-meta,
.blog .blog-item.style4 .blog-img .blog-meta {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 35px;
    opacity: 0.8;
    padding-right: 30%;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-meta .blog-title,
.rs-blog .blog-item.style4 .blog-img .blog-meta .blog-title,
.blog .blog-item.style4 .blog-img .blog-meta .blog-title {
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    padding: 6px 0;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-meta .blog-title a,
.rs-blog .blog-item.style4 .blog-img .blog-meta .blog-title a,
.blog .blog-item.style4 .blog-img .blog-meta .blog-title a {
    color: #fff;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-meta .blog-title a:hover,
.rs-blog .blog-item.style4 .blog-img .blog-meta .blog-title a:hover,
.blog .blog-item.style4 .blog-img .blog-meta .blog-title a:hover {
    color: #f7c808;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-meta .author,
.rs-blog .blog-item.style4 .blog-img .blog-meta .author,
.blog .blog-item.style4 .blog-img .blog-meta .author {
    color: #f7c808;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-meta .date-meta,
.rs-blog .blog-item.style4 .blog-img .blog-meta .date-meta,
.blog .blog-item.style4 .blog-img .blog-meta .date-meta {
    color: #f7c808;
}

.rs-blog-details .blog-item.style4 .blog-img .blog-meta .seperator,
.rs-blog .blog-item.style4 .blog-img .blog-meta .seperator,
.blog .blog-item.style4 .blog-img .blog-meta .seperator {
    color: #fff;
}

.rs-blog-details .blog-item.style4 .bottom-shadow1,
.rs-blog .blog-item.style4 .bottom-shadow1,
.blog .blog-item.style4 .bottom-shadow1 {
    padding-top: 0;
}

.rs-blog-details .blog-item.style4 .home_full_blog,
.rs-blog .blog-item.style4 .home_full_blog,
.blog .blog-item.style4 .home_full_blog {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 35px;
    right: 60px;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9;
}

.rs-blog-details .blog-item.style4 .blog-button a,
.rs-blog .blog-item.style4 .blog-button a,
.blog .blog-item.style4 .blog-button a {
    color: #fff;
}

.rs-blog-details .blog-item.style4 .blog-button a:hover,
.rs-blog .blog-item.style4 .blog-button a:hover,
.blog .blog-item.style4 .blog-button a:hover {
    color: #f7c808;
}

.rs-blog-details .blog-item.style4:hover .blog-img:before,
.rs-blog .blog-item.style4:hover .blog-img:before,
.blog .blog-item.style4:hover .blog-img:before {
    opacity: 1;
}

.rs-blog-details .blog-item.style4:hover .blog-img img,
.rs-blog .blog-item.style4:hover .blog-img img,
.blog .blog-item.style4:hover .blog-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.rs-blog-details .blog-item.style4:hover .blog-img .blog-meta,
.rs-blog .blog-item.style4:hover .blog-img .blog-meta,
.blog .blog-item.style4:hover .blog-img .blog-meta {
    -webkit-transform: translateY(-104%);
    transform: translateY(-104%);
}

.rs-blog-details .blog-item.style4:hover .home_full_blog,
.rs-blog .blog-item.style4:hover .home_full_blog,
.blog .blog-item.style4:hover .home_full_blog {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: 35px;
}

#blog-home .owl-navigation-yes .owl-nav {
    top: -80px;
}

.bs-img {
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.bs-img img {
    width: 100%;
}

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

.rs-blog .blog-item .blog-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
}

.rs-blog .blog-item .blog-img.grayscale img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
}

.rs-blog .blog-item .blog-img.grayscale:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.rs-blog .blog-item .blog-img a {
    z-index: 11;
    position: relative;
}

.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 .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: #f7c808;
    color: #fff !important;
}

.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    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-img:hover .blog-img-content {
    top: 0px;
    opacity: 1;
}

.rs-blog .blog-item .blog-meta {
    transition: all 0.3s ease 0s;
}

.rs-blog .blog-item .blog-meta .seperator {
    padding-right: 7px;
}

.rs-blog .blog-item .blog-meta .blog-date {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.rs-blog .blog-item .blog-meta .blog-date i {
    color: #aaa;
    margin-right: 3px;
    font-size: 12px;
}

.rs-blog .blog-item .blog-meta .categories a {
    color: #909090;
}

.rs-blog .blog-item .blog-meta .categories a:hover {
    color: #f7c808;
}

.rs-blog .blog-item .blog-meta .blog-lc {
    display: inline-block;
}

.rs-blog .blog-item .blog-meta .blog-lc>div {
    display: inline-block;
}

.rs-blog .blog-item .date-post {
    padding: 0;
    color: #909090;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 12px;
}

.rs-blog .blog-item span.author,
.rs-blog .blog-item span.category {
    padding: 0;
    color: #909090;
    margin-right: 9px;
    margin-bottom: 10px;
    margin-left: 0;
    display: inline;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
}

.rs-blog .blog-item .blog-slidermeta {
    margin-bottom: 6px;
}

.rs-blog .blog-item .blog-slidermeta span.seperator {
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
}

.rs-blog .blog-item .blog-slidermeta span.category a {
    color: #909090;
}

.rs-blog .blog-item .blog-slidermeta span.category a:hover {
    color: #f7c808;
}

.rs-blog .blog-item div.comment {
    padding: 0;
    color: #222222;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: normal;
}

.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: 0 0 15px;
    clear: both;
}

.rs-blog .blog-item .blog-desc p {
    margin-bottom: 0;
}

.rs-blog .blog-item .blog-button {
    padding: 0px 0 5px;
}

.rs-blog .blog-item .blog-button a {
    background: transparent;
    color: #232023;
    border: none;
    border-radius: 25px;
    padding-right: 25px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.rs-blog .blog-item .blog-button a i {
    padding-left: 5px;
    transition: all 0.3s ease 0s !important;
    position: relative;
    top: 1px;
}

.rs-blog .blog-item .blog-button a i:before {
    font-size: 14px;
}

.rs-blog .blog-item .blog-button a:hover {
    padding-right: 30px;
    color: #f7c808;
}

.rs-blog .blog-item .blog-button a:hover i {
    padding-left: 10px;
}

.rs-blog .blog-item .blog-button a i {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    margin-left: 3px;
}

.rs-blog .full-layout {
    width: 100%;
}

.rs-blog .sidebar-none {
    display: none;
}

.rs-blog .owl-nav {
    display: none;
}

.rs-blog .home_full_blog {
    padding: 0;
}

.rs-blog .home_full_blog .blog-desc {
    margin-bottom: 20px;
}

.rs-blog .home_full_blog .blog-date {
    padding-top: 15px;
}

.icon-button a {
    color: #232023;
    background: #f7c808;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
}

.icon-button a:hover {
    color: #fff;
    background: #f7c808;
    opacity: 0.9;
}

.icon-button a i:before {
    font-size: 16px;
    font-weight: 600;
}

.comment i {
    color: #999;
    font-size: 12px;
}

.archive .rs-blog .blog-item .blog-img,
.blog .rs-blog .blog-item .blog-img {
    margin-bottom: 30px !important;
}

.single-post .rs-blog-details .bs-meta {
    margin-top: 0px;
    margin-bottom: 18px;
}

.single-post .rs-blog-details .type-post .single-content-full {
    padding-top: 0;
}

.home-blog-area .blog-item {
    padding: 0 1px;
    background: transparent;
}

.home-blog-area .blog-item .content-overlay:before {
    border-radius: 5px;
}

.home-blog-area .blog-item .blog-img img {
    border-radius: 0;
}

.home-blog-area .home_full_blog {
    border: none;
    border-radius: 0 0 5px 5px;
}

.home-blog-area .blog-meta {
    margin-top: 20px;
}

.blog-seo .rs-blog .blog-item div.comment {
    padding: 6px 28px 5px;
}

#blog-home.blog-personel .owl-nav {
    display: none !important;
}

.ps-navigation {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ps-navigation ul {
    margin: 0 !important;
    list-style: none;
}

.ps-navigation ul a {
    text-transform: uppercase;
    background: transparent;
    color: #444444;
    border-radius: 3px;
    font-weight: bold;
}

.ps-navigation ul a span {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    vertical-align: middle;
}

.ps-navigation ul a i {
    vertical-align: text-top;
}

.ps-navigation ul a:hover {
    color: #f7c808;
}

.ps-navigation ul a:hover span {
    color: #f7c808 !important;
}

.ps-navigation ul li.next {
    float: right;
}

.ps-navigation ul li.prev {
    float: left;
}

.ps-navigation ul li:nth-child(2) {
    text-align: right;
}


/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/

.rs-blog-details {
    overflow: hidden;
}

.rs-blog-details .type-post {
    background: #fff;
}

.rs-blog-details .type-post .single-content-full {
    padding: 12px 0 0px;
    overflow: hidden;
}

.rs-blog-details .type-post .tag-line {
    padding: 0;
}

.rs-blog-details .type-post .tag-line a {
    font-weight: 400;
    color: #909090;
}

.rs-blog-details .type-post .tag-line a:hover {
    color: #f7c808;
}

.rs-blog-details .bs-img {
    margin-bottom: 30px;
}

.rs-blog-details .bs-info {
    margin-bottom: 10px;
}

.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 .single-page-info .p-user .author-img {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
}

.rs-blog-details .single-page-info .p-user .author-img img {
    border-radius: 50%;
}

.rs-blog-details .single-page-info .p-date,
.rs-blog-details .single-page-info .author-name,
.rs-blog-details .single-page-info .p-cname {
    padding: 0;
    color: #909090;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0;
}

.rs-blog-details .single-page-info .author-name {
    color: #909090;
}

.rs-blog-details .bs-meta {
    font-size: 14px;
    margin: 15px 0 0;
    padding: 0;
}

.rs-blog-details .bs-meta li {
    display: inline-block;
    line-height: 10px;
    margin-right: 10px;
}

.rs-blog-details .bs-meta li i {
    margin-right: 3px;
    font-size: 12px;
    color: #aaa;
}

.rs-blog-details .bs-meta li a {
    color: #909090;
}

.rs-blog-details .bs-meta li.category-name ul {
    margin: 0;
    float: left;
    padding-left: 8px;
}

.rs-blog-details .bs-meta li .seperator {
    padding-right: 10px;
}

.rs-blog-details .bs-desc {
    margin-top: 10px;
}

.rs-blog-details .bs-desc p:last-child {
    margin-bottom: 10px;
}

.rs-blog-details .bs-desc ul {
    margin-left: 20px;
}

.rs-blog-details .blockquote {
    padding-left: 30px;
    border-left: 4px solid #444444;
    display: block;
    margin: 40px 0;
    background: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 14px !important;
    border-radius: 5px;
}

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

.rs-blog-details .related-post .blog-title a:hover {
    color: #f7c808;
}

.rs-blog-details .author-block {
    align-items: center;
    margin-top: 50px;
    padding: 35px 0px 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.rs-blog-details .author-block .author-img {
    float: left;
    width: 17%;
    padding-right: 30px;
}

.rs-blog-details .author-block .author-img img {
    border-radius: 5px;
    width: 120px;
}

.rs-blog-details .author-block .author-desc {
    float: left;
    width: 83%;
    text-align: left;
}

.rs-blog-details .author-block .author-title {
    margin: -10px 0 8px 0;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
}

.rs-blog-details .author-block .author-title:after {
    background: #f7c808;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    right: auto;
    width: 120px;
    height: 1px;
    margin: 0 auto;
    display: none;
}

.rs-blog-details .author-block .author-title a {
    color: #212121;
}

.rs-blog-details .author-block p {
    margin-bottom: 8px;
}

.rs-blog-details .comment-respond {
    margin-top: 0px;
}

.rs-blog-details .comments-title {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600 !important;
    margin-top: 40px;
}

.rs-blog-details #reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 33px;
    margin-top: 30px;
    position: relative;
    padding: 0 0 12px;
}

.rs-blog-details #reply-title:before {
    content: "";
    position: absolute;
    background: #232023;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.rs-blog-details #reply-title small {
    font-size: 80%;
}

.rs-blog-details #reply-title small a {
    color: #232023;
}

.rs-blog-details #reply-title small a:hover {
    color: #f7c808;
}

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

.blog .rs-blog .blog-item.no-thumbs {
    padding-top: 40px;
}

.rs-blog .blog-item.style3 .blog-no-thumb {
    margin-bottom: 10px;
}

.rs-blog .blog-item.style3 .blog-no-thumb .blog-meta {
    position: static;
    background: transparent !important;
    padding: 0;
}

.rs-blog .blog-item.style3 .blog-no-thumb .blog-meta .blog-title {
    margin-top: 5px;
}

.rs-blog .blog-item.style3 .blog-no-thumb .blog-meta .blog-title a {
    color: #232023;
}

.rs-blog .blog-item.style3 .bottom-shadow1.no-thumb .blog-meta {
    margin-top: 16px;
}

.single .tag-line {
    position: relative;
    color: #909090;
}

.single .tag-line a {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    position: relative;
}

.single .ps-navigation {
    margin: 23px 0 17px;
}

.single .ps-navigation .prev {
    width: 50%;
}

.single .ps-navigation .prev i {
    margin-right: 10px;
}

.single .ps-navigation .prev .next_link {
    margin-left: 23px;
}

.single .ps-navigation .next {
    width: 50%;
}

.single .ps-navigation .next .next_link {
    margin-right: 22px;
}

.single .ps-navigation .next i {
    margin-left: 10px;
}

.single .ps-navigation .next_link {
    text-transform: uppercase;
    color: #909090 !important;
}

.single .ps-navigation .link_text {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #232023;
}

.single .ps-navigation .link_text i {
    color: #909090;
    margin-top: -9px;
}

.single-post .ps-navigation {
    border-top: 1px solid rgba(170, 170, 170, 0.25);
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
    padding: 30px 0;
}

.single-post .ps-navigation .link_text {
    font-size: 12px;
}

.single-post .full-date {
    background: #232023;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.btm-cate {
    overflow: hidden;
    list-style: none;
    margin: 0 0 5px;
    padding: 0 0 12px;
    position: relative;
    font-size: 14px;
    color: #909090;
}

.btm-cate li {
    float: left;
    margin-right: 10px;
}

.btm-cate li a {
    color: #909090;
}

.btm-cate li a:hover {
    color: #f7c808;
}

.btm-cate li .seperator {
    padding-right: 7px;
}

.btm-cate .category-name i {
    margin-right: 3px;
    color: #aaa;
}

.btm-cate .tag-line {
    position: relative;
    padding-left: 2px;
    color: #909090;
}

.btm-cate .tag-line .seperator {
    padding-right: 12px !important;
}

.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 {
    border: 2px solid;
    border-color: #f7c808;
    background: #f7c808;
    position: relative;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
    line-height: normal;
    font-size: 17px;
    color: #232023;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}

.comment-respond .form-submit #submit:hover {
    border: 2px solid;
    border-color: #232023;
    background: #232023;
    color: #fff;
}

.comments-area {
    margin-top: 0;
}

.comments-area ol.children {
    padding: 0;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
}

.comments-area .comment-list li.comment {
    padding: 0;
    margin: 20px 0 25px;
    border-radius: 5px;
    list-style: none;
}

.comments-area .comment-list li.comment .comment-full {
    padding: 0;
    border-radius: 0px;
    position: relative;
}

.comments-area .comment-list li.comment .comment-body {
    padding-bottom: 0;
    position: relative;
    padding-left: 98px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.comments-area .comment-list li.comment #respond {
    padding-left: 98px;
    padding-bottom: 12px;
    padding-top: 0px;
}

.comments-area .comment-list li.comment span.says {
    display: none;
}

.comments-area .comment-list li.comment .comment-author {
    text-transform: capitalize;
}

.comments-area .comment-list li.comment .comment-author a {
    color: #232023;
}

.comments-area .comment-list li.comment .comment-author img {
    float: left;
    border-radius: 5px;
    position: absolute;
    left: 0;
}

.comments-area .comment-list li.comment .comment-author b {
    float: left;
    padding-right: 14px;
    padding-top: 0;
}

.comments-area .comment-list li.comment .comment-metadata {
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
    padding-top: 0;
}

.comments-area .comment-list li.comment .comment-metadata a time {
    color: #909090;
}

.comments-area .comment-list li.comment .comment-content {
    margin-top: 0;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
}

.comments-area .comment-list li.comment .comment-content p {
    margin-bottom: 4px;
    color: #666;
}

.comments-area .comment-list li.comment .reply {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
    text-align: left;
}

.comments-area .comment-list li.comment .reply a {
    position: relative;
    margin-left: 0;
    border: 2px solid;
    border-color: #f7c808;
    background: #f7c808;
    color: #232023;
    padding: 6px 20px 7px;
    border-radius: 20px;
}

.comments-area .comment-list li.comment .reply a:hover {
    border: 2px solid;
    border-color: #f7c808;
    background: #f7c808;
    color: #232023;
    opacity: 0.92;
}

.comments-area .comment-list li.comment .comment {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments-area .comment-list li.comment ol.children li {
    padding-right: 0;
    margin-left: 2.5em;
}

.comments-area .comment-list li.comment:last-child .comment-full {
    border-bottom: none;
}

.comments-area p.comment-form-author {
    float: left;
    width: 50%;
    padding-right: 25px;
    margin-bottom: 8px;
}

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

.comments-area p.comment-form-email {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

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

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

.comments-area p.comment-form-comment {
    clear: both;
    margin-bottom: 0;
}

.comments-area p.comment-form-comment label {
    display: block;
}

.comments-area p.comment-form-comment textarea {
    width: 100%;
    height: 160px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

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

.comments-area label {
    font-weight: 400;
}

.comment-full .comment-form-cookies-consent,
.comment-full .comment-form-url {
    display: none;
}

.inner-page-title {
    padding-top: 70px;
}

.dynamic-sidebar section.widget,
.dynamic-sidebar .recent-widget {
    background: #fff;
    padding: 0 0 0 25px;
    border-radius: 5px;
}

.dynamic-sidebar .recent-widget {
    margin: 0 0 2.5em;
}

.padding-left-sidebar .dynamic-sidebar section.widget,
.padding-left-sidebar .dynamic-sidebar .recent-widget {
    padding: 0 0 0 0px;
}

#respond {
    border-radius: 5px;
}

li.comment #respond {
    background: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.check-arrow {
    padding: 0;
}

.check-arrow li {
    position: relative;
    list-style: none;
    padding: 0 0 0 26px;
}

.check-arrow li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 4px;
    right: auto;
    top: 0px;
    font-size: 14px;
    color: #222222;
}

.check-circle {
    padding: 0;
}

.check-circle li {
    position: relative;
    list-style: none;
    padding: 0 0 0 26px;
}

.check-circle li:before {
    font-family: FontAwesome;
    content: "\f058";
    position: absolute;
    left: 0;
    right: auto;
    top: 0px;
    font-size: 18px;
    color: #f7c808;
    width: 40px;
    height: 40px;
}


/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/

.bs-sidebar .widget-title {
    color: #222222;
    padding: 0 0 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600 !important;
    position: relative;
}

.bs-sidebar .widget-title:before {
    content: "";
    position: absolute;
    background: #232023;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.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: #444444;
    transition: all 0.3s ease 0s;
}

.bs-sidebar ul a:hover {
    color: #f7c808;
}

.bs-sidebar ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 10px;
    padding-top: 10px;
}

.bs-sidebar ul li+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.bs-sidebar .widget_categories ul li {
    border-top: none;
    padding: 6px 0px 6px 14px;
    border: none;
    margin-top: 0px;
    position: relative;
}

.bs-sidebar .widget_categories ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #232023;
}

.bs-sidebar .widget_recent_comments ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: none;
}

.bs-sidebar .widget_recent_comments ul li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.bs-sidebar .widget_archive ul li {
    border: none;
    position: relative;
    padding: 6px 0px 6px 14px;
    margin: 0;
}

.bs-sidebar .widget_archive ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #444444;
}

.bs-sidebar .bs-search {
    overflow: hidden;
    position: relative;
}

.bs-sidebar .bs-search input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 10px 17px;
    width: 100%;
    border-radius: 5px;
}

.bs-sidebar .bs-search button {
    background: transparent;
    border: medium none;
    color: #666666;
    padding: 7px 16px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    outline: none;
    border-radius: 0 5px 5px 0;
}

.bs-sidebar .bs-search button:hover {
    color: #fff;
}

.bs-sidebar .bs-search button:hover i {
    color: #fff;
}

.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 .show-featured:first-child {
    margin-top: 8px;
}

.bs-sidebar .recent-post-widget>div+div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.bs-sidebar .recent-post-widget .post-date {
    font-size: 13px;
    color: #909090;
}

.bs-sidebar .recent-post-widget .post-title {
    font-weight: 500;
    margin-bottom: 0;
}

.bs-sidebar .recent-post-widget .post-title a {
    font-size: 15px;
}

.bs-sidebar .recent-post-widget .post-desc a {
    display: block;
    line-height: 22px;
    color: #444444;
    transition: all 0.3s ease 0s;
}

.bs-sidebar .recent-post-widget .post-desc a:hover {
    color: #f7c808;
}

.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: #ffffff;
    color: #444444;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.bs-sidebar .tagcloud a:hover {
    background-color: #f7c808;
    color: #232023;
    border: 1px solid #f7c808;
}

.bottom-shadow1 {
    padding: 38px 0 20px 0;
}

.bottom-shadow1.no-thumb {
    padding-top: 0;
}

.page-header {
    margin: 0 0 20px;
}

.page-header h1 {
    margin-top: 0;
}

body.blog .main-contain #content {
    padding-bottom: 78px;
}

body.search .entry-summary .blog-button a.readmore i {
    position: relative;
    top: 1px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

body.search article:hover .blog-button a.readmore i {
    margin-left: 10px;
}

.no-results p {
    font-weight: 500;
}

.bs-search {
    overflow: hidden;
    position: relative;
    max-width: 570px;
}

.bs-search input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

.bs-search button {
    background: transparent;
    border: medium none;
    color: #222222;
    padding: 8px 11px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 20px;
    outline: none;
    border-radius: 0;
}

.bs-search button:hover {
    color: #fff;
    background: #232023;
}

.bs-search label {
    display: inline;
    font-weight: normal;
}

article.sticky .blog-title a {
    color: #f7c808;
    position: relative;
    padding-left: 25px;
}

article.sticky .blog-title a:after {
    font-family: FontAwesome;
    content: "\f08d";
    position: absolute;
    left: 0;
    top: 2px;
    color: #f7c808;
    font-size: 25px;
}

.archive-post h3.blog-title a {
    color: #222222;
}

.archive-post h3.blog-title a:hover {
    color: #f7c808;
}

body.archive .rs-breadcrumbs.heads_trans .breadcrumbs-inner,
body.error404 .rs-breadcrumbs.heads_trans .breadcrumbs-inner,
body.single-product .rs-breadcrumbs.heads_trans .breadcrumbs-inner {
    padding: 260px 0 75px;
}


/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/

.pagination-area {
    padding-top: 0px;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.pagination-area .pagination {
    padding: 0;
    margin: 0;
}

.pagination-area .nav-links {
    display: inline-block;
    border: 2px solid #f2f2f2;
    padding: 9px 20px;
    border-radius: 30px;
}

.pagination-area .nav-links span.current {
    padding: 0 15px;
    line-height: 26px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    background: transparent;
    color: #f7c808;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #E6E6E6;
}

.pagination-area .nav-links>* {
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.pagination-area .nav-links a {
    padding: 0 18px 0 10px;
    line-height: 26px;
    color: #666666;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    background: transparent;
    opacity: .96;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #E6E6E6;
}

.pagination-area .nav-links a:hover {
    color: #f7c808 !important;
}

.pagination-area .nav-links a.next.page-numbers,
.pagination-area .nav-links a.prev.page-numbers {
    background: none !important;
    border-right: 0;
}

.pagination-area .nav-links a.next.page-numbers:hover,
.pagination-area .nav-links a.prev.page-numbers:hover {
    color: #f7c808 !important;
}

.comment-list .pingback,
.comment-list .trackback {
    list-style: none;
    padding-bottom: 15px;
    padding-top: 15px;
}

.comment-list .pingback a.url,
.comment-list .trackback a.url {
    color: #232023;
    font-weight: 500;
}

.comment-list .pingback a.url:hover,
.comment-list .trackback a.url:hover {
    color: #f7c808;
}

li.pingback,
li.trackback {
    line-height: 30px;
}

.pingback .comment-body a,
.trackback .comment-body a {
    display: block;
    font-size: 18px;
}

.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a {
    font-weight: normal !important;
    font-size: 14px !important;
}

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

.comment-list .pingback,
.comment-list .trackback {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fdfdfd;
}

.comment-list .pingback:nth-child(odd),
.comment-list .trackback:nth-child(odd) {
    background: #fbfbfb;
}


/*-------------------
    Search Results
---------------------*/

body.search-results .site-main>article {
    background: #fff;
    padding: 45px 0 0;
    border-top: 1px solid #ededed;
}

body.search-results .site-main>article .entry-title {
    padding: 0;
    font-weight: 600;
    margin-bottom: 12px;
}

body.search-results .site-main>article .entry-title a {
    color: #232023;
}

body.search-results .site-main>article .entry-title a:hover {
    color: #f7c808;
}

body.search-results .site-main>article .entry-summary {
    padding: 0 0 15px;
}

body.search-results .site-main>article .entry-summary p:last-child {
    margin-bottom: 0;
}

body.search-results .site-main>article .entry-summary .search-button {
    margin-top: 20px;
}

body.search-results .site-main>article .entry-summary .search-button a {
    color: #232023;
}

body.search-results .site-main>article .entry-summary .search-button a:hover {
    color: #f7c808;
}

body.search-results .site-main>article .entry-summary .search-button a i {
    vertical-align: middle;
    transition: 0.3s all ease;
}

body.search-results .site-main>article .entry-summary .blog-button {
    padding-top: 0px;
}

body.search-results .site-main>article .entry-summary .blog-button a:hover {
    color: #232023;
    opacity: 0.9;
}

body.search-results .site-main>article .entry-footer {
    padding: 20px 35px;
    background: #ebebec;
}

body.search-results .site-main>article .entry-footer:empty {
    display: none;
}

body.search-results .site-main>article .entry-footer span {
    font-weight: 600;
}

body.search-results .site-main>article .entry-footer span a {
    font-weight: 400;
    color: #666666;
}

body.search-results .site-main>article .entry-footer span a:hover {
    color: #f7c808;
}

body.search-results .site-main>article:first-child {
    border: none;
    padding-top: 0;
}

body.search-results .blog-button {
    padding: 0;
}

body.search-results .blog-button a {
    background: transparent;
    color: #232023;
    border: none;
    border-radius: 25px;
    padding-right: 25px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

body.search-results .blog-button a i {
    padding-left: 5px;
    transition: all 0.3s ease 0s !important;
    position: relative;
    top: 1px;
}

body.search-results .blog-button a i:before {
    font-size: 14px;
}

body.search-results .blog-button a:hover {
    padding-right: 30px;
    color: #f7c808;
}

body.search-results .blog-button a:hover i {
    padding-left: 10px;
}

body.search-results .blog-button a i {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    margin-left: 3px;
}

body.search-results .pagination-area .pagination {
    margin: 30px 0 0;
}


/* ---------------------------
    Header Section 
------------------------------*/

#rs-header {
    width: 100%;
    z-index: 9999;
}

#rs-header .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

#rs-header .toolbar-area {
    background: #232023;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
}

#rs-header .toolbar-area .toolbar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#rs-header .toolbar-area .toolbar-contact ul li {
    display: inline-block;
    margin-right: 25px;
    color: #fff;
}

#rs-header .toolbar-area .toolbar-contact ul li i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 6px;
    vertical-align: middle;
    color: #fff;
}

#rs-header .toolbar-area .toolbar-contact ul li i.flaticon-mail {
    position: relative;
    top: 1px;
}

#rs-header .toolbar-area .toolbar-contact ul li i:before {
    font-size: 18px;
}

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

#rs-header .toolbar-area .opening {
    margin-right: 20px;
}

#rs-header .toolbar-area .opening i {
    margin-right: 8px;
    line-height: 20px;
}

#rs-header .toolbar-area .opening i:before {
    font-size: 15px;
    font-weight: 600;
}

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

#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: #666666;
    border-radius: 2px;
}

#rs-header .row-table {
    display: table;
    width: 100%;
    position: relative;
}

#rs-header .row-table .col-cell {
    display: table-cell;
    vertical-align: middle;
}

#rs-header .logo-area {
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 20px;
}

#rs-header .logo-area a {
    font-weight: 700;
    color: #232023;
    transition: all 0.3s ease 0s;
}

#rs-header .logo-area a img {
    display: inline-block;
    vertical-align: middle;
}

#rs-header .logo-area .site-title {
    margin: 0;
    line-height: 33px;
}

#rs-header .logo-area .site-title a {
    font-size: 32px !important;
    font-weight: 700;
}

#rs-header .menu-responsive .sidebarmenu-area {
    float: right;
    top: 29px;
    padding-left: 17px;
    position: relative;
}

#rs-header .menu-responsive .sidebarmenu-area.off-border-left {
    padding-left: 5px;
    margin-left: 14px;
}

#rs-header .menu-responsive .sidebarmenu-search {
    float: right;
    padding-left: 10px;
}

#rs-header .menu-responsive .sidebarmenu-search .sticky_search {
    line-height: 66px;
    cursor: pointer;
    color: #28406d;
    font-size: 18px;
}

#rs-header .menu-responsive .sidebarmenu-search .sticky_form {
    position: absolute;
    bottom: -53px;
    right: 0;
    width: 100%;
    max-width: 300px;
    z-index: 99;
}

#rs-header .menu-sticky.sticky {
    backface-visibility: hidden;
}

#rs-header .menu-sticky.sticky .menu-area .navbar ul li a {
    color: #222;
}

#rs-header.header-style3 .container-fluid,
#rs-header.header-style3 .container {
    position: relative;
}

#rs-header.header-style3 .header-logo {
    padding-top: 28px;
}

#rs-header.header-style3 .header-logo .logo-area {
    float: none;
    margin: 0;
}

#rs-header.header-style3 .nav.navbar {
    float: none;
    margin-right: 0;
}

#rs-header.header-style3 .nav.navbar ul li+li {
    padding: 0 12px;
}

#rs-header.header-style3 .nav.navbar ul li .sub-menu li+li {
    padding: 0;
}

#rs-header.header-style3 .table_row .col-cell {
    width: 33.33%;
}

#rs-header.header-style3 .table_row .col-cell.header-logo {
    text-align: center;
}

#rs-header.header-style3 .menu-cart-area>a {
    padding-left: 15px;
}

#rs-header.header-style3 .sticky_form {
    right: 15px !important;
}

#rs-header.header-style3 .widget_shopping_cart_content ul li a {
    padding: 0;
    border: none;
}

#rs-header.header-style3 .menu-area .navbar ul li ul.sub-menu {
    min-width: 200px;
}

#rs-header.header-transparent {
    position: absolute;
}

#rs-header.header-transparent .menu-area .navbar ul li a {
    color: #fff;
}

#rs-header.header-transparent .menu-area .navbar ul li a:hover {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor a,
#rs-header.header-transparent .menu-area .navbar ul li.current_page_item a {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a {
    color: #fff;
}

#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a:hover {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor>a,
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item>a {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover>a {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area .navbar ul li:hover>a {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area.dark .navbar ul li a {
    color: #232023;
}

#rs-header.header-transparent .menu-area.dark .navbar ul li a:hover {
    color: #232023;
}

#rs-header.header-transparent .menu-area.dark .navbar ul li.current-menu-ancestor>a,
#rs-header.header-transparent .menu-area.dark .navbar ul li.current_page_item>a {
    color: #232023;
}

#rs-header.header-transparent .menu-area.dark .navbar ul li .sub-menu li a {
    color: #fff;
}

#rs-header.header-transparent .menu-area.dark .menu-responsive .sidebarmenu-search .sticky_search {
    color: #232023;
}

#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span {
    background: #232023;
}

#rs-header.header-transparent .menu-area.dark .menu-cart-area i {
    color: #232023;
}

#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search {
    color: #fff;
}

#rs-header.header-transparent .menu-cart-area i {
    color: #fff;
}

.transparent_head .rs-breadcrumbs .breadcrumbs-inner {
    padding: 260px 0 50px;
    min-height: 400px;
}

#rs-header.header-style5 .toolbar-area {
    background: #fff;
}

#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a {
    color: #666666;
}

#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a:hover {
    color: #f7c808;
}

#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li i {
    color: #666666;
}

#rs-header.header-style5 .toolbar-area .row-table .col-cell {
    width: 33.33%;
}

#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li a i {
    color: #666666;
    padding-right: 8px;
}

#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a {
    color: #666666;
}

#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a i:before {
    font-size: 22px;
}

#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a:hover {
    color: #f7c808;
}

#rs-header.header-style5 .header-inner .menu-area {
    background: #232023;
    padding-top: 1px;
    padding-bottom: 0px;
}

#rs-header.header-style5 .header-inner .menu-area .navbar {
    float: none;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul li a {
    color: #fff;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul li a:hover {
    color: #f7c808;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul li ul li a {
    color: #fff;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul li.current_page_item>a,
#rs-header.header-style5 .header-inner .menu-area .navbar ul li.current-menu-ancestor>a {
    color: #f7c808;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul li:hover>a {
    color: #f7c808;
}

#rs-header.header-style5 .header-inner .menu-area .navbar ul li .sub-menu li:hover>a {
    color: #f7c808;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area {
    background: #fff;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar {
    float: none;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li a {
    color: #232023;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li a:hover {
    color: #232023;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li ul li a {
    color: #232023;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current_page_item>a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current-menu-ancestor>a {
    color: #f7c808;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-cart-area i {
    color: #222;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .sticky_search i {
    color: #222;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .sidebarmenu-area .offcanvas-icon .nav-link-container a span {
    background: #222;
}

#rs-header.header-style5 .menu-responsive .sidebarmenu-search .sticky_search {
    color: #fff;
}

#rs-header.header-style5 .menu-responsive ul.offcanvas-icon .nav-link-container .nav-menu-link span {
    background: #fff;
}

#rs-header.header-style5 .menu-cart-area i {
    color: #fff;
}

#rs-header.header-style5 .logo-area {
    float: none;
    text-align: center;
    margin: 0;
}

.menu-area .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.menu-area .navbar {
    margin-bottom: 0;
    border: 0;
    float: right;
    padding: 0;
    margin-right: 25px;
}

.menu-area .navbar ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu-area .navbar ul li {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease 0s;
    padding: 0 13px;
    font-size: 14px;
    /*Dropdown Menu area*/
}

.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
    color: #f7c808;
}

.menu-area .navbar ul li a {
    color: #232023;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.menu-area .navbar ul li:hover a {
    color: #f7c808;
}

.menu-area .navbar ul li ul.sub-menu {
    min-width: 220px;
    padding: 15px 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: #232023;
}

.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor>a,
.menu-area .navbar ul li ul.sub-menu li.current_page_item>a {
    color: #f7c808;
}

.menu-area .navbar ul li ul.sub-menu li:hover>a {
    color: #f7c808;
}

.menu-area .navbar ul li:hover ul {
    opacity: 1;
    position: absolute;
}

.menu-area .navbar ul li+li {
    padding: 0 14px;
}

.menu-area .navbar ul li>a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    line-height: 55px;
    padding: 15px 0;
}

.menu-area .navbar ul li.active a {
    color: #232023;
}

.menu-area .navbar ul li.active li a {
    color: #232023;
}

.menu-area .navbar ul li.active li ahover {
    color: #232023;
}

.menu-area .navbar ul li .sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    width: 220px;
    z-index: 99999 !important;
    text-align: left;
    visibility: hidden;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
    -moz-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
    box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
}

.menu-area .navbar ul li .sub-menu li {
    line-height: normal;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.menu-area .navbar ul li .sub-menu li a {
    display: block;
    padding: 12px 0;
    text-transform: none;
    transition: all 0.3s ease 0s;
    color: #fff;
    font-weight: 400;
}

.menu-area .navbar ul li .sub-menu li a:hover {
    color: #f7c808;
}

.menu-area .navbar ul li .sub-menu li a:hover:before {
    opacity: 1 !important;
}

.menu-area .navbar ul li .sub-menu li.current-menu-item a {
    color: #f7c808;
}

.menu-area .navbar ul li .sub-menu li ul {
    left: -100% !important;
}

.menu-area .navbar ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.menu-area .navbar .navbar-toggle {
    background-color: #f7c808;
    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.header-style-4 .menu-area .navbar ul li .sub-menu,
#rs-header.header-style5 .menu-area .navbar ul li .sub-menu {
    top: 100%;
}

.sidebarmenu-area,
.sidebarmenu-search,
.menu-cart-area {
    padding-top: 5px;
    padding-bottom: 10px;
}

#rs-header.header-transparent .menu-area .navbar ul.menu>li.current_page_item>a:before,
#rs-header.header-transparent .menu-area .navbar ul.menu>li>a:before {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area .navbar ul.menu>li.current_page_item>a:after,
#rs-header.header-transparent .menu-area .navbar ul.menu>li>a:after {
    color: #f7c808;
}

#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li.current_page_item>a:before,
#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li>a:before {
    color: #232023;
}

#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li.current_page_item>a:after,
#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li>a:after {
    color: #232023;
}

.menu-sticky.sticky .menu-area .navbar ul>li.current-menu-ancestor>a,
.menu-sticky.sticky .menu-area .navbar ul>li.current_page_item>a {
    color: #232023 !important;
}

.menu-sticky.sticky .menu-area .navbar ul li ul li a:hover {
    color: #232023 !important;
}

#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul>li.current_page_item>a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul>li.current-menu-ancestor>a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu>li.current_page_item>a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu>li.current-menu-ancestor>a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area.dark .navbar ul>li:hover>a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul>li.current-menu-ancestor>a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul>li.current_page_item>a {
    color: #232023;
}

#rs-header.header-transparent .menu-sticky.sticky .menu-responsive .sidebarmenu-search .sticky_search .fa,
#rs-header.header-transparent .menu-sticky.sticky .menu-cart-area i {
    color: #232023;
}

#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
    background: #232023 !important;
}

header.header-style3 .menu-area .navbar ul li .sub-menu li ul {
    left: 100% !important;
    padding-bottom: 0;
}

#rs-header.header-style3 .menu-area .navbar ul li .sub-menu li:hover>a {
    color: #f7c808;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area {
    background: #fff !important;
}

#rs-header.header-style-4 .sidebarmenu-area,
#rs-header.header-style-4 .sidebarmenu-search,
#rs-header.header-style-4 .menu-cart-area {
    padding-top: 12px;
    padding-bottom: 5px;
}


/*******off Canvas css********/

ul.offcanvas-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link-container .nav-menu-link span {
    height: 2px;
    width: 20px;
    display: block;
    background: #232023;
    margin-bottom: 4px;
    border-radius: 30px;
    transition: all .5s ease;
    cursor: pointer;
    list-style: none;
}

.nav-link-container a {
    display: block;
}

ul.sidenav.nav-active-menu-container {
    overflow-y: auto;
    padding: 30px 30px 0 30px;
}

ul.sidenav .sub-menu {
    display: none;
}

ul.sidenav .widget_kulluu_flickr #rsflicker {
    margin-left: 0;
}

ul.sidenav .widget_kulluu_flickr #rsflicker li {
    list-style-type: none;
    position: relative;
    width: 33.33%;
    display: inline-block;
}

ul.sidenav .widget_kulluu_flickr #rsflicker li a img {
    opacity: 1;
    width: 100%;
}

ul.sidenav .widget_kulluu_flickr #rsflicker li a:hover img {
    opacity: .9;
}

.mobile-menu-container div ul {
    position: relative;
}

.mobile-menu-container div ul li {
    position: relative !important;
}

.mobile-menu-container div ul li a {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-container div ul li a:hover {
    color: #f7c808 !important;
}

.mobile-menu-container div ul>li.current_page_parent>a {
    color: #f7c808 !important;
}

.mobile-menu-container .menu>li:last-child a {
    border-bottom: none;
}

.mobile-menu-container .social-icon-responsive ul li a {
    padding-right: 0;
    margin-right: 0;
}

ul.sidenav .menu>li.menu-item-has-children:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    left: auto;
    right: 0;
    top: 11px;
    color: #222222 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    display: block !important;
    cursor: pointer;
    background: #f0f0f0;
}

.sidenav .menu>li>.sub-menu li ul {
    display: block !important;
}

.sidenav .menu>li>.sub-menu li ul>li a {
    padding-left: 60px;
}

body.logged-in ul.sidenav {
    top: 30px;
}

.sidenav .menu li ul.sub-menu li a {
    padding-left: 40px;
    font-size: 13px;
}

.sidenav .menu li ul.sub-menu li a:before {
    display: none;
}

.sidenav .widget_nav_menu {
    padding: 0 !important;
}

.sidenav .widget_media_image {
    text-align: left;
}

.sidenav .widget_media_image img {
    width: auto;
    height: 30px !important;
    margin-top: 4px;
}

.sidenav p {
    font-size: 15px;
    line-height: 28px;
}

#rs-header.header-style-4 .header-inner {
    background: #ffffff;
}

#rs-header.header-style-4 .header-inner .logo-section {
    padding: 20px 0 20px;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul {
    float: none;
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #eee;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:first-child {
    padding-left: 0;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:last-child {
    padding-right: 0;
    border-right: none;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i {
    float: left;
    margin-right: 10px;
    color: #f7c808;
    line-height: 44px;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i:before {
    font-size: 30px;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf {
    float: left;
    text-align: left;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf span {
    color: #232023;
    display: block;
    text-align: left;
    font-size: 100%;
    padding: 0;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a {
    color: #666666;
}

#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
    color: #f7c808;
}

#rs-header.header-style-4 .header-quote {
    text-align: right;
    position: relative;
}

#rs-header.header-style-4 .btn_quote {
    float: none;
    display: inline-block;
    padding-left: 25px;
    z-index: 999;
    position: relative;
}

#rs-header.header-style-4 .btn_quote .quote-button {
    color: #fff;
    border: 2px solid;
    border-color: #fff;
    font-size: 16px;
    padding: 8px 30px;
    display: block;
    border-radius: 30px;
}

#rs-header.header-style-4 .btn_quote .quote-button:hover {
    color: #232023;
    background: #fff;
}

#rs-header.header-style-4 ul.offcanvas-icon .nav-link-container .nav-menu-link span {
    background: #fff;
}

#rs-header.header-style-4 .sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
    background: #232023;
}

#rs-header.header-style-4 .menu-area {
    background: #232023;
    padding: 0;
}

#rs-header.header-style-4 .menu-area .menu-responsive .navbar {
    float: none;
}

#rs-header.header-style-4 .menu-area .menu li a {
    color: #fff;
}

#rs-header.header-style-4 .menu-area .menu li a:hover {
    color: #f7c808;
}

#rs-header.header-style-4 .menu-area .menu li.current-menu-ancestor>a,
#rs-header.header-style-4 .menu-area .menu li.current_page_item>a {
    color: #f7c808;
}

#rs-header.header-style-4 .menu-area .menu li ul li a {
    color: #fff;
}

#rs-header.header-style-4 .menu-area .menu li ul li.current-menu-ancestor>a,
#rs-header.header-style-4 .menu-area .menu li ul li.current_page_item>a {
    color: #f7c808;
}

#rs-header.header-style-4 .menu-area .menu li:hover>a {
    color: #f7c808;
}

#rs-header.header-style-4 .sidebarmenu-area {
    display: inline-block;
    position: relative;
    top: 5px;
}

#rs-header.header-style-4 .sidebarmenu-search {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

#rs-header.header-style-4 .sidebarmenu-search .sticky_search i {
    color: #fff;
}

#rs-header.header-style-4 .sidebarmenu-search .sticky_form {
    position: absolute;
    bottom: -53px;
    right: 0;
    z-index: 9;
    width: 250px;
}

#rs-header.header-style-4 .sticky .sidebarmenu-search .sticky_search i {
    color: #232023;
}

#rs-header.header-style-4 .sticky .menu-cart-area i {
    color: #232023;
}

#rs-header.header-style-4 .menu-cart-area {
    float: none;
    display: inline-block;
    margin-right: 15px;
}

#rs-header.header-style-4 .menu-cart-area i {
    color: #fff;
}

#rs-header.header-style-4 .widget_shopping_cart_content {
    text-align: center;
}

#rs-header.header-style-4 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
    bottom: -40px;
}

#rs-header.header-style-4 .menu-sticky.sticky .menu-area {
    background: #ffffff;
}

#rs-header.header-style-4 .menu-sticky.sticky .menu-cart-area i.fa-shopping-cart {
    color: #232023;
}

.header-style1 .menu-cart-area span.icon-num,
.header-style3 .menu-cart-area span.icon-num {
    background: #212121;
    color: #fff;
}

.sticky .menu-area .navbar ul li .sub-menu {
    top: 100%;
}

.header-transparent .menu-area.dark .menu-cart-area span.icon-num,
.header-style-4 .menu-area.dark .menu-cart-area span.icon-num,
.header-style5 .menu-area.dark .menu-cart-area span.icon-num {
    background: #212121 !important;
    color: #fff;
}

.header-transparent .menu-area .menu-cart-area span.icon-num,
.header-style-4 .menu-area .menu-cart-area span.icon-num,
.header-style5 .menu-area .menu-cart-area span.icon-num {
    background: #fff;
    color: #212121;
}

.header-transparent .sticky .menu-cart-area i {
    color: #232023;
}

.header-transparent .sticky .menu-cart-area .icon-num {
    background: #f7c808;
}

.header-transparent .sticky .sticky_search i {
    color: #232023;
}


/******* Mega Menu css ********/

.mega {
    position: static !important;
}

#rs-header .menu-area .navbar ul>li.mega>ul {
    width: 100%;
}

#rs-header .menu-area .navbar ul li.mega ul>li {
    float: left !important;
}

#rs-header .menu-area .navbar ul li.three-col ul>li {
    width: 33.33%;
}

#rs-header .menu-area .navbar ul li.two-col ul>li {
    width: 50%;
}

#rs-header .menu-area .navbar ul li.four-col ul>li {
    width: 25%;
}

#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
    display: block;
    width: 99%;
}

#rs-header .menu-area .navbar ul li.mega ul li ul li {
    width: 100% !important;
    float: none !important;
    margin: 0;
}

#rs-header .menu-area .navbar ul>li.mega>ul>li>a {
    font-size: 20px;
    font-weight: 700;
    cursor: auto;
}

#rs-header .menu-area .navbar ul>li.mega>ul>li>a:before {
    display: none;
}

#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    box-shadow: none;
}

#rs-header .menu-area .navbar ul li.mega ul li ul li:last-child a {
    border: none;
}

#rs-header .menu-area .navbar ul li.mega ul li ul li {
    border: none;
}

.menu-area .navbar ul li ul li ul.sub-menu {
    border: none;
}

#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
    position: relative;
    opacity: 1;
    transform: scaleY(1);
}

#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
    right: auto !important;
    left: auto !important;
    padding-bottom: 0;
    padding-top: 0;
}

.menu-area .navbar ul li.mega a {
    position: relative;
}

nav.nav.navbar,
.menu-area .col-sm-9.menu-responsive {
    position: static !important;
}

.menu-area .container {
    position: relative;
}


/* ---------------------------
    Footer Css 
------------------------------*/

.rs-footer {
    background: #21202e;
}

.rs-footer .widget {
    margin: 0 0 20px;
}

.rs-footer .widget ul li .fa {
    padding-right: 10px;
}

.rs-footer .widget.widget_nav_menu ul li {
    position: relative;
}

.rs-footer .widget.widget_nav_menu ul li a:hover {
    color: #f7c808;
}

.rs-footer .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.rs-footer {
    background: #222222;
    font-size: 14px;
}

.rs-footer .footer-top {
    padding: 60px 0 25px;
}

.rs-footer .footer-top h3.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 24px;
    padding: 0 0 18px;
}

.rs-footer .footer-top h3.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .5s ease;
    bottom: 0;
    background: #fff;
    width: 50px;
    height: 2px;
    display: block;
}

.rs-footer .footer-top .col-lg-3:hover h3.footer-title:after {
    width: 50%;
}

.rs-footer .footer-top .mc4wp-form-fields p {
    margin: 30px 0 0;
    position: relative;
}

.rs-footer .footer-top .mc4wp-form-fields input[type="email"] {
    background: none;
    border: 1px solid #898989;
    width: 100%;
    font-size: 13px;
    padding: 10px 10px;
    margin: 0;
}

.rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    font-size: 0px;
    background: #232023;
    border-radius: 0;
    padding: 0 40px 0 14px;
}

.rs-footer .footer-top .mc4wp-form-fields input[type="submit"]:hover {
    background: #232023;
}

.rs-footer .footer-top .mc4wp-form-fields i {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    padding: 16px 22px;
    pointer-events: none;
    color: #fff;
}

.rs-footer .footer-top .overlap-newsletter {
    max-width: 400px;
}

.rs-footer .footer-address {
    line-height: 35px;
}

.rs-footer li.about-widget-img img {
    margin-bottom: 10px;
    margin-top: 0px;
    height: 25px;
}

.rs-footer a {
    color: #fff;
}

.rs-footer a:hover {
    color: #eee;
}

.rs-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rs-footer ul li {
    padding: 0 0 16px 0;
}

.rs-footer .recent-post-widget {
    margin-bottom: 0;
}

.rs-footer .recent-post-widget .show-featured {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.rs-footer .recent-post-widget .show-featured .post-img img {
    border-radius: 3px;
}

.rs-footer .recent-post-widget .show-featured .post-desc {
    line-height: 22px;
}

.rs-footer .recent-post-widget .show-featured .post-desc i {
    margin-right: 3px;
    position: relative;
    bottom: 1px;
}

.rs-footer .recent-post-widget .show-featured .post-desc span {
    color: #aaa;
    display: block;
    margin-top: 4px;
}

.rs-footer .about-widget p img {
    margin-bottom: 22px;
}

.rs-footer .footer-logo-light {
    height: 25px;
    margin: 11px 0 29px;
}

.rs-footer .fa-ul {
    margin-left: 0;
    text-align: left;
}

.rs-footer .fa-ul li {
    padding: 4px 0;
}

.rs-footer .fa-ul li i {
    padding-right: 10px;
    color: fff;
}

.rs-footer .fa-ul li a {
    color: #fff;
}

.rs-footer .fa-ul li a:hover {
    color: #f7c808;
}

.rs-footer.footerlight {
    color: #666666;
}

.rs-footer.footerlight .footer-top h3.footer-title {
    color: #212121;
}

.rs-footer.footerlight .footer-top h3.footer-title:after {
    background: #666666;
}

.rs-footer.footerlight .footer_social li a {
    color: #666666;
}

.rs-footer.footerlight .fa-ul li a {
    color: #666666;
}

.rs-footer.footerlight a {
    color: #666666;
}

.rs-footer.footerdark .footer-bottom {
    border-color: #eee6;
}

.rs-footer.footerdark .footer-top .mc4wp-form-fields input[type="email"] {
    border-color: #eee6;
}

.rs-footer .footer-logo img {
    height: 35px;
    margin: 8px 0 28px;
}

.error404 .rs-footer {
    margin: 0;
}

ul.footer_social li {
    display: inline-block;
    margin-right: 7px;
    text-align: center;
}

ul.footer_social li a {
    border: 1px solid #61616b;
    color: #232023;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    background: #f7c808;
}

ul.footer_social li a:hover {
    background: #f7c808;
    border: 1px solid #f7c808;
    color: #222;
    opacity: 0.9;
}

ul.footer_social li a i {
    padding: 0 !important;
}

.footer-bottom {
    border-top: 1px solid #3a363a;
    padding: 15px 0;
}

.footer-bottom .copyright {
    text-align: center;
}

.footer-bottom .copyright p {
    margin: 0;
}

.rs-footer .widget.widget_nav_menu ul ul.sub-menu,
.rs-footer .widget.widget_pages ul ul.sub-menu,
.rs-footer .widget.widget_categories ul ul.sub-menu {
    padding-left: 15px;
}

.rs-footer .widget.widget_nav_menu ul li,
.rs-footer .widget.widget_pages ul li,
.rs-footer .widget.widget_categories ul li {
    position: relative;
    padding: 0;
}

.rs-footer .widget.widget_nav_menu ul li a,
.rs-footer .widget.widget_pages ul li a,
.rs-footer .widget.widget_categories ul li a {
    position: relative;
    padding: 6px 0 6px 0px !important;
    display: inline-block;
    color: #fff;
}

.rs-footer .widget a:hover {
    color: #f7c808;
}

.rs-footer a:focus {
    color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .wc-forward,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border: 2px solid;
    border-color: #232023;
    padding: 14px 30px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #232023;
    color: #fff;
    border-radius: 30px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #fff;
    border: 2px solid;
    border-color: #232023;
    color: #232023;
}

.woocommerce #review_form #respond textarea {
    border: 1px solid rgba(54, 54, 54, 0.1);
}

.wc-forward:hover {
    background: transparent;
    color: #232023;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.bs-sidebar .widget_product_search .woocommerce-product-search {
    position: relative;
}

.bs-sidebar .widget_product_search .woocommerce-product-search button {
    border: none;
    font-size: 0;
    padding: 9px 18px 9px 18px;
    background: transparent;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    border-radius: 0 5px 5px 0;
}

.bs-sidebar .widget_product_search .woocommerce-product-search:hover:after {
    color: #fff;
    background: #232023;
}

.bs-sidebar .widget_product_search .woocommerce-product-search:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #666;
    padding: 9px 18px 9px 18px;
    transition: all 0.3s ease 0s;
    border-radius: 0 5px 5px 0;
}

.bs-sidebar .widget_product_search input[type="search"] {
    height: 44px;
    padding: 8px 15px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
}

.bs-sidebar .widget_product_search button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.bs-sidebar .widget_product_search button:hover {
    opacity: .95;
}

.woocommerce div.product form.cart .group_table td {
    padding: 25px 20px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td:first-child {
    padding: 25px 20px 25px 0px;
    width: 180px;
}

.woocommerce-checkout table.shop_table td {
    padding: 20px 12px;
}

#ship-to-different-address .woocommerce-form__label .input-checkbox {
    margin: 11px 0 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 45px !important;
}

.woocommerce-grouped-product-list .quantity .qty {
    margin-bottom: 0 !important;
}

.grouped_form .single_add_to_cart_button {
    margin-top: 15px !important;
}

.grouped_form .woocommerce-Price-amount {
    font-weight: 800;
    color: #232023;
}

.grouped_form td ins {
    padding: 0;
}

.grouped_form del .woocommerce-Price-amount {
    font-weight: 600;
    color: #666666;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.grouped_form .woocommerce-grouped-product-list-item__label a {
    color: #232023 !important;
    font-weight: 700;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #666666;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 35px;
}

.woocommerce div.product .product_meta {
    font-size: 13px;
}

.woocommerce div.product .product_meta .posted_in {
    display: block;
    font-weight: 700;
}

.woocommerce div.product form.grouped_form table {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce div.product form.grouped_form table td {
    border: none !important;
}

.woocommerce div.product form.grouped_form button {
    margin-left: 0 !important;
}

.woocommerce div.product form.grouped_form .group_table tr:first-child td {
    padding-top: 30px;
}

.woocommerce div.product form.grouped_form .group_table tr:last-child td {
    padding-bottom: 30px;
}

.woocommerce div.product form.grouped_form .group_table td {
    padding: 10px 20px;
}

.woocommerce div.product form.grouped_form .group_table td:first-child {
    padding: 10px 20px 10px 0px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #232023;
    color: #fff;
}

.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 6px !important;
}

.woocommerce-pagination ul li a.page-numbers,
.woocommerce-pagination ul li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    border-radius: 50%;
    border: none;
    color: #505050;
    outline: none;
    line-height: 50px !important;
    text-align: center;
    font-size: 18px !important;
    padding: 0 !important;
    display: block;
    margin-left: -1px;
}

ul.products .star-rating {
    width: 66px;
    margin: 2px auto 5px !important;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    color: #f7c808 !important;
}

.woocommerce a.added_to_cart {
    padding-top: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #232023;
}

.woocommerce .related .products li .add_to_cart_button,
.woocommerce .related .products li a.product_type_grouped {
    display: none;
}

.widget_product_categories ul li {
    text-transform: uppercase;
}

.widget_product_categories .sub-menu li a {
    font-size: 14px;
}

.woocommerce #commentform {
    max-width: 650px;
}

.woocommerce #commentform .comment-form-author label,
.woocommerce #commentform .comment-form-email label {
    min-width: 60px;
}

.woocommerce #commentform .comment-form-author input,
.woocommerce #commentform .comment-form-email input {
    width: 100%;
}

.woocommerce #commentform .comment-form-comment textarea {
    margin-bottom: 0;
}

.woocommerce #review_form #respond p {
    margin: 5px 0 20px;
}

.woocommerce .cart_totals h2 {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 17px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #666666;
}

.woocommerce .cart_totals table.shop_table {
    border: none;
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
    padding: 30px 10px;
}

.woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce-checkout #payment .place-order {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce-checkout #payment .payment_box {
    background-color: #f9f9f9 !important;
}

.woocommerce-checkout #payment .payment_box:before {
    border: 1em solid #f9f9f9 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.checkout .col2-set .col-1 {
    float: none;
    width: 100%;
}

.checkout .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #f9f9f9 !important;
}

.woocommerce-shipping-fields h3 {
    margin-bottom: 10px;
    margin-top: 40px;
}

.price_slider_wrapper .price_slider {
    margin-bottom: 25px !important;
}

.price_slider_wrapper .price_slider_amount button {
    padding: 9px 30px;
    z-index: 99;
    position: relative;
    font-size: 12px !important;
}

.price_slider_wrapper .price_slider_amount .price_label {
    top: 4px;
    position: relative;
}

.woocommerce ul.products {
    margin-bottom: 0 !important;
}

.woocommerce ul.products li {
    padding: 0 0 32px !important;
    position: relative !important;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    background: transparent;
    border-radius: 4px;
}

.woocommerce ul.products li img {
    margin-bottom: 0 !important;
    position: relative;
}

.woocommerce ul.products li .woocommerce-loop-product__title {
    font-size: 18px !important;
    padding-bottom: 0px !important;
}

.woocommerce ul.products li .woocommerce-loop-product__title a {
    color: #232023;
}

.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
    color: #f7c808;
}

.woocommerce ul.products li a.fa,
.woocommerce ul.products li .glyph-icon {
    background: #fff !important;
    border: none !important;
    font-size: 30px;
    padding: 0 !important;
    margin: 0 !important;
    height: 45px !important;
    width: 45px !important;
    line-height: 45px !important;
    color: #212121;
}

.woocommerce ul.products li a.fa:before,
.woocommerce ul.products li .glyph-icon:before {
    font-size: 27px;
    color: #212121;
}

.woocommerce ul.products li .added_to_cart {
    width: 100% !important;
    padding: 0 20px;
    background: none !important;
    border-radius: 25px !important;
    background: #fff !important;
    color: #212121 !important;
}

.woocommerce ul.products li .button {
    margin-top: 5px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.woocommerce ul.products li:hover {
    background: transparent;
}

.woocommerce ul.products li:hover a.button {
    border: 2px solid;
    border-color: #232023;
    background: #fff;
    color: #232023;
}

.woocommerce ul.products li:hover .wc-forward {
    border: 2px solid;
    border-color: #232023;
    background: #fff;
    color: #232023;
}

.woocommerce ul.products li ul li {
    background: none;
    border-radius: 0;
}

.related .star-rating::beforee {
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%);
}

.woocommerce .star-rating span::before {
    color: #f7c808;
}

body.woocommerce-js ul.products li {
    margin-bottom: 35px !important;
}


/*-----------------------------
    Cart icon design
-------------------------------*/

.menu-cart-area {
    float: right;
    position: relative;
    padding-right: 20px;
}

.menu-cart-area .cart-icon-total-products {
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 100%;
    width: 278px;
    z-index: 10000;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all .2s ease 0s;
}

.menu-cart-area .cart-icon-total-products .widget_shopping_cart {
    margin-bottom: 0px;
    padding: 25px 10px 0;
    border: 1px solid #ccc;
}

.menu-cart-area .cart-icon-total-products .widget_shopping_cart .quantity {
    border: none;
    padding: 3px 0 0 0;
    display: block;
}

.menu-cart-area .woocommerce-mini-cart__empty-message {
    text-align: center;
    text-transform: uppercase;
    color: #232023;
    position: relative;
    padding-top: 50px;
}

.menu-cart-area .woocommerce-mini-cart__empty-message:before {
    position: absolute;
    content: "\f131";
    color: #232023;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
}

.menu-cart-area .widget_shopping_cart .cart_list li {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}

.menu-cart-area .widget_shopping_cart .cart_list li a {
    color: #666666;
}

.menu-cart-area .widget_shopping_cart .cart_list li a img {
    width: 40px;
}

.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
    color: #232023;
}

.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
    color: #232023 !important;
    top: 19px;
}

.menu-cart-area .widget_shopping_cart .cart_list li:first-child {
    padding-top: 0;
}

.menu-cart-area .widget_shopping_cart .cart_list li:first-child a.remove {
    top: 1px;
}

.menu-cart-area .widget_shopping_cart .total {
    padding: 29px 5px 0;
    text-align: left;
    border-top: none;
}

.menu-cart-area .widget_shopping_cart .total .amount {
    float: right;
}

.menu-cart-area .widget_shopping_cart a.remove {
    line-height: 19px;
    text-align: center;
}

.menu-cart-area .widget_shopping_cart a.remove:hover {
    background: #f7c808;
}

.menu-cart-area i {
    line-height: 69px;
    cursor: pointer;
    color: #28406d;
    font-size: 18px;
}

.menu-cart-area i:before {
    font-size: 18px;
}

.menu-cart-area:hover .cart-icon-total-products {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.menu-cart-area span.icon-num {
    border-radius: 50%;
    font-size: 11px;
    line-height: 18px;
    min-height: 18px;
    min-width: 18px;
    position: absolute;
    text-align: center;
    top: 20px;
    right: 2px;
}

.menu-cart-area .woocommerce-mini-cart__buttons {
    text-align: center;
}

.menu-cart-area .button.wc-forward {
    padding: 9px 20px;
    font-size: 12px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 400 !important;
}


/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/

.woocommerce ul.products.single-product-page {
    padding: 100px 0 0;
}

.woocommerce ul.products li.product {
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .triangle_left {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-right: 140px solid #f7c808;
    border-bottom: 70px solid transparent;
    position: absolute;
    top: -75px;
    left: -117px;
    transform: rotate(48deg);
    opacity: 0;
}

.woocommerce ul.products li.product:hover {
    background: transparent;
}

.woocommerce ul.products li.product:hover .triangle_left {
    opacity: 1;
}

.woocommerce ul.products li.product:hover h3 a {
    color: #f7c808;
}

.woocommerce ul.products li.product:hover .add-to-cart {
    background: #f7c808;
    color: #fff !important;
}

.woocommerce ul.products li.product:hover .images-product .overley {
    opacity: 1;
    transform: scaleY(1);
}

.woocommerce ul.products li.product .images-product {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0;
}

.woocommerce ul.products li.product .images-product a {
    display: block;
}

.woocommerce ul.products li.product .images-product a img {
    transition: all 0.3s ease-out;
    width: 100%;
}

.woocommerce ul.products li.product .images-product .overley {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 1 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    padding: 0;
}

.woocommerce ul.products li.product .images-product .overley .winners-details {
    padding: 0;
}

.woocommerce ul.products li.product .images-product .overley .winners-details h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
}

.woocommerce ul.products li.product .images-product .overley .winners-details h4:after {
    display: none;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info {
    margin: 0;
    padding: 0px;
    list-style: none;
    bottom: -14px;
    position: absolute;
    transform: translateY(-55%);
    transition: all .9s;
    text-align: right;
    left: 0;
    right: 14px;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul {
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    border: none;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a {
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ffffff;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
    color: #f7c808;
    border: 1px solid #f7c808;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i {
    font-size: 16px;
    margin: 0;
    transition: all 0.3s ease 0s;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i:hover {
    color: #f7c808;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li:hover {
    background: none;
}

.woocommerce ul.products li.product .images-product .overley .winners-details p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
}

.woocommerce ul.products li.product .images-product .overley .winners-details p i {
    color: #ffffff;
    margin-right: 8px;
}

.woocommerce ul.products li.product h4 {
    margin-bottom: 10px !important;
    margin-left: 0;
    font-weight: 700;
}

.woocommerce ul.products li.product h4 a {
    color: #232023;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    margin: 0;
}

.woocommerce ul.products li.product h4 a:hover {
    color: #f7c808;
}

.woocommerce ul.products li.product .price-details ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.woocommerce ul.products li.product .price-details ul li {
    display: block;
}

.woocommerce ul.products li.product .price-details ul li:first-child {
    font-weight: 600;
    font-size: 15px;
}

.woocommerce ul.products li.product .price-details ul li:first-child del {
    margin-right: 5px;
    font-weight: 400;
    font-size: 15px;
}

.woocommerce ul.products li.product .price-details ul li .add-to-cart {
    border: 1px solid #f7c808;
    padding: 8px 18px;
    color: #232023;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.woocommerce ul.products .topbar-area {
    overflow: hidden;
    padding-bottom: 54px;
}

.woocommerce ul.products .topbar-area .showing-Short .seclec-box {
    float: right;
}

.woocommerce ul.products .topbar-area .showing-result ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.woocommerce ul.products .topbar-area .showing-result ul li {
    display: inline-block;
    font-weight: 400;
    color: #666666;
    margin-right: 0;
    font-size: 14px;
    height: 25px;
}

.woocommerce ul.products .topbar-area .showing-result ul li .form-group {
    margin: 0;
}

.woocommerce ul.products .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
    display: inline-block;
    border: 0;
    background: transparent;
    border-radius: 0px;
}

.woocommerce ul.products .pagination {
    margin-top: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #232023 !important;
    font-size: 20px !important;
    font-weight: 800;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
    color: #232023 !important;
    font-size: 20px;
    font-weight: 800;
}

.woocommerce .quantity .qty {
    height: 36px !important;
    width: 50px;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin-bottom: 0;
    padding: 0;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
}

.woocommerce .quantity {
    border: 2px solid #e6e6e6;
    border-radius: 30px;
    padding: 0 10px;
}

.woocommerce .quantity .qty_button {
    border: none;
    background: none;
    box-shadow: none;
    color: #212121;
    font-size: 20px;
    padding: 0px 12px;
    position: relative;
    top: 1px;
}

.woocommerce .quantity .qty_button:hover {
    border: none;
    background: none !important;
    box-shadow: none;
}

.woocommerce input[type="number"] {
    border: 0;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

body.woocommerce ins {
    background: none !important;
}

body.woocommerce .panel {
    border: none;
    box-shadow: none;
}

body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
    padding: 15px 0 0 !important;
    text-align: center;
}

body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
    float: none !important;
    display: inline-block;
}

body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
    width: 120px;
    display: inline;
}

.woocommerce-variation-price {
    margin-bottom: 30px;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    margin-right: 8px;
    border-radius: 0;
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
    font-size: 18px;
    margin-right: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #232023;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #232023;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: -2px 2px 0 #f0f0f0;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    border-radius: 5px 0 0 0;
    padding-top: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #f0f0f0;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #f0f0f0;
    display: none;
}

.woocommerce-form-login .woocommerce-Button {
    margin-right: 12px !important;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 2em;
}

.woocommerce .woocommerce-result-count {
    margin-top: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ddd !important;
}

.woocommerce a.remove {
    margin: 0 auto;
    color: #232023 !important;
    line-height: 21px;
    border: 1px solid #ddd;
}

.woocommerce a.remove:hover {
    background: #f7c808;
    color: #232023 !important;
    border: 1px solid #f7c808;
}

.woocommerce-cart table.cart .product-thumbnail img {
    width: 80px !important;
}

.woocommerce-cart table.cart .product-name a {
    color: #666666;
    font-weight: bold;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: #232023;
    text-decoration: underline !important;
}

.woocommerce-cart table.cart .product-price span {
    font-weight: bold;
}

.woocommerce-checkout .woocommerce form .form-row {
    margin: 0 0 15px;
}

.woocommerce button.button:disabled {
    opacity: .8 !important;
    background: none;
}

.coupon input#coupon_code {
    width: 320px !important;
    border-radius: 30px;
    height: 49px !important;
    margin-right: 20px;
    text-align: left !important;
    padding-left: 22px;
}

.coupon ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #232023 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.coupon ::-moz-placeholder {
    /* Firefox 19+ */
    color: #232023 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.coupon :-ms-input-placeholder {
    /* IE 10+ */
    color: #232023 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.coupon :-moz-placeholder {
    /* Firefox 18- */
    color: #232023 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.product_meta span.tagged_as {
    display: block;
}

.product_meta span {
    font-weight: 600;
}

.product_meta span a {
    font-weight: 400;
}

.single-product .bs-info {
    display: none;
}

.single-product .bs-img {
    display: none;
}

.single-product .bs-desc {
    margin-top: 0px !important;
}

.single-product div.product p.price {
    margin-bottom: 28px;
}

.single-product div.product form.cart {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #222222;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #222222;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 110px;
    height: 40px;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

input[type="tel"] {
    padding: 10px 14px;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(54, 54, 54, 0.1);
}

.woocommerce-form__label span {
    padding-left: 5px;
}

.woocommerce-form__label .input-checkbox {
    margin: 7px 0 0 !important;
}

body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="email"],
body.woocommerce-page .select2-container--default .select2-selection--single,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid rgba(54, 54, 54, 0.1);
    height: 45px;
}

body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    opacity: .5;
}

.woocommerce-cart-form table.shop_table {
    border: none !important;
    border-collapse: collapse;
}

.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
    padding: 25px;
    text-align: center;
}

.woocommerce-cart-form table.shop_table .quantity {
    border-radius: 30px;
    padding: 0 0px;
}

.woocommerce-cart-form table.shop_table .quantity .qty_button {
    top: -1px;
    padding: 0px 6px;
}

.woocommerce-cart-form table.shop_table .quantity .qty_button.plus {
    top: 0;
}

.woocommerce-cart-form table.shop_table .quantity .qty {
    width: 40px;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding-top: 40px;
}

.woocommerce div.product form.cart .variations select {
    padding: 5px 2px;
}

.cart_totals h2 {
    text-transform: capitalize;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
    padding: 20px;
}

.woocommerce-tabs h2 {
    font-size: 20px;
}

.related.products h2 {
    font-size: 20px;
}

.single-product .summary.entry-summary h1.product_title.entry-title {
    font-size: 25px !important;
    line-height: 25px !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px !important;
}

.cart-collaterals th,
.cart-collaterals td {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.cart-collaterals tr:last-child td,
.cart-collaterals tr:last-child th {
    border-bottom: none !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}

.woocommerce .bottom,
.woocommerce .featured {
    text-align: left;
}

.woocommerce .form-row {
    display: block;
}

.woocommerce.single-product form.cart .button {
    padding: 9px 24px;
    margin-left: 10px;
}

.woocommerce .add_to_cart_button {
    transition: 0.3s ease all;
}

.woocommerce .add_to_cart_button:after {
    font-size: inherit !important;
    vertical-align: initial !important;
}

.woocommerce .add_to_cart_button.added {
    display: none !important;
    opacity: 0;
}

.woocommerce .add_to_cart_button.loading {
    padding-right: 40px !important;
}

.woocommerce .add_to_cart_button.loading:after {
    top: 12px !important;
    right: 15px !important;
    font-size: inherit !important;
}

.woocommerce button[disabled] {
    color: #fff;
    height: 49px;
    padding: 0 35px !important;
}

.woocommerce button[disabled]:hover {
    color: #232023;
}

.woocommerce table.shop_table th {
    border: none;
    font-size: 18px;
}

.woocommerce table.shop_table td {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #E6E6E6;
}

h3#order_review_heading {
    margin-top: 60px;
    padding: 0 15px;
}

#order_review {
    padding: 0 15px;
}

textarea.input-text {
    border: 1px solid #ccc;
}

.button.yith-wcqv-button {
    display: none !important;
}

.post-type-archive .learn-press-courses .course .course-title {
    display: none !important;
}

.woocommerce span.onsale {
    background: #232023 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    right: 10px !important;
    margin: 0 !important;
    top: 10px !important;
}

.woocommerce-info {
    border-top-color: #f7c808;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    padding: 3px 15px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    background: #f0f0f0;
    margin: 0 0 15px;
    border-radius: 2px;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    color: #232023;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background: #232023;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li:hover {
    background: #232023;
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
}

form.woocommerce-EditAccountForm fieldset {
    margin-bottom: 40px;
    margin-top: 30px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-input-wrapper #order_comments,
#order_comments {
    border: 1px solid rgba(54, 54, 54, 0.1) !important;
}

.woocommerce-js ul.products li img {
    width: 100%;
    max-width: 100%;
}

.single-product.woocommerce span.onsale {
    left: 10px !important;
}

#order_comments {
    border: 1px solid rgba(54, 54, 54, 0.1) !important;
}


/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/

.rs-heading .title-inner {
    position: relative;
}

.rs-heading .title-inner .sub-text {
    font-weight: 500;
    margin: 0 0 4px;
    display: block;
    color: #28406d;
    line-height: 26px;
    text-transform: uppercase;
}

.rs-heading .title-inner .title {
    color: #28406d;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.rs-heading .title-inner .title span.watermark {
    position: absolute;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 800;
    z-index: 1;
    opacity: 0.05;
    width: 100%;
    left: 0;
    color: inherit;
}

.rs-heading .title-inner h4.title {
    font-size: 20px;
    margin-bottom: 15px;
}

.rs-heading.big .title-inner h2 {
    font-size: 36px;
    line-height: 44px;
}

.rs-heading.big .description p {
    font-size: 20px;
    line-height: 32px;
}

.rs-heading.style4 .title-inner .title {
    margin-bottom: 8px;
}

.rs-heading.style4 .title-inner .title-img {
    margin-bottom: 12px;
}

.rs-heading.style2 {
    position: relative;
    padding-bottom: 12px;
}

.rs-heading.style2:after {
    content: "";
    position: absolute;
    border: 0;
    width: 100px;
    height: 3px;
    background: #232023;
    z-index: 9;
    margin-left: 0;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.rs-heading.style2 h2 {
    margin-bottom: 12px;
}

.rs-heading.style2 .description p {
    margin-bottom: 12px;
}

.rs-heading.style2.light:after {
    background: #fff !important;
}

.rs-heading.style3 {
    position: relative;
    padding-bottom: 12px;
}

.rs-heading.style3 h2 {
    margin-bottom: 12px;
}

.rs-heading.style3 .description {
    position: relative;
    padding-left: 80px;
}

.rs-heading.style3 .description:after {
    content: "";
    position: absolute;
    border: 0;
    width: 60px;
    height: 2px;
    background: #f7c808;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 14px;
}

.rs-heading.style3 .description p {
    margin-bottom: 12px;
}

.rs-heading.style3.light .description:after {
    background: #fff !important;
}

.rs-heading.style6 .title-inner {
    position: relative;
    padding-bottom: 12px;
}

.rs-heading.style6 .title-inner h2 {
    margin-bottom: 12px;
}

.rs-heading.style6 .title-inner .sub-text {
    position: relative;
    padding-left: 65px;
    color: #232023;
}

.rs-heading.style6 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #f7c808;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 12px;
}

.rs-heading.style6 .title-inner .sub-text p {
    margin-bottom: 12px;
}

.rs-heading.style6.text-center .title-inner .sub-text,
.rs-heading.style6.text-right .title-inner .sub-text {
    display: inline-block;
}

.rs-heading.style6.text-center .sub-text {
    position: relative;
    padding-left: 0px;
    padding-top: 60px;
    color: #232023;
}

.rs-heading.style6.text-center .sub-text:after {
    content: '';
    width: 77px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -1px;
    width: 2px;
    height: 50px;
}

.rs-heading.style6.light .sub-text:after {
    background: #fff !important;
}

.rs-heading.style6.dark .sub-text:after {
    background: #232023 !important;
}

.rs-heading.style7 .title-inner {
    position: relative;
    padding-bottom: 12px;
}

.rs-heading.style7 .title-inner h2 {
    margin-bottom: 12px;
}

.rs-heading.style7 .title-inner .sub-text {
    position: relative;
    padding-right: 65px;
    display: inline-block;
    color: #232023;
}

.rs-heading.style7 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #f7c808;
    z-index: 9;
    margin-left: 0;
    right: 0;
    top: 12px;
}

.rs-heading.style7 .title-inner .sub-text p {
    margin-bottom: 12px;
}

.rs-heading.style7 .title-inner.light .sub-text:after {
    background: #fff !important;
}

.rs-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-heading.style7 .title-inner.text-right .title-inner .sub-text {
    display: inline-block;
}

.rs-heading.style8 .title-inner .title {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.rs-heading.style8 .title-inner .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 140px;
    height: 7px;
    background: #f7c808;
    z-index: -1;
    margin-left: 0;
    left: 0;
    bottom: 6px;
}

.rs-heading.style8 .title-inner.light .title:after {
    background: #fff !important;
}

.rs-heading.style8 .title-inner.text-center .title-inner .sub-text,
.rs-heading.style8 .title-inner.text-right .title-inner .sub-text {
    display: inline-block;
}

.list-style {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-style li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    line-height: 32px;
}

.list-style li:before {
    content: "\f13a";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    font-weight: 600;
}


/*--------------------------------------------------------------
    Call to Actiobn
--------------------------------------------------------------*/

.rs-cta .title-wrap .exp-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: left;
}

.rs-cta .title-wrap .eta-subtitle {
    margin-bottom: 0;
    margin-top: 10px;
}

.rs-cta a.square-btn {
    border-radius: 0 !important;
}

.rs-cta .cta-wrap.style1 [class*="col-"] {
    padding: 0;
}

.rs-cta .button-wrap .cta-hints {
    margin-bottom: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.rs-cta .style2 {
    text-align: center;
}

.rs-cta .style2 .title-wrap {
    padding: 15px 0 20px;
}

.rs-cta .style2 .button-wrap {
    margin-bottom: 10px;
}

.rs-cta.text-left .style2 {
    text-align: left;
}

.rs-cta.text-left .style2 .title-wrap h2 {
    text-align: left;
}

.rs-cta.text-right .style2 {
    text-align: right;
}

.rs-cta.text-right .style2 .title-wrap h2 {
    text-align: right;
}

.rs-cta .style2 .title-wrap .eta-subtitle {
    margin-top: 20px;
    margin-bottom: 10px;
}

.rs-cta .style2 .title-wrap .exp-title {
    text-align: center;
}


/*--------------------------------------------------------------
services css
--------------------------------------------------------------*/

.rs-services-default .services-wrap .services-item {
    margin-bottom: 40px;
}

.rs-services-default .services-wrap .services-item .services-icon {
    font-size: 60px;
    line-height: 60px;
    width: 100%;
}

.rs-services-default .services-wrap .services-item .services-icon i {
    color: #232023;
}

.rs-services-default .services-wrap .services-item .services-title {
    font-size: 24px;
    margin: 15px 0 5px;
    font-weight: 600 !important;
}

.rs-services-default.services-center .services-icon {
    display: block;
    font-size: 40px;
    float: none;
    width: 100%;
    top: 8px;
    text-align: center;
}

.rs-services-default.services-center .services-icon i {
    margin: 0 auto;
}

.rs-services-default.services-center .services-desc {
    width: 100%;
    text-align: center;
}

.rs-services-default.services-right .services-icon {
    display: block;
    font-size: 40px;
    float: none;
    width: 100%;
    text-align: right;
}

.rs-services-default.services-right .services-icon i {
    margin: 0 auto;
    margin-right: 0;
}

.rs-services-default.services-right .services-desc {
    width: 100%;
    text-align: right;
}

.rs-services1 .services-title {
    font-size: 20px;
}

.rs-services1 .services-wrap .services-item {
    border-bottom: none;
    margin: 0;
    padding: 5px 0 32px;
}

.rs-services1 .services-wrap .services-item .services-icon {
    font-size: 30px;
    width: 100%;
}

.rs-services1 .services-wrap .services-item .services-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

.rs-services1 .services-wrap .services-item .services-desc {
    width: 100%;
}

.rs-services1 .services-wrap .services-item .services-desc .services-title {
    margin: 28px 0 10px;
}

.rs-services1 .services-wrap .services-item:hover .services-title a {
    color: #222222;
}

.rs-services1.services-center .services-item {
    position: relative;
    padding: 0px 20px 14px;
    z-index: 110;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.rs-services1.services-center .services-title {
    margin: 0 0 12px !important;
}

.rs-services1.services-right .services-item,
.rs-services1.services-left .services-item {
    position: relative;
    padding: 25px 25px 2px 10px;
    z-index: 110;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.rs-services1.services-right .services-item .services-title,
.rs-services1.services-left .services-item .services-title {
    font-size: 20px;
}

.rs-services1.services-right .services-item .services-icon,
.rs-services1.services-left .services-item .services-icon {
    position: relative;
    display: inline-block;
    font-size: 36px;
    float: left;
    width: 20%;
    top: 0;
    text-align: center;
}

.rs-services1.services-right .services-item .services-desc,
.rs-services1.services-left .services-item .services-desc {
    position: relative;
    float: right;
    text-align: left;
    width: 78%;
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
}

.rs-services1.services-right .services-item .services-desc .services-title,
.rs-services1.services-left .services-item .services-desc .services-title {
    margin-top: 0;
}

.rs-services1.services-right .services-item .services-icon {
    float: right;
}

.rs-services1.services-right .services-item .services-desc {
    float: left;
}

.rs-services1.services-center .services-icon {
    display: block;
    font-size: 36px;
    float: none;
    width: 100%;
    top: 8px;
    text-align: center;
}

.rs-services1.services-center .services-icon i {
    margin: 0 auto;
}

.rs-services1.services-center .services-desc {
    float: none;
    width: 100%;
    text-align: center;
}

.rs-services1.services-right .services-icon {
    display: block;
    font-size: 36px;
    float: none;
    width: 100%;
    top: 8px;
    text-align: right;
}

.rs-services1.services-right .services-icon i {
    margin: 0 auto;
    margin-right: 0;
}

.rs-services1.services-right .services-desc {
    float: none;
    width: 100%;
    text-align: right;
}

.services-style-2 {
    border-radius: 6px;
    transition: all .5s ease;
}

.services-style-2 .services-wrap .services-item .services-icon img {
    transition: all 0.7s;
    transform: scale(1);
}

.services-style-2 .services-wrap .services-item .services-desc {
    transition: all .5s ease;
    color: #fff;
    padding: 0 50px;
    max-width: 530px;
    margin: 0 auto;
}

.services-style-2 .services-wrap .services-item .services-desc p {
    color: #fff;
}

.services-style-2 .services-wrap .services-item .services-desc .services-title2 {
    font-size: 24px;
    margin: 25px 0 10px;
    line-height: normal;
    font-weight: 500;
    color: #232023;
}

.services-style-2 .services-wrap .services-item .services-desc .services-title2 a {
    color: #232023;
}

.services-style-2 .services-wrap .services-item:hover .services-icon img {
    transform: scale(0.9);
}

.services-style-2.services-center .services-icon {
    text-align: center;
}

.services-style-2.services-center .services-title2 {
    text-align: center;
}

.services-style-2.services-center .services-desc {
    text-align: center;
}

.services-style-2.service-active {
    background: #f7c808;
}

.services-style-2.service-active .services-wrap .services-item .services-desc {
    color: #fff;
}

.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 {
    color: #fff;
}

.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 a {
    color: #fff;
}

.services-style-2.services-left {
    padding: 20px;
    margin-bottom: 30px;
}

.services-style-2.services-left .services-wrap {
    overflow: hidden;
}

.services-style-2.services-left .services-wrap .services-item .services-icon {
    float: left;
    width: 50px;
}

.services-style-2.services-left .services-wrap .services-item .services-title2 {
    text-align: left;
    margin: 0;
    font-weight: 500;
}

.services-style-2.services-left .services-wrap .services-item .services-desc {
    text-align: left;
    float: left;
    width: 80%;
    padding-left: 18px;
}

.services-style-2.services-right {
    padding: 20px;
    margin-bottom: 30px;
}

.services-style-2.services-right .services-wrap {
    overflow: hidden;
}

.services-style-2.services-right .services-wrap .services-item .services-icon {
    float: right;
    width: 50px;
}

.services-style-2.services-right .services-wrap .services-item .services-title2 {
    text-align: right;
    margin: 0;
    font-weight: 500;
}

.services-style-2.services-right .services-wrap .services-item .services-desc {
    text-align: right;
    float: left;
    width: 80%;
    padding-right: 18px;
}

.services-style-7 .services-wrap .services-item .services-title {
    font-size: 24px;
    margin: 15px 0 5px;
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.services-style-7 .services-wrap .services-item .services-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 0px;
    opacity: 1;
    height: 2px;
    background: #f7c808;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 18px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.services-style-7 .services-wrap .services-item .services-icon {
    transition: all 0.3s ease 0s;
}

.services-style-7 .services-wrap .services-item:hover .services-title {
    padding-left: 40px;
}

.services-style-7 .services-wrap .services-item:hover .services-title:before {
    width: 30px;
    opacity: 1;
}

.services-style-7 .services-wrap .services-item:hover .services-icon {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
}

.services-style-7.services-center {
    text-align: center;
}


/* Service Box Border Style*/

.rs-services1.services-left.border_style {
    margin-bottom: 30px;
}

.rs-services1.services-left.border_style .services-wrap .services-item {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}

.rs-services1.services-left.border_style .services-wrap .services-item .services-icon {
    width: 80px;
}

.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i {
    border: 2px solid #232023;
    border-radius: 50%;
    line-height: 70px;
    height: 80px;
    width: 80px;
    font-size: 40px;
    cursor: pointer;
    background: #ffffff;
    color: #28406d;
}

.rs-services1.services-left.border_style .services-wrap .services-item:hover .services-icon i {
    background: #232023;
    color: #f7c808;
}

.rs-services1.services-left.border_style .services-wrap .services-item .services-desc {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.rs-services1.services-left.border_style .services-wrap .services-item .services-desc p {
    margin-bottom: 0;
}

.rs-services1.services-right {
    margin-bottom: 30px;
}

.rs-services1.services-right .services-wrap .services-item {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.rs-services1.services-right .services-wrap .services-item .services-icon {
    width: 80px;
    float: right;
}

.rs-services1.services-right .services-wrap .services-item .services-icon i {
    border: 2px solid #232023;
    border-radius: 50%;
    line-height: 70px;
    height: 80px;
    width: 80px;
    font-size: 40px;
    cursor: pointer;
    background: #ffffff;
    color: #28406d;
}

.rs-services1.services-right .services-wrap .services-item .services-icon i:hover {
    background: #232023;
    color: #f7c808;
}

.rs-services1.services-right .services-wrap .services-item .services-desc {
    width: calc(100% - 80px);
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
}

.rs-services1.services-right .services-wrap .services-item .services-desc p {
    margin-bottom: 0;
}

.rs-services-style3 {
    position: relative;
    overflow: hidden;
    margin: 15px auto 15px;
    max-width: 360px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rs-services-style3 .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-size: cover;
}

.rs-services-style3 .bg-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    opacity: 0.7;
    transition: 0.7s;
}

.rs-services-style3 .bg-img a {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    color: #fff;
    background: #232023;
    border-color: #232023;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.rs-services-style3 .bg-img a:hover {
    opacity: .95 !important;
    background: #232023;
}

.rs-services-style3 .bg-img a:before {
    display: none;
}

.rs-services-style3 .services-item {
    position: relative;
    z-index: 1;
}

.rs-services-style3 .services-item .services-icon {
    font-size: 44px;
}

.rs-services-style3 .services-item .services-icon span {
    display: inline-block;
}

.rs-services-style3 .services-item .services-desc .services-title {
    margin-bottom: 10px;
}

.rs-services-style3 .services-item .services-desc p:last-child {
    margin-bottom: 0;
}

.rs-services-style3:hover .bg-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9;
}

.rs-services-style3:hover .bg-img a {
    top: 50%;
    opacity: 99;
    visibility: visible;
}

.rs-services-style3:hover .bg-img:after {
    opacity: 0;
}

.rs-services-style3.services-center {
    text-align: center;
}

.rs-services-style3.services-right {
    text-align: right;
}

.service-carousel {
    position: relative;
}

.service-carousel .owl-stage-outer {
    overflow: hidden;
}

.service-carousel .rs-services-style3 {
    max-width: 100%;
}

.service-carousel .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.service-carousel .owl-nav .owl-prev i:before,
.service-carousel .owl-nav .owl-next i:before {
    font-size: 20px;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    color: #f7c808;
}

.service-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    bottom: 0;
    color: #f7c808;
}

.service-carousel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    bottom: 0;
    color: #f7c808;
}

.service-carousel:hover .owl-prev,
.service-carousel:hover .owl-next {
    opacity: 1;
}

.service-carousel:hover .owl-prev {
    left: -30px;
}

.service-carousel:hover .owl-next {
    right: -30px;
}

.slider-services-style2 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}

.slider-services-style2 .service-img img {
    max-width: 100%;
}

.slider-services-style2 .services-desc {
    padding: 35px 25px 32px;
    background: #fff;
}

.slider-services-style2 .services-desc .services-title {
    margin-bottom: 12px;
}

.slider-services-style2 .services-desc .services-title a {
    color: #232023;
}

.slider-services-style2 .services-desc .services-title a:hover {
    color: #f7c808;
}

.slider-services-style2 .services-desc .service-readon {
    color: #666666;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
}

.slider-services-style2 .services-desc .service-readon:after {
    position: absolute;
    height: 100%;
    font-size: 18px;
    right: 0;
    opacity: 1;
    top: 2px;
    content: "\f137";
    font-size: 13px;
    font-family: Flaticon;
    font-weight: normal;
}

.slider-services-style2 .services-desc .service-readon:hover {
    color: #f7c808;
}

.slider-services-style2:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.slider-services-style2:hover .bg-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-services-style2:hover .bg-img a {
    top: 50%;
}

.slider-services-style2:hover .service-readon {
    padding-right: 25px;
}

.slider-services-style4 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    padding: 35px 28px;
}

.slider-services-style4 .services-icon {
    text-align: left;
    max-width: 60px;
}

.slider-services-style4 .services-icon i {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    display: block;
    margin-bottom: 20px;
}

.slider-services-style4 .services-icon.center {
    text-align: center;
    margin: 0 auto;
}

.slider-services-style4 .services-icon.right {
    margin-left: auto;
}

.slider-services-style4 .services-desc {
    padding: 0;
}

.slider-services-style4 .services-desc .services-title {
    margin-bottom: 16px;
    margin-top: 26px;
}

.slider-services-style4 .services-desc .services-title a {
    color: #232023;
}

.slider-services-style4 .services-desc .services-title a:hover {
    color: #f7c808 !important;
}

.slider-services-style4 .services-desc .service-readon {
    color: #666666;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    color: #f7c808 !important;
}

.slider-services-style4 .services-desc .service-readon:after {
    position: absolute;
    height: 100%;
    font-size: 18px;
    right: 0;
    opacity: 1;
    top: 2px;
    content: "\f137";
    font-size: 13px;
    font-family: Flaticon;
    font-weight: normal;
}

.slider-services-style4 .services-desc.center {
    text-align: center;
}

.slider-services-style4 .services-desc.center .icon-button a {
    margin: 0 auto;
}

.slider-services-style4 .services-desc.right {
    text-align: right;
}

.slider-services-style4:hover .bg-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-services-style4:hover .bg-img a {
    top: 50%;
}

.slider-services-style4:hover .service-readon {
    padding-right: 25px;
}

.service-carousel .owl-stage-outer {
    overflow: hidden;
}

.service-carousel .owl-nav.disabled {
    display: none;
}

.service-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.service-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid #f7c808;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.service-carousel .owl-dots .owl-dot.active {
    background: #f7c808;
    cursor: inherit;
}

.service-carousel .rs-services-style3 {
    max-width: 100%;
}

.rs-services-style4 {
    position: relative;
    transition: all .5s ease;
    padding: 50px 20px 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.rs-services-style4 .bg-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all .5s ease;
}

.rs-services-style4 .services-item .services-icon i {
    font-size: 50px;
}

.rs-services-style4 .services-item .services-icon i {
    color: #f7c808;
    background-color: transparent;
    font-size: 55px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    background: #232023;
    border-radius: 50%;
    font-size: 30px;
    border: 2px solid transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    text-align: center;
}

.rs-services-style4 .services-item .services-desc {
    transition: all .5s ease;
}

.rs-services-style4 .services-item .services-desc .services-title {
    font-size: 20px;
    margin: 25px 0 10px !important;
    line-height: normal;
    font-weight: 600 !important;
    color: #232023;
    margin: 28px 0 10px;
}

.rs-services-style4 .services-item .services-desc .services-title a {
    color: #232023;
}

.rs-services-style4.services-center {
    border: 1px solid #e1e1e1;
}

.rs-services-style4.services-center .services-icon {
    text-align: center;
}

.rs-services-style4.services-center .services-title2 {
    text-align: center;
}

.rs-services-style4.services-center .services-desc {
    text-align: center;
}

.rs-services-style4.services-left .services-item .services-title {
    text-align: left;
    margin: 0;
    font-weight: 500;
}

.rs-services-style4.services-left .services-item .services-desc {
    text-align: left;
}

.rs-services-style4.services-right {
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.rs-services-style4.services-right .services-item .services-icon {
    float: right;
    width: 50px;
}

.rs-services-style4.services-right .services-item .services-title {
    text-align: right;
    margin: 0;
    font-weight: 500;
}

.rs-services-style4.services-right .services-item .services-desc {
    text-align: right;
    float: left;
    width: 80%;
    padding-right: 18px;
}

.rs-services-style4:hover .bg-img {
    opacity: 1;
}

.rs-services-style4:hover .services-icon i {
    background: #f7c808;
    color: #232023;
}

.services-style-5 .services-wrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
}

.services-style-5 .services-desc,
.services-style-5 .services-item {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.services-style-5 .services-desc .services-title,
.services-style-5 .services-item .services-title {
    padding-top: 25px;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 50%;
    position: relative;
}

.services-style-5 .services-desc .services-title a,
.services-style-5 .services-item .services-title a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.services-style-5 .services-desc>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
}

.services-style-5 .services-item {
    top: 20px;
    box-shadow: 0 0 0 20px rgba(225, 197, 13, 0.4), inset 0 0 3px rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 0 auto;
}

.services-style-5 .services-item .icon_bg {
    transition: all 0.6s ease-in-out;
    padding-top: 30px;
    text-align: center;
}

.services-style-5 .services-item .icon_bg img {
    max-width: 120px;
}

.services-style-5 .services-item .services-title {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.5);
    transition: all 0.4s ease-in-out 0.2s;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

.services-style-5 .services-item:hover .icon_bg {
    transform: scale(0);
    opacity: 0;
}

.services-style-5 .services-item:hover .services-title {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    background: #f7c808;
    width: 100%;
    height: 100%;
}

.services-style-5 .services-icon {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 120px;
    background-repeat: no-repeat !important;
}

.rs-services-style6 {
    position: relative;
    border-radius: 6px;
    transition: all .5s ease;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.rs-services-style6 .bg-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all .5s ease;
}

.rs-services-style6 .services-item .services-icon i {
    font-size: 50px;
}

.rs-services-style6 .services-item .services-icon i {
    color: #f7c808;
    border: 2px solid #f7c808 !important;
    background-color: transparent;
    font-size: 55px;
    display: inline-block;
    width: 135px;
    height: 135px;
    line-height: 135px;
    color: #ffffff;
    background: #f7c808;
    border-radius: 50%;
    font-size: 60px;
    border: 2px solid transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    text-align: center;
}

.rs-services-style6 .services-item .services-desc {
    transition: all .5s ease;
}

.rs-services-style6 .services-item .services-desc .services-title {
    font-size: 24px;
    margin: 25px 0 10px !important;
    line-height: normal;
    font-weight: 500 !important;
    color: #232023;
    margin: 28px 0 10px;
}

.rs-services-style6 .services-item .services-desc .services-title a {
    color: #232023;
}

.rs-services-style6.services-center .services-icon {
    text-align: center;
}

.rs-services-style6.services-center .services-title2 {
    text-align: center;
}

.rs-services-style6.services-center .services-desc {
    text-align: center;
}

.rs-services-style6.services-left .services-item .services-title {
    text-align: left;
    margin: 0;
    font-weight: 500;
}

.rs-services-style6.services-left .services-item .services-desc {
    text-align: left;
}

.rs-services-style6.services-right {
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.rs-services-style6.services-right .services-item .services-icon {
    float: right;
    width: 50px;
}

.rs-services-style6.services-right .services-item .services-title {
    text-align: right;
    margin: 0;
    font-weight: 500;
}

.rs-services-style6.services-right .services-item .services-desc {
    text-align: right;
    float: left;
    width: 80%;
    padding-right: 18px;
}

.rs-services-style6:hover .bg-img {
    opacity: 1;
}

.rs-services-style6:hover .services-item .services-icon i {
    background: transparent;
    color: #f7c808;
    font-size: 50px;
}


/*Counter Style*/

.counter-top-area {
    background-size: 100%;
    padding: 60px 0 30px;
    background-repeat: no-repeat;
}

.counter-top-area .count-number span {
    margin: 0 0 10px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900;
}

.counter-top-area .count-number h4 {
    font-weight: 600 !important;
}

.counter-top-area.border-style {
    border: 1px solid #f7efef;
    padding: 30px 0 8px;
    transition: all 0.3s ease 0s;
}

.counter-top-area.border-style:hover {
    border-color: #f7c808 !important;
}

.counter-pb0 .counter-top-area {
    padding: 60px 0 0px;
}

.style-bg .counter-top-area {
    padding: 50px 0 30px;
}

.style-bg .counter-top-area .count-number h3 {
    margin: 0;
}


/* -------------------------------- 

Vertical Timeline CSS

-------------------------------- */

@media only screen and (min-width: 1170px) {
    .cd-is-hidden {
        visibility: hidden;
    }
}

.cd-timeline {
    overflow: hidden;
    margin: 2em auto;
}

.cd-timeline__container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.cd-timeline__container iframe {
    margin-bottom: 15px;
}

.cd-timeline__container::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #232023;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline {
        margin-top: 34px;
        margin-bottom: 3em;
    }
    .cd-timeline__container::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline__block {
    position: relative;
    margin: 80px 0;
}

.cd-timeline__content .event-shedule-info {
    color: #fff;
}

.cd-timeline__content .event-shedule-info .speaker-name,
.cd-timeline__content .event-shedule-info .speaker-name a {
    color: #f5f5f5;
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 0;
}

.cd-timeline__content .event-shedule-info .event-des {
    font-size: 15px;
    line-height: 22px;
}

.cd-timeline__content .event-shedule-info .event-title {
    color: #fff !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 24px;
}

.cd-timeline__content .event-shedule-info .event-title a {
    color: #fff !important;
}

.cd-timeline__content .event-shedule-info p {
    margin-top: 10px;
}

.cd-timeline__block:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__block:first-child {
    margin-top: 0;
}

.cd-timeline__block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__block {
        margin: 4em 0;
    }
}

.cd-timeline__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cd-timeline__img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    border-radius: 100% !important;
}

.cd-timeline__img.cd-timeline__img--picture {
    background: #232023;
}

.cd-timeline__img.cd-timeline__img--picture .rs-video-2 .popup-videos {
    transform: translateX(-50%);
    background: #28406d;
}

.cd-timeline__img.cd-timeline__img--picture .rs-video-2 .popup-videos i {
    color: #fff !important;
}

.cd-timeline__img.cd-timeline__img--picture .rs-video-2 .popup-videos i:before {
    color: #fff !important;
}

.cd-timeline__img.cd-timeline__img--picture span {
    color: #fff;
    font-size: 14px;
}

.cd-timeline__img.cd-timeline__img--movie {
    background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
    background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__img {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        left: 50%;
        margin-left: -40px;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: 0.25em;
    padding: 1em;
}

.cd-timeline__content .short-info {
    background: #fff;
    padding: 30px;
}

.cd-timeline__content .short-info h3 {
    color: #232023;
    font-size: 20px;
    line-height: 28px !important;
    margin-bottom: 14px;
}

.cd-timeline__content .short-info h3 a {
    color: #232023;
}

.cd-timeline__content .short-info .designation {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    float: left;
    margin-right: 10px;
}

.cd-timeline__content .short-info span.date {
    font-size: 15px;
}

.cd-timeline__content .short-info .career_thumb {
    margin-bottom: 23px;
}

.cd-timeline__content .cd_timeline_desc {
    margin-left: 40px;
    border-radius: 0.25em;
    padding: 20px 0;
    font-size: 20px;
    color: #232023;
    opacity: 1;
    font-weight: 700;
}

.cd-timeline__content .cd_timeline_desc h3 {
    color: #232023;
    font-size: 20px;
    line-height: 28px !important;
    margin-bottom: 14px;
}

.cd-timeline__content .cd_timeline_desc p {
    font-size: 16px;
    color: #232023;
}

.cd-timeline__content:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__content::before {
    /* triangle next to content block */
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 15px solid transparent;
}

.cd-timeline__content h2 {
    color: #fff;
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
    font-size: 16px;
    color: #232023;
}

.cd-timeline__read-more,
.cd-timeline__date {
    display: inline-block;
}

.cd-block-start {
    padding-bottom: 100px;
}

.cd-block-start .cd-timeline__img {
    line-height: 24px;
    padding: 10px;
    text-transform: uppercase;
}

.cd-block-start .cd-timeline__img .timeline-year {
    position: relative;
    top: 5px;
    font-size: 14px;
}

.cd-block-done {
    padding-bottom: 80px;
    text-transform: uppercase;
}

.cd-timeline__read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline__date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

@media only screen and (min-width: 768px) {
    .cd-timeline__content h2 {
        font-size: 2rem;
    }
    .cd-timeline__content p {
        font-size: 16px;
        color: #232023;
    }
    .cd-timeline__read-more,
    .cd-timeline__date {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__content {
        margin-left: 0;
        padding: 0;
        width: 43%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .cd-timeline__content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
    }
    .cd-timeline__read-more {
        float: left;
    }
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 1.6rem;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content {
        float: right;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
        float: right;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__date {
        left: auto;
        right: 133%;
        text-align: right;
    }
    .cd-timeline__content.cd-timeline__content--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* -------------------------------- 

Horizontal Timeline CSS

-------------------------------- */

.wrap-list {
    overflow-x: hidden;
}

.wrap-index {
    overflow-x: hidden;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}

.over-wrap-index .prev {
    position: absolute;
    left: -1px;
    top: 61%;
    transform: translateY(-50%);
    font-size: 30px;
    background: #232023;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.over-wrap-index .prev:hover {
    color: #f7c808;
}

.over-wrap-index .prev.disabled {
    background: #f2f2f2;
    cursor: default;
    color: #fff !important;
}

.over-wrap-index .next {
    position: absolute;
    right: -1px;
    top: 61%;
    transform: translateY(-50%);
    font-size: 30px;
    background: #232023;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.over-wrap-index .next:hover {
    color: #f7c808;
}

.over-wrap-index .next.disabled {
    background: #f2f2f2;
    cursor: default;
    color: #fff !important;
}

.over-wrap-list {
    position: relative;
}

.over-wrap-list .prev,
.over-wrap-list .next {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    font-size: 80px;
    text-decoration: none;
    color: #A09F9F;
    text-shadow: 1px 1px #fff;
}

.over-wrap-list .prev.disabled,
.over-wrap-list .next.disabled {
    color: #DFDFDF;
}

.over-wrap-list .prev {
    left: 30px;
}

.over-wrap-list .prev:active {
    left: 29px;
}

.over-wrap-list .next {
    right: 30px;
}

.over-wrap-list .next:active {
    right: 29px;
}

.over-wrap-index {
    position: relative;
}

.over-wrap-index:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 200px;
    z-index: 999;
    background: url('../images/about-overlay-l.png') 0px top no-repeat;
    background-size: cover;
    background-position-x: right;
    display: none;
}

.over-wrap-index:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 200px;
    z-index: 999;
    background: url('../images/about-overlay-r.png') right top no-repeat;
    background-size: cover;
    background-position-x: left;
    display: none;
}

ul.index {
    padding-left: 0;
    list-style: none;
    font-size: 0;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}

ul.index li {
    font-size: 14px;
    display: inline-block;
    width: 200px;
    text-align: center;
    position: relative;
    vertical-align: bottom;
    padding-bottom: 15px;
    font-weight: 700;
    min-height: 40px;
}

ul.index li:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #232023;
    position: absolute;
    bottom: -8px;
    left: 90px;
    z-index: 99;
    overflow: hidden;
}

.content-wrap {
    display: flex;
}

.content-wrap.col-full {
    display: block;
}

.content-wrap .date {
    margin-left: 15px;
    background: transparent;
    color: #777;
    font-size: 100%;
}

.content-wrap .clear-both {
    clear: both;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 13px;
    display: block;
    max-width: 360px;
}

.content-wrap .career-title {
    text-transform: capitalize;
    color: #232023;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
}

.col-left {
    width: 45%;
    padding-right: 35px;
}

.col-right {
    width: 55%;
    padding-left: 15px;
}

ul.index li.active:after {
    background: #232023;
}

ul.index li a {
    text-decoration: none;
    font-size: 24px;
    color: #646464;
    outline: none;
}

ul.index li a:hover {
    color: #7e7e7e;
}

ul.index li.active a {
    font-size: 48px;
    color: #232023;
}

ul.index:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 50px;
    left: 0;
    right: 0;
    border-top: 1px dotted #232023;
}

ul.list {
    padding-left: 0;
    list-style: none;
    font-size: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.list>li {
    font-size: 14px;
    display: inline-block;
    padding-top: 20px;
    vertical-align: top;
}

ul.list>li .image {
    width: 200px;
    float: left;
    position: relative;
    z-index: 2;
}

.over-wrap-list iframe {
    display: none;
}

.over-wrap-list .show-me iframe {
    display: block !important;
}

.content-wrap .post_image,
.content-wrap .content {
    display: none;
}

.content-wrap .post_image img {
    border-radius: 5px;
}

.over-wrap-list .show-me .content-wrap .post_image,
.over-wrap-list .show-me .content-wrap .content {
    display: block !important;
}

#wrap-list iframe {
    margin-top: 10px;
}

ul.list>li .image:before,
ul.list>li .image:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 80%;
    max-height: 60px;
    -webkit-box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
    bottom: 20px;
}

ul.list>li .image:before {
    left: 20px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

ul.list>li .image:after {
    right: 20px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

ul.list>li .image img {
    min-width: 100%;
    min-height: 150px;
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #C0C0C0;
    padding: 7px;
    background: #232023;
    border-radius: 2px;
}

ul.list>li .content {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

ul.list>li .content .title {
    text-transform: capitalize;
    color: #232023;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.designation {
    color: #777;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    float: left;
}

.designation i {
    margin-right: 10px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.one-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.arrow-up {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: none;
}

.arrow-down {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-style: none;
}

.arrow-right {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-style: none;
}

.arrow-left {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-style: none;
}

.arrow {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-color: white;
    border-width: 5px;
    border-style: solid;
}

.arrow.up {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: none;
}

.arrow.down {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-style: none;
}

.arrow.right {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-style: none;
}

.arrow.left {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-style: none;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   End Horizontal timeline
========================================================================== */


/*--------------------------------------------------------------
Video css
--------------------------------------------------------------*/

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.rs-video-2 {
    position: relative;
}

.rs-video-2 .video-desc {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    font-size: 20px;
}

.rs-video-2 .overly-border {
    border: 1px solid #f7c808;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 0;
}

.rs-video-2 .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.rs-video-2 .video-content h4 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.rs-video-2:hover .popup-videos {
    animation-duration: 0.8s;
}

.rs-video-2 .popup-videos {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 9;
    text-align: center;
    background: #f7c808;
}

.rs-video-2 .popup-videos:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
}

.rs-video-2 .popup-videos:before {
    background: #f7c808;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.rs-video-2 .popup-videos i {
    text-indent: 5px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 30px;
    color: #232023;
    position: relative;
}

.rs-video-2 .popup-videos i:before {
    color: #232023;
}

.rs-video-2 .popup-videos:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

.rs-video-2 .popup-videos span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.rs-video-2:hover .overly-border:before,
.rs-video-2:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.rs-video-2.Style2 .video-circle1 {
    height: 415px;
    width: 415px;
    animation: banner-right-circle 5s linear infinite;
}

.rs-video-2.Style2 .video-circle1,
.rs-video-2.Style2 .video-circle2 {
    border: 1px solid #f7c808;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: banner-right-circle 5s linear infinite;
    z-index: 1;
}

.rs-video-2.Style2 .video-circle2 {
    height: 350px;
    width: 350px;
    animation: banner-right-circle2 5s linear infinite;
}

@keyframes banner-right-circle {
    0% {
        height: 250px;
        width: 250px;
        opacity: 1;
    }
    100% {
        height: 415px;
        width: 415px;
        opacity: .1;
    }
}

@keyframes banner-right-circle2 {
    0% {
        height: 150px;
        width: 150px;
        opacity: 1;
    }
    100% {
        height: 405px;
        width: 405px;
        opacity: .1;
    }
}

.readon {
    background: #f7c808;
    color: #232023;
    border: 2px solid;
    border-color: #f7c808;
    border-radius: 25px;
    padding: 0 40px;
    height: 50px;
    line-height: 47px;
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.readon:hover {
    border: 2px solid;
    border-color: #232023;
    background: #232023;
    color: #fff;
}


/*--------------------------------
    Latest News
----------------------------------*/

.rs-latest-news .news-normal-block {
    padding: 0px;
    transition: 0.3s;
    background-size: cover !important;
}

.rs-latest-news .news-normal-block .news-img {
    margin-bottom: 0px;
    padding: 13px 13px 8px;
}

.rs-latest-news .news-normal-block .news-img img {
    width: 100%;
}

.rs-latest-news .news-normal-block .news-info {
    padding: 50px 30px;
    padding-right: 30%;
    color: #fff;
}

.rs-latest-news .news-normal-block .news-info a {
    color: #fff;
}

.rs-latest-news .news-normal-block .news-info a:hover {
    color: #f7c808;
}

.rs-latest-news .news-normal-block .news-info .categories {
    font-size: 16px;
    margin: 0 0 16px;
}

.rs-latest-news .news-normal-block .news-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600 !important;
    line-height: 38px !important;
}

.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
    color: #f7c808;
}

.rs-latest-news .news-normal-block .news-desc p {
    margin-bottom: 30px;
}

.rs-latest-news .news-normal-block .news-btn a {
    display: inline-block;
    margin-left: auto;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background-color: #f7c808;
    color: #fff;
    border-radius: 35px;
    text-transform: uppercase;
}

.rs-latest-news .news-normal-block .news-btn a:hover {
    background-color: #222222;
}

.rs-latest-news .news-list-block .news-list-item {
    transition: 0.3s;
    background: #fff;
}

.rs-latest-news .news-list-block .news-list-item:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.rs-latest-news .news-list-block .news-list-item .news-title {
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.rs-latest-news .news-list-block .news-list-item .news-title a {
    color: #212121;
}

.rs-latest-news .news-list-block .news-list-item .news-title a:hover,
.rs-latest-news .news-list-block .news-list-item .news-title a:focus {
    color: #f7c808;
}

.rs-latest-news .news-list-block .news-list-item .news-desc p {
    margin-bottom: 0;
}

.rs-latest-news .news-list-block .news-list-item .categories {
    font-size: 14px;
    margin: 0 0 10px;
}

.rs-latest-news .news-list-block .news-list-item .categories a {
    color: #181818;
}

.rs-latest-news .news-list-block .news-list-item .categories a:hover {
    color: #f7c808;
}

.rs-latest-news .news-list-block .news-list-item .news-content {
    padding: 20px;
    background: #ffffff;
}

.latest-news-slider .news-normal-block {
    box-shadow: none !important;
}

.latest-news-slider .slick-arrow {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: -104px;
    height: 42px;
    width: 42px;
    font-size: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #f7c808;
    cursor: pointer;
    outline: 0;
    border-radius: 50%;
    transition: 0.3s;
    top: auto;
}

.latest-news-slider .slick-arrow:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    color: inherit;
    text-indent: 2px;
}

.latest-news-slider .slick-arrow.slick-prev {
    left: auto;
}

.latest-news-slider .slick-arrow.slick-prev:after {
    content: "\f104";
}

.latest-news-slider .slick-arrow.slick-next {
    right: -160px;
}

.latest-news-slider .slick-arrow.slick-next:after {
    content: "\f105";
}

.latest-news-slider .slick-arrow:hover {
    background-color: #f7c808;
    color: #fff !important;
}

.latest-news-nav .slick-track {
    width: 100% !important;
}

.latest-news-nav .slick-slide {
    width: calc(100% - 2px) !important;
    margin-bottom: 12px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    padding: 13px;
    transition: 0.3s;
}

.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
    background-color: #f7c808;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
    opacity: 0.8;
}

.rs-latest-news.style2 .latest-news-nav .slick-track {
    width: 100% !important;
}

.rs-latest-news.style2 .latest-news-nav .slick-slide {
    width: calc(100% - 2px) !important;
    margin-bottom: 12px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    padding: 13px;
}

.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current,
.rs-latest-news.style2 .latest-news-nav .slick-slide:hover {
    background: #fff;
    border-color: #ccc;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current img,
.rs-latest-news.style2 .latest-news-nav .slick-slide:hover img {
    opacity: 0.8;
}

.rs-latest-news.style2 .news-list-block .news-list-item+.news-list-item {
    margin-top: 15px;
}

.rs-latest-news.style2 .slick-arrow {
    bottom: -95px;
    right: -10px;
}

.rs-latest-news.style2 .slick-arrow.slick-next {
    right: -65px;
}

.rs-services3 {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.rs-services3 .col-services10 {
    float: right;
    width: 80%;
}

.rs-services3 .col-services10 .feature-title {
    padding-top: 26px;
    margin: 0 0 13px;
    font-weight: 500 !important;
    font-size: 22px;
}

.rs-services3 .col-services10 .feature-title a {
    color: #232023;
}

.rs-services3 .col-services10 .slick-list {
    padding: 0 0 0 25px;
}

.rs-services3 .img_wrap {
    margin-bottom: 0 !important;
}

.rs-services3 .short-desc {
    background: #232023;
    padding: 5px 10px 3px 27px;
}

.rs-services3 .short-desc .feature-title {
    color: #fff;
    margin: 0 0 15px;
}

.rs-services3 .short-desc .feature-title a {
    color: #fff;
}

.rs-services3 .short-desc .feature-title a:hover {
    color: #f7c808;
}

.rs-services3 .short-desc p {
    color: #bbb;
    position: relative;
    padding-left: 80px;
}

.rs-services3 .short-desc p:before {
    content: "";
    position: absolute;
    border: 0;
    width: 60px;
    height: 2px;
    background: #f7c808;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 14px;
}

.rs-services3.services-right .col-services10 {
    float: left;
    width: 80%;
}

.rs-services3.services-right .col-services10 .slick-list {
    padding: 0 25px 0 0;
}

.rs-services3.services-right .col-services2 {
    float: left;
    width: 20%;
}

.rs-services3 .col-services2 {
    float: left;
    width: 20%;
}

.rs-services3 .heading-block {
    text-align: center;
}

.rs-services3 .heading-block h4 {
    font-size: 16px;
    margin: 15px 0;
}

.rs-services3 .slick-vertical .slick-slide {
    padding: 0 5px;
}

.rs-services3 .item-thumb img {
    border-radius: 0 !important;
    cursor: pointer;
}

.rs-services3 .slider-nav {
    margin: 0 !important;
}

.rs-services3 .slick-arrow {
    display: block;
    position: absolute;
    top: 10px;
    z-index: 99;
    left: 45%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #232023;
    color: #fff;
    border-radius: 50%;
    transition: 0.6s ease all;
    opacity: 1;
    opacity: 0;
    visibility: hidden;
}

.rs-services3 .slick-arrow:after {
    top: -2px;
}

.rs-services3 .slick-arrow.slick-next {
    bottom: 35px;
    top: auto;
}

.rs-services3 .slick-arrow:hover {
    background: #f7c808;
    color: #232023;
}

.rs-services3 .col-services2 .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.rs-services3 .col-services2:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}


/* ----------------------------------
    09. Team
-------------------------------------*/


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

.rs-team .team-item .team-name a {
    color: #fff;
}

.rs-team .team-item .team-title {
    font-size: 16px;
    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: #f7c808;
    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: #f7c808;
}

.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-style5 .owl-stage-outer {
    overflow-y: visible;
}

.rs-team .team-style5 .team-item {
    overflow: visible;
    margin-bottom: 60px;
}

.rs-team .team-style5 .team-item:before {
    display: none;
}

.rs-team .team-style5 .team-item .image-wrapper .team-img img {
    border: 3px solid #f7c808;
}

.rs-team .team-style5 .team-item .image-wrapper .team-img svg path {
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text {
    bottom: -25px;
    width: 100%;
    border-radius: 50px;
    clip-path: none;
    background: transparent;
    left: auto;
    right: -107px;
    transform: rotate(-30deg);
    transition: all 0.5s;
}

.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text .team-name,
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text .subtitle {
    color: #232023;
    font-weight: 500;
    padding-bottom: 0;
    line-height: 20px !important;
    margin-bottom: 0;
}

.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text.slider-text {
    bottom: -22px !important;
    right: -35px;
    max-width: 196px;
}

.rs-team .team-style5 .team-item .team-content {
    background: transparent !important;
}

.rs-team .team-style5 .team-item .team-content:before {
    display: none;
}

.rs-team .team-style5 .team-item .team-content .team-social {
    transform: translate(0) !important;
    position: static;
    margin-bottom: 15px;
}

.rs-team .team-style5 .team-item .team-content .team-social a {
    border: 1px solid #fff;
}

.rs-team .team-style5 .team-item:before {
    background: transparent;
}

.rs-team .team-style5 .team-item:hover .image-wrapper .team-img .normal-text {
    opacity: 0;
    visibility: hidden;
    right: -80px;
    bottom: 35px;
}

.rs-team .team-style5 .team-item:hover .team-img img {
    border: 3px solid transparent !important;
}

.rs-team .team-style5 .team-item:hover .team-img svg path {
    fill: #f7c808;
}

.rs-team .team-style5 .team-item:hover .team-content .team-name {
    margin-bottom: 0;
}

.rs-team .team-style5 .team-item:hover .team-content .team-social a {
    background: #fff !important;
}

.rs-team .team-style5 .team-item:hover .team-content .team-social a:hover {
    background: #f1f1f1 !important;
}

.rs-team .team-style5 .team-item:hover .team-content .team-social a i {
    color: #f7c808 !important;
}

.rs-team .team-style5 .team-item.team-rounded:before {
    background: transparent;
}

.rs-team .team-style5 .team-item.team-rounded .team-img {
    border-radius: 100%;
}

.rs-team .team-style5 .team-item.team-rounded .team-img img {
    border-radius: 100%;
}

.rs-team .team-style5 .team-item.team-rounded .team-content {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}

.rs-team .team-style5 .team-item.team-square .team-img .normal-text {
    bottom: 20px;
    width: 84%;
    border-radius: 0;
}

.rs-team .team-style5 .team-item .team-social li {
    padding: 20px;
}

.rs-team .team-style5 .team-item .team-social.icons-1:before {
    height: 70px;
}

.rs-team .team-style5 .team-item .team-social.icons-1:after {
    height: 70px;
}

.rs-team .team-carousel .team-img {
    position: relative;
}

.rs-team .team-carousel .team-img .img-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7c808;
    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);
}

.team-grid-style1 .team-item,
.team-slider-style1 .team-item {
    overflow: visible;
}

.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
    text-align: center;
    margin-top: 14px;
}

.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}

.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
    position: relative;
    overflow: hidden;
}

.team-grid-style1 .team-item .image-wrap .social-icons1,
.team-slider-style1 .team-item .image-wrap .social-icons1 {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 50px;
    background: #232023;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
    padding: 0;
    background: transparent;
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
    background: transparent;
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
    color: #f7c808;
}

.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible;
}

.team-grid-style1 .team-item .team-content1,
.team-slider-style1 .team-item .team-content1 {
    text-align: center;
    margin: 0;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    background: #fff;
    margin-bottom: 30px;
}

.team-grid-style1 .team-item .team-content1 h3.team-name,
.team-slider-style1 .team-item .team-content1 h3.team-name {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.team-grid-style1 .team-item .team-content1 h3.team-name a,
.team-slider-style1 .team-item .team-content1 h3.team-name a {
    color: #232023;
}

.team-grid-style1 .team-item .team-content1 h3.team-name a:hover,
.team-slider-style1 .team-item .team-content1 h3.team-name a:hover {
    color: #f7c808;
}

.team-grid-style1 .team-item .team-content1 span.team-title,
.team-slider-style1 .team-item .team-content1 span.team-title {
    color: #101010;
    text-transform: capitalize;
}

.team-slider-style1 .team-item .team-inner-wrap {
    padding-bottom: 30px;
}

.team-grid-style2 .team-item-wrap,
.team-slider-style2 .team-item-wrap {
    position: relative;
    margin-bottom: 35px;
}

.team-grid-style2 .team-item-wrap a,
.team-slider-style2 .team-item-wrap a {
    text-decoration: none;
}

.team-grid-style2 .team-item-wrap .team-img,
.team-slider-style2 .team-item-wrap .team-img {
    position: relative;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec {
    position: relative;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social {
    position: absolute;
    top: 0%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a {
    border: 1px solid #bbb6;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a i,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a i {
    font-size: 15px;
    color: #fff;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover {
    color: #232023;
    border: 1px solid #fff;
    background: #fff;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover i,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover i {
    color: #232023;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec:before,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec:before {
    content: "";
    position: absolute;
    background: #28406d;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 0.4s ease-in-out;
    display: block;
    top: 0;
    opacity: .9;
    z-index: 1;
}

.team-grid-style2 .team-item-wrap .team-img .wrap-text,
.team-slider-style2 .team-item-wrap .team-img .wrap-text {
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    padding: 25px 20px 22px 20px;
}

.team-grid-style2 .team-item-wrap .team-img .wrap-text .team-desc,
.team-slider-style2 .team-item-wrap .team-img .wrap-text .team-desc {
    margin-bottom: 0;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text,
.team-slider-style2 .team-item-wrap .team-img .normal-text {
    width: 100%;
    transition: all 0.5s ease 0s;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
    font-size: 22px;
    margin-top: 0 !important;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a {
    color: #232023;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    z-index: 111;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a:hover,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a:hover {
    color: #f7c808;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
    margin: 18px 0 5px;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-title,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-title {
    color: #232023;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
    display: block;
}

.team-grid-style2 .team-item-wrap:hover .team-img .team-img-sec:before,
.team-slider-style2 .team-item-wrap:hover .team-img .team-img-sec:before {
    height: 100%;
}

.team-grid-style2 .team-item-wrap:hover .team-img .team-img-sec .team-social,
.team-slider-style2 .team-item-wrap:hover .team-img .team-img-sec .team-social {
    opacity: 1;
    top: 50%;
}

.team-grid-style3 .team-img,
.team-slider-style3 .team-img {
    position: relative;
    padding: 25px;
}

.team-grid-style3 .team-img:after,
.team-slider-style3 .team-img:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #232023;
    border-right: 200px solid transparent;
    left: 0px;
    top: -10px;
}

.team-grid-style3 .team-img:before,
.team-slider-style3 .team-img:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 200px solid #232023;
    border-left: 200px solid transparent;
    right: 0px;
    bottom: -10px;
}

.team-grid-style3 .team-img img,
.team-slider-style3 .team-img img {
    position: relative;
    z-index: 99;
}

.team-grid-style3 .team-img .team-img-sec,
.team-slider-style3 .team-img .team-img-sec {
    position: relative;
}

.team-grid-style3 .team-img .team-img-sec:before,
.team-slider-style3 .team-img .team-img-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #232023;
    opacity: 0.8;
    left: 0;
    top: 0;
    z-index: 111;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.team-grid-style3 .team-img .team-img-sec .team-content,
.team-slider-style3 .team-img .team-img-sec .team-content {
    position: absolute;
    display: block;
    left: 50%;
    width: 100%;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 111;
    color: #fff;
    padding: 30px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-name,
.team-slider-style3 .team-img .team-img-sec .team-content .team-name {
    margin-bottom: 0;
    font-size: 20px;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-name a,
.team-slider-style3 .team-img .team-img-sec .team-content .team-name a {
    color: #fff;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-title,
.team-slider-style3 .team-img .team-img-sec .team-content .team-title {
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    display: block;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-title:after,
.team-slider-style3 .team-img .team-img-sec .team-content .team-title:after {
    position: absolute;
    content: '';
    width: 170px;
    height: 2px;
    background: #f2f2f2;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-social a,
.team-slider-style3 .team-img .team-img-sec .team-content .team-social a {
    color: #fff;
    margin-right: 12px;
    font-size: 16px;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:last-child,
.team-slider-style3 .team-img .team-img-sec .team-content .team-social a:last-child {
    margin-right: 0;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:hover,
.team-slider-style3 .team-img .team-img-sec .team-content .team-social a:hover {
    opacity: 0.8;
}

.team-grid-style3 .team-img .team-img-sec:hover:before,
.team-slider-style3 .team-img .team-img-sec:hover:before {
    opacity: 0.8;
}

.team-grid-style3 .team-img .team-img-sec:hover .team-content,
.team-slider-style3 .team-img .team-img-sec:hover .team-content {
    opacity: 1;
    width: 100%;
    top: 50%;
}

.team-grid-style3 .team-img:after {
    top: 0;
}

.team-grid-style3 .team-img:before {
    bottom: 0;
}

.rs-team-grid .team-item-wrap {
    margin-bottom: 30px;
}

.rs-team-grid .team-item {
    margin-bottom: 30px;
}

.rs-team-grid.team-grid-style1 .team-item {
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}

.rs-team-grid.team-grid-style1 .team-item img {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.rs-team-grid.team-grid-style1 .team-item:hover img {
    opacity: 0.7;
}

.rs-team-grid.team-style4 .team-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 95px;
    background: #fff;
    border-radius: 5px;
}

.rs-team-grid.team-style4 .team-wrapper .team_photo img {
    width: 100%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc {
    height: 100px;
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 15px 20px;
    color: #444444;
    text-align: center;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #232023;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .name {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .name a {
    color: #222222;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .name a:hover {
    color: #f7c808;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .name .designation {
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    float: none;
    text-align: center;
    font-weight: 500;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social {
    bottom: -100px !important;
    transition: all 0.3s ease 0s;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a {
    font-size: 17px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    border: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
    background: transparent !important;
    margin-right: 8px;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a:last-child {
    margin-right: 0;
}

.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a i {
    font-size: 16px;
}

.rs-team-grid.team-style4 .team-wrapper:hover .team_desc {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate(0, 0);
    bottom: 0;
    height: 140px;
    color: #fff;
    background: #222222;
}

.rs-team-grid.team-style4 .team-wrapper:hover .name a {
    color: #ffffff;
}

.rs-team-grid.team-style4 .team-wrapper:hover .name .designation {
    color: #ffffff;
}

.rs-team-grid.team-style4 .team-wrapper:hover .team_photo img {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.rs-team-grid.team-style4 .team-wrapper:hover .team-social {
    bottom: 25px !important;
}

.rs-team-grid.team-style5 .team-item {
    margin-bottom: 125px;
    position: relative;
}

.rs-team-grid.team-style5 .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.rs-team-grid.team-style5 .team-item .team-img img {
    width: 100%;
    transform: scale(1.15);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rs-team-grid.team-style5 .team-item .normal-text {
    background: #f7f7f7;
    color: #222222;
    padding: 20px;
    text-align: center;
    z-index: 9;
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: -85px;
    background: #fff;
    width: calc(100% - 80px);
    padding: 20px 20px 25px;
    -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
}

.rs-team-grid.team-style5 .team-item .normal-text .designation {
    font-size: 15px;
    font-weight: 500;
    float: none;
    color: #232023;
    margin-bottom: 0;
}

.rs-team-grid.team-style5 .team-item .normal-text .team-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    line-height: 24px;
    -webkit-transition: all 0.6s, max-height 0.5s;
    -o-transition: all 0.6s, max-height 0.5s;
    -moz-transition: all 0.6s, max-height 0.5s;
    transition: all 0.6s, max-height 0.5s;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

.rs-team-grid.team-style5 .team-item .normal-text .team-text:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: #232023;
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
}

.rs-team-grid.team-style5 .team-item .normal-text .social-icons {
    text-align: center;
    margin-top: 12px;
}

.rs-team-grid.team-style5 .team-item .normal-text .social-icons a i {
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #232023;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}

.rs-team-grid.team-style5 .team-item .normal-text .social-icons a:hover i {
    background: #f7c808;
    color: #232023;
}

.rs-team-grid.team-style5 .team-item .normal-text .person-name {
    display: block;
    font-size: 22px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.rs-team-grid.team-style5 .team-item .normal-text .person-name a {
    color: #232023;
}

.rs-team-grid.team-style5 .team-item .normal-text .person-name a:hover {
    color: #f7c808;
}

.rs-team-grid.team-style5 .team-item .normal-text .person-designation {
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    font-weight: normal;
}

.rs-team-grid.team-style5 .team-item:hover .normal-text .team-text {
    position: relative;
    max-height: 400px;
    opacity: 1;
    text-align: center;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s, max-height 1.5s;
    -o-transition: all 0.4s, max-height 1.5s;
    -moz-transition: all 0.4s, max-height 1.5s;
    transition: all 0.4s, max-height 1.5s;
    padding-top: 18px;
    margin-top: 8px;
}

.rs-team-grid.team-style5 .team-item .overlay-element .social-icons {
    margin-top: 5px;
}

.rs-team-grid.team-style5 .team-item .overlay-element .social-icons i {
    font-size: 15px;
    margin: 0 5px;
}

.rs-team-grid.team-style5 .team-item .team-content {
    padding: 10px;
}

.rs-team-grid.team-style5 .team-item .team-content h3.team-name {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: normal !important;
    text-transform: capitalize;
}

.rs-team-grid.team-style5 .team-item .team-content h3.team-name a {
    color: #fff;
}

.rs-team-grid.team-style5 .team-item .team-content h3.team-name a:hover {
    opacity: 0.8;
    color: #fff !important;
}

.rs-team-grid.team-style5 .team-item .team-content .designation {
    font-size: 16px;
    font-weight: 500;
}

.rs-team-grid.team-style5 .team-item .team-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.rs-team-grid.team-style5 .team-item .team-desc {
    margin-bottom: 0;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid;
    line-height: 22px;
}

.rs-team-grid.team-style5 .team-item .team-title,
.rs-team-grid.team-style5 .team-item .team-desc {
    color: #ffffff;
}

.rs-team-grid.team-style5 .team-item:hover .team-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.rs-team-grid.team-style5 .team-item:hover .designation {
    float: none;
    font-size: 15px;
    font-weight: 500;
}


/* ----------------------------------
    09. Portfolio
-------------------------------------*/

.rs-portfolio.col-filter .portfolio-content .portfolio-filter {
    text-align: center !important;
}

.rs-portfolio .portfolio-slider .portfolio-item {
    position: relative;
}

.rs-portfolio .portfolio-slider .portfolio-item .portfolio-img img {
    border-radius: 3px 3px 0 0;
}

.rs-portfolio .portfolio-slider .portfolio-item .categories {
    position: absolute;
    top: 16px;
    right: 25px;
    z-index: 11;
    font-size: 16px;
}

.rs-portfolio .portfolio-slider .portfolio-item .categories:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #232023;
    position: absolute;
    left: -56px;
    top: 13px;
}

.rs-portfolio .portfolio-slider .portfolio-item .categories a {
    color: #212127;
}

.rs-portfolio .portfolio-slider .portfolio-item .categories a:hover {
    color: #f7c808;
}

.rs-portfolio .portfolio-slider .portfolio-item .p-title {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 30px !important;
}

.rs-portfolio .portfolio-slider .portfolio-item .p-title a {
    color: #28406d;
}

.rs-portfolio .portfolio-slider .portfolio-item .p-title a:hover {
    color: #f7c808;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img {
    position: relative;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img:before {
    opacity: .85;
    background: transparent;
    background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
    background: -moz-linear-gradient(transparent, #333333), -moz-linear-gradient(transparent, #333333);
    background: -o-linear-gradient(transparent, #333333), -o-linear-gradient(transparent, #333333);
    content: "";
    height: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: all 0.7s ease 0s;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories {
    top: auto;
    bottom: 20px;
    left: 25px;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories:before {
    display: none;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a {
    color: #fff;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a:hover {
    color: #f7c808;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title {
    top: auto;
    bottom: 52px;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a {
    color: #fff;
}

.rs-portfolio.style2 .portfolio-slider .portfolio-item:hover .portfolio-content h3.p-title a {
    color: #f7c808;
}

.rs-slider * {
    outline: none;
}

.rs-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-slider .slide-description {
    max-width: 750px;
}

.rs-slider .slide-description p {
    margin-bottom: 0;
}

.rs-slider .slide-title {
    font-size: 42px;
    line-height: 52px;
}

.rs-slider .slick-arrow i {
    color: #232023;
    opacity: 0.5;
}

.rs-slider .slick-arrow i:before {
    font-size: 20px;
    font-weight: 600;
}

.rs-slider .slick-arrow i:hover {
    opacity: 1;
}

.rs-slider .slick-arrow:after {
    display: none;
}

.rs-slider .slide-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 250px 15px;
}

.rs-slider .slide-content.center {
    text-align: center;
}

.rs-slider .slide-content.center .slide-description {
    margin-left: auto;
    margin-right: auto;
}

.rs-slider .slide-content.right {
    text-align: right;
}

.rs-slider .slide-content.right .slide-description {
    margin-left: auto;
}

.rs-slider .slide-content.right .readon {
    padding-right: 0;
    padding-left: 20px;
}

.rs-slider .slide-content.right .readon:after {
    left: 0;
    right: auto;
    content: "\e066" !important;
}

.rs-slider .category a {
    color: #666666;
}

.rs-slider .category a:hover {
    color: #232023;
}

.rs-slider .slider-button {
    margin-top: 30px;
}

.rs-slider .slider-button ul {
    margin: 0;
    list-style-type: none;
}

.rs-slider .slider-button ul li {
    display: inline-block;
}

.rs-slider .slider-button ul li+li {
    margin-left: 10px;
}

.rs-slider .slider-button ul li a {
    color: #232023;
    font-weight: 500;
}

.rs-slider .slider-button ul li a i {
    padding-left: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    top: 1px;
}

.rs-slider .slider-button ul li a i:before {
    font-size: 15px;
}

.rs-slider .slider-button ul li a:hover i {
    padding-left: 12px;
}

.rs-slider .slick-arrow {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #f7c808;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: auto;
    bottom: 0;
}

.rs-slider .slick-arrow:after {
    color: inherit;
    top: -2px;
    font-family: linea-arrows-10;
    font-size: 26px;
}

.rs-slider .slick-prev {
    left: 100px;
    z-index: 9;
}

.rs-slider .slick-prev:after {
    content: "\e066" !important;
}

.rs-slider .slick-next {
    left: auto;
    right: 100px;
}

.rs-slider .slick-next:after {
    content: "\e068" !important;
}

.rs-slider:hover .slick-arrow {
    opacity: 1;
}


/* ----------------------------------
    10. cl-testimonial style 7
-------------------------------------*/

#cl-testimonial .testimonial-slide7 .slick-track {
    padding-bottom: 40px;
}

#cl-testimonial .testimonial-slide7 .single-testimonial {
    padding: 0;
    background: #ffffff;
    border-left: 4px solid #28406d;
    border-radius: 0;
    padding: 40px 20px 20px 120px;
    box-shadow: 0 0 15px #ccc;
    position: relative;
    margin: 0 15px;
}

#cl-testimonial .testimonial-slide7 .single-testimonial:after,
#cl-testimonial .testimonial-slide7 .single-testimonial:before {
    content: '';
    position: absolute;
    display: block;
    background: transparent;
    transition: all 0.2s;
    width: 0px;
    height: 0px;
    z-index: 100;
    top: -3px;
    border: none !important;
    right: 0;
}

#cl-testimonial .testimonial-slide7 .single-testimonial:after {
    top: auto;
    bottom: 0;
    border-bottom: 0 solid;
    border-top: 30px solid transparent;
    border-bottom-color: #232023;
}

#cl-testimonial .testimonial-slide7 .right-content,
#cl-testimonial .testimonial-slide7 .testimonial-left {
    width: 100%;
    float: none;
}

#cl-testimonial .testimonial-slide7 .testimonial-left img {
    border: 2px solid #232023;
}

#cl-testimonial .testimonial-slide7 .right-content {
    position: relative;
}

#cl-testimonial .testimonial-slide7 .right-content i {
    top: 5px;
    padding-right: 0;
    position: absolute;
    left: -18px;
}

#cl-testimonial .testimonial-slide7 .testimonial-left {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: auto;
}

#cl-testimonial .testimonial-slide7 p {
    margin: 0;
    padding: 0;
}

#cl-testimonial ul.slick-dots li button {
    background: #232023;
    padding: 2px 0;
    height: 5px;
    border-radius: 0;
}

#cl-testimonial ul.slick-dots li.slick-active button {
    background: #f7c808 !important;
    border-color: #f7c808 !important;
}

#cl-testimonial .slick-dotted.slick-slider {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 50%;
}

#cl-testimonial .slick-next {
    right: 20px;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

#cl-testimonial .slick-next:after {
    font-size: 18px;
    content: "\f137";
    font-family: Flaticon;
}

#cl-testimonial .slick-prev {
    left: 20px;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

#cl-testimonial .slick-prev:after {
    font-size: 18px;
    content: "\f138";
    font-family: Flaticon;
}

#cl-testimonial:hover .slick-prev {
    opacity: 1;
    left: 0px;
}

#cl-testimonial:hover .slick-next {
    opacity: 1;
    right: 0px;
}

.light .slick-prev:after,
.light .slick-next:after {
    color: #232023;
}

.light .slick-prev:hover:after,
.light .slick-next:hover:after {
    color: #f7c808;
}

#cl-testimonial.testimonials-area.slider8 {
    position: relative;
}

#cl-testimonial.testimonials-area.slider8 .images-testimonial p {
    margin: 0;
    padding: 0 !important;
    text-align: center !important;
    font-size: 15px;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
}

#cl-testimonial.testimonials-area.slider8 .images-testimonial p i {
    display: block;
    text-align: center;
    font-size: 50px;
    opacity: 0.05;
    margin: 35px 0 13px;
}

#cl-testimonial.testimonials-area.slider8 .images-testimonial img {
    width: 90px;
    margin: 0 auto 29px;
}

#cl-testimonial.testimonials-area.slider8 .testimonials-nav {
    width: 230px;
    top: 42px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-list.draggable {
    display: none;
}

#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev,
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next {
    opacity: 1;
}

#cl-testimonial.testimonials-area.slider8 ul.author {
    text-align: center;
    padding: 21px 0 10px !important;
}

#cl-testimonial.testimonials-area.slider8 ul.author li {
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 0 12px !important;
}

#cl-testimonial.testimonials-area.slider8 ul.author li:last-child {
    font-size: 17px;
    text-transform: capitalize;
    padding-top: 0 !important;
}

#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial {
    padding-left: 20px;
    padding-top: 45px;
}

#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
    position: relative;
    max-width: 100%;
    text-align: left;
}

#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial i {
    font-size: 80px;
    position: absolute;
    left: -18px;
    opacity: 1;
    top: -30px;
    z-index: -1;
}

#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial ul.author,
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
    text-align: left !important;
}

#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav {
    overflow: hidden;
}

#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-list {
    float: right;
}

#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-track {
    width: 100% !important;
    float: right;
}

#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide {
    width: 15px !important;
    height: 6px;
    border-radius: 3px;
    background: #232023;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    transition: 0.3s;
}

#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide:hover,
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide.slick-current {
    background: #f7c808;
}

.testimonials-area .images-testimonial p {
    max-width: 100%;
}

.light #cl-testimonial ul.slick-dots li:not(.slick-active) button {
    border-color: #fff !important;
    background: #fff !important;
}

.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial {
    margin: 0;
    border-left: 4px solid #f7c808;
    box-shadow: none;
}

.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:before,
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
    border-top-color: #f7c808;
    border-right-color: #f7c808;
    border-right: 30px solid #f7c808;
}

.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
    border-top: 30px solid transparent;
    border-bottom-color: #f7c808;
}

.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial .cl-author-info li:first-child {
    font-size: 18px;
    color: #232023;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    line-height: 28px;
    margin-top: 5px;
}

.testimonial-light #cl-testimonial .slick-dots {
    text-align: right;
    bottom: -4px;
}

.testimonial-light #cl-testimonial .slick-dots li button {
    background: #fff !important;
    border: 1px solid #ffff !important;
}

.mfp-close-btn-in .mfp-close {
    top: -50px;
    right: 0;
    text-align: right;
    padding-right: 0;
    display: inline-block;
    text-align: center;
    background: #f7c808;
    width: 44px;
    border-radius: 50%;
    text-indent: 4px;
    font-size: 27px;
}

.rs_button.btn-border {
    border-width: 2px;
    border-style: solid;
    border-color: #f7c808;
    line-height: 48px;
    background: transparent;
}

.rs-btn.btn-center {
    text-align: center;
}

.rs-btn.btn-left {
    text-align: left;
}

.rs-btn.btn-right {
    text-align: right;
}

.rs-btn.square-btn a {
    border-radius: 0;
}

.rs-btn .icon-btn {
    padding: 0;
    height: 40px;
    line-height: 36px;
    width: 50px;
    text-align: center;
}

.rs-btn .icon-btn.btn-border {
    width: 40px;
    height: 40px;
}

.rs-btn .icon-btn i:before {
    font-size: 18px;
    font-weight: 600;
}

.portfolio-filter {
    margin-bottom: 20px;
}

.portfolio-filter.filter-center {
    text-align: center;
}

.portfolio-filter.filter-right {
    text-align: right;
}

.portfolio-filter.filter-left {
    text-align: left;
}

.portfolio-filter button {
    background: transparent !important;
    color: #666666;
    margin: 0 20px 12px 0;
    display: inline-block;
    padding: 0;
    transition: 0.4s;
    outline: none;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    position: relative;
    padding: 5px 15px;
    border-radius: 30px;
    border: 0;
}

.portfolio-filter button:hover,
.portfolio-filter button.active {
    color: #f7c808;
    background: transparent !important;
}

.gutter-no-gap .row {
    margin: 0 !important;
}

.gutter-no-gap .row [class*="col-"] {
    padding: 0 !important;
    margin: 0 !important;
}

.gutter-no-gap .portfolio-item {
    border-radius: 0 !important;
}

.gutter-no-gap .portfolio-item .portfolio-img img {
    border-radius: 0 !important;
}

.gutter-no-gap .portfolio-item .portfolio-img:before {
    border-radius: 0 !important;
}

.rs-portfolio-style1.gutter-no-gap .grid {
    margin-left: 0px;
    margin-right: 0px;
}

.rs-portfolio-style1.gutter-no-gap .portfolio-item {
    border-radius: 0 !important;
}

.rs-portfolio-style1.gutter-no-gap .portfolio-item .portfolio-img img {
    border-radius: 0;
}

.rs-portfolio-style1.gutter-no-gap .portfolio-item .portfolio-img:before {
    border-radius: 0 !important;
}

.rs-portfolio-style1 .grid {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-item {
    border-radius: 5px;
}

.rs-portfolio-style1 .portfolio-item {
    position: relative;
    overflow: hidden;
}

.rs-portfolio-style1 .portfolio-item .portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 25px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    border-radius: 5px;
}

.rs-portfolio-style1 .portfolio-item .portfolio-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
    position: relative;
    z-index: 9;
}

.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category {
    color: #fff;
    margin-bottom: 0;
}

.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
    color: #fff;
}

.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}

.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}

.rs-portfolio-style1 .portfolio-item .portfolio-img img {
    width: 100%;
    border-radius: 5px;
}

.rs-portfolio-style1 .portfolio-item .p-link {
    transition: all 0.3s ease 0s;
    display: inline-block;
    font-size: 19px;
    width: 52px;
    line-height: 54px;
    height: 52px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.rs-portfolio-style1 .portfolio-item .p-link i {
    margin-left: 2px;
}

.rs-portfolio-style1 .portfolio-item .p-link:hover {
    background-color: #f7c808;
    color: #fff;
}

.rs-portfolio-style1 .portfolio-item .p-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 0;
    color: #fff;
    margin-bottom: 10px;
    line-height: 30px !important;
}

.rs-portfolio-style1 .portfolio-item .p-title a {
    color: #fff;
}

.rs-portfolio-style1 .portfolio-item .p-title a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rs-portfolio-style1 .portfolio-item .p-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    margin-top: 10px;
}

.rs-portfolio-style1 .portfolio-item:hover .portfolio-content {
    opacity: 1;
    top: 0;
}

.rs-portfolio-style1 .portfolio-item:hover .portfolio-content:before {
    opacity: 1;
}

.rs-portfolio-style2 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.rs-portfolio-style2 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 10;
}

.rs-portfolio-style2 .portfolio-item .portfolio-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

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

.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more:hover {
    background: #f7c808 !important;
    border-color: #f7c808 !important;
}

.rs-portfolio-style2 .portfolio-item .portfolio-content {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 22px 30px;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0;
}

.rs-portfolio-style2 .portfolio-item .portfolio-content a {
    color: #fff;
}

.rs-portfolio-style2 .portfolio-item .portfolio-content h4 {
    margin-bottom: 5px;
}

.rs-portfolio-style2 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #cccccc;
}

.rs-portfolio-style2 .portfolio-item:hover .portfolio-content {
    bottom: 0;
    opacity: 1;
}

.rs-portfolio-style2 .portfolio-item:hover .portfolio-img:before {
    opacity: 1;
}

.rs-portfolio-style2 .portfolio-item:hover .read_more {
    opacity: 1;
    visibility: visible;
}

.rs-portfolio-style3 .portfolio-item {
    position: relative;
    overflow: hidden;
}

.rs-portfolio-style3 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 10;
}

.rs-portfolio-style3 .portfolio-item .portfolio-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.rs-portfolio-style3 .portfolio-item .portfolio-img img {
    width: 100%;
    border-radius: 5px;
}

.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0;
}

.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px;
}

.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link:hover {
    opacity: 0.7 !important;
}

.rs-portfolio-style3 .portfolio-item .portfolio-content {
    position: absolute;
    padding: 15px 20px;
    opacity: 0;
    z-index: 10;
    top: 0;
    width: 100%;
}

.rs-portfolio-style3 .portfolio-item .portfolio-content a {
    color: #fff;
}

.rs-portfolio-style3 .portfolio-item .portfolio-content h3 {
    margin-bottom: 5px;
    font-size: 20px;
    transition: 0.3s ease all;
}

.rs-portfolio-style3 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #fff;
    transition: 0.3s ease all;
}

.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
    opacity: 1;
}

.rs-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
    opacity: 0.7;
}

.rs-portfolio-style3 .portfolio-item:hover .portfolio-img .p-link {
    opacity: 1;
}

.rs-portfolio-style4 .portfolio-item {
    position: relative;
    overflow: hidden;
}

.rs-portfolio-style4 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 10;
}

.rs-portfolio-style4 .portfolio-item .portfolio-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    transition: all 0.4s ease 0s;
    opacity: 0;
    z-index: 10;
    border-radius: 5px;
}

.rs-portfolio-style4 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 5px;
}

.rs-portfolio-style4 .portfolio-item .portfolio-img .p-link {
    display: none;
}

.rs-portfolio-style4 .portfolio-item .portfolio-content {
    position: absolute;
    padding: 15px 20px;
    opacity: 0;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 100%;
}

.rs-portfolio-style4 .portfolio-item .portfolio-content a {
    color: #fff;
}

.rs-portfolio-style4 .portfolio-item .portfolio-content h3 {
    margin-bottom: 5px;
    font-size: 20px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.rs-portfolio-style4 .portfolio-item .portfolio-content h3 a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rs-portfolio-style4 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 15px;
    line-height: 30px !important;
}

.rs-portfolio-style4 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #fff;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.rs-portfolio-style4 .portfolio-item .portfolio-content p a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rs-portfolio-style4 .portfolio-item:hover .portfolio-content {
    opacity: 1;
}

.rs-portfolio-style4 .portfolio-item:hover .portfolio-content h3 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.rs-portfolio-style4 .portfolio-item:hover .portfolio-content p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.rs-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
    opacity: 0.7;
}

.rs-portfolio-style4 .portfolio-item:hover .portfolio-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.rs-portfolio-style5 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.rs-portfolio-style5 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.rs-portfolio-style5 .portfolio-item .portfolio-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: all 0.4s ease 0s;
    opacity: 0;
    z-index: 10;
    border-radius: 5px;
}

.rs-portfolio-style5 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 0px;
}

.rs-portfolio-style5 .portfolio-item .portfolio-img .p-link {
    display: none !important;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 32px;
    color: #ffffff;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    opacity: 0;
    z-index: 10;
}

.rs-portfolio-style5 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px;
    display: none;
}

.rs-portfolio-style5 .portfolio-item .portfolio-content {
    position: relative;
    padding: 15px 20px;
    opacity: 1;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.rs-portfolio-style5 .portfolio-item .portfolio-content a {
    color: #232023;
}

.rs-portfolio-style5 .portfolio-item .portfolio-content h4 {
    margin-bottom: 0;
    font-size: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    font-weight: 500 !important;
    line-height: 30px !important;
}

.rs-portfolio-style5 .portfolio-item .portfolio-content h4 a:hover {
    color: #f7c808;
}

.rs-portfolio-style5 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #232023;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.rs-portfolio-style5 .portfolio-item:hover .portfolio-content {
    opacity: 1;
}

.rs-portfolio-style5 .portfolio-item:hover .portfolio-content h3 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.rs-portfolio-style5 .portfolio-item:hover .portfolio-content p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.rs-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
    opacity: 1;
}

.rs-portfolio-style5 .portfolio-item:hover .portfolio-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.rs-portfolio-style5 .portfolio-item:hover .portfolio-img .p-link {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.light .rs-portfolio-style5 .portfolio-item .portfolio-content {
    background: #fff;
}

.rs-portfolio .portfolio-item .portfolio-img img,
.rs-portfolio .portfolio-item .portfolio-content::before {
    border-radius: 5px;
}

.rs-portfolio-agency .portfolio-filter {
    margin-bottom: 30px;
}

.single-portfolios .project-img {
    margin-bottom: 50px;
}

.single-portfolios .ps-informations {
    padding: 40px 40px 45px;
    background: rgba(16, 16, 16, 0.05);
    margin-top: 10px;
}

.single-portfolios h3 {
    text-transform: uppercase;
}

.ps-navigation {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ps-navigation ul {
    margin: 0 !important;
    list-style: none;
}

.ps-navigation ul .prev {
    display: inline-block;
    text-align: left;
}

.ps-navigation ul .next {
    display: inline-block;
    text-align: right;
}

.ps-navigation ul a {
    text-transform: uppercase;
}

.ps-navigation ul a span {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
}

.ps-navigation ul a span:first-child {
    margin-top: 0;
}

.ps-navigation ul a span.pagi-date {
    font-size: 13px;
    color: #aaa;
    line-height: normal;
    margin-top: 5px;
}

.ps-navigation ul a:hover {
    color: #f7c808 !important;
}

.single-events .ps-navigation {
    margin-bottom: 0;
}

.single-portfolios .owl-carousel .owl-nav [class*="owl-"] {
    top: calc(50%);
}

.single-portfolios .ps-navigation {
    margin-bottom: 0;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.single-portfolios .ps-navigation ul li a {
    font-size: 15px;
}

.single-portfolios .ps-navigation ul li a span {
    font-size: 15px !important;
}

.single-portfolios .owl-stage-outer {
    height: auto !important;
    margin-bottom: 50px;
}


/* ------------------------------------
    21. Gallery Css
  ---------------------------------------*/

.rs-galleys .galley-img {
    position: relative;
    margin-bottom: 30px;
}

.rs-galleys .galley-img .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    background: #232023;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
}

.rs-galleys .galley-img .zoom-icon:hover {
    color: #f7c808;
}

.rs-galleys .galley-img:before {
    content: "";
    position: absolute;
    background: #232023;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}

.rs-galleys .galley-img:hover:before {
    width: 100%;
}

.rs-galleys .galley-img:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
    color: #fff !important;
}


/* ------------------------------------
    21. Portfolio Details
  ---------------------------------------*/

.rs-porfolio-details .ps-informations ul {
    margin: 0;
    list-style: none;
    text-align: left;
}

.rs-porfolio-details .ps-informations ul li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(54, 54, 54, 0.05);
}

.rs-porfolio-details .ps-informations ul li span {
    width: 150px;
    display: inline-block;
    font-weight: 700;
}

.rs-porfolio-details .ps-image-wrap {
    margin-bottom: 50px;
}

.rs-porfolio-details .ps-image {
    text-align: center;
    margin-bottom: 10px;
}

.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 #f7c808;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.rs-porfolio-details .ps-share ul li a:hover {
    background-color: #f7c808;
    color: #232023;
}

.rs-porfolio-details .project-desc {
    line-height: 30px;
}

.rs-porfolio-details .project-desc p:last-child {
    margin-bottom: 0;
}

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

.rs-porfolio-details .portfolio-carousel .owl-dots {
    display: none;
}

.rs-porfolio-details .portfolio-carousel .owl-stage-outer {
    height: auto !important;
}

.rs-porfolio-details .portfolio-carousel .owl-nav {
    display: none;
}

.rs-porfolio-details .portfolio-carousel .owl-nav .owl-prev {
    left: 10px !important;
    min-height: 1px;
    transition: all .5s ease;
}

.rs-porfolio-details .portfolio-carousel .owl-nav .owl-next {
    right: 10px !important;
    min-height: 1px;
    transition: all .5s ease;
}

.rs-porfolio-details .portfolio-carousel:hover .owl-nav {
    display: block;
}

.rs-porfolio-details .portfolio-carousel .file-list-image img {
    border-radius: 5px;
}

.rs-porfolio-details.project-gallery .ps-image-wrap {
    margin-top: 28px;
}

.rs-porfolio-details.project-gallery .file-list-image {
    margin-bottom: 30px;
    position: relative;
    background: #000000;
    border-radius: 5px;
}

.rs-porfolio-details.project-gallery .file-list-image a:hover i {
    color: #fff;
}

.rs-porfolio-details.project-gallery .file-list-image img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 5px;
}

.rs-porfolio-details.project-gallery .file-list-image .p-zoom {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 46px;
    line-height: 44px;
    width: 46px;
    border: 1px solid #f7c808;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60%;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rs-porfolio-details.project-gallery .file-list-image:hover img {
    opacity: 0.4;
}

.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom {
    top: 50%;
    opacity: 1;
}

.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover {
    background: #f7c808;
    color: #ffffff;
}


/*--------------------------------------------------------------
Rs service slider css
--------------------------------------------------------------*/

#rs-services-slider {
    padding-bottom: 30px;
}

#rs-services-slider .item-thumb {
    width: 100%;
    margin: -10px;
}

#rs-services-slider .item-thumb img {
    border-radius: 5px;
}

#rs-services-slider .item-thumb .owl-dot {
    width: 33.333%;
    display: inline-block;
    justify-content: center;
    /*height: 220px;*/
    padding: 10px;
    float: left;
    cursor: pointer;
}

#rs-services-slider .device-lg .item-thumb .owl-dot,
#rs-services-slider .device-sm .item-thumb .owl-dot {
    height: 150px;
}

#rs-services-slider .device-xs .item-thumb .owl-dot {
    width: 50%;
    padding: 10px;
    height: 100px;
}

#rs-services-slider .feature-content {
    margin-bottom: 12px;
}

#rs-services-slider .img_wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

#rs-services-slider .img_wrap a img {
    width: 100%;
}

#rs-services-slider .item-thumb .owl-dot span {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    width: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#rs-services-slider .item-thumb .owl-dot.active span,
#rs-services-slider .item-thumb .owl-dot:hover span {
    opacity: .7;
}

#rs-services-slider .menu-carousel .heading-block h4 {
    margin-bottom: 7px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 20px;
}

#rs-services-slider .menu-carousel .heading-block h4 a {
    font-weight: 600;
    color: #232023;
    transition: .20s;
}

#rs-services-slider .menu-carousel .heading-block h4 a:hover {
    color: #f7c808;
}

#rs-services-slider .menu-carousel .feature-content {
    position: relative;
    padding: 16px 25px 30px;
    background: #f9f9f9;
    border-radius: 0 0 5px 0px;
    text-align: left;
}

#rs-services-slider .menu-carousel .heading-block p {
    margin-bottom: 0;
}

#rs-services-slider .menu-carousel .heading-block .readon {
    margin-top: 20px;
}

#rs-services-slider .menu-carousel .heading-block .food-info {
    color: #BBB;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
}

#rs-services-slider .food-price {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 500;
}

#rs-services-slider .menu-carousel .more-link {
    margin-top: 35px;
    border-bottom: 1px solid #333 !important;
}

#rs-services-slider .more-link {
    font-style: normal;
    border-bottom: 0;
    color: #333;
    margin-top: 10px;
    font-size: 14px;
}

#rs-services-slider .team-title h4 {
    font-size: 15px;
}

#rs-services-slider .team-title span {
    font-style: normal;
    margin-bottom: 15px;
    color: #aaa !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#rs-services-slider .entry {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
}

#rs-services-slider .entry-title {
    background-color: #FFF;
    padding: 15px;
}

#rs-services-slider .entry-title h2 {
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}

#rs-services-slider .entry-meta {
    margin: 8px 0 0;
}

#rs-services-slider .ipost .entry-meta li a {
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

#rs-services-slider .entry-meta li:before {
    content: '\00b7';
    opacity: 1;
}

#rs-services-slider .service-button {
    margin: 80px 0 80px 15px;
}

#rs-services-slider .device-sm .service-button,
#rs-services-slider .device-xs .service-button {
    margin: 30px 0 0;
}

#rs-services-slider .clfeatures .cl-ft-item img {
    display: block;
    margin: 0;
    border-radius: 5px 5px 0 0;
}

#rs-services-slider .item-thumb .owl-dot {
    position: relative;
}

#rs-services-slider .item-thumb .owl-dot:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.8);
    transition: all 500ms ease;
    opacity: 0;
    border-radius: 5px;
}

#rs-services-slider h5.overlay-feature-title {
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    width: calc(80%);
    transition: all 500ms ease;
    opacity: 0;
}

#rs-services-slider h5.overlay-feature-title a {
    color: #fff;
    pointer-events: none;
}

#rs-services-slider .item-thumb .owl-dot:hover:before,
#rs-services-slider .item-thumb .owl-dot.active:before {
    opacity: 1;
}

#rs-services-slider .item-thumb .owl-dot:hover h5.overlay-feature-title,
#rs-services-slider .item-thumb .owl-dot.active h5.overlay-feature-title {
    opacity: 1;
}

@media (min-width: 992px) {
    #rs-services-slider #header,
    #rs-services-slider #header-wrap {
        z-index: 200;
        background-color: transparent !important;
        background-repeat: repeat-x;
        background-position: center bottom;
        background-size: auto 100%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    #rs-services-slider #primary-menu ul li>a {
        padding-top: 32px;
        padding-bottom: 10px;
    }
    #rs-services-slider #header.sticky-header #header-wrap {
        background-color: transparent !important;
        box-shadow: none;
    }
    #rs-services-slider .slider-caption h2 {
        font-size: 76px;
    }
    #rs-services-slider .food-price {
        font-size: 24px;
        top: 50px;
        right: 60px;
    }
}

#rs-services-slider .services-wrap .services-item {
    position: relative;
    padding: 0px 25px 65px;
    z-index: 10;
}

#rs-services-slider .services-wrap .services-item:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease 0s;
    top: 50%;
    transform: scale(1, 0.9) translateY(-50%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

#rs-services-slider .services-wrap .services-item:hover .services-desc:after {
    background: #f7c808;
    width: 100px;
}

#rs-services-slider .services-wrap .services-item:hover:after {
    opacity: 1;
    transform: scale(1, 1) translateY(-50%);
}

#rs-services-slider .services-wrap .services-icon {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #f7c808;
}

#rs-services-slider .services-wrap .services-title {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 25px;
}

#rs-services-slider .services-wrap .services-desc {
    position: relative;
}

#rs-services-slider .services-wrap .services-desc:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 50px;
    bottom: -45px;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

#rs-services-slider .services-wrap .services-desc p {
    margin-bottom: 55px;
}


/*--------------------------------------------------------------
Rs service Grid css
--------------------------------------------------------------*/

.rs-service-grid .service-item {
    position: relative;
}

.rs-service-grid .service-item .service-img {
    position: relative;
    overflow: hidden;
}

.rs-service-grid .service-item .service-img img {
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.4s linear;
}

.rs-service-grid .service-item .service-img:before {
    content: "";
    position: absolute;
    background: #232023;
    left: -73px;
    right: 0;
    bottom: -28px;
    display: block;
    height: 155px;
    opacity: .8;
    z-index: 1;
    transform: rotate(-8deg);
    width: 150%;
    transition: all 0.4s ease-in-out;
}

.rs-service-grid .service-item .service-img:after {
    content: "";
    position: absolute;
    background: #232023;
    left: -73px;
    right: 0;
    bottom: -28px;
    display: block;
    height: 136px;
    opacity: .6;
    z-index: 1;
    transform: rotate(-8deg);
    width: 150%;
    transition: all 0.4s ease-in-out;
}

.rs-service-grid .service-item .service-img .p-title {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 28px 0;
    font-weight: 500;
    margin: 0;
    z-index: 9;
}

.rs-service-grid .service-item .service-img .p-title a {
    color: #fff;
    opacity: 1;
}

.rs-service-grid .service-item .service-content {
    display: block;
}

.rs-service-grid .service-item .service-content .service-excerpt {
    padding-top: 0;
}

.rs-service-grid .service-item .service-content .service-excerpt p {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 25px;
}

.rs-service-grid .service-item .service-content {
    position: absolute;
    opacity: 0;
    padding: 20px;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 9;
}

.rs-service-grid .service-item .service-content:before {
    content: "";
    position: absolute;
    background: #232023;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    top: 0;
    opacity: 0;
    z-index: 0;
}

.rs-service-grid .service-item .service-content .service-button {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.4s linear;
}

.rs-service-grid .service-item .service-content .service-button .readon.rs_button {
    height: 50px;
    line-height: 45px;
    background: #fff;
    border: 2px solid;
    border-color: #fff;
    color: #232023;
}

.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover {
    background: #fff;
    padding-right: 55px;
    border: 2px solid;
    border-color: #232023;
    color: #232023;
}

.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover:before {
    right: 35px;
    color: #232023;
}

.rs-service-grid .service-item:hover .service-content {
    opacity: 1;
}

.rs-service-grid .service-item:hover .service-content:before {
    opacity: .8;
}

.rs-service-grid .service-item:hover .service-button {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.rs-service-grid .service-item:hover .service-img h3.p-title {
    display: none;
}

.rs-service-grid .service-item:hover .service-img:before,
.rs-service-grid .service-item:hover .service-img:after {
    opacity: 0;
    height: 0;
}

.rs-service-grid .service-item:hover .service-img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.rs-service-grid .service-item:hover .service-content .service-excerpt p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.rs-service-grid .service-item.style3 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
}

.rs-service-grid .service-item.style3 .service-img:before,
.rs-service-grid .service-item.style3 .service-img:after {
    display: none;
}

.rs-service-grid .service-item.style3 .services-desc {
    padding: 35px 25px 32px;
    background: #fff;
}

.rs-service-grid .service-item.style3 .services-desc .p-title {
    margin-bottom: 12px;
    color: #232023;
    font-size: 20px;
}

.rs-service-grid .service-item.style3 .services-desc .p-title a {
    color: #232023;
}

.rs-service-grid .service-item.style3 .services-desc .p-title a:hover {
    color: #f7c808;
}

.rs-service-grid .service-item.style3 .services-desc .icon-button {
    margin-bottom: 6px;
}

.rs-service-grid .service-item.style3 .service-button a {
    color: #666666;
    position: relative;
    display: inline-block;
    padding: 0;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    background: transparent;
    border: none;
    height: auto;
    line-height: inherit;
}

.rs-service-grid .service-item.style3 .service-button a:after {
    position: absolute;
    height: 100%;
    font-size: 18px;
    right: 0;
    opacity: 1;
    top: 2px;
    content: "\f137";
    font-size: 13px;
    font-family: Flaticon;
    font-weight: normal;
}

.rs-service-grid .service-item.style3 .service-button a:hover {
    color: #f7c808;
}

.rs-service-grid .service-item.style3:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.rs-service-grid .service-item.style3:hover .service-button a {
    padding-right: 25px;
}

.rs-service-grid.rs-service-style2 .service-item .service-img:before,
.rs-service-grid.rs-service-style2 .service-item .service-img:after {
    height: 90px;
    transform: rotate(0deg);
    bottom: 0;
    z-index: 0;
}

.rs-service-grid.rs-service-style2 .service-item .service-img h3.p-title {
    padding: 20px 0 14px;
}

.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.rs-service-grid .show_cate_ser {
    display: block;
    font-size: 14px;
}

.box-service .rs-services-default .services-wrap .services-item {
    padding: 25px 25px 25px 10px;
    transition: all 0.6s ease 0s;
    background: #fff;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
}


/* Processbar CSS */

.cdev div {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.skillbar-wrap {
    position: relative;
    height: 150px;
    width: 150px;
}

.skillbar-wrap .skill-title {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 113px;
}

.skillbar-wrap .skill-title:after {
    content: '';
    position: absolute;
    height: 113px;
    width: 1px;
    border: 1px dashed #232023;
    display: block;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
}

.cdev div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 105px;
    height: 70%;
    width: 70%;
    left: 15%;
    top: 15%;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.cdev .background {
    background-color: #b3cef6;
}

.cdev .rotate {
    clip: rect(0 75px 150px 0);
    background-color: #4b86db;
}

.cdev .left {
    clip: rect(0 75px 150px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.cdev .right {
    clip: rect(0 75px 150px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*--------------------------------------------------------------
    Price Table
--------------------------------------------------------------*/

.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
    margin: 25px auto 0;
}

.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
    max-width: 165px;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 18px;
    height: 43px;
}

.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom p {
    line-height: 32px;
}


/* ------------------------------------
    05. Slider Section
---------------------------------------*/

.sl-title {
    font-size: 62px !important;
}

.rs-banner {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-banner.full-screen {
    height: calc(100vh - 100px);
}

.rs-banner #particles-js {
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.rs-banner .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner .banner-content.balign-center {
    text-align: center;
    width: 100%;
}

.rs-banner .banner-content.balign-left {
    text-align: left;
}

.rs-banner .banner-content.balign-left .banner-introtext {
    max-width: 100%;
}

.rs-banner .banner-content.balign-right {
    text-align: right;
}

.rs-banner .banner-content.balign-right .banner-introtext {
    max-width: 100%;
}

.rs-banner .banner-content .greeting_title {
    margin-bottom: 12px;
    position: relative;
    padding-left: 65px;
}

.rs-banner .banner-content .greeting_title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #f7c808;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 12px;
}

.rs-banner .banner-content .banner_title {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 74px;
    position: relative;
    z-index: 9;
    color: #f7c808;
}

.rs-banner .banner-content .banner-button {
    margin-top: 40px;
}

.rs-banner .banner-content .banner-button a.readon {
    border-radius: 0;
}

.rs-banner .banner-content .banner-button a.readon:hover {
    color: #232023 !important;
}

.rs-banner .banner-content .banner-button a.readon.border {
    background: transparent !important;
    color: #fff;
    border-color: #f7c808 !important;
}

.rs-banner .banner-content .banner-button a.readon.border:hover {
    background: #f7c808 !important;
    border-color: #f7c808 !important;
    color: #232023 !important;
}

.rs-banner .banner-content .work-position h3 {
    display: inline-block;
    font-size: 35px;
    line-height: 45px !important;
    margin-bottom: 0;
}

.rs-banner .banner-content .work-position .cd-headline {
    display: inline-block;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

.rs-banner .banner-content .banner-introtext {
    max-width: 75%;
    display: block;
    margin: 15px auto 0;
    font-size: 17px;
}

.rs-banner .cd-words-wrapper:after {
    background-color: #f7c808;
    height: 90%;
    top: 10px;
    width: 0;
}

.rs-banner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rs-banner ul li {
    display: inline-block;
    margin: 0 25px 25px 0;
}

.rs-banner .arrow-btn {
    width: 26px;
    height: 55px;
    bottom: 7%;
    left: 50%;
    z-index: 99;
    text-align: center;
    position: absolute;
    border: 1px solid #999;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rs-banner .arrow-btn i {
    color: #999;
    font-size: 22px;
    line-height: 80px;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.rs-banner .arrow-btn i:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


/* ------------------------------------
    05. Partner Item
---------------------------------------*/

.partner-carousel .owl-nav .owl-prev,
.partner-carousel .owl-nav .owl-next {
    background: transparent !important;
}

.partner-carousel .owl-nav .owl-prev:before,
.partner-carousel .owl-nav .owl-next:before {
    display: none;
}

.partner-carousel .owl-nav .owl-prev i,
.partner-carousel .owl-nav .owl-next i {
    color: #232023;
}

.partner-carousel .owl-nav .owl-prev i:before,
.partner-carousel .owl-nav .owl-next i:before {
    font-size: 20px;
}

.partner-carousel .owl-nav .owl-prev:hover i,
.partner-carousel .owl-nav .owl-next:hover i {
    color: #f7c808;
}


/* -----------------------------------
    01. General CSS
-------------------------------------*/

html,
body {
    font-size: 15px;
    color: #666666;
    font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
    color: #232023;
    margin: 0 0 26px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

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

h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

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

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

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

.clear {
    clear: both;
}

::-moz-selection {
    background: #f7c808;
    text-shadow: none;
    color: #212121;
}

::selection {
    background: #f7c808;
    text-shadow: none;
    color: #212121;
}

.white-color {
    color: #fff;
}

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
    color: #fff;
}

iframe {
    width: 100%;
}


/* -----------------------
    404
--------------------------*/

.page-error {
    position: relative;
    background: #D8D8D8;
    padding: 100px 0;
    background-size: cover;
    background-position: center bottom;
}

.page-error .content-area {
    position: relative;
    z-index: 101;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}

.page-error .content-area h1.page-title {
    color: #f7c808;
    font-size: 100px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.page-error .content-area h3 {
    color: #666666;
}

.page-error .bs-sidebar {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.page-error .bs-sidebar {
    padding: 0 0 20px;
}

.page-error .not-found {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.page-error .not-found .page-content h1 {
    font-size: 110px !important;
    line-height: 110px !important;
    font-weight: 800 !important;
    margin: 0 0 15px;
}

.page-error .not-found .page-content .readon {
    margin-top: 15px;
}


/* ------------------------------------
    02. Global Class
---------------------------------------*/

.rectangle {
    position: relative;
}

.rectangle:after {
    position: absolute;
    content: "";
    height: 120px;
    width: 1px;
    background: #404c51;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

span.yellow {
    color: #f7c808;
}

.overflow-show {
    overflow: visible !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 8px;
    vertical-align: text-top;
}

.sticky .menu-area {
    padding: 0;
}

.alignleft {
    margin-bottom: 26px;
}

.alignright {
    margin-bottom: 26px;
}

.vertical-middle {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-middle .vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

ul.stylelisting {
    list-style-type: none;
    margin-left: 20px !important;
}

ul.stylelisting li {
    position: relative;
    padding-left: 22px !important;
    line-height: 34px;
    border: none !important;
}

ul.stylelisting li:before {
    font-family: Flaticon;
    content: "\f137";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    font-size: 14px;
    display: block;
    color: #232023;
}

blockquote {
    margin: 20px !important;
    padding: 45px 60px 35px 60px;
    color: #666;
    position: relative;
    background: url(../images/quote-left.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
    background-size: 55px;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 30px;
}

blockquote:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    height: 2px;
    width: 70px;
    background: #f7c808;
    display: none;
}

blockquote p {
    margin-bottom: 10px !important;
}

mark,
ins {
    background: #f7c808;
    color: #000;
    padding: 0 4px;
}

code {
    background: #f7c808;
    color: #000 !important;
}

.box-shadow>.vc_column-inner {
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.04);
    z-index: 9 !important;
    border-radius: 7px;
}

.border-image .vc_single_image-wrapper {
    position: relative;
}

.border-image .vc_single_image-wrapper:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #232023;
    border-right: 200px solid transparent;
    left: -32px;
    top: -32px;
}

.border-image .vc_single_image-wrapper:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 300px solid #232023;
    border-left: 300px solid transparent;
    right: -32px;
    bottom: -32px;
}

.border-image .vc_single_image-wrapper img {
    position: relative;
    z-index: 99;
}

.border-image.small-border .vc_single_image-wrapper:after {
    border-top: 250px solid #232023;
    border-right: 250px solid transparent;
    left: -21px;
    top: -21px;
}

.border-image.small-border .vc_single_image-wrapper:before {
    border-bottom: 250px solid #232023;
    border-left: 250px solid transparent;
    right: -21px;
    bottom: -21px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #232023;
    padding: 9px 50px;
    font-size: 18px;
    text-transform: capitalize;
    outline: none;
    transition: all .5s ease;
    border-radius: 30px;
    padding: 14px 35px;
    background: #232023;
    position: relative;
}

.mb-30 {
    margin-bottom: 30px;
}

.submit-btn {
    margin: 35px 0 0;
    padding: 0;
    position: relative;
    width: 170px;
    color: #232023;
}

.submit-btn .wpcf7-submit {
    margin: 0 !important;
    padding: 14px 50px;
    border: 2px solid;
    border-color: #232023;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #232023;
}

.submit-btn i {
    position: absolute;
    right: 40px;
    top: 21px;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    opacity: 0;
}

.submit-btn:hover .wpcf7-submit {
    border: 2px solid;
    border-color: #232023;
    background: #232023;
    color: #232023;
}

.submit-btn:hover i {
    opacity: 1;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
    background: #f7c808;
    color: #232023;
}

input[type="submit"]:hover {
    opacity: .9;
}

.main-contain #content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-contain .rs-porfolio-details #content {
    padding-bottom: 110px;
}

.single-product #content {
    padding-bottom: 104px;
}

.post-type-archive-product .main-contain #content {
    padding-top: 120px;
    padding-bottom: 110px;
}

.sign {
    margin-top: 15px;
}

.rs-heading.bigger-text h2.title {
    font-size: 55px;
    line-height: 65px;
}

.rs-heading.bigger-text p {
    color: #fff;
    font-size: 18px;
}

.fixed-bg {
    background-attachment: fixed !important;
}

.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: 11px 20px;
}

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

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

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

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

body #repeat_shape_bg {
    background-repeat: repeat-x !important;
    height: 90px;
    background-size: contain !important;
}


/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
    color: #f7c808;
}

a:hover,
a:focus,
a:active {
    color: #232023;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------

--------------------------------------------------------------*/

.sticky-logo {
    display: none;
}

.sticky .logo-area {
    display: none;
}

.sticky .logo-area.sticky-logo {
    display: block;
}

.owl-carousel {
    padding-top: 0;
}

.owl-carousel .owl-nav {
    right: 0;
}

.owl-carousel .owl-nav [class*="owl-"] {
    font-size: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.6s ease all;
    opacity: 0;
    visibility: hidden;
}

.owl-carousel .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-carousel .owl-nav [class*="owl-"].owl-prev {
    left: 0;
}

.owl-carousel .owl-nav [class*="owl-"].owl-prev i:before {
    color: #232023;
    font-size: 20px;
}

.owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: 0;
}

.owl-carousel .owl-nav [class*="owl-"].owl-next i {
    color: #232023;
}

.owl-carousel .owl-nav [class*="owl-"].owl-next i:before {
    font-size: 20px;
}

.owl-carousel .owl-nav [class*="owl-"]:hover i:before {
    color: #f7c808;
}

.owl-carousel:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible;
}

.owl-carousel:hover .owl-nav [class*="owl-"].owl-prev {
    left: -60px;
}

.owl-carousel:hover .owl-nav [class*="owl-"].owl-next {
    right: -60px;
    text-align: right;
}

.owl-carousel .partner-item a img {
    width: auto;
    margin: 0 auto;
}

.owl-carousel .partner-item.grayscale a img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
}

.owl-carousel .partner-item.grayscale a:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.sidenav {
    overflow-y: auto;
    float: none;
    background: #fafafa;
    list-style: none;
    width: 370px;
    height: 100vh;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 30px 30px 0 30px;
    z-index: 99999;
    -ms-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    text-align: left;
}

.sidenav .widget-title {
    color: #232023 !important;
    padding: 0 0 15px;
    font-size: 20px !important;
    line-height: 26px;
    font-weight: 600 !important;
    position: relative;
}

.sidenav .widget-title:before {
    content: "";
    position: absolute;
    background: #f7c808;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.sidenav .widget {
    padding: 0;
}

.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 !important;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.sidenav .widget .search-form button:hover {
    opacity: 0.7;
}

.sidenav .fa-ul {
    margin-left: 0;
    text-align: left;
    font-size: 14px;
}

.sidenav .fa-ul li {
    padding: 5px 0;
}

.sidenav .fa-ul li i {
    padding-right: 10px;
    color: #666666;
}

.sidenav .fa-ul li a {
    color: #666666;
}

.sidenav .fa-ul li a:hover {
    color: #f7c808;
}

.sidenav .offcanvas_social {
    margin-left: 0;
    list-style-type: none;
    padding-bottom: 30px;
}

.sidenav .offcanvas_social li {
    display: inline-block;
}

.sidenav .offcanvas_social li a {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    float: left;
    margin-right: 12px;
}

.sidenav .offcanvas_social li a i {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #232023;
    text-align: center;
    border-radius: 50%;
}

.sidenav .offcanvas_social li a i:hover {
    opacity: .9;
}

.sidenav .offcanvas_social li:last-child a {
    margin-right: 0;
}

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

.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: 17px;
    padding: 8px 0;
    display: block;
    color: #232023;
}

.sidenav .widget_nav_menu ul li a:hover {
    color: #f7c808;
}

.sidenav .widget_nav_menu ul li:before {
    display: none;
}

.sidenav .bs-search button {
    padding: 5px 11px;
}

.sidenav li.nav-link-container {
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 30px;
    height: 40px;
    right: 16px;
    width: 40px;
    top: 22px;
    background: #f7c808;
    position: absolute;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    transition: transform .5s ease;
}

.sidenav li.nav-link-container:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidenav li.nav-link-container a {
    display: block;
}

.sidenav li.nav-link-container a span {
    background: #fff !important;
}

.sidenav li.nav-link-container .nav-menu-link {
    padding: 13px 15px 15px 10px !important;
}

.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
    transform: rotate(-45deg) translate(-4px, 4px);
}

.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
}

.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-left: 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: #222;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-container ul li a:hover {
    opacity: 0.9;
}

.mobile-menu-container ul li:before {
    display: none;
}

.nav-active-menu-container {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

#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.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container .nav-menu-link span {
    background: #fff !important;
}

#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

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

.default_header .menu-area .navbar ul>li>a:after {
    background: #f7c808;
}


/*------------------------------------
    04. Sticky Menu
--------------------------------------*/

.menu-sticky {
    margin: 0;
    width: 100%;
    z-index: 9998;
    -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: rgba(255, 255, 255, 0.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: #232023;
}

.menu-sticky.sticky .quote-button {
    color: #fff !important;
    border-color: #f7c808 !important;
    background: #f7c808 !important;
}

.menu-sticky.sticky .quote-button:hover {
    border-color: #f7c808 !important;
    color: #f7c808 !important;
    background: transparent !important;
}

.menu-sticky.sticky .nav-link-container i {
    color: #232023;
}

.app-store a {
    margin: 0 10px;
    display: inline-block;
}

.over-text {
    position: relative;
    z-index: 99 !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overlap-box {
    position: relative;
    z-index: 9;
}

.round-shape {
    position: relative;
    padding: 45px 0 100px;
    width: 600px !important;
    height: 400px !important;
    z-index: -1;
}

.round-shape:after {
    position: absolute;
    content: '';
    background: transparent;
    width: 90%;
    height: 90%;
    bottom: 0;
    right: 0px;
    border-bottom: 8px solid #232023;
    border-right: 8px solid #232023;
    transition: all 0.3s ease 0s;
    z-index: -1;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position-x: -8px;
    background-position-y: -1px;
}

.round-shape:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    border-top: 8px solid #232023;
    border-left: 8px solid #232023;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.round-shape .coming-soon-text {
    position: relative;
    z-index: 99;
}

.home2-video .rs-video-2 img {
    border-radius: 10px;
}


/* -----------------------
    05. Slider Section
--------------------------*/

#banner-slider .slotholder {
    position: relative;
}

#banner-slider .slotholder:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    width: 100%;
    height: 100%;
}

#banner-slider .text-shadow {
    text-shadow: 1px 0px 13px rgba(0, 0, 0, 0.7);
}


/* -----------------------
    17. Scroll Up
--------------------------*/

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 10;
}

#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 50%;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    background-color: #232023;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

#scrollUp i:hover {
    opacity: 0.8;
}


/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/

.rs-breadcrumbs-inner.bread-dark h1.page-title {
    color: #232023 !important;
}

.rs-breadcrumbs-inner.bread-dark ul li.trail-begin a::before {
    color: #232023 !important;
}

.rs-breadcrumbs-inner.bread-dark ul li * {
    color: #232023 !important;
}

.rs-breadcrumbs-inner.bread-dark ul li {
    color: #232023 !important;
}

.rs-breadcrumbs {
    position: relative;
    background: #232023;
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 75px 0;
    text-align: left;
    text-transform: uppercase;
}

.rs-breadcrumbs .breadcrumbs-inner span {
    color: #fff;
    position: relative;
    padding-right: 14px;
}

.rs-breadcrumbs .breadcrumbs-inner span a:before {
    right: 0px;
    position: absolute;
    padding: 0 10px 0 0;
    content: "\002F";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    display: block !important;
    top: -3px;
    color: #fff;
}

.rs-breadcrumbs .breadcrumbs-inner span a.home {
    padding-left: 20px;
}

.rs-breadcrumbs .breadcrumbs-inner span a.home:after {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 14px;
    color: #fff;
}

.rs-breadcrumbs .breadcrumbs-inner span a:hover {
    opacity: 0.7;
}

.rs-breadcrumbs .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.rs-breadcrumbs .breadcrumbs-single {
    background-size: cover;
}

.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: 5px !important;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: left;
    line-height: 40px !important;
    padding-bottom: 0 !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 40px;
    text-transform: uppercase;
}

.rs-breadcrumbs .breadcrumbs {
    text-align: left;
    margin-top: 10px;
    font-weight: 500;
}

.rs-breadcrumbs .trail-items li::after {
    font-size: 12px;
}

.rs-breadcrumbs ul {
    display: inline-block;
    padding: 5px 20px;
    margin: 0px;
}

.rs-breadcrumbs ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

.rs-breadcrumbs ul li * {
    color: #fff;
}

.rs-breadcrumbs ul li a {
    padding: 0 8px;
    color: #fff;
    text-transform: uppercase;
}

.rs-breadcrumbs ul li a:hover {
    color: #f7c808;
}

.rs-breadcrumbs ul li.trail-begin a {
    position: relative;
    display: inline-block;
    padding-left: 20px !important;
}

.rs-breadcrumbs ul li.trail-begin a:hover {
    opacity: 0.7;
}

.rs-breadcrumbs ul li.trail-begin a:before {
    font-family: FontAwesome;
    content: "\f015";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #fff;
}

.rs-breadcrumbs ul li.trail-end {
    padding-left: 8px;
}

.rs-breadcrumbs.porfolio-details {
    position: relative;
}

.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.mc4wp-form-fields input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.mc4wp-form-fields input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

.page-links span {
    padding: 0 18px 0 10px;
    line-height: 26px;
    color: #f7c808;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    background: transparent;
    opacity: .96;
    display: inline-block;
    vertical-align: top;
}

.page-links span:last-child {
    border: none;
}

.comment-reply-title {
    font-size: 20px;
    margin-top: 14px;
}

.single-post .comment-respond .form-submit {
    margin-bottom: 0;
}

.page-links span {
    padding: 3px 6px;
    font-size: 18px;
    margin: 0 0 0 5px;
    color: #f7c808;
}

.page-links a span {
    background: transparent !important;
    color: #666;
}

.page-links span:hover {
    color: #f7c808;
}

.single-post .bs-sidebar h2 {
    margin-top: 0;
}

.recent-widget .show-featured .post-img img {
    border-radius: 3px;
}

.format-aside .single-content-full .bs-desc {
    margin-top: 0;
}

.finance_content_slide .wpb_revslider_element {
    margin-bottom: 0 !important;
}

.finance_content_slide {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.creative-collaboration .vc_toggle_default .vc_toggle_icon,
.creative-collaboration .vc_toggle_default .vc_toggle_icon:before {
    border: 1px solid #232023;
}

.creative-collaboration .vc_toggle {
    border-bottom: 1px solid #e8e8e9;
}

.creative-collaboration .vc_toggle_content,
.creative-collaboration .vc_toggle_title {
    padding-left: 0;
}

.creative-collaboration .vc_toggle_title .vc_toggle_icon {
    left: auto;
    right: 0;
}

.creative-collaboration .vc_toggle_title h3,
.creative-collaboration .vc_toggle {
    margin: 15px 0;
}

.slidervideo {
    position: relative;
}

.slidervideo .video-desc {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    font-size: 20px;
}

.slidervideo:hover .popup-videos {
    animation-duration: 0.8s;
}

.slidervideo .slider-videos {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto !important;
    left: 50%;
    top: 50%;
    text-align: center !important;
    background: #f7c808;
    cursor: pointer;
}

.slidervideo .slider-videos:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 200ms;
}

.slidervideo .slider-videos:before {
    background: #f7c808;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.slidervideo .slider-videos i {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 25px !important;
    color: #28406d;
    top: 19px;
    position: absolute;
    left: 23px;
}

.slidervideo .slider-videos i:before {
    color: #232023;
}

.slidervideo .slider-videos:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

.slidervideo .slider-videos span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.slidervideo:hover .overly-border:before,
.slidervideo:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.close5 {
    background: #f7c808;
    color: #232023;
    border-radius: 50%;
}

.clients-partners .wpb_single_image {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 8px;
}

.why-choose .rs-services-default .services-wrap {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    padding: 50px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
}

.why-choose .rs-services-default .services-wrap .services-item {
    margin: 0;
}

.shadow-service .rs-services-style4 {
    border: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.full-creative .vc_toggle_default {
    max-width: 490px;
}

.full-creative .vc_single_image-img {
    border-radius: 0;
}

.map iframe {
    filter: grayscale(1);
}

.map .wpb_gmaps_widget {
    margin: 0;
}

.map .wpb_wrapper {
    padding: 0 !important;
}

.map .vc_column-inner {
    padding: 0 !important;
}

.vc_row.home2-testimonial {
    background-position: center top !important;
}

.contact-sec {
    overflow: visible;
}

.contact-sec .vc_col-sm-12 {
    background: rgba(255, 255, 255, 0.8);
    padding: 45px 40px 56px !important;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.contact-sec .wpcf7-form .wpcf7-text {
    border: none;
    border-bottom: 2px solid #232023;
    background: none;
    border-radius: 0;
    width: 100%;
}

.contact-sec .wpcf7-form .wpcf7-textarea {
    border: none;
    border-bottom: 2px solid #232023;
    background: none;
    height: 100px;
    border-radius: 0;
    width: 100%;
}

.contact-sec .wpcf7-form .wpcf7-textarea .wpcf7-form-control {
    margin-bottom: 20px;
}

.contact-sec .wpcf7-form .wpcf7-submit {
    margin-top: 20px;
}

.contact-sec.personal .vc_col-sm-12 {
    padding: 18px 40px 30px !important;
}

.contact-sec .contact {
    position: relative;
}

.contact-sec .contact:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 2px;
    background-color: #232023;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
}

.contact-sec .contact:after {
    content: '';
    position: absolute;
    height: 40%;
    width: 2px;
    background-color: #232023;
    top: 50%;
    left: auto;
    right: 6px;
    transform: translateY(-50%);
    display: block;
}

.contact-sec .contact2 {
    position: relative;
}

.contact-sec .contact2:before {
    content: '';
    position: absolute;
    height: 40%;
    width: 2px;
    background-color: #232023;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    display: block;
}

.full-video .rs-services1.services-left {
    padding: 0;
    max-width: 500px;
}

.full-video .rs-services1.services-left .services-wrap .services-item {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.full-video .rs-services1.services-left .services-wrap .services-item .services-icon {
    width: 18%;
}

.full-video .rs-services1.services-left .services-wrap .services-item .services-icon i {
    background: #232023;
    border-radius: 100%;
    line-height: 80px;
    height: 80px;
    width: 80px;
    font-size: 35px;
    cursor: pointer;
    color: #f7c808;
    margin-top: 8px;
}

.full-video .rs-services1.services-left .services-wrap .services-item .services-desc {
    width: 82%;
}


/* ----------------------------------
    09. Testitmoial
-------------------------------------*/

#cl-testimonial.cl-testimonial9 {
    padding: 0;
}

#cl-testimonial.cl-testimonial9 .single-testimonial {
    text-align: center;
}

#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial {
    background: url(../images/style9.png) no-repeat center top;
    padding-top: 60px;
}

#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p {
    text-align: center;
    padding: 0 30px;
    font-size: 15px;
}

#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p i {
    display: block;
    padding: 0;
    font-size: 35px;
}

#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image {
    text-align: center;
}

#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image img {
    display: inline;
    width: 80px;
    border-radius: 50px;
    border: 2px solid #232023;
}

#cl-testimonial.cl-testimonial9 .single-testimonial .cl-author-info li {
    font-size: 18px;
}

#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li button {
    border: 1px solid #232023;
}

#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li.slick-active button {
    border: 1px solid #232023;
}

#cl-testimonial.cl-testimonial10 {
    padding: 0;
}

#cl-testimonial.cl-testimonial10 .single-testimonial {
    text-align: center;
    padding-top: 50px;
}

#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial {
    padding: 25px 60px;
    background: #f3f5f4;
    position: relative;
    border-radius: 3px;
}

#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p {
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
}

#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p i {
    display: block;
    padding: 0;
    font-size: 35px;
}

#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 25px;
}

#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image img {
    display: inline;
    width: 80px;
    border-radius: 50px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.3);
}

#cl-testimonial.cl-testimonial10 .single-testimonial .cl-author-info li {
    font-size: 18px;
}

#cl-testimonial.cl-testimonial10 .slick-arrow {
    border: 1px solid #232023;
    background: #232023;
    border-radius: 100%;
    z-index: 99;
    line-height: 33px;
    top: 54%;
}

#cl-testimonial.cl-testimonial10 .slick-arrow:after {
    color: #fff;
}

#cl-testimonial.cl-testimonial10 .slick-arrow:hover {
    background: #232023;
    border-color: #232023;
}

#cl-testimonial.cl-testimonial10 .slick-arrow:hover:after {
    color: #fff;
}

#cl-testimonial.cl-testimonial10 .slick-arrow.slick-prev {
    left: 0;
}

#cl-testimonial.cl-testimonial10 .slick-arrow.slick-next {
    right: 0;
}


/*Best Quality Advice*/

#best-quality-advice .vc_tta-container {
    margin-bottom: 0;
}

#best-quality-advice .vc_tta-tabs-container {
    top: 60%;
    transform: translateY(-50%);
    left: 18.5%;
    max-width: 100%;
    list-style: none;
    position: absolute;
    z-index: 99999;
    overflow: visible !important;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tabs-list {
    overflow: visible !important;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tab {
    padding-bottom: 92px;
    position: relative;
    display: block !important;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:after {
    content: "";
    height: 89%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: -1;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child {
    padding-right: 0;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child:after {
    display: none;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tab a {
    padding: 0;
    text-indent: -9999px;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a {
    background: #fff;
    border-color: #fff !important;
    position: relative;
}

#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:after,
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:before {
    display: none;
}

#best-quality-advice .vc_tta-panels-container .vc_tta-panel-body {
    padding: 0;
    border-radius: 0;
    overflow: visible !important;
    border: none;
}

#best-quality-advice .vc_tta-panels-container .tabs_content>div {
    padding-left: 42% !important;
}

#best-quality-advice .vc_tta-panel-heading {
    background: #fff;
    border-radius: 0;
}

#best-quality-advice .vc_tta-panel-heading a {
    color: #232023;
}

#best-quality-advice .vc_tta-panel-heading:hover {
    background: #f7c808;
}

#best-quality-advice .vc_tta-panel-heading:hover a {
    color: #ffffff;
}

.overlay_image .wpb_single_image img {
    opacity: 0.7;
    transition: 0.4s;
}

.overlay_image .wpb_single_image:hover img {
    opacity: 1;
}

#slider-form-area .form-area {
    z-index: 11;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 20px 14px 25px;
    margin-top: -662px;
    max-width: 380px;
    margin-right: 15px;
    float: right;
}

#slider-form-area .form-area h2.title {
    text-transform: uppercase;
    margin: 0 0 18px;
}

#slider-form-area .form-area p {
    margin-bottom: 0;
}

#slider-form-area .form-area .submit-btn {
    margin: 0 auto;
}

#slider-form-area .form-area input {
    margin-bottom: 20px;
}

#slider-form-area .form-area textarea,
#slider-form-area .form-area input {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

#slider-form-area .form-area textarea {
    min-height: 120px;
}

#slider-form-area .form-area input[type="submit"] {
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    min-width: 200px;
    text-align: center;
    border: 0;
    padding: 0;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -50px;
    z-index: 1;
    text-transform: uppercase;
    background: #f7c808;
    color: #232023;
    font-weight: 700;
    border-radius: 30px !important;
}

#slider-form-area .form-area input[type="submit"]:hover {
    color: #ffffff;
    background: #232023;
}

.main-contain .bg-bottom {
    background-position: center bottom !important;
    background-size: 100% !important;
}

.main-contain .bg-top {
    background-position: center top !important;
    background-size: 100% !important;
}

.counter_style9 .count-icon {
    font-size: 38px !important;
}

.counter_style9 h3 {
    font-size: 48px !important;
    margin: 28px 0 18px !important;
}

.counter_style9 h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.main-contain .skew-banner {
    background-position: center top !important;
}

.rs-heading.button-style .title {
    background: #f7c808;
    display: inline-block;
    padding: 6px 20px;
}

.rs-heading.button-style h3.title {
    font-size: 20px;
}

.personal-info .wpb_content_element p {
    margin-bottom: 10px;
    color: #ffffff;
}

body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li {
    text-align: center;
    padding: 0 5px;
}

body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a {
    background-color: #f3f5f4 !important;
    border: none;
    color: #232023 !important;
    font-weight: 700;
    padding: 35px 29px 24px;
    border-radius: 30px !important;
}

body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a i {
    display: block;
    font-size: 25px;
    color: #232023;
    margin-bottom: 20px;
}

body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a .vc_tta-title-text {
    margin-left: 0 !important;
    font-size: 18px;
    line-height: 28px;
}

body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    background-color: #232023 !important;
    color: #fff !important;
}

body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a i {
    color: #fff !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels {
    background: transparent !important;
    border: none !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding-top: 0;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul {
    line-height: 30px;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul {
    margin: 0;
    list-style-type: none;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li {
    padding: 9px 0;
    border-top: 1px solid #f3f5f4;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li:first-child {
    padding-top: 0;
    border-top: none;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating .rating-price {
    background: #232023;
    color: #f7c808;
    padding: 12px 23px;
    margin-top: 33px !important;
    display: block;
    max-width: 146px;
    text-align: center;
    border-radius: 3px;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body img {
    border-radius: 5px;
}

body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h3 {
    margin-bottom: 10px;
}


/* Skill bar */

#rs-skills {
    z-index: 9;
}

#rs-skills h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 45px;
    color: #232023;
}

#rs-skills .vc_progress_bar {
    margin-bottom: 0;
}

#rs-skills .vc_progress_bar h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 60px;
    color: #232023;
}

#rs-skills .vc_progress_bar .vc_single_bar {
    background: #232023;
    margin-top: 23px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    line-height: 12px;
    height: 12px;
}

#rs-skills .vc_progress_bar .vc_single_bar+.vc_single_bar {
    margin-top: 50px;
}

#rs-skills .vc_progress_bar .vc_single_bar .vc_label {
    font-size: 15px;
    color: #444444;
    text-shadow: none;
    padding: 0;
    position: absolute;
    top: -22px;
}

#rs-skills .vc_progress_bar .vc_single_bar .vc_label_units {
    margin-left: 6px;
}

#rs-skills .vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #f7c808;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list {
    overflow: hidden;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab>a {
    background: #222;
    border-radius: 4px;
    border: none;
    color: #ffffff;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
    float: left;
    position: relative;
    border: 1px solid #fff;
    border-right-width: 0px;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child {
    border-left-width: 1px;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f7c808;
    content: '';
    z-index: 1;
    transition: 0.4s;
    border-radius: 0 0 4px 4px;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
    bottom: 0;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-radius: 0;
}

#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
    border-radius: 7px;
    background: #222;
    border-color: #f7f7f7;
}

#rs-skills.about-skills-info .vc_progress_bar .vc_single_bar .vc_label {
    color: #ffffff;
}

#about-history-tabs .wpb_text_column h4 {
    margin: 0 0 15px;
}

#about-history-tabs .vc_tta-tabs-container {
    margin: 0;
}

#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
    display: flex;
}

#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab {
    margin: 3px 20px 0 0;
    flex: auto;
    text-align: center;
    border: none !important;
    overflow: hidden;
}

#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a {
    background: #f7f7f7;
    color: #232023;
    font-size: 20px;
    font-weight: 600;
    border: none !important;
    overflow: hidden;
    border-radius: 30px;
}

#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a:hover {
    background: #232023 !important;
    color: #ffffff;
}

#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab .vc_active a,
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-color: #f7c808 !important;
    background: #232023;
    color: #ffffff;
}

#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab:last-child {
    margin-right: 0;
}

#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel {
    margin: 3px 20px 0 0;
    flex: auto;
    text-align: center;
}

#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a {
    border: none !important;
    background: #1d3450;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a:hover {
    background: #f7c808;
    color: #232023;
}

#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel .vc_active a,
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel.vc_active a {
    background: #f7c808;
    color: #232023;
}

#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a {
    border: none !important;
    background: #1d3450;
    color: #fff;
    font-size: 16px;
}

#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a:hover {
    background: #f7c808;
    color: #232023;
}

#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title .vc_active a,
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title.vc_active a {
    background: #f7c808;
    color: #232023;
}

#about-history-tabs .vc_tta-panels {
    border: none;
    background: transparent;
}

#about-history-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 50px 0 0;
    border: none;
}

#about-history-tabs ul.tabs-list_content {
    margin: 0;
    padding: 0;
    list-style: none;
}

#about-history-tabs ul.tabs-list_content li {
    position: relative;
    padding: 7px 0 7px 23px;
    border-bottom: none;
    line-height: 22px;
    float: left;
    width: 50%;
}

#about-history-tabs ul.tabs-list_content li:before {
    content: "\f140";
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 1px;
    top: auto;
    display: block !important;
    color: #f7c808;
}

.testimonials-area.slider8.text-center .images-testimonial p {
    max-width: 700px;
    margin: 0 auto !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panel-heading {
    border-radius: 0 !important;
    margin-bottom: 20px !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title {
    font-weight: 600 !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title i {
    color: #232023 !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a {
    background: #f3f5f4 !important;
}

body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title i {
    color: #ffffff !important;
}

body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    background: #232023 !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panel-body {
    margin-bottom: 20px;
    padding-top: 20px !important;
}

body .vc_tta-container .tab-style-left .vc_tta-panel-body h3 {
    color: #232023 !important;
    font-size: 20px !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: transparent !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child h4 {
    border-bottom: 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 17px !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #232023 !important;
}

.apoints-sec .wpcf7-text,
.apoints-sec .wpcf7-textarea {
    width: 100%;
    border: none;
    box-shadow: 0 0 20px #3333331a;
}

.apoints-sec .description {
    max-width: 570px;
    margin: 0 auto;
}

.apoints-sec .submit-btn {
    margin: 0 auto;
}

.rs-video-2 .description p {
    font-size: 20px;
}

.clear-both {
    clear: both;
}

.contact-page1 input.wpcf7-text,
.contact-page1 textarea {
    width: 100%;
}

.contact-page1 .submit-btn {
    margin: 0px auto 0;
}

.contact-overflow>.vc_column-inner {
    border-radius: 3px;
}

.contact-page2 input.wpcf7-text,
.contact-page2 textarea {
    width: 100%;
}

.contact-page2 textarea {
    height: 175px;
}

.contact-page2 .submit-btn {
    margin: 20px 0 0;
}

#rs-contact .contact-address {
    text-align: left;
}

#rs-contact .contact-address .address-item {
    display: flex;
    padding-bottom: 20px;
    position: relative;
    padding-top: 20px;
    background: #f7f7f7;
    padding-left: 26px;
    margin-bottom: 22px;
}

#rs-contact .contact-address .address-item .water-mark {
    display: none;
}

#rs-contact .contact-address .address-item .address-icon {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    background: #232023;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
}

#rs-contact .contact-address .address-item .address-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #232023;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

#rs-contact .contact-address .address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #232023;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0;
    visibility: hidden;
}

#rs-contact .contact-address .address-item .address-icon:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

#rs-contact .contact-address .address-item .address-icon i {
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
    margin-top: 7px;
}

#rs-contact .contact-address .address-item:last-child .address-icon:after {
    display: none;
}

#rs-contact .contact-address .address-item .address-text .contact-title {
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 22px;
    margin-top: 6px;
}

#rs-contact .contact-address .address-item .address-text a {
    color: #666666;
}

#rs-contact .contact-address .address-item .address-text a:hover {
    color: #f7c808;
}

#rs-contact .contact-address .address-item:hover .address-icon:after,
#rs-contact .contact-address .address-item:hover .address-icon:before {
    opacity: 1;
    visibility: visible;
}

#rs-contact .contact-address.style2 {
    display: flex;
}

#rs-contact .contact-address.style2.text-center {
    text-align: center;
}

#rs-contact .contact-address.style2 .address-text {
    width: auto;
    padding: 0;
    float: none;
}

#rs-contact .contact-address.style2 .address-item {
    display: block;
    padding-right: 30px;
    position: relative;
    overflow: visible;
    width: 25%;
    background: transparent;
    padding: 30px;
    margin: 0 10px;
    border-radius: 3px;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background: #fff;
}

#rs-contact .contact-address.style2 .address-item .water-mark {
    display: block;
}

#rs-contact .contact-address.style2 .address-item .water-mark i {
    font-size: 120px;
    color: #232023;
    opacity: .03;
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 100px;
    width: 100px;
}

#rs-contact .contact-address.style2 .address-item:first-child {
    margin-left: 0;
}

#rs-contact .contact-address.style2 .address-item .address-icon {
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    z-index: 9;
}

#rs-contact .contact-address.style2 .address-item .address-icon:after {
    display: none;
}

#rs-contact .contact-address.style2 .address-item .address-icon i {
    margin-left: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-size: 33px;
    margin-top: 7px;
}

#rs-contact .contact-address.style3 .address-item {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
}

#rs-contact .contact-address.style3 .address-item .address-icon {
    background: transparent !important;
    height: 40px;
    width: 35px;
    line-height: 35px;
    margin-right: 10px;
}

#rs-contact .contact-address.style3 .address-item .address-icon:before {
    display: none !important;
}

#rs-contact .contact-address.style3 .address-item .address-icon i {
    color: #232023;
    line-height: 45px;
    font-size: 35px;
    width: 100%;
    height: auto;
    margin-left: 0;
}

#rs-contact .contact-address.style3 .address-item .address-text .contact-title {
    margin-top: 0;
}

.single-teams .ps-informations {
    padding-left: 20px;
    overflow: hidden;
}

.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 {
    color: #212122;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #f7c808;
    font-size: 15px;
    border-radius: 150px;
}

.single-teams .ps-informations ul li.social-icon i:hover {
    color: #232023;
}

.single-teams .ps-image {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.single-teams .ps-image .ps-informations {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #232023;
}

.single-teams .ps-image .ps-informations ul li {
    border: none !important;
    margin-top: 0;
    color: #fff;
}

.single-teams .ps-image .ps-informations ul li span {
    width: 110px;
    color: #fff;
}

.single-teams .project-desc {
    padding-top: 30px;
    margin-top: 30px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-left: 20px;
}

#google-map .wpb_wrapper {
    padding: 0;
}

#google-map .wpb_gmaps_widget {
    margin: 0;
}

#google-map iframe {
    filter: grayscale(1);
}

.contact2-map iframe {
    filter: grayscale(1);
}

.main-contain .contact-map2 .wpb_wrapper {
    padding: 0;
}

.main-contain .contact-map2 iframe {
    filter: grayscale(0.6);
}

.main-contain .contact-map2 iframe:hover {
    filter: grayscale(0);
}

.button-left .submit-btn {
    margin-left: 0;
}

.time-listing {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.time-listing li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.time-listing li span {
    float: right;
}

.time-listing li:last-child {
    border-bottom: none;
}

.readon .vc_btn3 {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: -5px !important;
}

.readon .vc_btn3:hover {
    color: #232023 !important;
}

.appointment-medical {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.appointment-medical input[type="text"],
.appointment-medical select {
    width: 100%;
    border-color: #cccccc;
}

.appointment-medical select {
    padding: 12.5px 14px;
}

.appointment-medical .submit-btn i {
    right: 0;
}

.departments-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.departments-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.departments-list li:last-child {
    border-bottom: none;
}

.departments-list li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #232023;
}

.contact-btm .services-style-2 .services-wrap .services-item:hover .services-icon img {
    transform: scale(1);
}

.contact-btm .services-style-2 .services-wrap .services-item .services-icon img {
    transform: scale(1);
    width: 80px;
}

#sidebar-services .rs-contact {
    background: #f9f9f9;
    padding: 0 15px;
}

#sidebar-services .rs-heading .title-inner h3 {
    font-size: 24px;
}

#sidebar-services .contact-address .address-item {
    position: relative;
}

#sidebar-services .contact-address .water-mark i {
    font-size: 50px;
    position: absolute;
    right: 90px;
    opacity: 0.06;
}

#sidebar-services .widgettitle {
    margin-bottom: 0;
    background: #232023;
    color: #fff;
    padding: 14px 25px;
    font-size: 24px;
    font-weight: 600 !important;
}

#sidebar-services .widget.widget_nav_menu {
    background: #f9f9f9;
    padding: 0;
}

#sidebar-services .widget.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
}

#sidebar-services .widget.widget_nav_menu ul li {
    border-top: 1px solid #eee;
    background: #f9f9f9;
    padding: 15px 25px;
}

#sidebar-services .widget.widget_nav_menu ul li:first-child {
    border-top: none;
}

#sidebar-services .widget.widget_nav_menu ul li:before {
    color: #222222;
    left: 18px;
}

#sidebar-services .widget.widget_nav_menu ul li a {
    color: #222222;
    display: block;
}

#sidebar-services .widget.widget_nav_menu ul li:hover a {
    color: #f7c808;
}

#sidebar-services .widget.widget_nav_menu ul li:hover:before {
    color: #fff;
}

#sidebar-services .download-btn {
    border-bottom: 5px solid #28406d;
    margin: 0;
    padding-bottom: 22px;
}

#sidebar-services .download-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-services .download-btn ul li {
    background: #232023;
    padding: 12px 40px;
    margin: 0 0 15px;
    position: relative;
}

#sidebar-services .download-btn ul li a {
    color: #fff;
    display: block;
}

#sidebar-services .download-btn ul li:hover {
    opacity: .9;
}

#sidebar-services .download-btn ul li:first-child:before {
    font-family: FontAwesome;
    content: "\f1c1";
    position: absolute;
    left: 15px;
    color: #fff;
}

#sidebar-services .download-btn ul li:last-child:before {
    font-family: FontAwesome;
    content: "\f1c2";
    position: absolute;
    left: 15px;
    color: #fff;
}

#sidebar-services .wpb_widgetised_column {
    border-bottom: 5px solid #232023;
    margin: 0;
}

#sidebar-services .bs-search input {
    padding: 13px 10px;
}

#sidebar-services .bs-search button {
    color: #666;
    border-radius: 0;
    padding: 10px 11px;
}

#sidebar-services .bs-search button:hover {
    background: #232023;
    color: #fff;
}

#sidebar-services .contact-address {
    padding-bottom: 30px;
}

#sidebar-services .contact-address .address-item {
    margin: 0 0 25px;
}

#sidebar-services .rs-contact {
    background: #f9f9f9;
    padding: 0 15px;
}

#sidebar-services .rs-galleys {
    padding: 0 14px;
}

#sidebar-services .rs-galleys .col-md-4 {
    padding: 0;
}

#sidebar-services .rs-galleys .col-md-4 .galley-img {
    margin-bottom: 0;
}

#sidebar-services .rs-heading .title-inner .title {
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 14px 25px;
    background: #232023;
    color: #fff;
    line-height: 30px !important;
    font-weight: 600 !important;
}

.container .sidebar-title {
    padding: 10px 15px 13px 15px !important;
}

.container .sidebar-title .title {
    margin-bottom: 0;
}

body.single-services .rs-porfolio-details {
    padding: 113px 0 0;
}

#feedback .vc_tta-panel-heading,
#feedback .vc_tta-panel-body,
#management .vc_tta-panel-heading,
#management .vc_tta-panel-body,
#collaboration .vc_tta-panel-heading,
#collaboration .vc_tta-panel-body {
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
}

#feedback .vc_tta-title-text,
#management .vc_tta-title-text,
#collaboration .vc_tta-title-text {
    color: #232023;
    font-size: 17px;
}


/****************/


/****************/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232023;
    z-index: 99999;
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-family: 'Quattrocento Sans', sans-serif;
}

.loading-text span:nth-child(1) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.4s infinite linear alternate;
    animation: blur-text 1.5s 1.4s infinite linear alternate;
}

.loading-text span:nth-child(8) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.6s infinite linear alternate;
    animation: blur-text 1.5s 1.6s infinite linear alternate;
}

.loading-text span:nth-child(9) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.8s infinite linear alternate;
    animation: blur-text 1.5s 1.8s infinite linear alternate;
}

.loading-text span:nth-child(10) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 2s infinite linear alternate;
    animation: blur-text 1.5s 2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

filter: grayscale(100%);
transition: all 0.3s ease 0s;

}
.owl-carousel .partner-item.grayscale a:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.sidenav {
    overflow-y: auto;
    float: none;
    background: #fafafa;
    list-style: none;
    width: 370px;
    height: 100vh;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 30px 30px 0 30px;
    z-index: 99999;
    -ms-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    text-align: left;
}
.sidenav .widget-title {
    color: #232023 !important;
    padding: 0 0 15px;
    font-size: 20px !important;
    line-height: 26px;
    font-weight: 600 !important;
    position: relative;
}
.sidenav .widget-title:before {
    content: "";
    position: absolute;
    background: #f7c808;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.sidenav .widget {
    padding: 0;
}
.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 !important;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
    opacity: 0.7;
}
.sidenav .fa-ul {
    margin-left: 0;
    text-align: left;
    font-size: 14px;
}
.sidenav .fa-ul li {
    padding: 5px 0;
}
.sidenav .fa-ul li i {
    padding-right: 10px;
    color: #666666;
}
.sidenav .fa-ul li a {
    color: #666666;
}
.sidenav .fa-ul li a:hover {
    color: #f7c808;
}
.sidenav .offcanvas_social {
    margin-left: 0;
    list-style-type: none;
    padding-bottom: 30px;
}
.sidenav .offcanvas_social li {
    display: inline-block;
}
.sidenav .offcanvas_social li a {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    float: left;
    margin-right: 12px;
}
.sidenav .offcanvas_social li a i {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #232023;
    text-align: center;
    border-radius: 50%;
}
.sidenav .offcanvas_social li a i:hover {
    opacity: .9;
}
.sidenav .offcanvas_social li:last-child a {
    margin-right: 0;
}
.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: #f7c808;
}
.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: 17px;
    padding: 8px 0;
    display: block;
    color: #232023;
}
.sidenav .widget_nav_menu ul li a:hover {
    color: #f7c808;
}
.sidenav .widget_nav_menu ul li:before {
    display: none;
}
.sidenav .bs-search button {
    padding: 5px 11px;
}
.sidenav li.nav-link-container {
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 30px;
    height: 40px;
    right: 16px;
    width: 40px;
    top: 22px;
    background: #f7c808;
    position: absolute;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    transition: transform .5s ease;
}
.sidenav li.nav-link-container:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidenav li.nav-link-container a {
    display: block;
}
.sidenav li.nav-link-container a span {
    background: #fff !important;
}
.sidenav li.nav-link-container .nav-menu-link {
    padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
    transform: rotate(-45deg) translate(-4px, 4px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
}
.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-left: 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: #222;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-container ul li a:hover {
    opacity: 0.9;
}
.mobile-menu-container ul li:before {
    display: none;
}
.nav-active-menu-container {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
#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.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container .nav-menu-link span {
    background: #fff !important;
}
#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#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: #f7c808;
}
.default_header .menu-area .navbar ul>li>a:after {
    background: #f7c808;
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
    margin: 0;
    width: 100%;
    z-index: 9998;
    -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: rgba(255, 255, 255, 0.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: #232023;
}
.menu-sticky.sticky .quote-button {
    color: #fff !important;
    border-color: #f7c808 !important;
    background: #f7c808 !important;
}
.menu-sticky.sticky .quote-button:hover {
    border-color: #f7c808 !important;
    color: #f7c808 !important;
    background: transparent !important;
}
.menu-sticky.sticky .nav-link-container i {
    color: #232023;
}
.app-store a {
    margin: 0 10px;
    display: inline-block;
}
.over-text {
    position: relative;
    z-index: 99 !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overlap-box {
    position: relative;
    z-index: 9;
}
.round-shape {
    position: relative;
    padding: 45px 0 100px;
    width: 600px !important;
    height: 400px !important;
    z-index: -1;
}
.round-shape:after {
    position: absolute;
    content: '';
    background: transparent;
    width: 90%;
    height: 90%;
    bottom: 0;
    right: 0px;
    border-bottom: 8px solid #232023;
    border-right: 8px solid #232023;
    transition: all 0.3s ease 0s;
    z-index: -1;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position-x: -8px;
    background-position-y: -1px;
}
.round-shape:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    border-top: 8px solid #232023;
    border-left: 8px solid #232023;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.round-shape .coming-soon-text {
    position: relative;
    z-index: 99;
}
.home2-video .rs-video-2 img {
    border-radius: 10px;
}

/* -----------------------
    05. Slider Section
--------------------------*/
#banner-slider .slotholder {
    position: relative;
}
#banner-slider .slotholder:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    width: 100%;
    height: 100%;
}
#banner-slider .text-shadow {
    text-shadow: 1px 0px 13px rgba(0, 0, 0, 0.7);
}

/* -----------------------
    17. Scroll Up
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 10;
}
#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 50%;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    background-color: #232023;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
    opacity: 0.8;
}

/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs-inner.bread-dark h1.page-title {
    color: #232023 !important;
}
.rs-breadcrumbs-inner.bread-dark ul li.trail-begin a::before {
    color: #232023 !important;
}
.rs-breadcrumbs-inner.bread-dark ul li * {
    color: #232023 !important;
}
.rs-breadcrumbs-inner.bread-dark ul li {
    color: #232023 !important;
}
.rs-breadcrumbs {
    position: relative;
    background: #232023;
}
.rs-breadcrumbs .breadcrumbs-inner {
    padding: 75px 0;
    text-align: left;
    text-transform: uppercase;
}
.rs-breadcrumbs .breadcrumbs-inner span {
    color: #fff;
    position: relative;
    padding-right: 14px;
}
.rs-breadcrumbs .breadcrumbs-inner span a:before {
    right: 0px;
    position: absolute;
    padding: 0 10px 0 0;
    content: "\002F";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    display: block !important;
    top: -3px;
    color: #fff;
}
.rs-breadcrumbs .breadcrumbs-inner span a.home {
    padding-left: 20px;
}
.rs-breadcrumbs .breadcrumbs-inner span a.home:after {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 14px;
    color: #fff;
}
.rs-breadcrumbs .breadcrumbs-inner span a:hover {
    opacity: 0.7;
}
.rs-breadcrumbs .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}
.rs-breadcrumbs .breadcrumbs-single {
    background-size: cover;
}
.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: 5px !important;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: left;
    line-height: 40px !important;
    padding-bottom: 0 !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 40px;
    text-transform: uppercase;
}
.rs-breadcrumbs .breadcrumbs {
    text-align: left;
    margin-top: 10px;
    font-weight: 500;
}
.rs-breadcrumbs .trail-items li::after {
    font-size: 12px;
}
.rs-breadcrumbs ul {
    display: inline-block;
    padding: 5px 20px;
    margin: 0px;
}
.rs-breadcrumbs ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.rs-breadcrumbs ul li * {
    color: #fff;
}
.rs-breadcrumbs ul li a {
    padding: 0 8px;
    color: #fff;
    text-transform: uppercase;
}
.rs-breadcrumbs ul li a:hover {
    color: #f7c808;
}
.rs-breadcrumbs ul li.trail-begin a {
    position: relative;
    display: inline-block;
    padding-left: 20px !important;
}
.rs-breadcrumbs ul li.trail-begin a:hover {
    opacity: 0.7;
}
.rs-breadcrumbs ul li.trail-begin a:before {
    font-family: FontAwesome;
    content: "\f015";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #fff;
}
.rs-breadcrumbs ul li.trail-end {
    padding-left: 8px;
}
.rs-breadcrumbs.porfolio-details {
    position: relative;
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #999;
}
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #999;
}
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #999;
}
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #999;
}
.page-links span {
    padding: 0 18px 0 10px;
    line-height: 26px;
    color: #f7c808;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    background: transparent;
    opacity: .96;
    display: inline-block;
    vertical-align: top;
}
.page-links span:last-child {
    border: none;
}
.comment-reply-title {
    font-size: 20px;
    margin-top: 14px;
}
.single-post .comment-respond .form-submit {
    margin-bottom: 0;
}
.page-links span {
    padding: 3px 6px;
    font-size: 18px;
    margin: 0 0 0 5px;
    color: #f7c808;
}
.page-links a span {
    background: transparent !important;
    color: #666;
}
.page-links span:hover {
    color: #f7c808;
}
.single-post .bs-sidebar h2 {
    margin-top: 0;
}
.recent-widget .show-featured .post-img img {
    border-radius: 3px;
}
.format-aside .single-content-full .bs-desc {
    margin-top: 0;
}
.finance_content_slide .wpb_revslider_element {
    margin-bottom: 0 !important;
}
.finance_content_slide {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.creative-collaboration .vc_toggle_default .vc_toggle_icon,
.creative-collaboration .vc_toggle_default .vc_toggle_icon:before {
    border: 1px solid #232023;
}
.creative-collaboration .vc_toggle {
    border-bottom: 1px solid #e8e8e9;
}
.creative-collaboration .vc_toggle_content,
.creative-collaboration .vc_toggle_title {
    padding-left: 0;
}
.creative-collaboration .vc_toggle_title .vc_toggle_icon {
    left: auto;
    right: 0;
}
.creative-collaboration .vc_toggle_title h3,
.creative-collaboration .vc_toggle {
    margin: 15px 0;
}
.slidervideo {
    position: relative;
}
.slidervideo .video-desc {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    font-size: 20px;
}
.slidervideo:hover .popup-videos {
    animation-duration: 0.8s;
}
.slidervideo .slider-videos {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto !important;
    left: 50%;
    top: 50%;
    text-align: center !important;
    background: #f7c808;
    cursor: pointer;
}
.slidervideo .slider-videos:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 200ms;
}
.slidervideo .slider-videos:before {
    background: #f7c808;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.slidervideo .slider-videos i {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 25px !important;
    color: #28406d;
    top: 19px;
    position: absolute;
    left: 23px;
}
.slidervideo .slider-videos i:before {
    color: #232023;
}
.slidervideo .slider-videos:hover {
    border-color: rgba(255, 255, 255, 0.7);
}
.slidervideo .slider-videos span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}
.slidervideo:hover .overly-border:before,
.slidervideo:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.close5 {
    background: #f7c808;
    color: #232023;
    border-radius: 50%;
}
.clients-partners .wpb_single_image {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 8px;
}
.why-choose .rs-services-default .services-wrap {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    padding: 50px 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
}
.why-choose .rs-services-default .services-wrap .services-item {
    margin: 0;
}
.shadow-service .rs-services-style4 {
    border: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.full-creative .vc_toggle_default {
    max-width: 490px;
}
.full-creative .vc_single_image-img {
    border-radius: 0;
}
.map iframe {
    filter: grayscale(1);
}
.map .wpb_gmaps_widget {
    margin: 0;
}
.map .wpb_wrapper {
    padding: 0 !important;
}
.map .vc_column-inner {
    padding: 0 !important;
}
.vc_row.home2-testimonial {
    background-position: center top !important;
}
.contact-sec {
    overflow: visible;
}
.contact-sec .vc_col-sm-12 {
    background: rgba(255, 255, 255, 0.8);
    padding: 45px 40px 56px !important;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}
.contact-sec .wpcf7-form .wpcf7-text {
    border: none;
    border-bottom: 2px solid #232023;
    background: none;
    border-radius: 0;
    width: 100%;
}
.contact-sec .wpcf7-form .wpcf7-textarea {
    border: none;
    border-bottom: 2px solid #232023;
    background: none;
    height: 100px;
    border-radius: 0;
    width: 100%;
}
.contact-sec .wpcf7-form .wpcf7-textarea .wpcf7-form-control {
    margin-bottom: 20px;
}
.contact-sec .wpcf7-form .wpcf7-submit {
    margin-top: 20px;
}
.contact-sec.personal .vc_col-sm-12 {
    padding: 18px 40px 30px !important;
}
.contact-sec .contact {
    position: relative;
}
.contact-sec .contact:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 2px;
    background-color: #232023;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
}
.contact-sec .contact:after {
    content: '';
    position: absolute;
    height: 40%;
    width: 2px;
    background-color: #232023;
    top: 50%;
    left: auto;
    right: 6px;
    transform: translateY(-50%);
    display: block;
}
.contact-sec .contact2 {
    position: relative;
}
.contact-sec .contact2:before {
    content: '';
    position: absolute;
    height: 40%;
    width: 2px;
    background-color: #232023;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    display: block;
}
.full-video .rs-services1.services-left {
    padding: 0;
    max-width: 500px;
}
.full-video .rs-services1.services-left .services-wrap .services-item {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-icon {
    width: 18%;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-icon i {
    background: #232023;
    border-radius: 100%;
    line-height: 80px;
    height: 80px;
    width: 80px;
    font-size: 35px;
    cursor: pointer;
    color: #f7c808;
    margin-top: 8px;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-desc {
    width: 82%;
}

/* ----------------------------------
    09. Testitmoial
-------------------------------------*/
#cl-testimonial.cl-testimonial9 {
    padding: 0;
}
#cl-testimonial.cl-testimonial9 .single-testimonial {
    text-align: center;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial {
    background: url(../images/style9.png) no-repeat center top;
    padding-top: 60px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p {
    text-align: center;
    padding: 0 30px;
    font-size: 15px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p i {
    display: block;
    padding: 0;
    font-size: 35px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image {
    text-align: center;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image img {
    display: inline;
    width: 80px;
    border-radius: 50px;
    border: 2px solid #232023;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .cl-author-info li {
    font-size: 18px;
}
#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li button {
    border: 1px solid #232023;
}
#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li.slick-active button {
    border: 1px solid #232023;
}
#cl-testimonial.cl-testimonial10 {
    padding: 0;
}
#cl-testimonial.cl-testimonial10 .single-testimonial {
    text-align: center;
    padding-top: 50px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial {
    padding: 25px 60px;
    background: #f3f5f4;
    position: relative;
    border-radius: 3px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p {
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p i {
    display: block;
    padding: 0;
    font-size: 35px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 25px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image img {
    display: inline;
    width: 80px;
    border-radius: 50px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.3);
}
#cl-testimonial.cl-testimonial10 .single-testimonial .cl-author-info li {
    font-size: 18px;
}
#cl-testimonial.cl-testimonial10 .slick-arrow {
    border: 1px solid #232023;
    background: #232023;
    border-radius: 100%;
    z-index: 99;
    line-height: 33px;
    top: 54%;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:after {
    color: #fff;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:hover {
    background: #232023;
    border-color: #232023;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:hover:after {
    color: #fff;
}
#cl-testimonial.cl-testimonial10 .slick-arrow.slick-prev {
    left: 0;
}
#cl-testimonial.cl-testimonial10 .slick-arrow.slick-next {
    right: 0;
}

/*Best Quality Advice*/
#best-quality-advice .vc_tta-container {
    margin-bottom: 0;
}
#best-quality-advice .vc_tta-tabs-container {
    top: 60%;
    transform: translateY(-50%);
    left: 18.5%;
    max-width: 100%;
    list-style: none;
    position: absolute;
    z-index: 99999;
    overflow: visible !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tabs-list {
    overflow: visible !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab {
    padding-bottom: 92px;
    position: relative;
    display: block !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:after {
    content: "";
    height: 89%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: -1;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child {
    padding-right: 0;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child:after {
    display: none;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab a {
    padding: 0;
    text-indent: -9999px;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a {
    background: #fff;
    border-color: #fff !important;
    position: relative;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:after,
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:before {
    display: none;
}
#best-quality-advice .vc_tta-panels-container .vc_tta-panel-body {
    padding: 0;
    border-radius: 0;
    overflow: visible !important;
    border: none;
}
#best-quality-advice .vc_tta-panels-container .tabs_content>div {
    padding-left: 42% !important;
}
#best-quality-advice .vc_tta-panel-heading {
    background: #fff;
    border-radius: 0;
}
#best-quality-advice .vc_tta-panel-heading a {
    color: #232023;
}
#best-quality-advice .vc_tta-panel-heading:hover {
    background: #f7c808;
}
#best-quality-advice .vc_tta-panel-heading:hover a {
    color: #ffffff;
}
.overlay_image .wpb_single_image img {
    opacity: 0.7;
    transition: 0.4s;
}
.overlay_image .wpb_single_image:hover img {
    opacity: 1;
}
#slider-form-area .form-area {
    z-index: 11;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 20px 14px 25px;
    margin-top: -662px;
    max-width: 380px;
    margin-right: 15px;
    float: right;
}
#slider-form-area .form-area h2.title {
    text-transform: uppercase;
    margin: 0 0 18px;
}
#slider-form-area .form-area p {
    margin-bottom: 0;
}
#slider-form-area .form-area .submit-btn {
    margin: 0 auto;
}
#slider-form-area .form-area input {
    margin-bottom: 20px;
}
#slider-form-area .form-area textarea,
#slider-form-area .form-area input {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
#slider-form-area .form-area textarea {
    min-height: 120px;
}
#slider-form-area .form-area input[type="submit"] {
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    min-width: 200px;
    text-align: center;
    border: 0;
    padding: 0;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -50px;
    z-index: 1;
    text-transform: uppercase;
    background: #f7c808;
    color: #232023;
    font-weight: 700;
    border-radius: 30px !important;
}
#slider-form-area .form-area input[type="submit"]:hover {
    color: #ffffff;
    background: #232023;
}
.main-contain .bg-bottom {
    background-position: center bottom !important;
    background-size: 100% !important;
}
.main-contain .bg-top {
    background-position: center top !important;
    background-size: 100% !important;
}
.counter_style9 .count-icon {
    font-size: 38px !important;
}
.counter_style9 h3 {
    font-size: 48px !important;
    margin: 28px 0 18px !important;
}
.counter_style9 h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.main-contain .skew-banner {
    background-position: center top !important;
}
.rs-heading.button-style .title {
    background: #f7c808;
    display: inline-block;
    padding: 6px 20px;
}
.rs-heading.button-style h3.title {
    font-size: 20px;
}
.personal-info .wpb_content_element p {
    margin-bottom: 10px;
    color: #ffffff;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li {
    text-align: center;
    padding: 0 5px;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a {
    background-color: #f3f5f4 !important;
    border: none;
    color: #232023 !important;
    font-weight: 700;
    padding: 35px 29px 24px;
    border-radius: 30px !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a i {
    display: block;
    font-size: 25px;
    color: #232023;
    margin-bottom: 20px;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a .vc_tta-title-text {
    margin-left: 0 !important;
    font-size: 18px;
    line-height: 28px;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    background-color: #232023 !important;
    color: #fff !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a i {
    color: #fff !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels {
    background: transparent !important;
    border: none !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding-top: 0;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul {
    line-height: 30px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul {
    margin: 0;
    list-style-type: none;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li {
    padding: 9px 0;
    border-top: 1px solid #f3f5f4;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li:first-child {
    padding-top: 0;
    border-top: none;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating .rating-price {
    background: #232023;
    color: #f7c808;
    padding: 12px 23px;
    margin-top: 33px !important;
    display: block;
    max-width: 146px;
    text-align: center;
    border-radius: 3px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body img {
    border-radius: 5px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h3 {
    margin-bottom: 10px;
}

/* Skill bar */
#rs-skills {
    z-index: 9;
}
#rs-skills h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 45px;
    color: #232023;
}
#rs-skills .vc_progress_bar {
    margin-bottom: 0;
}
#rs-skills .vc_progress_bar h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 60px;
    color: #232023;
}
#rs-skills .vc_progress_bar .vc_single_bar {
    background: #232023;
    margin-top: 23px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    line-height: 12px;
    height: 12px;
}
#rs-skills .vc_progress_bar .vc_single_bar+.vc_single_bar {
    margin-top: 50px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label {
    font-size: 15px;
    color: #444444;
    text-shadow: none;
    padding: 0;
    position: absolute;
    top: -22px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label_units {
    margin-left: 6px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #f7c808;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list {
    overflow: hidden;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab>a {
    background: #222;
    border-radius: 4px;
    border: none;
    color: #ffffff;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
    float: left;
    position: relative;
    border: 1px solid #fff;
    border-right-width: 0px;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child {
    border-left-width: 1px;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f7c808;
    content: '';
    z-index: 1;
    transition: 0.4s;
    border-radius: 0 0 4px 4px;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
    bottom: 0;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-radius: 0;
}
#rs-skills.about-skills-info .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
    border-radius: 7px;
    background: #222;
    border-color: #f7f7f7;
}
#rs-skills.about-skills-info .vc_progress_bar .vc_single_bar .vc_label {
    color: #ffffff;
}
#about-history-tabs .wpb_text_column h4 {
    margin: 0 0 15px;
}
#about-history-tabs .vc_tta-tabs-container {
    margin: 0;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
    display: flex;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab {
    margin: 3px 20px 0 0;
    flex: auto;
    text-align: center;
    border: none !important;
    overflow: hidden;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a {
    background: #f7f7f7;
    color: #232023;
    font-size: 20px;
    font-weight: 600;
    border: none !important;
    overflow: hidden;
    border-radius: 30px;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a:hover {
    background: #232023 !important;
    color: #ffffff;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab .vc_active a,
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-color: #f7c808 !important;
    background: #232023;
    color: #ffffff;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab:last-child {
    margin-right: 0;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel {
    margin: 3px 20px 0 0;
    flex: auto;
    text-align: center;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a {
    border: none !important;
    background: #1d3450;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a:hover {
    background: #f7c808;
    color: #232023;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel .vc_active a,
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel.vc_active a {
    background: #f7c808;
    color: #232023;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a {
    border: none !important;
    background: #1d3450;
    color: #fff;
    font-size: 16px;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a:hover {
    background: #f7c808;
    color: #232023;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title .vc_active a,
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title.vc_active a {
    background: #f7c808;
    color: #232023;
}
#about-history-tabs .vc_tta-panels {
    border: none;
    background: transparent;
}
#about-history-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 50px 0 0;
    border: none;
}
#about-history-tabs ul.tabs-list_content {
    margin: 0;
    padding: 0;
    list-style: none;
}
#about-history-tabs ul.tabs-list_content li {
    position: relative;
    padding: 7px 0 7px 23px;
    border-bottom: none;
    line-height: 22px;
    float: left;
    width: 50%;
}
#about-history-tabs ul.tabs-list_content li:before {
    content: "\f140";
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 1px;
    top: auto;
    display: block !important;
    color: #f7c808;
}
.testimonials-area.slider8.text-center .images-testimonial p {
    max-width: 700px;
    margin: 0 auto !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading {
    border-radius: 0 !important;
    margin-bottom: 20px !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title {
    font-weight: 600 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title i {
    color: #232023 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a {
    background: #f3f5f4 !important;
}
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title i {
    color: #ffffff !important;
}
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    background: #232023 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-body {
    margin-bottom: 20px;
    padding-top: 20px !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-body h3 {
    color: #232023 !important;
    font-size: 20px !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: transparent !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child h4 {
    border-bottom: 0 !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 17px !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #232023 !important;
}
.apoints-sec .wpcf7-text,
.apoints-sec .wpcf7-textarea {
    width: 100%;
    border: none;
    box-shadow: 0 0 20px #3333331a;
}
.apoints-sec .description {
    max-width: 570px;
    margin: 0 auto;
}
.apoints-sec .submit-btn {
    margin: 0 auto;
}
.rs-video-2 .description p {
    font-size: 20px;
}
.clear-both {
    clear: both;
}
.contact-page1 input.wpcf7-text,
.contact-page1 textarea {
    width: 100%;
}
.contact-page1 .submit-btn {
    margin: 0px auto 0;
}
.contact-overflow>.vc_column-inner {
    border-radius: 3px;
}
.contact-page2 input.wpcf7-text,
.contact-page2 textarea {
    width: 100%;
}
.contact-page2 textarea {
    height: 175px;
}
.contact-page2 .submit-btn {
    margin: 20px 0 0;
}
#rs-contact .contact-address {
    text-align: left;
}
#rs-contact .contact-address .address-item {
    display: flex;
    padding-bottom: 20px;
    position: relative;
    padding-top: 20px;
    background: #f7f7f7;
    padding-left: 26px;
    margin-bottom: 22px;
}
#rs-contact .contact-address .address-item .water-mark {
    display: none;
}
#rs-contact .contact-address .address-item .address-icon {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    background: #232023;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
}
#rs-contact .contact-address .address-item .address-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #232023;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
#rs-contact .contact-address .address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #232023;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0;
    visibility: hidden;
}
#rs-contact .contact-address .address-item .address-icon:hover {
    border-color: rgba(255, 255, 255, 0.7);
}
#rs-contact .contact-address .address-item .address-icon i {
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
    margin-top: 7px;
}
#rs-contact .contact-address .address-item:last-child .address-icon:after {
    display: none;
}
#rs-contact .contact-address .address-item .address-text .contact-title {
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 22px;
    margin-top: 6px;
}
#rs-contact .contact-address .address-item .address-text a {
    color: #666666;
}
#rs-contact .contact-address .address-item .address-text a:hover {
    color: #f7c808;
}
#rs-contact .contact-address .address-item:hover .address-icon:after,
#rs-contact .contact-address .address-item:hover .address-icon:before {
    opacity: 1;
    visibility: visible;
}
#rs-contact .contact-address.style2 {
    display: flex;
}
#rs-contact .contact-address.style2.text-center {
    text-align: center;
}
#rs-contact .contact-address.style2 .address-text {
    width: auto;
    padding: 0;
    float: none;
}
#rs-contact .contact-address.style2 .address-item {
    display: block;
    padding-right: 30px;
    position: relative;
    overflow: visible;
    width: 25%;
    background: transparent;
    padding: 30px;
    margin: 0 10px;
    border-radius: 3px;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background: #fff;
}
#rs-contact .contact-address.style2 .address-item .water-mark {
    display: block;
}
#rs-contact .contact-address.style2 .address-item .water-mark i {
    font-size: 120px;
    color: #232023;
    opacity: .03;
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 100px;
    width: 100px;
}
#rs-contact .contact-address.style2 .address-item:first-child {
    margin-left: 0;
}
#rs-contact .contact-address.style2 .address-item .address-icon {
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    z-index: 9;
}
#rs-contact .contact-address.style2 .address-item .address-icon:after {
    display: none;
}
#rs-contact .contact-address.style2 .address-item .address-icon i {
    margin-left: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-size: 33px;
    margin-top: 7px;
}
#rs-contact .contact-address.style3 .address-item {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
}
#rs-contact .contact-address.style3 .address-item .address-icon {
    background: transparent !important;
    height: 40px;
    width: 35px;
    line-height: 35px;
    margin-right: 10px;
}
#rs-contact .contact-address.style3 .address-item .address-icon:before {
    display: none !important;
}
#rs-contact .contact-address.style3 .address-item .address-icon i {
    color: #232023;
    line-height: 45px;
    font-size: 35px;
    width: 100%;
    height: auto;
    margin-left: 0;
}
#rs-contact .contact-address.style3 .address-item .address-text .contact-title {
    margin-top: 0;
}
.single-teams .ps-informations {
    padding-left: 20px;
    overflow: hidden;
}
.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 {
    color: #212122;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #f7c808;
    font-size: 15px;
    border-radius: 150px;
}
.single-teams .ps-informations ul li.social-icon i:hover {
    color: #232023;
}
.single-teams .ps-image {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.single-teams .ps-image .ps-informations {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #232023;
}
.single-teams .ps-image .ps-informations ul li {
    border: none !important;
    margin-top: 0;
    color: #fff;
}
.single-teams .ps-image .ps-informations ul li span {
    width: 110px;
    color: #fff;
}
.single-teams .project-desc {
    padding-top: 30px;
    margin-top: 30px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-left: 20px;
}
#google-map .wpb_wrapper {
    padding: 0;
}
#google-map .wpb_gmaps_widget {
    margin: 0;
}
#google-map iframe {
    filter: grayscale(1);
}
.contact2-map iframe {
    filter: grayscale(1);
}
.main-contain .contact-map2 .wpb_wrapper {
    padding: 0;
}
.main-contain .contact-map2 iframe {
    filter: grayscale(0.6);
}
.main-contain .contact-map2 iframe:hover {
    filter: grayscale(0);
}
.button-left .submit-btn {
    margin-left: 0;
}
.time-listing {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.time-listing li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.time-listing li span {
    float: right;
}
.time-listing li:last-child {
    border-bottom: none;
}
.readon .vc_btn3 {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: -5px !important;
}
.readon .vc_btn3:hover {
    color: #232023 !important;
}
.appointment-medical {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}
.appointment-medical input[type="text"],
.appointment-medical select {
    width: 100%;
    border-color: #cccccc;
}
.appointment-medical select {
    padding: 12.5px 14px;
}
.appointment-medical .submit-btn i {
    right: 0;
}
.departments-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.departments-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.departments-list li:last-child {
    border-bottom: none;
}
.departments-list li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #232023;
}
.contact-btm .services-style-2 .services-wrap .services-item:hover .services-icon img {
    transform: scale(1);
}
.contact-btm .services-style-2 .services-wrap .services-item .services-icon img {
    transform: scale(1);
    width: 80px;
}
#sidebar-services .rs-contact {
    background: #f9f9f9;
    padding: 0 15px;
}
#sidebar-services .rs-heading .title-inner h3 {
    font-size: 24px;
}
#sidebar-services .contact-address .address-item {
    position: relative;
}
#sidebar-services .contact-address .water-mark i {
    font-size: 50px;
    position: absolute;
    right: 90px;
    opacity: 0.06;
}
#sidebar-services .widgettitle {
    margin-bottom: 0;
    background: #232023;
    color: #fff;
    padding: 14px 25px;
    font-size: 24px;
    font-weight: 600 !important;
}
#sidebar-services .widget.widget_nav_menu {
    background: #f9f9f9;
    padding: 0;
}
#sidebar-services .widget.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
}
#sidebar-services .widget.widget_nav_menu ul li {
    border-top: 1px solid #eee;
    background: #f9f9f9;
    padding: 15px 25px;
}
#sidebar-services .widget.widget_nav_menu ul li:first-child {
    border-top: none;
}
#sidebar-services .widget.widget_nav_menu ul li:before {
    color: #222222;
    left: 18px;
}
#sidebar-services .widget.widget_nav_menu ul li a {
    color: #222222;
    display: block;
}
#sidebar-services .widget.widget_nav_menu ul li:hover a {
    color: #f7c808;
}
#sidebar-services .widget.widget_nav_menu ul li:hover:before {
    color: #fff;
}
#sidebar-services .download-btn {
    border-bottom: 5px solid #28406d;
    margin: 0;
    padding-bottom: 22px;
}
#sidebar-services .download-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar-services .download-btn ul li {
    background: #232023;
    padding: 12px 40px;
    margin: 0 0 15px;
    position: relative;
}
#sidebar-services .download-btn ul li a {
    color: #fff;
    display: block;
}
#sidebar-services .download-btn ul li:hover {
    opacity: .9;
}
#sidebar-services .download-btn ul li:first-child:before {
    font-family: FontAwesome;
    content: "\f1c1";
    position: absolute;
    left: 15px;
    color: #fff;
}
#sidebar-services .download-btn ul li:last-child:before {
    font-family: FontAwesome;
    content: "\f1c2";
    position: absolute;
    left: 15px;
    color: #fff;
}
#sidebar-services .wpb_widgetised_column {
    border-bottom: 5px solid #232023;
    margin: 0;
}
#sidebar-services .bs-search input {
    padding: 13px 10px;
}
#sidebar-services .bs-search button {
    color: #666;
    border-radius: 0;
    padding: 10px 11px;
}
#sidebar-services .bs-search button:hover {
    background: #232023;
    color: #fff;
}
#sidebar-services .contact-address {
    padding-bottom: 30px;
}
#sidebar-services .contact-address .address-item {
    margin: 0 0 25px;
}
#sidebar-services .rs-contact {
    background: #f9f9f9;
    padding: 0 15px;
}
#sidebar-services .rs-galleys {
    padding: 0 14px;
}
#sidebar-services .rs-galleys .col-md-4 {
    padding: 0;
}
#sidebar-services .rs-galleys .col-md-4 .galley-img {
    margin-bottom: 0;
}
#sidebar-services .rs-heading .title-inner .title {
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 14px 25px;
    background: #232023;
    color: #fff;
    line-height: 30px !important;
    font-weight: 600 !important;
}
.container .sidebar-title {
    padding: 10px 15px 13px 15px !important;
}
.container .sidebar-title .title {
    margin-bottom: 0;
}
body.single-services .rs-porfolio-details {
    padding: 113px 0 0;
}
#feedback .vc_tta-panel-heading,
#feedback .vc_tta-panel-body,
#management .vc_tta-panel-heading,
#management .vc_tta-panel-body,
#collaboration .vc_tta-panel-heading,
#collaboration .vc_tta-panel-body {
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
}
#feedback .vc_tta-title-text,
#management .vc_tta-title-text,
#collaboration .vc_tta-title-text {
    color: #232023;
    font-size: 17px;
}

/****************/

/****************/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232023;
    z-index: 99999;
}
.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-family: 'Quattrocento Sans', sans-serif;
}
.loading-text span:nth-child(1) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.4s infinite linear alternate;
    animation: blur-text 1.5s 1.4s infinite linear alternate;
}
.loading-text span:nth-child(8) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.6s infinite linear alternate;
    animation: blur-text 1.5s 1.6s infinite linear alternate;
}
.loading-text span:nth-child(9) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.8s infinite linear alternate;
    animation: blur-text 1.5s 1.8s infinite linear alternate;
}
.loading-text span:nth-child(10) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 2s infinite linear alternate;
    animation: blur-text 1.5s 2s infinite linear alternate;
}
@-webkit-keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}
@keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}