h1,h2,h3,h4,h5,h6 {
	color:#1c1c1c;
	position:relative;
	font-family: "Roboto",sans-serif;
	font-weight:500;
	letter-spacing:1px;
	margin:0px;
	background:none;
	line-height:1.4em;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	background:none;
	color:#1c1c1c;
}

.main-slider .slide-text{
	font-size:20px;
	font-style:italic;
	font-family:'Gorgia','Times New Roman';
}

.tp-bullets.preview4 .bullet{
	background:#ef173c !important;
	border-color:#202020 !important;	
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
	border-color:#ef173c !important;	
}

/*** 

====================================================================
	Main Slider style 2
====================================================================

***/



/* slider update styles */
.main-slider .curvy-bg {
	position: relative;
}
.main-slider .curvy-bg:before {
	content: '';
	background: #222222;
	transform: skewX(-10deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main-slider .curvy-bg.white span {
	color: #373737;
	font-weight: 800;
	font-size: 45px;
}
.main-slider .curvy-bg.curvy-white:before {
	background: #ffffff;
}
.main-slider .curvy-bg.curvy-right {
	background-color: #222222;
}
.main-slider .curvy-bg.curvy-right:before {
	left: 10px;
	right: -12px;
}
.main-slider .curvy-bg.curvy-right.curvy-white {
	background-color: #ffffff;
}
.main-slider .curvy-bg.curvy-right .title {
	padding-right: 20px;
}
.main-slider .curvy-bg.curvy-left {
	background-color: #222222;
}
.main-slider .curvy-bg.curvy-left:before {
	left: -12px;
	right: 10px;
}
.main-slider .curvy-bg.curvy-left.curvy-white {
	background-color: #ffffff;
}
.main-slider .curvy-bg.curvy-left .title {
	padding-left: 20px;
}
.main-slider .slider-title1 .title {
	font-size: 45px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 25px;
	display: inline-block;
	vertical-align: top;
}
.main-slider .slider-title2 .title {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0 25px;
	display: inline-block;
	vertical-align: top;
}
.main-slider .slider-text p {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #fefefe;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 400;
}
/*** 

====================================================================
	Button Style
====================================================================

***/

.btn-thm {
	font-family: "Roboto",sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
	background: #ef173c !important;
	position: relative;
	letter-spacing: 1px;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-thm i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #fb5571 !important;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-thm i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d31e3d !important;
	position: absolute;
	left: -2px;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
	background: #212832 !important;
}

.btn-thm:hover i,
.btn-thm:focus i,
.btn-thm:active i {
    border-left-color: #150202 !important;
}

.btn-thm:hover i:after,
.btn-thm:focus i:after,
.btn-thm:active i:after {
	background: #5e5a5a !important;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active,
.btn-thm:hover i,
.btn-thm:focus i,
.btn-thm:active i {
	color: #fff !important;
}

.btn-thm.btn-white {
	color: #ef173c !important;
	background: #fff !important;
}

.btn-thm.btn-white i {
    border-left: 1px solid #f8f8f8 !important;
}

.btn-thm.btn-white:hover,
.btn-thm.btn-white:focus,
.btn-thm.btn-white:active {
	color: #fff !important;
	background: #212832 !important;
}

.btn-thm.btn-black {
	color: #fff !important;
	background: #1c1c1c !important;
}

.btn-thm.btn-black i {
    border-left: 1px solid #150202 !important;
}

.btn-thm.btn-black i:after {
	background: #5e5a5a !important;
}

.btn-thm.btn-black:hover,
.btn-thm.btn-black:focus,
.btn-thm.btn-black:active {
	color: #fff !important;
	background: #ef173c !important;
}

.btn-thm.btn-black:hover i,
.btn-thm.btn-black:focus i,
.btn-thm.btn-black:active i {
    border-left-color: #fb5571 !important;
}

.btn-thm.btn-black:hover i:after,
.btn-thm.btn-black:focus i:after,
.btn-thm.btn-black:active i:after {
	background: #d31e3d !important;
}


.btn-xs {
	font-size: 13px;
	line-height: 35px;
	padding: 0 12px;
}

.btn-xs i {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 0;
}

.btn-lg {
	font-size: 16px;
	padding: 5px 9px 5px 25px;
}
.slider-title2{margin-top:30px;}
.color-black{color:#ef173c!important;}
