/*************************************
    Section Title
**************************************/

.sc_section_title .section-title,
.sc_section_title .section-title-light {
    position: relative;
    z-index: 3;
}
.sc_section_title .section-title > h5,
.sc_section_title .section-title-light > h5 {
    color: #e51515;
    font-size: 14px;
    margin-bottom: 22px;
}
.sc_section_title .section-title > h2,
.sc_section_title .section-title-light > h2 {
    color: #ffffff;
    font-family: "oswalddemibold";
    margin-bottom: 29px;
    text-transform: uppercase
}
.sc_section_title .section-title > p,
.sc_section_title .section-title-light > p {
    line-height: 13px;
    margin: 0;
}
.sc_section_title .section-title-light > h2 {
    color: #181b24;
}
.sc_section_title .section-title .text-white,
.sc_section_title .section-title-light .text-white {
    color: #fff
}
.sc_section_title .section-title-two h3 {
    color: #181c27;
    font-family: "oswalddemibold";
    line-height: 24px;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.sc_section_title .section-title-two > p {
    color: #91939f;
    margin: 0;
}
/*----------------------------------------*/
/*  Service Area
/*----------------------------------------*/

.sc_feature_box .srv-icon {
    display: block;
    margin-bottom: 19px;
    position: relative;
    z-index: 1;
}
.sc_feature_box .single-service .srv-icon i {
    font-size: 45px;
    color: #fff;
    line-height: 45px;
}
.sc_feature_box .srv-icon > img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sc_feature_box .single-service > h5 {
    color: #ffffff;
    font-family: "oswaldmedium";
    font-weight: 400;
    margin-bottom: 45px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sc_feature_box .divider {
    background: #e51515 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: auto auto 40px;
    width: 40px;
}
.sc_feature_box .single-service {
    padding: 60px 45px 42px;
    position: relative;
}
.sc_feature_box .single-service:hover h5 {
    color: #e51515;
}
.single-service:hover .srv-icon i {
    color: #e51515;
}
.sc_feature_box .single-service:hover .srv-icon img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%);
}
.sc_feature_box .single-service:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sc_feature_box .col-md-4:first-child .single-service:after,
.sc_feature_box .col-md-4:nth-child(4) .single-service:after {
    border-left: 0 none;
}
.sc_feature_box .single-service:before {
    position: absolute;
}
.sc_feature_box .custom {
    margin-left: 0;
    margin-right: 0;
}
.sc_feature_box .custom .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.sc_feature_box .col-md-4:nth-child(4) .single-service:after,
.sc_feature_box .col-md-4:nth-child(5) .single-service:after,
.sc_feature_box .col-md-4:nth-child(6) .single-service:after {
    border-bottom: 0 none;
}
.sc_feature_box .col-md-4:nth-child(1) .single-service,
.sc_feature_box .col-md-4:nth-child(2) .single-service,
.sc_feature_box .col-md-4:nth-child(3) .single-service {
    padding-bottom: 60px;
}
.sc_feature_box .col-md-4:nth-child(4) .single-service,
.sc_feature_box .col-md-4:nth-child(5) .single-service,
.sc_feature_box .col-md-4:nth-child(6) .single-service {
    padding-top: 73px;
}
.sc_feature_box .single-service > * {
    position: relative;
    z-index: 1;
}
/*----------------------------------------*/
/* Testimonial Area
/*----------------------------------------*/

