/* Base CSS */
html, body {
    height: 100%;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

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

a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }

h1, 
h2 {
    margin: 0 0 15px;
    font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

 
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}



p{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	
}

button{
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}



body {
	background:transparent;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	
}
a{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
	
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



.text-center{
	
	text-align:center;
}

.float-right{
	float:right;
}

.form-inline{
    display: none;
}

/*
============================================================================
			Window Preloader Area Starts
============================================================================
*/
.js div#preloader {
	position: fixed;
	left: 0;
	top: 0; 
	z-index: 999;
	width: 100%; 
	height: 100%; 
	overflow: visible;
	background: #fff url('img/loading.gif') no-repeat center center;
	z-index:9999999999999;
}










/*
============================================================================
			Window Preloader Area Ends
============================================================================
*/










/* ===============================================================
					1.0	HEADER-AREA START
================================================================== */
 
.header-area {
	background: transparent none repeat scroll 0 0;
	left: 0;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 99999;
}
.main-menu {
    float: right;
}
.navbar-header {
    float: left;
}
.main-menu .nav.navbar-nav a {
	color: #404040;
	font-size: 16px;
	font-weight: 700;
	padding: 52px 0 52px 30px;
	text-transform: uppercase;
}
.navbar-header {
}
.header-area a.navbar-brand {
    padding: 50px 0 0;
}
.main-menu .nav.navbar-nav a:hover {
    background: transparent none repeat scroll 0 0;
}
.main-menu .nav.navbar-nav a:focus {
    background: transparent none repeat scroll 0 0;
}
.navbar-brand > img {
	float: left;
	transition:.4s;
}
.logo-hidden {
	float: left;
	opacity: 0;
	position: absolute;
	transition: all 0.6s ease 0s;
	visibility: hidden;
}
.navbar-header button {
    z-index: 9;
}


/* Heder Area Sticky style start */

.is-sticky .header-area {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	transition: all 0.6s ease 0s;
}
.is-sticky .header-area a.navbar-brand {
	padding: 10px 0 0;
}
.is-sticky .main-menu .nav.navbar-nav a {
	color: #fff;
	padding: 15px;
}

