/*** 

====================================================================
    1. RESET-CSS
====================================================================

***/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

h1,
h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #000;
}

h1 {
    font-size: 60px;
    font-size: 5em;
    line-height: 75.008px;
    line-height: 75.008px;
    line-height: 75.008px;
    line-height: 75.008px;
    line-height: 4.688rem;
}

h2 {
    font-size: 40px;
    line-height: 72px;
    line-height: 72px;
    line-height: 72px;
    line-height: 72px;
    line-height: 4.5rem;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

.wt-h2 h2 {
    color: #fff;
}

body {
    background: #fff;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    overflow-x: hidden !important;
}

a {
    color: #636363;
    text-decoration: none;
}



ul,
ol {
    margin-bottom: 0;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    width: auto;
    max-width: 100%;
}

.wtc {
    color: #fff;
}

.wtc-bg {
    background-color: #fff !important;
}

.blc {
    color: #666666;
}

.blc-bg {
    background-color: #666666 !important;
}

.error,
.valid {
    color: #fff;
    padding-top: 10px;
}

#error-message,
#form-messages {
    overflow: hidden;
    display: block;
    width: 96%;
    margin: 20px auto 0 auto;
}

.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*** 

====================================================================
    2. Section title style
====================================================================

***/

section {
    padding-bottom: 90px;
}

.section-title-padding {
    padding-top: 90px;
}

.sec-title-container h2,
.subscribe-content-inner h2 {
    line-height: 40px;
	letter-spacing: 3px;
}
.by-sub-title{
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #e5001b;
}
#how-it-works {
    padding-bottom: 80px;
}

#karbar-service-section {
    padding-bottom: 50px;
}

.why-choose-us {
    padding-top: 120px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 2.5rem;
        margin-bottom: 15px;
    }
    section {
        padding-bottom: 60px;
    }
    .section-title-padding {
        padding-top: 60px;
    }
    #karbar-how-it-works-section {
        padding-bottom: 50px;
    }
    #karbar-service-section {
        padding-bottom: 30px;
    }
    .why-choose-us {
        padding-top: 90px;
    }
    #karbar-why-choose-section {
        padding-bottom: 50px;
    }
    #karbar-team-section {
        padding-bottom: 45px !important;
    }
    #testimonial-and-client .sec-padding {
        padding: 70px 0 0;
    }
    #karbar-price-section {
        padding-bottom: 45px;
    }
    #karbar-footer-section .bottom {
        padding: 60px 40px 20px;
    }
    #karbar-footer-section .subscribe-form {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    #karbar-why-choose-section {
        padding-bottom: 25px;
    }
}

.section-bg-gray {
    background: #F7F8FA;
}

.pb {
    padding-bottom: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*** 

====================================================================
    3. Main Header style
====================================================================

***/


/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:60px;
	padding: 0 30px;
	background: rgba(28, 35, 39, 0.4);
}
/*左侧logo*/
.header .left{
	width: 44%;
}
.header .left a img{

	margin-top:12px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 60px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #e5001b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 26px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: #e5001b;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:60px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #e5001b;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #e5001b;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding: 0;
	}
	.header .left{width: 87% !important;}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}




#work h2 {
    position: relative;
}

#work h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 200px;
    background: #ff3366;
    left: 41%;
    bottom: -24px;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-nav {
        width: 100% !important;
        text-align: center !important;
        margin-right: 0 !important;
    }
    .nav-mob {
    background: url(../images/nav_bg.png) no-repeat center rgba(0,0,0,.5) !important;
	background-size:cover ;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
        border-radius: 0px !important;
    }
    .navbar-toggle {
        padding: 9px 5px;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .navbar-nav li a {
        font-size: 13px;
    }
}


/*Nav-Menu CSS Ends*/


/*** 

====================================================================
    4. home slider style
====================================================================

***/

#slides {
    position: relative;
}

.slide {
    position: relative;
}

.overlay {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.siv-dark-style {
    background: -webkit-linear-gradient( rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.8)), url(../images/opaqueBG.png) 50% 0 repeat fixed;
    background: linear-gradient( rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.8)), url(../images/opaqueBG.png) 50% 0 repeat fixed;
}

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

#slides .slides-navigation {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 3;
    top: 48%;
    width: 100%;
}

