@charset "utf-8";

/*
 * 1.1 -> Basic Structure
 * -----------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,700,600italic,700italic);


@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/icomoon/icomoon.css);
@import url(../assets/countdown/css/Countdown.theme.default.css);
@import url(../assets/animate.css);
@import url(../assets/hover.css);
@import url(../assets/fancyapps-fancyBox/source/jquery.fancybox.css);
@import url(../assets/jquery.bxslider/jquery.bxslider.css);
@import url(../assets/flaticon/flaticon.css);
@import url(../css/style.css);






/*** 

====================================================================
	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;
  }
}

a{
	text-decoration:none;
	cursor:pointer;	
	font-family: 'Montserrat', sans-serif;
	color: #2b3033;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin:0px;
	background:none;
	color: #2b3033;
}
h2 {
	font-weight: 700;
}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;	
}


p{
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 26px;
	color: #a0a7ac;
	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: 13px;
	border: 2px solid transparent;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 15px 35px;
	transition: .5s ease-in;
	border-radius: 50px;
	transition: .5s ease-in !important;
	line-height: 50px;
}
.btn-style-one.btn-bg-1:hover {
	background: transparent;
	border-color: #08c1d7;
	transition: .5s ease-in;
	color: #08c1d7;
	transition: .5s ease-in !important;
}
.btn-style-one.btn-bg-2:hover {
	background: transparent;
	border-color: #fe702a;
	transition: .5s ease-in;
	color: #fe702a;
}
.btn-style-one.btn-bg-3:hover {
	background: transparent;
	border-color: #b75af3;
	transition: .5s ease-in;
	color: #b75af3;
}
.btn-style-one.btn-bg-4:hover {
	background: transparent;
	border-color: #000;
	transition: .5s ease-in;
	color: #000;
}

.btn-style-two {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 15px 35px;
	border-radius: 50px;
	transition: .5s ease-in !important;
	line-height: 50px;
}
.btn-style-two:hover {
	border-color: transparent;
	transition: .5s ease-in !important;
}

.btn-bg-1 {
	background: #08c1d7;
}
.btn-bg-2 {
	background: #fe702a;
}
.btn-bg-3 {
	background: #b75af3;
}
.btn-bg-4 {
	background: #000;
}

/***

====================================================================
	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;
}





.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;
}

.section-title h2 {
    position: relative;
    font-size: 36px;
    color: #353535;
    text-transform: uppercase;
}

.section-title p {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #666c6e;
}





/*======= page title ================*/


.page-title {
	position: relative;
	padding: 103px 0 106px;
	background-image: url(../images/background/10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
    z-index: 0;
}

.page-title h2 {
    position: relative;
	font-size: 48px;
    color: #fff;  
    text-transform: uppercase;
    margin-bottom: 14px;
}

.page-title ul {
    position: relative;
}
.page-title ul li {
    position: relative;
    display: inline-block;
}

.page-title ul li a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open sans', sans-serif;
    color: #fff;
    transition: .5s ease;
}
.page-title ul li a:hover {
    color: #08c1d7;
    transition: .5s ease;
}

.page-title ul li a:first-child {
    margin-right: 14px;
}

.page-title ul li:after {
    position: absolute;
    content: '/';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    right: 3px;
    top: 2px;

}
.page-title ul li:last-child:after {
    display: none;
}













