﻿/**
1. CSS RESET 

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }
/*------------------------------------------------*/
/*--------------[General Style]------------------*/
/*------------------------------------------------*/
body {
    color: #919191;
    font-size: 14px;
	font-family:"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    letter-spacing:0.5px;
    margin: 0 auto;
    padding: 0 auto;
	background:#111;
}
img {
    vertical-align:middle;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a, a:active, a:link, img {
    outline: none;
}
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #919191;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #f00;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.video {
    display: block;
}
.audio {
    width: 100%;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
hr:last-child, .progress:last-child, .buttons p:last-child, .image-block-content:last-child {
    margin: 0;
}
b, strong {
    font-weight: 600;
}
p {
    line-height: 1.875em;
    margin: 0;
}
h1, h2, h3, h4{
    margin-bottom:20px;
}
h1 { font-size: 36px; letter-spacing: 1px;}
h2 { font-size: 24px; letter-spacing: 1px;}
h3 { font-size: 22px; letter-spacing: 1px;}
h4 { font-size: 18px; letter-spacing: 1px;}
h5 { font-size: 16px; letter-spacing: 1px;}
h6 { font-size: 14px; letter-spacing: 1px;}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
label {
    color: inherit;
    font-weight: 600;
}
.overflow-h {
    overflow: hidden;
}
ul.list-inline {
    margin-left: 0;
}
.home-main-contant-style{
    padding: 80px 0;
}
.home-main-contant-style2{
    padding-top: 80px;
}
.home-main-contant-style3{
    padding-bottom: 80px;
}
.main-contain{
    padding: 80px 0;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom:50px;
}
.mt30{
    margin-top: 30px;
}
.mr15{
    margin-right:15px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.plr20{
    padding:0 20px;
}
.bg-gray{
    background: #1d1d1d;
}
.bg-white{
    background: #fff;
}
.bg-black{
    background-color:#111;
}
.bg-theme {
    background-color:#f00;
}
.bordertop1{
    border-top:1px solid #ddd;
}
.main-theme-color1{
    background: #f00;  
}
.animated-img {
    margin-right: 30px;
}
.animated-title {
    font-size: 18px;
    font-weight: 700;
}
.full-image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 20px 0px;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
}

#nav.nav-transparent {
	background: rgba(0,0,0,0.8);
}