#slides .slides-navigation a {
    position: absolute;
    display: block;
    color: #493c41;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-size: 2.65em;
    text-align: center;
}

#slides .slides-navigation a i {
    margin: 0;
    color: #fff;
}

#slides .slides-navigation a.prev {
    left: 0.75em;
}

#slides .slides-navigation a.next {
    right: 0.75em;
}

#slides .slides-navigation a:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

#slides .slides-pagination {
    display: none;
}

#slides .slide {
    position: relative;
}

.slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#slides .slide .slide-caption .container {
    text-align: center;
    border: 1px solid #FFF;
    padding: 0.5em;
    width: 800px;
}

#slides .slide .slide-caption .container .box {
    margin: 0 auto;
    border: 1px solid #FFF;
    width: 100%;
    padding: 3em;
	background: rgba(0,0,0,.5);
}

#slides .slide .slide-caption .container span {
    display: block;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e5001b;
    text-align: center;
    padding: 0 1em 0;

    border-top-width: 1px;
    border-style: solid none none;
}

#slides .slide .slide-caption .container h2 {
    color: #fff;
    line-height: 1.15em;
    text-transform: uppercase;
	font-size: 2.5em;
}

#slides .slide .slide-caption .container .box a{
	display: inline-block;
	background: #fff;
	padding: 2px 20px;
	border-radius: 3px;
	margin-top: 10px;
	transition: .5s;
}
#slides .slide .slide-caption .container .box a:hover{
	background: #e5001b;
	color: #fff;
	transform: translateY(-2px);
}

#slides .slide .slide-caption .container p {
    font-size: 1.15em;
    color: #fff;
    margin-top: 0;
    text-align: center;
}

#slides .slide .slide-caption .btn {
    border: none;
}

#slides .container-fluid {
    padding: 0;
}

#slides .container-fluid > div {
    padding: 0;
    width: 49%;
    min-height: 8.35em;
}

#slides .container-fluid > div.first {
    margin-right: 2%;
}

.styled {
    height: 100%;
    width: 100%;
    text-align: right;
    padding: 1.35em 1em 0.85em;
}

.styled div {
    display: inline-block;
    font-size: 1em;
    font-weight: 200;
    line-height: 1em;
    border: none;
    padding: 0.3em 1em 0 1em;
    height: 100%;
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.styled div span {
    display: block;
    font-size: 4.35em;
    margin: 0 auto;
    line-height: 0.85em;
    color: #FFF;
    text-align: center;
}


/* IE7 inline-block hack */

* + html .styled div {
    display: inline;
    zoom: 1;
}

.styled div:first-child {
    margin-left: 0;
    border: 0;
}

.styled div strong {
    display: block;
    font-size: 16px;
    padding: 0.45em 0.2em 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    letter-spacing: 5px;
}


/*Scorll arrow bottom animation*/

.holder {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 2.5em;
    height: 8em;
    z-index: 99;
    margin: 0 auto;
}

.moreArrow {
    display: block;
    font-size: 1em;
    color: #FFF;
    text-align: center;
    margin: 60px auto 0;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 29%;
    }
    15% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 50%;
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        top: 50%;
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 29%;
    }
    15% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 50%;
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        top: 50%;
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}


/*end scorll arrow bottom animation*/

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    #slides .slide .slide-caption .container {
        margin: 12% auto;
        text-align: center;
        border: 1px solid #FFF;
        padding: 0.5em;
        width: 600px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2em;
    }
    #slides .slide .slide-caption .container {
        text-align: center;
        border: 1px solid #FFF;
        padding: 0.5em;
        width: 400px;
        margin-top: 100px;
    }
    #slides .slide .slide-caption .container span {
        font-size: 0.7em;
    }
    #slides .slides-navigation {
        display: none;
    }
    #slides .holder {
        display: none;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 1.9em;
    }
    #slides .slide .slide-caption .container {
        text-align: center;
        border: 1px solid #FFF;
        padding: 0.5em;
        width: 300px;
    }
    #slides .slide .slide-caption .container span {
        font-size: 0.6em;
    }
    #slides .slide .slide-caption .container .box {
        padding: 1em;
    }
}


/*** 

====================================================================
    5. How it works style
====================================================================

***/

