@charset "utf-8";
/*------------------------------------------------------------------
[Common Stylesheet]
@Author: ThemeMascot
-------------------------------------------------------------------*/
/*
This file contains the common styles of this theme.
*/

/*------------------------------------------------------------------
[Table of contents]

	* 1.0 -> Common
		* 1.1 ->  font
		* 1.2 ->  css
		* 1.3 ->  basic css
		* 1.4 ->  Font Size
		* 1.5 ->  Letter Spacing
		* 1.5 ->  Line Height
		* 1.5 ->  Custom Margin Padding
		* 1.6 ->  Border
		* 1.7 ->  List
		* 1.8 ->  Pagination
		* 1.9 ->  Social Icons
		* 1.10 -> Section & Divider
		* 1.11 -> Solid Color Background
		* 1.12 -> Pattern Background
		* 1.13 -> Background Image
		* 1.14 -> Absolute Image Positioning
		* 1.15 -> Background Video
		* 1.16 -> Header Nav
		* 1.17 -> Navbar Fixed Top
		* 1.18 -> Box Table
		* 1.19 -> Scroll To Top
		* 1.20 -> Form

* ===============================================
*/
/*
 * 1.1 -> Basic Structure
 * -----------------------------------------------
*/



@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic,900,900italic);
@import url(../revolution/css/settings.css);

@import url('bootstrap.css');
@import url('animate.css');
@import url('font-awesome.css');
@import url('hover.css');
@import url('jquery.bxslider.css');
@import url('owl.css');
@import url('owl.theme.css');
@import url('style.css');
@import url('jquery.fancybox.css');
@import url('../fonts/flaticon/flaticon.css');


/*** 

====================================================================
	Reset
====================================================================

 ***/


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Merriweather', serif;
	font-size:16px;
	color:#292929;
	line-height:2em;
	font-weight:400;
	background:#ffffff;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	margin:0px;
	background:none;
	line-height:1.4em;
}
h5 {
	position:relative;
	font-family: 'Merriweather', serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Merriweather', serif;	
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

p{
	position:relative;
	font-family: 'Merriweather', serif;
		
}



.strike-through{
	text-decoration:line-through;	
}



.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	min-height:400px;
	overflow:hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.fancybox-overlay {
	z-index: 999999999;
}

.theme-btn{
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.center{
	text-align:center;	
}

.theme-bg{
	background-color:#fc5a1b;	
}

.theme-color{
	color:#fc5a1b;	
}

.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-uppercase{
	text-transform:none !important;	
}

.no-margin{
	margin:0px !important;	
}

.no-float{
	float:none !important;	
}


.no-padd {
	padding: 0px !important;	
}

.pt0 {padding-top: 0 !important;}
.mar-right-39{
	margin-right:40px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}
.padd-top-85{
	padding-top:85px !important;	
}
.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}


.no-padd-bottom{
	padding-bottom:0px !important;	
}
.no-padd-bottom{
	padding-bottom:0px !important;	
}
.no-padd-left{
	padding-left:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom: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);}






.mar-top-100 {
	margin-top: 100px !important;

}

.mb-50{
	margin-bottom: 50px !important;
}

.mrb-19 {
	margin-bottom: 19px !important;
}
.mrb-5 {
	margin-bottom: 5px !important;
}
.mrb-7 {
	margin-bottom: 7px !important;
}
.sec-marg-150 {
	margin: 150px 0 !important;

}

.sec-padd-90 {
	padding: 90px 0 !important;

}

.sec-marg-90 {
	margin: 90px 0 !important;

}


.sec-pad-140 {
	padding: 140px 0 !important;

}
.sec-padt-140 {
	padding-top: 140px !important;

}
.sec-padb-140 {
	padding-bottom: 140px !important;

}

.sec-title h3{
	font-size:18px;
	text-transform:capitalize;
	font-weight:500;	
}

.span-4 {
	width: 33.3333333333% !important;
	float: left;
}

.span-6 {
	width: 50% !important;
	float: left;
}

.width-1 {
	width: 33.33333333333% !important;
}
.yellow-bg {
	background: #ffc22c !important;
}

.grey-bg {
	background: #f6f6f6 !important;
}

.thm-btn {
	background: #000;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 21px 30px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.thm-trn {
	background: transparent;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 8px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 21px 30px;
	border:1px solid #fff;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}

[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;
}

/*section title*/
.section-title {
    position: relative;
    margin-bottom: 50px; 
}

.section-title h5 {
    position: relative;
    font-size:14px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    margin-bottom: 9px;
}

.section-title h1 {
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 13px;
}

.section-title .divider {
    position: relative;
    height: 19px;
    width: 170px;
    display: inline-block;
}
.section-title .divider span.left-divider:after {
    position: absolute;
    content: "";
    height: 19px;
    width: 80px;
    border-top: 2px solid #eeeeee; 
    border-right: 2px solid #eeeeee;
    margin-right: 5px; 
    left: 0;
    bottom: 0;
}
.section-title .divider span.left-divider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 74px;
    border-top: 2px solid #eeeeee; 
    border-right: 2px solid #eeeeee;
    margin-right: 5px; 
    left: 0;
    bottom: 0;
}

.section-title .divider span.right-divider:after {
    position: absolute;
    content: "";
    height: 19px;
    width: 80px;
    border-top: 2px solid #eeeeee; 
    border-left: 2px solid #eeeeee; 
    margin-left: 5px;
    right: 0;
}
.section-title .divider span.right-divider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 74px;
    border-top: 2px solid #eeeeee; 
    border-left: 2px solid #eeeeee;
    margin-left: 5px; 
    right: 0;
    bottom: 0;
}

.page-title .sec-title {
	position: relative;
	z-index: 55;
}
.page-title .sec-title h2 {
    position: relative;
	font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;  
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 20px;
}
.page-title .sec-title h5 {
    position: relative;
	font-size: 14px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin-bottom: 12px;
}