.is-sticky .header-area img.logo-block {
    opacity: 0;
    transition: all 0.6s ease 0s;
    visibility: hidden;
}
.is-sticky .header-area img.logo-hidden {
    opacity: 1;
    top: 10px;
    transition: all 0.6s ease 0s;
    visibility: visible;
}
.sticky-wrapper.is-sticky {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Heder Area Sticky style End */




/* ===============================================================
					1.0	HERO-AREA START
================================================================== */
 

.hero-area {
    height: 100%;
    position: relative;
	overflow:hidden;
}
.hero-area-bg {
	background: rgba(0, 0, 0, 0) url("images/hero-bg.jpg") repeat scroll center center / cover ;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.hero-area-bg::after {
    background: none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.86;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero-area-content {
    height: 100%;
}
.hero-area-table {
    display: table;
    height: 100%;
    width: 100%;
}
.hero-area-tablecell {
	color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.hero-area a {
	color: #fff;
}
.hero-area a.hover {
	color: #fff;
}
.hero-area {
    height: 100%;
    position: relative;
}
.hero-area-content {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
/* .hero-area-table {
    display: table;
    height: 100%;
    width: 100%;
} */
.hero-area-table {
	display: table;
	height: 100%;
	position: relative;
	top: -100px;
	width: 100%;
	/* z-index:-1; */
}

.hero-area-content.home-page .hero-area-table {
    top: -23px;
}

.hero-area-tablecell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.hero-area h2 {
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
}
.hero-area p {
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 50px;
    text-transform: uppercase;
}

.hero-area h1 {
	color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
}
.hero-area-tablecell h1 span {
    color: #e74c3c;
}
.bounce-button {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("images/down.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: 35px;
	display: inline-block;
	height: 55px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	text-align: center;
	text-indent: 1e+8px;
	z-index: 2;
}











/* ================================================================
					ABOUT-AREA START
===================================================================*/
/* about-area Start */


.about-area {
    padding: 100px 0;
}
.area-heading {
    padding-bottom: 65px;
    text-align: center;
}
.about-area-heading h2 {
	color: #404040;
	font-size: 24px;
	margin: 0;
	padding-bottom: 50px;
	text-transform: uppercase;
}
.about-area-heading > p {
    color: #919191;
    font-size: 16px;
    line-height: 25px;
}
.about-progress-single-content > h4 {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}





/* ================================================================
					SERVICES-AREASTART
===================================================================*/
/* services-area Starts */


.services-area {
    padding: 100px 0;
}
.service-area-single-content {
	border: 1px solid transparent;
    padding: 20px 50px 0;
    text-align: center;
    transition: all .4s ease 0s;
	padding-bottom: 30px;
}
.single-services-text-top {
    position: relative;
    top: 35px;
    transition: all 0.6s ease 0s;
}
.service-area-single-content:hover .single-services-text-top {
    top: 0;
}

.service-area-single-content p {
    opacity: 1;
    visibility: hidden;
	transition: all .4s ease 0s;
	transform: scale(0);
}
.service-area-single-content span {
    display: inline-block;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 40px;
    width: 40px;
}

.service-area-single-content span i {
    transition: all 0.4s ease 0s;
}

.service-area-single-content:hover p {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.service-area-single-content:hover {
	border: 1px solid #efefef;
	/* padding-bottom: 30px; */
	/* padding-top: 20; */
}
/* .service-area-single-content:hover span {
	margin-top: 30px;
}
.service-area-single-content:hover {
	border: 1px solid #efefef;
	padding-top: 0;
	padding-bottom: 30px;
} */
.service-area-single-content:hover span i {
    color: #EF4836;
}
.service-area-single-content > h4 {
    transition: all 0.4s ease 0s;
}
.services-area .col-md-4 {
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    padding-bottom: 15px;
    padding-top: 15px;
}
.services-area .container {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
}


/* ================================================================
					PORTFOLIO-AREA START
===================================================================*/
/* portfolio-area Start */

.portfolio-area {
    padding: 100px 0;
}
/* Massonary Use for Isotope */

* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }


/* ---- grid ---- */

.grid {
	background: transparent;;
}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
	width: 25%;
}

.grid-item {
	float: left;
	margin-bottom: 30px
}

.single-portfolio-item > img {
    border-bottom: 1px solid #fff;
}
.grid-item img {
	display: block;
	max-width: 100%;
}
.list-inline > li {
	cursor: pointer;
}
.portfolio-filters {
    color: #919191;
    padding-bottom: 50px;
    text-align: center;
}
.portfolio-filters ul.list-inline li {
    color: #919191;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio-filters ul.list-inline li.active {
    color: #e74c3c;
}
.image-overlay .swipebox {
	background-image: url("images/team-area-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 38px;
	left: 46%;
	opacity: 0;
	position: absolute;
	top: 45%;
	visibility: visible;
	width: 38px;
	z-index: 9;
}
.image-overlay::after {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 5%;
	opacity: 1;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: all 0.4s ease 0s;
	width: 90%;
	z-index: 1;
}
.grid-item.col-md-3:hover .image-overlay:after {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.grid-item.col-md-3:hover .image-overlay .swipebox {
    opacity: 1;
    transform: rotate(360deg);
    visibility: visible;
}





/* ================================================================
					TEAM-AREA START
===================================================================*/
/* team-area Start */


.team-area {
	background: #fafafa none repeat scroll 0 0;
	padding: 100px 0;
}
.team-area-single-content {
    height: 100%;
    position: relative;
    width: 100%;
}
.team-area-single-content-hover {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.6s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.hover-text-area {
    background: #ef4836 none repeat scroll 0 0;
    margin-top: 66%;
    padding: 10px 0;
    transition: all 0.6s ease 0s;
}
.hover-text-area > h4 {
    margin: 0;
}
.hover-text-area > h4 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.hover-text-area > p {
    color: #fff;
    margin: 0;
}
.hover-icon {
    left: 45%;
    position: absolute;
    top: 45%;
}
.team-area-single-content-hover::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.80;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.team-area-single-content:hover .team-area-single-content-hover {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.team-area-single-content:hover .hover-text-area {
    margin-top: 0;
}

.team-area-single-content:hover::after {
	opacity:0;
	visibility:hidden;
}
.team-area-single-content::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
}


/* ================================================================
					COUNTER-PROCESS-AREA START
===================================================================*/
/* counter-process-area  Starts */

.counter-process-area {
	background: rgba(0, 0, 0, 0) url("images/counter-area-bg.jpg") repeat scroll 0 0;
	padding: 70px 0;
}
.counter-process-area::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.90;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.counter-process-area {
  background: rgba(0, 0, 0, 0) url("images/counter-area-bg.jpg") repeat scroll 0 0;
  padding: 70px 0 50px;
  position: relative;
  z-index: 4;
}
.counter-process-area-single-content {
    display: inline-flex;
    width: 100%;
}
.single-icon i {
    color: #404040;
    display: inline-block;
    font-size: 30px;
    height: auto;
    text-align: center;
    width: 40px;
}
.single-text {
    padding-left: 15px;
    width: 100%;
}
.single-icon {
    line-height: 85px;
}
.single-text span.counter {
    color: #404040;
    font-size: 25px;
    font-weight: 700;
}
.single-text > h4 {
    color: #404040;
    margin: 0;
}


/* ================================================================
					CUSTOMER-AREA START
===================================================================*/
/* customer-area Starts */


.customer-area {
    padding: 100px 0;
}
.customer-area-text-box {
    border: 1px solid #efefef;
    padding: 25px 45px 25px 65px;
    position: relative;
    width: 100%;
}

.customer-area-single-content::before {
    background: rgba(0, 0, 0, 0) url("images/customer-area-icon.png") no-repeat scroll 0 0 / cover ;
    content: "";
    display: inline-block;
    height: 30px;
    left: 11%;
    position: absolute;
    top: 7%;
    width: 40px;
}

.customer-area-text-box > p {
    color: #919191;
    font-size: 16px;
}
.customer-details > p span {
    color: #404040;
    font-weight: 700;
    margin-left: 50px;
}
.customer-details > p {
    color: #909090;
    font-size: 16px;
	padding-left: 60px;
    position: relative;
    top: -50px;
}
.customer-details img {
  transform: rotate(-45deg) scale(1.4);
  width: 60px;
}
.customer-details {
    position: relative;
}
.image-style {
    height: 60px;
    left: 14px;
    overflow: hidden;
    position: relative;
    top: -31px;
    transform: rotate(45deg);
    width: 60px;
}

/* ================================================================
					PRICE-AREA START
===================================================================*/
/* price-area Starts */

.price-area {
    padding: 80px 0;
    text-align: center;
}
.price-area-single-content {
    border: 1px solid #efefef;
}
.price-area-single-content h3 {
    color: #404040;
    font-weight: 700;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
	font-size:18px;
}
.price-area-single-content h2 {
    background: #404040 none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 25px;
	transition: all 0.6s ease 0s;
}
.price-area-single-content-bottom {
    padding: 10px 10px;
    text-align: left;
}
.price-area-single-content-bottom p {
    color: #919191;
    font-size: 16px;
}
.price-area-single-content-bottom p i {
    display: inline-block;
    margin-right: 10px;
}
.price-area-single-content-bottom a {
    color: #919191;
    display: inline-block;
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

/* Hover Effect Start */

.price-area-single-content:hover h2 {
    background: #e74c3c none repeat scroll 0 0;
    transition: all 0.6s ease 0s;
}
.price-area-single-content:hover a {
    color: #e74c3c;
}

/* Hover Effect End */

/* price-area-single-content  fixed-content style Start */


.price-area-single-content.fixed-content h2 {
    background: #e74c3c none repeat scroll 0 0;
}
.price-area-single-content.fixed-content a {
    color: #e74c3c;
}
/* price-area-single-content  fixed-content style End */



/* ================================================================
					POST-AREA START
===================================================================*/
/* post-area Starts */

.post-area {
	padding: 80px 0;
	text-align: center;
}
.post-area-single-content {
	padding-bottom: 70px;
	text-align: left;
}
.post-area-single-content > h4 {
    color: #404040;
    font-weight: 700;
    padding-top: 30px;
    text-transform: uppercase;
}
.post-area-single-content > p {
    color: #919191;
    font-size: 18px;
    padding-right: 30px;
}
.post-area a {
	color: #919191;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}


.post-area a:hover {
    color: #e74c3c;
}

.google-map-area {
    position: relative;
    width: 100%;
}

.submit-button {
	background: #333333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	margin-top: 15px;
	transition: all 0.4s ease 0s;
	width: 120px;
}
.submit-button:hover {
    background: #e74c3c none repeat scroll 0 0;
}

/* contact-area Start */

/* area-heading style for all section Start */
.area-heading.contact-area-heading {
    padding-bottom: 0;
    padding-top: 10px;
}
.area-heading h3 {
    color: #404040;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
}
.area-heading > p {
    color: #919191;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}
.area-heading h3::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 41%;
    position: absolute;
    width: 30px;
}
/* area-heading style for all section End */

.contact-form {
	padding: 15px 30px 42px;
}
.contact-form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #efefef;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 100%;
}
.contact-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #efefef;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
	text-transform: uppercase;
	width: 100%;
}

.contact-area-main-content {
	background: #fff none repeat scroll 0 0;
}
.contact-area-bottom {
	left: 0;
	top: 0;
}
.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
}


/* contact-area End */

.contact-area-main-content {
    height: 100%;
    left: calc(50% + 185px);
    position: absolute;
    top: 0;
    width: 400px;
}







/* ================================================================
					CONTACT-AREA START
===================================================================*/



/* ================================================================
					COMPANY-NAME-AREA START
===================================================================*/
/* company-name-area Starts */

.company-name-area {
	padding: 80px 0;
	text-align: center;
}







/* ================================================================
					FOOTER-AREA START
===================================================================*/
/* footer-area Starts */

.footer-area {
    background: #404040 none repeat scroll 0 0;
    padding: 70px 0;
    position: relative;
    text-align: center;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #404040;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    text-align: center;
    width: 50px;
}
.footer-icon a:hover {
    background: #e74c3c none repeat scroll 0 0;
    color: #fff;
}
.footer-icon {
    padding-bottom: 36px;
}
.designer-name > p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
.designer-name > p span {
    color: #e74c3c;
    margin-left: 6px;
}
.footer-area p {
    color: #ececec;
    font-size: 16px;
}


.csroll-icon {
    background: #404040 none repeat scroll 0 0;
    border: 3px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 53px;
    position: relative;
    text-align: center;
    top: -100px;
    transform: rotate(45deg);
    width: 60px;
}
.csroll-icon a i {
    cursor: pointer;
    transform: rotate(-45deg);
	color:#fff;
}



/* footer-area Ends */









/* ============================================================================
								STYLE FOR PAGE-1 Start
=============================================================================== */



.hero-area.page-2 .hero-area-table {
    top: 0;
}

.hero-area .carousel {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:0;
}
.hero-area .carousel-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-area .item {
    height: 100%;
    top: 0;
    width: 100%;
}
ol.carousel-indicators li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e74c3c;
    display: inline-block;
    width: 25px;
}

.hero-area-bg.slide-1 {
  background: url("images/item-1-bg.jpg") repeat scroll 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-area-bg.slide-2 {
	background: url(images/slide-1.jpg) repeat scroll 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hero-area-bg.slide-3 {
	background: url(images/slide-2.jpg) repeat scroll 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hero-area-bg.slide-4 {
    background: url(images/slide-3.jpg) repeat scroll 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.carousel-indicators {
  bottom: 0px;
}



/* ============================================================================
								STYLE FOR PAGE-1 Start
=============================================================================== */



/* ============================================================================
								STYLE FOR PAGE-3 Start
=============================================================================== */

.header-bg-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

video#bgvid { 
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

.header-bg-video::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}




/* ============================================================================
								STYLE FOR PAGE-3 End
=============================================================================== */











#banner-carousel .item.active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#banner-carousel .item.active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}






.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