.sc_testimonial .owl-item .single-testi img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: auto;
}
.sc_testimonial .single-testi > span {
    display: inline-block;
    margin-bottom: 52px;
}
.sc_testimonial .single-testi {
    margin-bottom: 64px;
    text-align: center;
}
.sc_testimonial .single-testi .name-info {
    color: #ffffff;
    display: block;
    font-family: "oswaldextralight";
    margin-bottom: 0;
    margin-top: 46px;
    text-transform: uppercase;
    font-size: 14px;
}
.sc_testimonial .single-testi > p {
    padding: 0 125px;
    position: relative;
}
.sc_testimonial .single-testi > p:before,
.sc_testimonial .single-testi > p:after {
    content: "\f10d";
    font: normal normal normal 41px/1 FontAwesome;
    color: #e51515;
    height: 41px;
    left: 42px;
    position: absolute;
    top: -2px;
    width: 51px;
}
.sc_testimonial .single-testi > p:after {
    left: auto;
    right: 42px;
    content: "\f10e";
}
.sc_testimonial .testimonial-carousel .owl-nav div {
    display: none
}
.sc_testimonial .testimonial-carousel .owl-dots {
    height: 22px;
    line-height: 20px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.sc_testimonial .testimonial-carousel .owl-dot {
    display: inline-block;
    position: relative
}
.sc_testimonial .testimonial-carousel .owl-dot.active:after {
    left: 55px;
    width: 33px;
}
.sc_testimonial .testimonial-carousel .owl-dot.active span {
    background: #e51515 none repeat scroll 0 0;
}
.sc_testimonial .testimonial-carousel .owl-dot span:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #db1616;
    content: "";
    height: 15px;
    left: -4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
}
.sc_testimonial .testimonial-carousel .owl-dot.active span:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------------------------*/
/*  Fun Factor Area
/*----------------------------------------*/

.kc_counter_box {
    float: left;
    position: relative;
    width: 25%;
}
.kc_counter_box .fun-item {
    padding: 46px 0 46px;
    position: relative;
}
.kc_counter_box .fun-item i {
    color: #ffffff;
    display: block;
    margin-bottom: 25px;
    line-height: 100%;
}
.kc_counter_box .fun-item > h4,
.kc_counter_box .fun-item > .counterup {
    color: #ffffff;
    font-family: "oswaldmedium";
    font-weight: 400;
}
.kc_counter_box .fun-item > h4 {
    font-size: 14px;
}
.kc_counter_box .fun-item > .counterup {
    font-size: 36px;
    line-height: 36px;
}
.kc_counter_box .fun-item > h5 {
    margin-bottom: 19px;
}
.kc_counter_box .fun-item > h1 {
    line-height: 36px;
}
/*----------------------------------------*/
/*  Timeline Area
/*----------------------------------------*/
.timeline-container{
    position: relative;
}
.sc_timeline .timeline-text {
    overflow: hidden;
    padding-bottom: 42px;
}
.sc_timeline .timeline-wrapper {
    float: left;
    width: 49%;
}
.sc_timeline .timeline-title {
    color: #ffffff;
    display: block;
    font-weight: 500;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 14px;
}
.sc_timeline .timeline-date:after {
    background: #e51515 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 8px;
    left: -12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}
.sc_timeline .single-timeline-item {
    position: relative;
}
.sc_timeline .timeline-date {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin-left: 9px;
    margin-right: 26px;
    padding-bottom: 6px;
    position: relative;
    text-align: right;
    width: 115px;
    line-height: 13px;
    text-transform: uppercase;
}
.sc_timeline .single-timeline-item:after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.sc_timeline .single-timeline-item:first-child {
    padding-top: 66px;
}
.sc_timeline .timeline-container {
    position: relative;
}
.sc_timeline .timeline-image {
    position: absolute;
    right: 0;
    top: 22%;
    width: 73.5%;
}
.sc_timeline .timeline-image > img {
    position: absolute;
    right: -30px;
    top: 59px;
}
.sc_timeline .single-timeline-item:first-child:after {
    background: rgba(255, 255, 255, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))) repeat scroll 0 0;
    background: rgba(255, 255, 255, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) repeat scroll 0 0;
}
.sc_timeline .single-timeline-item:last-child:after {
    background: rgba(255, 255, 255, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0))) repeat scroll 0 0;
    background: rgba(255, 255, 255, 0) linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0)) repeat scroll 0 0;
}
#timeline-img-inner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 70%;
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/