.slideTxtBox{ width:100%; text-align:left; box-shadow:0 2px 50px rgba(0,0,0,.1) }
.slideTxtBox .hd{ height:60px; line-height:20px; background:#f4f4f4; position:relative; width:100%;}
.slideTxtBox .hd ul{ float:left; height:60px; width:100%;  }
.slideTxtBox .hd ul li{ float:left; padding:0 10px; cursor:pointer; width:16.666666%;text-align:center;font-size:14px;height:60px;display:table;border-left:1px solid #fff;
border-right:1px solid #e5e5e5;transition:.5s;}
.slideTxtBox .hd ul li:nth-child(1){border-left:0px;}
.slideTxtBox .hd ul li:last-child{border-right:0px;}
.slideTxtBox .hd ul li a{height: 60px;vertical-align: middle;text-align: center;width: 100%;display: table-cell;}
.slideTxtBox .hd ul li.on{ height:60px;  background:#e5001b;}
.slideTxtBox .hd ul li.on a{color:#fff;}
.slideTxtBox .bd ul{ padding:0 1px;  zoom:1; background:#fff;transition:.5s }
.slideTxtBox .bd ul:hover{background:#e5001b;}
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }

.fuwu_box{background:#000;position:relative;height:380px;overflow:hidden;padding:0;}
.fuwu_box img{width:100%;position:absolute;top:0;left:0;opacity:.5;transition:.5s;}
.fuwu_box_next{position:absolute;width:100%;top:0;padding:15% 6%;text-align:center;}
.fuwu_box_next h2,.fuwu_box_next p{color:#fff;}
.fuwu_box_next h2{font-size:24px;font-weight:bold;}
.fuwu_box_next a{display:inline-block;background:#e5001b;padding:3px 25px;color:#fff;font-size:12px;border-radius:5px;}

.fuwu_box_anli{padding:5% 3%;}
.fuwu_box_anli h3{color:#e5001b;font-size:22px;font-weight:bold;}
.fuwu_box_anli_a{margin-top:10px;}
.fuwu_box_anli_a a{display:block;font-size:15px;padding:3px 0;transition:.3s}
.fuwu_box_anli_a a p{margin:0;line-height:1.8;}
.fuwu_box_anli_a a:hover{color:#fff !important;}
.fuwu_box_anli_a a span{float:right;font-size:14px;color:#888;}
.one_a{display:inline-block;padding:0 20px;font-size:12px;border:1px solid #e5001b;color:#e5001b;margin-top:20px;border-radius:3px;}
.slideTxtBox .bd ul:hover img{transform: scale(1.1);opacity:.8;}
.slideTxtBox .bd ul:hover .fuwu_box_anli h3{color:#fff;}
.slideTxtBox .bd ul:hover .fuwu_box_anli a{color:#efefef;}
.slideTxtBox .bd ul:hover .one_a{background:#2098F5;box-shadow:0 2px 5px rgba(0,0,0,.1)}

@media screen and (max-width: 992px){
	.slideTxtBox .hd ul li{width: 33.3333%;}
	.slideTxtBox .hd ul li{border-top:1px solid #fff;border-bottom:1px solid #e5e5e5;}
	.slideTxtBox .bd ul{display: none !important;}
	.slideTxtBox .hd{height: 124px;}
}
@media screen and (max-width: 768px){
	.slideTxtBox .hd ul li{width: 50%;}
	.slideTxtBox .hd{height: 186px;}
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.slideTxtBox .arrow .next{ background-position:0 -50px;  }
.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
		
		
.ksj_a_one a{
	width: 15% !important;
	padding: 6px 0;
	display: inline-block !important;
	border:1px solid #e5001b;
	color: #e5001b !important;
	background: rgba(0,0,0,0) !important;
	margin-top: 20px;
	border-radius: 3px;
	transition: .5s;
}
.ksj_a_one a:hover{
	background: #e5001b !important;
	color: #fff !important;
}

.service-left-side:hover,
.service-left-side.active {
    border: 1px solid #2098F5;
    outline-color: #2098F5;
    outline-style: double;
    outline-width: 1px;
    outline-offset: 7px;
    background: url(../images/ce4-11-hover.png) right center no-repeat;
}

.service-right-side:hover,
.service-right-side.active {
    border: 1px solid #2098F5;
    outline-color: #2098F5;
    outline-style: double;
    outline-width: 1px;
    outline-offset: 7px;
    background: url(../images/ce4-11-hover.png) right center no-repeat;
}

.service-left-side {
    display: table;
    position: relative;
    width: 92%;
    float: left;
    padding: 40px 140px 40px 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    outline-color: #ddd;
    outline-style: double;
    outline-width: 1px;
    outline-offset: 7px;
    background: url(../images/ce4-11.png) right center no-repeat;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.margin-bottom {
    margin-bottom: 0px;
}

.service-left-side:hover .circle,
.service-left-side.active .circle {
    color: #fff;
    background-color: #2098F5;
    border: 6px solid #2098F5;
}

.service-left-side .circle {
    position: absolute;
    width: 110px;
    height: 110px;
    float: left;
    z-index: 2;
    right: -50px;
    font-size: 18px;
    color: #101010;
    line-height: 97px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    border: 6px solid #f5f5f5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.text-box {
    width: 100%;
    float: left;
}

.service-left-side:hover .title,
.service-left-side.active .title {
    color: #2098F5;
}

.service-right-side:hover .title,
.service-right-side.active .title {
    color: #2098F5;
}

.title {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


/* right side */

.service-right-side {
    display: table;
    position: relative;
    width: 92%;
    float: right;
    padding: 40px 40px 40px 160px;
    background-color: #fff;
    border: 1px solid #ddd;
    outline-color: #ddd;
    outline-style: double;
    outline-width: 1px;
    outline-offset: 7px;
    background: url(../images/ce4-12.png) left center no-repeat;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 50px;
}


.service-right-side .circle {
    position: absolute;
    width: 110px;
    height: 110px;
    float: left;
    z-index: 2;
    left: -50px;
    font-size: 18px;
    color: #101010;
    line-height: 97px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    border: 6px solid #f5f5f5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.text-box {
    width: 100%;
    float: left;
	min-height: 200px;
}
.text-box h5{
	margin-bottom: 10px;
}
.text-box p{
	font-size: 12px;
	line-height: 1.6;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0;padding-bottom: 10px;
}
.service-right-side:hover {
    background: url(../images/ce4-12-hover.png) left center no-repeat;
}

.service-right-side:hover .circle {
    color: #fff;
    background-color: #2098F5;
    border: 6px solid #2098F5;
}

.circle i {
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 100px;
    color: #f5f5f5;
}

@media (max-width: 991px) {
    .service-left-side,
    .service-right-side {
        margin-bottom: 35px;
    }
}

@media (max-width: 479px) {
    .service-left-side .circle,
    .service-right-side .circle {
        position: relative;
        float: none;
        right: 0px;
        left: 0px;
        text-align: center;
        margin: 0 auto 15px auto;
    }
    .service-left-side,
    .service-right-side {
        background-image: none;
        padding: 15px;
        width: 96%;
        float: none;
        text-align: center;
        margin: 0 auto 35px auto;
    }
    .service-left-side.active,
    .service-left-side:hover,
    .service-right-side:hover {
        background-image: none;
    }
}


/* end services */


/*** 

====================================================================
    7. why choose us style
====================================================================

***/

#karbar-why-choose-section {}

#karbar-why-choose-section .title-line {
    margin: 0px auto 5px auto;
}

.section-bg-color {
    background:url(../images/slider/slide1.jpg) no-repeat fixed;
}

.section-light {
    background: -webkit-linear-gradient( rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0.9)), url(../images/wchoose-bg.jpg) 50% 0 no-repeat fixed;
    background: linear-gradient( rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0.9)), url(../images/wchoose-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.section-dark {
    background: -webkit-linear-gradient( rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url(../images/wchoose-bg.jpg) 50% 0 no-repeat fixed;
    background: linear-gradient( rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url(../images/wchoose-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.k-why-choose-us-main .k-why-choose-us {
    background-color: #eee;
    float: left;
    left: -30px;
    padding: 25px;
    position: relative;
    top: -30px;
    width: 100%;
    z-index: 2;
}

.k-why-choose-us-main .dark-why-choose-us {
    background-color: #333;
}

.margin-bottom {
    margin-bottom: 0px;
}

.k-why-choose-us-main .border-box {
    border: 1px solid #2098F5;
    outline-color: #2098F5;
    outline-style: double;
    outline-width: 1px;
    outline-offset: 7px;
    float: left;
    left: 18px;
    min-height: 500px;
    position: absolute;
    top: 4px;
    width: 94%;
    z-index: 1;
}

.padding-left-4 {
    padding-left: 40px;
}

.sec-title-container {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.sec-title-container {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.uppercase {
    text-transform: uppercase;
}

h5.less-mar-1 {
    margin-bottom: 3px;
}

.ce-sub-title {
    color: #443b97;
    margin-top: 18px;
}

.font-weight-4 {
    font-weight: 400;
}

.iconbox-smedium i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	background:  #e5001b;
    border: 1px solid #e5001b;
    outline: 1px solid #e5001b;
    outline-offset: 7px;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
}

.wc-dark-style i {
    background: #333;
    border: 1px solid #333;
    outline: 1px solid #333;
}

.why-choose-single {
    margin-bottom: 30px;
}

.iconbox-smedium i {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.why-choose-single:hover .iconbox-smedium i {
    color: #fff;
    background: #2098F5;
    border: 1px solid #2098F5;
    outline: 1px solid #2098F5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media screen and (max-width: 1024px) {
    .k-why-choose-us-main .border-box {
        min-height: 445px;
    }
}

@media screen and (max-width: 768px) {
    .k-why-choose-us-main .k-why-choose-us {
        left: 0;
    }
}

@media (max-width: 1023px) {
    .k-why-choose-us-main .border-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .k-why-choose-us-main .k-why-choose-us {
        background-color: none;
        float: none;
        left: 0px;
        padding: 0px;
        top: -30px;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
}


/* end why choose us */


/*** 

====================================================================
    8. team section style
====================================================================

***/

.awesome-team-members {
    width: 100%;
    min-height: 537px;
}

.awesome-team-members .item-holder {
    width: 100%;
    float: left;
    z-index: 2;
}

.padding {
    padding: 0;
    margin: 0;
}

.awesome-team-members .item-holder .text-box {
    width: 100%;
    float: left;
    padding: 30px 45px;
    min-height: 170px;
    background-color: #2098F5;
}

.awesome-team-members .item-holder .text-box.more-height {
    min-height: 170px;
}

.awesome-team-members .item-holder .text-box.white {
    background-color: #fff;
}

.awesome-team-members .text-sm {
    color: #fff;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.item-holder{
	overflow:hidden;
	transition:.5s;
}
.item-holder img{
	transition:.5s;
}
.item-holder:hover{
	transform:translateY(-5px);
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.item-holder:hover img{
	transform: scale(1.1);
}
.awesome-team-members .btn-circle {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 46px;
    line-height: 44px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 46px;
}

.awesome-team-members .btn-circle.primary {
    border: 1px solid #2098F5;
    color: #2098F5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .awesome-team-members .item-holder {
        margin-bottom: 15px;
    }
    #karbar-team-section {
        padding-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .awesome-team-members .padding {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .awesome-team-members .item-holder {
        margin-bottom: 0px;
    }
    .awesome-team-members .item-holder {
        margin-bottom: 0px;
    }
}


/* end team section */


/*** 

====================================================================
    9. client testimonial style
====================================================================

***/

#testimonial-and-client {}

.tc-light-style {
    background: -webkit-linear-gradient( rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0.9)), url(../images/tes-bg.jpg) 50% 0 no-repeat fixed;
    background: linear-gradient( rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0.9)), url(../images/tes-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.tc-dark-style {
    background: -webkit-linear-gradient( rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url(../images/tes-bg.jpg) 50% 0 no-repeat fixed;
    background: linear-gradient( rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url(../images/tes-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.section-dark {
    background-color: #101010;
}

.sec-title-container {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.sec-title-container {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    text-align: center;
}

.title-line.white {
    background-color: #fff;
}

.title-line {
    width: 50px;
    height: 2px;
    margin: 0px auto 10px auto;
    background-color: #101010;
}

h4.less-mar-1 {
    margin-bottom: 3px;
}

.font-weight-7 {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.testimonial-single {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.t-dark-style {
    border: 1px solid #333;
}

.testimonial-single .inner-box {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.t-dark-style .inner-box {
    background-color: #333;
    color: #fff;
}


/* cut */

.imgbox-tiny.left {
    float: left;
    margin: 0px 20px 0px 0px;
}

.imgbox-tiny.round {
    border-radius: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.imgbox-tiny {
    width: 70px;
    height: 70px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.text-box-right {
    display: block;
    padding: 0px 0px 0px 91px;
    margin: 0px;
    text-align: left;
}
.text-box-right h4{
	color: #000;
	font-weight: bold;
}
.text-box-right p{
	font-size: 13px;
}

h6.less-mar-1 {
    margin-bottom: 3px;
}

.padding-top-1 {
    padding-top: 10px;
}
.font-weight-5{
	margin-bottom: 15px;
	font-weight: bold;
	
}
.text-white {
    color: #fff;
	
}

.text-gyellow {
    color: #2098F5;
}

@media screen and (max-width: 768px){
	
}

.testimonial-single:hover,
.testimonial-single.active {
    border: 1px solid #2098F5;
}

.testimonial-single:hover .inner-box,
.testimonial-single.active .inner-box {
    color: #fff;
    background-color: #2098F5;
}

.sec-padding {
    padding: 100px 0 0;
}

.sponsors .clients-list {
    padding-left: 0px;
    overflow: hidden;
}

.sponsors .clients-list.hover-6 li {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.sponsors .clients-list.grid-cols-6 li {
    width: 16.66%;
}

.sponsors .clients-list li {
    position: relative;
    width: 20%;
    float: left;
    padding: 25px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sponsors .clients-list.hover-6 li:hover {
    background-color: #fff;
}

.sponsors-dark-style .clients-list.hover-6 li:hover {
    background-color: #333;
}

.sponsors .clients-list li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #e9e9e9;
}

.sponsors-dark-style .clients-list li:before {
    border-left: 1px solid #333;
}

.sponsors .clients-list li:before,
.sponsors .clients-list li:after {
    content: "";
    position: absolute;
}

.sponsors .clients-list li:after {
    width: 100%;
    height: 0;
    left: 0;
    top: auto;
    bottom: -1px;
    border-bottom: 1px solid #e9e9e9;
}

.sponsors-dark-style .clients-list li:after {
    border-bottom: 1px solid #333;
}

.sponsors .clients-list li:before,
.sponsors .clients-list li:after {
    content: "";
    position: absolute;
}

.sponsors .clients-list li a img {
    width: 100%;
}

.sponsors .clients-list li a,
.sponsors .clients-list li img {
    display: block;
    margin: 0 auto;
    width: 75%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-single {
        margin-bottom: 15px;
    }
    .sec-padding {
        padding: 85px 0 0;
    }
}

@media (max-width: 767px) {
    .testimonial-single {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .sponsors .clients-list.grid-cols-6 li {
        width: 45.66%;
    }
    .sponsors .clients-list {
        margin-left: 15px;
    }
}


/* end client testimonial */


/*** 

====================================================================
    10. price table style
====================================================================

***/

.pricing-table .item {
    padding: 20px 0 40px;
    border: 1px solid #F1F1F1;
    text-align: center;
}

.pricing-table .item h3 {
    margin-top: 0;
    padding: 12px 10px 10px;
    font-weight: bold;
    background: #f1f1f1;
    text-transform: uppercase;
    color: #636363;
    font-size: 20px;
}

.pricing-table .item p.price {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid #e3e3e3;
    color: #2098F5;
}

.pricing-table .item p.price span {
    font-size: 25px;
    font-weight: normal;
}

.pricing-table .item p.price small {
    font-size: 22px;
    font-weight: normal;
}

.pricing-table .item ul {
    list-style: none;
    padding: 30px 0;
}

.pricing-table .item a{
	display: block;
}

.pricing-table .item ul li {
    line-height: 30px;
    font-size: 15px;
	text-align: left;
	padding: 0 10px;
}
.pricing-table .item ul li a{
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.pricing-table .item ul li a span{
	float: right;
	font-size: 14px;
}

.pricing-table .item ul li i {
    margin-right: 5px;
    font-weight: bold;
    color: #2098F5;
}

.pricing-table .item .btn-theme {
    padding: 10px 30px;
    border: 1px solid #c8c8c8;
}

.pricing-table .item .btn-theme.active {
    background-color: #2098F5;
    color: #fff;
}

.pricing-table .item .btn-theme.active:hover {
    background-color: transparent;
    color: #636363;
}

.pricing-table .item span.hot {
    position: relative;
    left: 6px;
    font-size: 13px;
    color: #2098F5;
    text-decoration: underline;
}

.pricing-table .item .btn-theme.active {
    background-color: #2098F5;
    color: #fff;
}

.pricing-table .item .btn-theme {
    padding: 10px 30px;
    border: 1px solid #c8c8c8;
}

.btn-theme {
    color: #6b6b6b;
    background-color: transparent;
    border-width: 2px;
    border-color: #a5a5a5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-table .item .btn-theme.active:hover {
    background-color: transparent;
    color: #636363;
}

.btn-theme:hover {
    color: #ffffff;
    background-color: #2098F5;
}

@media (max-width: 767px) {
    .pricing-table .item {
        margin-bottom: 15px;
    }
}


/* end price */


/*** 

====================================================================
    11. map and contact style
====================================================================

***/

#gmap {
    width: 100%;
    height: 300px;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    margin-top: -220px;
    padding: 30px 15px 10px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    border: 1px solid #c4c4c4;
    border-bottom: 0;
}

.contact-form .textarea-message textarea,
.contact-form .input-text input,
.contact-form .input-email input,
.contact-form .input-phone input {
    margin-bottom: 8px;
    border: 2px solid #bdbdbd;
    background: #373737;
    color: #fff;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #727272;
    background-color: #fff;
    height: 45px;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form .textarea-message textarea {
    min-width: 100%;
    max-width: 100%;
    height: 100px;
    max-height: 100px;
    margin-bottom: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #2098F5;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.submit-btn {
    background: #fff;
    border: 1px solid #616161;
    border-radius: 0;
    color: #464646;
}

.submit-btn:hover {
    background: #2098F5;
    color: #fff;
}

.contact-info {
    background: #525252;
}

.contact-info ul {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    background: #2098F5;
    color: #fff;
    border: 1px solid #6f6f6f;
    border-top: 0;
}

.contact-info ul li:first-child {
    border-left: none;
}

.contact-info ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 30px 10px;
    color: #c7c7c7;
    border-left: 1px solid #5c5c5c;
    background-color: #414141;
}

.contact-info ul li i {
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    color: #2098F5;
    border: 1px solid #2098F5;
}

@media (max-width: 767px) {
    .submit-btn {
        margin-top: 5px;
    }
    #error-message,
    #form-messages {
        margin: 10px auto 0 auto;
    }
}


/* end contact */


/*** 

====================================================================
    12. Footer style
====================================================================

***/

#karbar-footer-section {
    padding-bottom: 0px;
    background: #525252;
}


/*subscribe*/

.subscribe-content-inner {
    color: #fff;
    margin-bottom: 30px;
}

.subscribe-content-inner h2 {
    color: #fff;
	text-transform: uppercase;
}

.subscribe-form {
    margin-bottom: 60px;
}

.subscribe-form-inner .form-inline {
    margin-top: 10px;
}

.section-subscribe-st-25 .form-group {
    position: relative;
}

.section-subscribe-st-25 .form-control {
    width: 570px !important;
    color: #e3e3e3;
    padding: 0 140px 0 20px;
    font-family: 'lora';
    background-color: transparent;
    border-color: #fff;
    border-radius: 10px;
}

.subscribe-form-inner .form-control {
    width: 400px;
    height: 50px;
    margin-right: 6px;
    border-radius: 5px 0 0 5px;
}

.section-subscribe-st-25 .btn {
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    line-height: 50px;
    border-radius: 10px;
    background-color: #fff;
    color: #ff395f;
}

.btn-24 {
    background-color: #2098F5;
    color: #fff;
    line-height: 50px;
    padding: 0 40px;
    font-size: 13px;
    height: 50px;
    margin-left: -12px;
}

.btn-24:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #fff;
}

#contact_results {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .subscribe-form-inner .form-control {
        max-width: 400px;
        width: 100%;
        border-radius: 5px;
        margin: 0 auto 15px auto;
    }
    .btn-24 {
        max-width: 400px;
        margin-left: 0px;
        width: 100%;
    }
    .error,
    .valid {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .dv-form br {
        display: none;
    }
}


/*end subscribe*/

.bottom {
    background: #525252;
    padding: 80px 40px 20px;
    text-align: center;
}

.bottom .socials {
    margin-bottom: 30px;
}

.bottom .socials p {

    font-size: 20px;
    text-align: center;
    line-height: 60px;
    color: #fff;

}

.bottom .socials a:hover {
    background: #2098F5;
    outline-color: #2098F5;
    border-color: #2098F5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bottom .copyright {
    color: #ccc;
}
.bottom .copyright a{color:#ccc;}


/* Preloder
---------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3000;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* ====================内页======================================= */

.aui_outer {
	text-align:left;
}
table.aui_border, table.aui_dialog {
	border:0;
	margin:0;
	border-collapse:collapse;
	width:auto;
}
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer {
	padding:0;
}
.aui_header, .aui_buttons button {
	font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
	-o-font-family: Tahoma, Arial;
}
.aui_title {
	overflow:hidden;
	text-overflow: ellipsis;
}
.aui_state_noTitle .aui_title {
	display:none;
}
.aui_close {
	display:block;
	position:absolute;
	text-decoration:none;
	outline:none;
	_cursor:pointer;
}
.aui_close:hover {
	text-decoration:none;
}
.aui_main {
	text-align:center;
	min-width:9em;
	min-width:0\9
	/*IE8 BUG*/
	;
}
.aui_content {
	display:inline-block;
	*zoom:1;
	*display:inline;
	text-align:left;
	border:none 0;
}
.aui_content.aui_state_full {
	display:block;
	width:100%;
	margin:0;
	padding:0!important;
	height:100%;
}
.aui_loading {
	width:96px;
	height:32px;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
	background:url("../images/loading.gif") no-repeat center center;
}
.aui_icon {
	vertical-align: middle;
}
.aui_icon div {
	width:36px;
	height:36px;
	margin:10px 0 10px 20px;
	background-position: center center;
	background-repeat:no-repeat;
}
.aui_buttons {
	padding:9px;
	text-align:right;
	white-space:nowrap;
}
.aui_buttons button {
	margin-left:10px;
	padding: 8px 12px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width:auto;
	overflow:visible;
	color: #444;
	border: solid 1px #D8DADA;
	border-radius: 4px;
	background: #f5f5f5;
}
.aui_buttons button::-moz-focus-inner {
	border:0;
	padding:0;
	margin:0;
}

.aui_buttons button:hover {
	border-color:#D7D9DB;
	background:#E6E6E6;
}

.aui_buttons button[disabled] {
	cursor:default;
	color:#666;
	background:#DDD;
	border: solid 1px #999;
	filter:alpha(opacity=50);
	opacity:.5;
	box-shadow:none;
}
button.aui_state_highlight {
	color: #FFF;
	border: solid 1px #3887ED;
	background: #458FEE;
}
button.aui_state_highlight:hover {
	color:#FFF;
	border: solid 1px #2C6DC3;
	background: #3A77C7;
}

/* common end */
 .aui_inner {
	background:#FFF;
	border-radius:5px;
}
.aui_nw, .aui_ne, .aui_sw, .aui_se {
	width:8px;
	height:8px;
}

.aui_state_focus .aui_dialog {
	box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
}

.aui_state_drag .aui_outer, .aui_outer:active {
	box-shadow:none;
}
.aui_titleBar {
	position:relative;
	height:100%;
}
.aui_title {
	padding:0 28px 0 20px;
	color:#222;
	font-size:16px;
	line-height:44px;
	height:44px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	border-radius:5px 5px 0 0;
	font-weight:bold;
}

.aui_state_drag .aui_title {
	box-shadow:none;
}
.aui_state_drag .aui_titleBar {
	box-shadow:none;
}
.aui_close {
	padding:0;
	top:10px;
	right:14px;
	width:24px;
	height:24px;
	line-height:20px;
	font-size:28px;
	color:#68767b;
	text-align:center;
}
.aui_close:hover {
	background:#C72015;
	color:#FFF;
}
.aui_close:active {
	box-shadow: none;
}
.aui_content {
	color:#666;
}
.aui_state_focus .aui_content {
	color:#000;
}
.aui_buttons {
	background-color:#f5f5f5;
	border-top:solid 1px #ededed;
	border-radius:0 0 5px 5px;
}
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se {
	width:3px;
	height:3px;
}
.aui_state_noTitle .aui_outer {
	border:none 0;
	box-shadow:none;
}
.aui_state_noTitle .aui_titleBar {
	bottom:0;
}
.aui_state_noTitle .aui_close {
	top:4px;
	right:4px;
}




 