/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #fff;
        padding: 20px 5px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #f00;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #f00;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
		font-family: "iconfont" !important;
        content: "\e679";
        font-size: 6px;
        margin-left: 4px;
		margin-top:1px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color:rgba(250, 0, 0, 0.8);
        width:140px;
		text-align:center;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
	.dropdown li:hover{
		background-color:rgba(0, 0, 0, 0.3);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #f00;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #f00;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}
/*------------------------------------------------*/
/*--------------[PAGE HEADING BREADCRUMB]-----------*/
/*------------------------------------------------*/
.page-heading::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
    background: rgba(0, 0, 0, 0) url("../img/breadcrumb.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.page-heading .title {
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.page-heading .breadcrumb{
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
    color: #f00;
}
/*------------------------------------------------*/
/*-------------[Buttons Style]----------------*/
/*------------------------------------------------*/
.btn {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-custom {
    width: auto;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    border:0;
    border-radius: 5px;
}

.btn-custom:last-child {
    margin-right: 0;
}
.btn-custom {
    background-color: #f00 ;
}
.btn-custom.border-btn:hover {
    background-color: #f00 ;
}
.btn-custom.border-btn:hover {
    color: #fff;
    opacity: 1;
}
.btn-custom.border-btn {
    background-color: transparent;
    border: 1px solid #f00;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #f00 ;
}
.btn-custom.btn-large.border-btn.call-to-action-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-custom.border-btn:hover {
    opacity: 1;
    color: #fff;
}

.btn-custom.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
}

.btn-custom.btn-gray {
    background-color: #444;
}

.btn-custom.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
}

.cd-ext-large {
    border-radius: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.btn-large {
    font-size: 14px;
    padding: 20px 80px;
}

.btn-medium {
    font-size: 14px;
    padding: 15px 60px;
}

.btn-small {
    padding: 10px 40px;
}

.btn-mini {
    padding: 5px 20px;
}

.btn-large.border-btn {
    padding: 20px 80px;
}

.btn-medium.border-btn {
    padding: 15px 60px;
}

.btn-small.border-btn {
    padding: 10px 40px;
}

.btn-mini.border-btn {
    padding: 5px 20px;
}

.btn.btn-product {
    background: #f00 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

/*------------------------------------------------*/
/*-----------------[Title Style 2]---------------*/
/*------------------------------------------------*/
.dividerHeading,.widget_title
{
    text-align: center;
    position: relative;
}
.dividerHeading h4,
.widget_title h4
{
    font-size:18px;
    position:relative;
    line-height:0;
    border-bottom: 1px solid #f00 ;
}
.dividerHeading h4 span{
    background:white;
    position:relative;
    line-height: 7px;
    top: 4px;
    display: inline-block;

}
.dividerHeading h4 span:before,
.dividerHeading h4 span:after,
.widget_title h4 span:after,
.widget_title h4 span:before
{
    color:#f00 ;
    font-size:10px;
    content: "\f10c";
    font-family:fontawesome;
    display: inline-block;

}
.dividerHeading h4 span:before,
.widget_title h4 span:before
{
    margin-right:10px ;
}
.dividerHeading h4 span:after,
.widget_title h4 span:after
{
    margin-left:10px ;
}
.widget_title {
    position: relative;
}
.widget_title h4 {
    font-size: 14px;
}


/*------------------------------------------------*/
/*-----------------[Title Style 3]---------------*/
/*------------------------------------------------*/
.widget-title {
    height: 28px;
    margin-bottom: 30px;
    position: relative;
}
.widget-title h2 {
    background-color: #f00;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 29px;
    padding: 0 15px;
    position: relative;
}
.ta-border {
    background-color: #f00;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
/*------------------------------------------------*/
/*--------------[Title Style 4]-----------*/
/*------------------------------------------------*/
.cd-home-title::after {
    background-color: #f00;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
.cd-home-title {
    margin-bottom: 80px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.cd-home-title p {
    font-size: 16px;
}
.cd-home-title h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom:15px;
}
/*------------------------------------------------*/
/*--------------[Title Style 5]-----------*/
/*------------------------------------------------*/


.cd-ecomm-heading h3::before, .cd-ecomm-heading h3::after {
    width: 100%;
}
.h-style-5 h3::before, .h-style-5 h3::after {
    border-bottom-style: solid;
    border-top-style: solid;
    height: 6px;
    top: 15px;
}
.cd-ecomm-heading h3::before {
    right: 100%;
}
.cd-ecomm-heading h3::before, .cd-ecomm-heading h3::after {
    border-color: #bbb;
    border-width: 1px;
    content: " ";
    position: absolute;
    width: 50%;
}
.cd-ecomm-heading h3::after {
    left: 100%;
}
.cd-ecomm-heading h3 {
    display: inline-block;
    line-height: 34px;
    padding: 0 12px;
    position: relative;
    font-size: 24px;
}
.cd-ecomm-heading.h-style-5 > p {
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    width: 70%;
}
/*------------------------------------------------*/
/*--------------[ARROW STYLE]-----------*/
/*------------------------------------------------*/
.bg-block-style > a {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 30px 0;
    text-align: center;
}
.bg-block-style > a, .bg-block-style > a span i {
    transition: all 0.25s ease-in-out 0s;
}
.bg-block-style > a span {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: underline;
}
.bg-block-style > a:hover {
    background-color: #f00;
}
.bg-block-style > a:hover {
    text-decoration: none;
}
/*------------------------------------------------*/
/*--------------[PAGINATION STYLE]-----------*/
/*------------------------------------------------*/
.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
.pagination > li > a, .pagination > li > span{
    color: #919191;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #f00;
    border-color:#ddd;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    background-color: #f00;  
    color: #fff;

}
/*------------------------------------------------*/
/*--------------[Carousel HOME STYLE]-----------*/
/*------------------------------------------------*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.color-black{
    color: #687074;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-caption {
    right: 15%;
    left: 15%;
    text-shadow: none;
    padding: 0;
    bottom:60%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.carousel-caption > h2 {
    color: #fff;
    font-size:56px;
    font-weight: 100;
    position: relative;
    padding-bottom: 20px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background-color: #f00 ;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > img {
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: opacity 0.5s, margin-top 0.5s;
    transition: opacity 0.5s, margin-top 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > p {
    color: #fff;
    font-size: 24px;
    line-height: 3em;
    font-weight: 100;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header.transp + .carousel .carousel-caption {
    margin-bottom: -40px;
}
.header.transp.center-content + .carousel .carousel-caption {
    margin-bottom: -60px;
}
.carousel-inner .item.active .carousel-caption > h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > h2:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.carousel-inner .item.active .carousel-caption > p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > img {
    opacity: 1;
    margin-top: 0px;
}
.carousel-inner > .beactive {
    display: block;
}
.carousel-control {
    width: 80px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../img/banner/arrow-left.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 33px 60px;
    -webkit-transition: left 0.3s, right 0.3s;
    transition: left 0.3s, right 0.3s;
}
.carousel-control.left {
    left: -100px;
}
.carousel-control.right {
    background-image: url(../img/banner/arrow-right.png) !important;
    right: -100px;
}
.header.transp + .carousel .carousel-control {
    margin-top: -10px !important;
}
.header.transp.center-content + .carousel .carousel-control {
    margin-top: 22px !important;
}
.carousel {
    overflow: hidden;
}
.carousel:hover .carousel-control.left {
    left: 0;
}
.carousel:hover .carousel-control.right {
    right: 0;
}

#mega-slider .item::before {
    background: rgba(5, 5, 5, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 767px) {
   .carousel-caption{
       display:none;
    }
}
/*------------------------------------------------*/
/*--------------[BG-IMAGE]-----------*/
/*------------------------------------------------*/
.bg-image-block {
  width: 100%;
  height: auto;
  padding: 245px 0;
  position: relative;
  background: url(../img/banner/slide-2.png) repeat fixed;
  background-size: cover;
}

.bg-image-block:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}
.headline-center {
    position: relative;
    text-align: center;
}
.headline-center h1::after {
    background: #f00 none repeat scroll 0 0;
    bottom: -5px;
    content: " ";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: 1;
}
.headline-center.headline-light h1 {
    color: #ffffff;
}
.headline-center h1 {
    color: #555555;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.headline-center.headline-light p {
    color: #eeeeee;
}
.headline-center p {
    font-size: 14px;
}
.cd-btn.cd-btn-border.cd-btn-light {
    border-color: #ffffff;
    color: #ffffff;
}
.cd-btn.cd-btn-border {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #555555;
    padding: 5px 13px;
    transition: all 0.1s ease-in-out 0s;
}
.cd-btn.cd-btn-border.cd-btn-dark {
    border-color: #555555;
}
.cd-btn.cd-btn-border {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #555555;
    padding: 5px 13px;
    transition: all 0.1s ease-in-out 0s;
}
.cd-btn.cd-btn-border.cd-btn-light.cd-btn-border-hover:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #555555 !important;
}
.cd-btn.cd-btn-border.cd-btn-light:hover {
    border-color: #ffffff;
}



.parallax-all-block{
     box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
     position: relative;
}
.parallaxBg-img > img {
    vertical-align: middle;
    width: 100%;
}
.parallax-all-block-text{
    background-color: #fff;
    margin-top: 185px;
    padding: 30px;
}
.parallax-block-text-info{
    padding: 60px 30px;
}
.parallax-block-text-info > h1 span {
    font-size: 80px;
    font-weight: 300;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .parallax-all-block-text{
     margin-top: 0;
    }
}
/*------------------------------------------------*/
/*-------------[Home About Style]----------------*/
/*------------------------------------------------*/
.home-about-text1{
    padding: 60px 0;
}
.home-about-text1 .about-text {
    color: inherit;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.color-green {
    color: #f00;
}

/*------------------------------------------------*/
/*-------------[Service Box Style]----------------*/
/*------------------------------------------------*/
.service-item {
    position: relative;
}
service-item .icon {
    color: inherit;
}
.service-item .icon {
    position: absolute;
}
.service-item .icon i {
    font-size: 31px;
}
.service-item .service-desc {
    padding: 0 20px 0 65px;
}
.service-item .service-desc h5 {
    color: inherit;
    font-weight: 400;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .service-item{
        margin-bottom: 45px;
    }
}
/*------------------------------------------------*/
/*--------------[WHY CHOOSE US]-----------*/
/*------------------------------------------------*/
.headline-left .headline-brd::after {
    background: #f00  none repeat scroll 0 0;
    bottom: -5px;
    content: " ";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.headline-left .headline-brd {
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}
.lists-item li {
    margin-bottom: 10px;
}
.lists-item i {
    display: inline-block;
    font-size: 12px;
    margin-right:8px;
}


/*------------------------------------------------*/
/*--------------[ABOUT OUR COMPANY]-----------*/
/*------------------------------------------------*/
.no-padding {
    padding: 0;
}
.cv-padding {
    margin: 72px 0;
}
.image-block-content{
    padding: 0 50px;
    margin-bottom: 30px;
}
.image-block img {
    width: 100%;
}
.image-block-content .feature-icon{
    width: 60px;
    height: 60px;
    line-height: 2em;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.image-block-content .feature-content{
    padding-left: 85px;
    text-align: left;
}

.image-block-content .feature-content h3{
    margin-bottom: 0;
}

.image-block-content .feature-icon{
    background: #f00;
}

.feature-icon {
    font-size: 28px;
}
@media (max-width: 767px) {
    .image-block-content{
        padding: 0;
    }
}

.color-red {
    color: #f00;
}

/*------------------------------------------------*/
/*-------------[Counter]----------------*/
/*------------------------------------------------*/
.counter-block::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.counter-block {
    background: rgba(0, 0, 0, 0) url("../img/counter.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.counter-item > h4{
    color: #999;
    line-height:30px;
    padding-top: 10px;
}
.secondary-color{
    color: #999;
	font-size:18px;
}
/*------------------------------------------------*/
/*-------------[Pricing Table]----------------*/
/*------------------------------------------------*/
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.pricingTable .pricingTable-header{
    padding-bottom: 25px;
}
.pricingTable .active{
    background-color: #f00;
    color: #fff;
    position: relative;
}
.pricingTable .best{
    width: 80px;
    height: 80px;
    background: #f00;
    border-radius: 50%;
    padding: 25px 20px 20px;
    font-size: 13px ;
    text-transform: capitalize;
    position: absolute;
    right: -20px;
    top: 25px;
    z-index: 1;
}
.pricingTable .heading{
    background-color:#fff;
    border-bottom: 1px solid #d0d0d0;
    color: #393939;
    display: block;
    padding: 15px 10px;
}
.pricingTable .heading h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}
.pricingTable .price-value {
    color: #f00;
    margin: 10px auto 0;
    padding: 20px 10px 0;
    display: block;
    font-size: 25px;
}
.pricingTable .price-value span{
    font-size: 60px;
    font-weight: 100;
}
.pricingTable .active .price-value{
    color: #fff;
}
.pricingTable .subtitle{
    display: block;
    margin-top: 15px;
    font-size: 15px;
}
.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pricingContent ul li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    background-color: #fff;
}
.pricingContent ul li:nth-child(even) {
    background-color: #f7f7f7;
}
.pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}
.pricingTable .btn-block{
    background: #f00;
	background-image: linear-gradient(to right, #f00 0%, #b70000 100%);
    border:0px none;
    border-radius: 5px;
    color:#fff;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    text-transform: capitalize;
    position: relative;
    top:0;
    transition:all 0.5s ease 0s;
}
.pricingTable .btn-block:after{
    content: "\e679";
    font-family:"iconfont" !important;
    padding-left: 10px;
    font-size:10px;
}
.pricingTable .btn-block:hover{
    top: -5px;
}
.pricingTable .btn-block:hover:before{
    content: "";
    background:rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    height: 10px;
    position: absolute;
    top: 102%;
    left:5%;
    width: 90%;
}
@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px){
    .pricingTable{
        margin: 0 0 30px 0;
    }
    .pricingTable .best{
        right: -12px;
    }
}

/*------------------------------------------------*/
/*-------------[Tags]----------------*/
/*------------------------------------------------*/

.tags a {
    background: #f8f8f8;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 0 0 6px;
    font-size: 11px;
    color: #777777;
}

.tags a:hover,
.tags a:focus {
    background: #f00;
    color: #ffffff;
}

/*------------------------------------------------*/
/*-------------[Progress Bar]----------------*/
/*------------------------------------------------*/
.progressbar-title{
    font-size: 14px;
    color: #848484;
    text-transform: capitalize;
}
.progress{
    height: 5px;
    overflow: visible;
    background: #f0f0f0;
    margin-bottom: 30px;
}
.progress .progress-bar{
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-icon{
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -14px;
    right: 0;
    background: #fff;
    border-width: 3px;
    border-style: solid;
}
.progress-value{
    color: #848484;
    position: absolute;
    top: -35px;
    right: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}
@media (max-width: 767px) {
    .home-main-contant-style .progress{
        margin-bottom: 30px;
    }
}

/*------------------------------------------------*/
/*--------------[Accordion STYLE]-----------*/
/*------------------------------------------------*/
.cd-background{
    align-items: center;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: flex;
    height: 100vh;
    justify-content: center;  
}
.main-title{
    color: #fff;
    font-size: 4.236em;
    margin-bottom: 30px;
    margin-top: 10px;
}
.sub-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-transform: none;
}
/*------------------------------------------------*/
/*--------------[404 PAGE STYLE]-----------*/
/*------------------------------------------------*/
.error-template {text-align: center;}
.error-actions {margin-top:30px;}
.error-actions .btn { margin-right:10px; }

/*------------------------------------------------*/
/*--------------[CBP Portfolio]-----------*/
/*------------------------------------------------*/
.cbp-l-grid-projects-title, .cbp-l-grid-projects-desc {
    font-weight: 400;
    text-align: center;
}
.cbp-1-title-bg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 13px;
}
.cbp-l-grid-blog-title{
    margin-top: 0!important;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: #ffffff!important;
    color: inherit!important;
}
.main-contain.dip-style .cbp-mode-slider .cbp-wrapper{
    cursor: auto;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap{
    background-color: rgba(0, 0, 0, 0.9)!important;  
}

.standard-single-comments-list {
    margin-bottom: 70px;
}
.standard-comments-form div {
    margin-bottom: 30px;
}
.cbp-l-filters-list .cbp-filter-item{
      border-color: #f00!important;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active{
    background-color: #f00!important;
}
.team-block-style{
    background:#fff;
    padding: 15px;
    overflow: hidden;
}
/*------------------------------------------------*/
/*--------------[Accordion STYLE]-----------*/
/*------------------------------------------------*/
.panel-group{
    margin-bottom: 0;
}
.cd-accordion .panel:last-child {
    margin-bottom: 0;
}
.cd-accordion .panel{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    margin-bottom: 6px;
}
.cd-accordion .panel-heading{
    border-radius: 0px;
    background-color:#fff;
    padding:0;
}
.cd-accordion .panel-title a{
    display: block;
    color: #f00;
    font-size: 15px;
    padding:14px 28px;
    font-weight: bold;
    position: relative;
    border-top:3px solid #f00;
}
.cd-accordion .panel-title a.collapsed{
    border-top:0;
}
.cd-accordion .panel-title a:hover,
.cd-accordion .panel-title a:focus{
    text-decoration: none;
    outline: none;
}
.cd-accordion .panel-title a:before,
.cd-accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    color:#f00;
    position: absolute;
    top:20px;
    right:12px;
    font-size: 14px;
    line-height: 24px;
}
.cd-accordion .panel-title a.collapsed:before{
    content: "\f067";
}
.cd-accordion .panel-body{
    color: #8a8a8a;
    font-size: 14px;
    line-height: 25px;
    background:#fff;
    padding: 5px 27px 15px;
    border-top: 0px none;
}
.alert.alert-danger:last-child {
    margin: 0;
}

/*------------------------------------------------*/
/*--------------[TABLE STYLE]-----------*/
/*------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

.blog-img a img:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/*------------------------------------*\
	Contact
\*------------------------------------*/

.contact {
    margin: 15px 0px;
    text-align: center;
}

.contact i {
    font-size: 36px;
    color: #f00;
	display:block;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
}

.contact-form .input {
    margin-bottom: 20px;
}


.contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
    margin-left: 15px;
}


/*------------------------------------------------*/
/*--------------[FOOTER STYLE]-----------*/
/*------------------------------------------------*/

.footer {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 60px 0 0;
}

.footer .widget-title {
    border-color: #333333;
}

.footer .copyright {
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
    margin-top: 60px;
}
.footer * {
    color: inherit;
}
.footer a:hover,
.footer a:focus {
    text-decoration: none;
    color: #f00;
}

.footer .list-inline {
    margin-left: -15px;
}

.footer .list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

.footer .list-inline > li a {
    text-decoration: none;
}
/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #f00;
  	border-radius:3px;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}
#back-to-top:before {
	font-family: "iconfont" !important;
	content: "\e603";
	color:#fff
}
#back-to-top:hover {
    opacity: 0.8;
}