.sc_team .single-member {
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.sc_team .single-member > a {
    display: block;
}
.sc_team .team-img {
    display: block;
    position: relative;
    border-radius: 3px;
}
.sc_team .team-img img {
    border-radius: 4px
}
.sc_team .team-text {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    left: 0;
    padding: 0 24px;
    position: absolute;
    width: 100%;
}
.sc_team .member-name,
.sc_team .entry-content .member-name {
    display: block;
    font-family: "oswaldmedium";
    margin-bottom: 8px;
    text-transform: uppercase;
}
.sc_team .member-name a {
    color: #ffffff;
}
.sc_team .single-member:hover .member-name a {
    color: #E51515;
}
.sc_team .member-info {
    color: #ddd;
    font-size: 13px;
}
.sc_team .team-info {
    padding-bottom: 18px;
    padding-top: 41px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}
.sc_team .team-hover > span {
    color: #ffffff;
    display: block;
    font-size: 13px;
    line-height: 20px;
}
.sc_team .team-hover span span {
    color: #e51515;
}
.sc_team .member-links > a {
    border: 2px solid #ddd;
    border-radius: 50%;
    color: #ddd;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 30px;
    margin-right: 7px;
    text-align: center;
    width: 35px;
}
.sc_team .member-links > a:hover {
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}
.sc_team .member-links {
    padding-bottom: 22px;
    padding-top: 17px;
}
.sc_team .team-hover {
    bottom: -150%;
    left: 0;
    padding: 0 24px;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.sc_team .single-member:hover .team-hover {
    bottom: 0;
}
.sc_team .single-member:hover .team-info {
    padding-bottom: 129px;
}
.sc_team .single-member:hover .team-text {
    padding-top: 41px;
}
/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
.sc_section_title .about-title {
    padding-bottom: 47px;
}
.sc_section_title .about-title h3 {
    color: #9d9d9d;
    font-family: "oswaldextralight";
    margin-bottom: 0;
    text-transform: uppercase;
}
.sc_section_title .about-title h2 {
    color: #e51515;
    font-family: "oswalddemibold";
    line-height: 32px;
    text-transform: uppercase;
}
.sc_section_title .about-title > span {
    color: #9d9d9d;
    display: block;
    font-family: "oswaldextralight";
    font-size: 13px;
    left: 2px;
    letter-spacing: 5.5px;
    position: relative;
    top: 0;
}
.sc_section_title .about-text {
    padding-left: 25px;
    padding-right: 70px;
}
.sc_section_title .about-text > p:first-of-type {
    margin-bottom: 22px;
}
.sc_section_title .about-text > span {
    color: #ffffff;
    font-family: "oswaldextralight";
    text-transform: uppercase;
}
.sc_section_title .about-text > p:last-of-type {
    margin-bottom: 45px;
}
.singature {
    padding-top: 31px;
}
.about-image > img {
    border-radius: 4px;
}
/*----------------------------------------*/
/*  Blog Area
/*  Note:srtcd = shortcode
/*----------------------------------------*/

.srtcd_blog_posts .blog-image > a {
    display: block;
    position: relative;
}
.srtcd_blog_posts .blog-image img {
    border-radius: 2px;
}
.srtcd_blog_posts .blog-image {
    margin-bottom: 28px;
}
.srtcd_blog_posts .blog-text {
    padding: 0
}
.srtcd_blog_posts .blog-info {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(#000000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    left: 0;
    padding: 106px 17px 10px;
    position: absolute;
    width: 100%;
    line-height: 100%;
}
.srtcd_blog_posts .s-blog-info {
    color: #5a6069;
    display: inline-block;
    font-size: 13px;
    margin-right: 19px;
}
.srtcd_blog_posts .s-blog-info i {
    font-size: 14px;
    padding-right: 6px;
}
.srtcd_blog_posts .s-blog-info > span {
    color: #e51515;
}
.srtcd_blog_posts .blog-text > h5 {
    color: #ffffff;
    font-family: "oswaldmedium";
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.srtcd_blog_posts .blog-text > h5 a:hover {
    color: #e51515;
}
.srtcd_blog_posts .s-blog-info:last-child {
    margin: 0;
}
.srtcd_blog_posts .single-blog .default-btn {
    margin-top: 11px;
}
/*If carousel is enable*/

.srtcd_blog_posts .owl-carousel .owl-item > div {
    width: 100%;
}
/*-------------
    Css Edit
---------------*/

.testimonial-carousel .owl-dot span {
    background: #434449 none repeat scroll 0 0;
    display: inline-block;
    height: 7px;
    margin: 0 20px;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 7px;
    z-index: 3;
}
.kc_counter_box .fun-item:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    top: 48px;
    width: 1px;
}
.funn-container .kc_col-sm-3:last-child .kc_counter_box .fun-item:after {
    border-right: none;
}
/*Hero slider CSS*/

.slider-area,
.slider-two-area,
.slider-three-area,
.banner-content,
.single-slide,
.owl-item,
.owl-stage,
.slider-wrapper,
.owl-stage-outer,
.banner-content .container,
.banner-content .row,
.banner-content .col-lg-10,
.banner-content .col-md-12,
.banner-content .col-lg-7,
.banner-content .text-content-wrapper,
.banner-content .text-content,
.banner-content .display-table,
.banner-content .display-table-cell {
    height: 100%;
}
.slider-area,
.slider-two-area,
.slider-three-area {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.slider-area .owl-item .single-slide img,
.slider-two-area .owl-item .single-slide img,
.slider-three-area .owl-item .single-slide img {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.banner-content .text-content-wrapper {
    display: table;
    width: 100%
}
.banner-content .text-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 3;
}
.banner-content h1 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    color: #ffffff;
    font-family: "oswalddemibold";
    font-size: 48px;
    letter-spacing: 24px;
    line-height: 48px;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.banner-content p {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    color: #ffffff;
    font-family: "oswaldmedium";
    font-size: 14px;
    letter-spacing: 21px;
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.banner-btn .default-btn {
    background: #181b24 none repeat scroll 0 0;
    margin-top: 45px;
    padding: 21px 44px 18px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.slider-area .owl-item.active .banner-content p,
.slider-area .owl-item.active .banner-content h1,
.slider-area .owl-item.active .banner-btn .default-btn,
.slider-two-area .owl-item.active .banner-content p,
.slider-two-area .owl-item.active .banner-content h1,
.slider-two-area .owl-item.active .banner-btn .default-btn,
.slider-three-area .owl-item.active .banner-content p,
.slider-three-area .owl-item.active .banner-content h1,
.slider-three-area .owl-item.active .banner-content h5,
.slider-three-area .owl-item.active .banner-btn .default-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.single-slide {
    background-position: center top;
    background-size: cover;
}
.background-area {
    position: relative
}
.slider-area .owl-controls,
.slider-two-area .owl-controls,
.slider-three-area .owl-controls {
    bottom: 34%;
    height: 135px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    position: absolute;
    right: 60px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slider-area .owl-dot:first-child,
.slider-two-area .owl-dot:first-child,
.slider-three-area .owl-dot:first-child {
    margin-left: 0;
}
.slider-area .owl-dot,
.slider-two-area .owl-dot,
.slider-three-area .owl-dot {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-family: "oswaldmedium";
    font-size: 10px;
    height: 29px;
    line-height: 29px;
    margin: 0 7px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 29px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.slider-area .owl-dot.active {} .slider-three-area .text-content > h5 {
    color: #ffffff;
    font-family: "oswaldmedium";
    margin-bottom: 17px;
    text-transform: uppercase;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.slider-three-area .banner-content h1 {
    letter-spacing: 0;
    margin-bottom: 25px;
}
.slider-three-area .banner-content p {
    font-family: "Rubik", sans-serif;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
/*----------------------------------------*/
/*  Feature Products Area
/*----------------------------------------*/

.sc_featured_products_carousel .slick-slide {
    height: inherit;
}
.sc_featured_products_carousel .slick-slide img {
    width: 100%;
    border-radius: 3px;
}
.sc_featured_products_carousel .feature-product-area *,
.sc_featured_products_carousel .feature-product-two-area * {
    position: relative;
    z-index: 3;
}
.sc_featured_products_carousel .feature-product-area .feature-image,
.sc_featured_products_carousel .feature-product-two-area,
.sc_featured_products_carousel .feature-image {
    border-radius: 3px
}
.sc_featured_products_carousel .single-feature-item {
    position: relative;
    margin: 50px 0;
}
.sc_featured_products_carousel .feature-wrapper {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 55px 32px 31px;
    position: absolute;
    width: 100%;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.sc_featured_products_carousel .feature-text > h5 {
    color: #ffffff;
    font-family: "oswaldmedium";
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.sc_featured_products_carousel .feature-text > h5 a {
    color: #fff
}
.sc_featured_products_carousel .feature-text > h5 a:hover {
    color: #e51515
}
.sc_featured_products_carousel .rating i {
    color: #5a6069;
    font-size: 13px;
}
.sc_featured_products_carousel .rating i.yellow {
    color: #ffcc00;
}
.sc_featured_products_carousel .rating > span {
    color: #5a6069;
    display: inline-block;
    font-size: 13px;
    padding-left: 7px;
}
.sc_featured_products_carousel .single-feature-item:hover .feature-image {
    background: #000
}
.sc_featured_products_carousel .slick-current .feature-wrapper {
    bottom: 20px;
}
.sc_featured_products_carousel .slick-current .single-feature-item {
    -webkit-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
.sc_featured_products_carousel .feature-image > img {
    border-radius: 3px;
    width: 100%;
}
.sc_featured_products_carousel .slick-dots > li {
    display: none;
}
.sc_featured_products_carousel .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sc_featured_products_carousel .feature-info > span {
    color: #5a6069;
    display: block;
    font-size: 13px;
    line-height: 24px;
}
.sc_featured_products_carousel .feature-info > span span {
    color: #cacedb;
}
.sc_featured_products_carousel .feature-info {
    border-bottom: 1px solid #1a1e23;
    border-top: 1px solid #1a1e23;
    margin-bottom: 29px;
    margin-top: 14px;
    padding: 10px 0 11px;
}
.sc_featured_products_carousel .discount:after {
    background: #ffcf38 none repeat scroll 0 0;
    content: "";
    height: 6px;
    position: absolute;
    right: -3px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}
.sc_featured_products_carousel .discount {
    background: #ffcf38 none repeat scroll 0 0;
    border-radius: 3px;
    color: #30343c;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 35px;
    position: relative;
}
.sc_featured_products_carousel .current-price {
    color: #e51515;
    font-family: "oswaldmedium";
    font-weight: 400;
    font-size: 16px;
    margin-left: 23px;
    position: relative;
    text-transform: uppercase;
    top: 2px;
}
.sc_featured_products_carousel .pre-price {
    color: #5a6069;
    font-family: "oswaldextralight";
    margin-left: 15px;
    position: relative;
    text-decoration: line-through;
    top: 2px;
}
.sc_featured_products_carousel .single-feature-item:hover .feature-wrapper {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(#000000), color-stop(#000000), to(#000000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #000000, #000000, #000000) repeat scroll 0 0;
    padding: 98px 32px 29px;
}
.sc_featured_products_carousel .feature-price,
.sc_featured_products_carousel .feature-info {
    display: none;
}
.sc_featured_products_carousel .single-feature-item:hover .feature-price,
.sc_featured_products_carousel .single-feature-item:hover .feature-info {
    display: block;
}
.sc_featured_products_carousel .single-feature-item:hover .feature-price {
    margin-bottom: 10px;
}
.sc_featured_products_carousel .slick-prev,
.sc_featured_products_carousel .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 56px;
    line-height: 54px;
    margin-top: -28px;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 56px;
    z-index: 4;
}
.sc_featured_products_carousel .slick-prev {
    left: -72px;
    z-index: 5;
}
.sc_featured_products_carousel .slick-next {
    right: -72px;
    z-index: 3;
}
.sc_featured_products_carousel .slick-prev:before,
.sc_featured_products_carousel .slick-next:before {
    color: #fff;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 56px;
}
.sc_featured_products_carousel .slick-prev:hover,
.sc_featured_products_carousel .slick-next:hover {
    background: rgba(255, 255, 255, .2);
    border-color: #fff
}
.sc_featured_products_carousel .slick-next:before {
    content: "\f105";
    right: 0;
}
.sc_featured_products_carousel .single-feature-item .woocommerce-product-rating {
    padding-bottom: 0;
}

/*product category grid*/

.sc_product_category_grid .latest-item img {
    border-radius: 3px;
}
.sc_product_category_grid .latest-item {
    margin-bottom: 30px;
    position: relative;
}
.sc_product_category_grid .latest-p-title {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 110px 30px 16px;
    position: absolute;
    width: 100%;
}
.sc_product_category_grid .latest-p-title > .p-title-1 {
    color: #ffffff;
    display: block;
    font-family: "oswaldmedium";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sc_product_category_grid .latest-item:hover .p-title-1 {
    color: #e51515;
}
.sc_product_category_grid .latest-p-title > .p-number {
    display: block;
    font-size: 13px;
    color: #90939c;
    font-size: 13px;
    line-height: 13px;
}