@charset "utf-8";

/*
 * 1.1 -> Basic Structure
 * -----------------------------------------------
*/

/*** 

====================================================================
	Reset
====================================================================

 ***/


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:16px;
	color:#292929;
	font-weight:400;
	background:#ffffff;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
	  .product-tab-title {
	    margin-right: -34px;
	}
}

a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	margin:0px;
	background:none;
}


input,button,select,textarea{
	font-family: 'Raleway', sans-serif;	
}


p{
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 0px;
		
}


.hvr-sweep-to-top:before {
    background: #000;
}
.hvr-bounce-to-right:before {
    background: #000;
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}


.center{
	text-align:center;	
}

.left{
	text-align:left !important;	
}

.right{
	text-align:right;	
}

.out{
	opacity:0;
	filter:alpha(opacity=0);	
}

.in{
	opacity:1;
	filter:alpha(opacity=100);	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-margin{
	margin:0px !important;	
}

.no-float{
	float:none !important;	
}


.no-padd {
	padding: 0px !important;	
}


.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}


.btn-style-one {
	position: relative;
	font-size: 15px;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #19a4c6;
	padding: 18px 20px 18px;
	letter-spacing: 2px;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/


.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    z-index: 999999999;
    cursor: pointer;
	display:none;	
    opacity: .8;
    transition: .3s ease-in;

}
.scroll-to-top i:before {
    color: #30cbea;
    font-size: 20px;
    margin: 0;
    line-height: 45px;
}

.scroll-to-top:hover {
    opacity: 1;
    transition: .3s ease-in;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.span-1 {
	width: 100%;
	float: left;
}
.span-2 {
	width: 50%;
	float: left;
}

.span-3 {
	width: 33.3333333333% !important;
	float: left;
}

.span-4 {
	width: 25% !important;
	float: left;
}

.width-3 {
	position: relative;
	width: 33.333333333333%;
	float: left;
}
.width-2 {
	width: 66.666666666%;
	float: left;
}
.width-1 {
	width: 100%;
	float: left;
}



.mr-23 {
	margin-right: 23px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px;
}

.bg-p {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}
.pt-99 {
	padding-top: 99px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-72 {
	padding-top: 72px !important;
}

.mb-6 {
	margin-bottom: 6px !important;
}
.mt-13 {
	margin-top: 13px !important;
}

.mt-65 {
	margin-top: 65px !important;
}
.mt-72 {
	margin-top: 72px !important;
}

.ml-40 {
	margin-left: 40px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.ml-25 {
	margin-left: 25px !important;
}

.pl-46 {
	padding-left: 46px !important;
}
.pl-32 {
	padding-left: 32px !important;
}



/*========== section title ================ */
.section-title {
    position: relative;
    padding: 18px 0 26px;
    overflow: hidden;
}

.section-title h2 {
    position: relative;
    font-size: 35px;
    color: #232323;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 31px;
    margin-bottom: 21px;
}
.section-title h2:after {
	position:absolute;
	content: "";
	left:0px;
	bottom:0px;
	width:32px;
	height:18px;
	background:url(../images/icons/1.png) center center no-repeat;
}

.section-title h4 {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #777;
}





/*======= page title ================*/
.page-title .sec-title {
	position: relative;
	overflow: hidden;
	z-index: 55;
	
}

.page-title .sec-title h2 {
    position: relative;
	font-size: 36px;
    color: #fff;  
    text-transform: uppercase;
    background: #df4a43;
    padding-left: 62px;
    line-height: 120px;
    left: 85px;
    width: 50%;
	float: right;
	letter-spacing: 2px;
}












