/*
	
Key:    57c1d6da283eec465664c3afafcdd378
	ThemeturnVersion: 1.0
*/

/* Table of Content
==================================================
1.	Global Styles
2. 	Typography
3.	Button styles
4.	Header area
5.	About
6.	Features
7.	How it works
8.	Portfolio
09. Pricing
10.	Contact
11.	Footer
12.Back To Top Button 


*/


@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);


@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	color: #8c8b8b;
	font-size: 14px;
	background: #fff;
}


a:link,
a:visited{
    text-decoration: none;
}


a:hover{
	text-decoration: none;
	cursor: pointer;
}


section{
	position: relative;
}

.no-padding{
	padding: 0;
}


a:focus{
	outline: 0;
}
a{
	color: #444;
}

a.read-more:hover{
	color: #ed1c8f;
}

ul{
	list-style-type: none;
	margin-left:-35px;
}


img {
	width: 100%;
}

.section-padding{
	padding: 40px 0px;
}


/* Typography
================================================== */

body, p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #b0adb0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

h1{
    font-size: 36px;
    line-height: 40px;
}

h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h4{
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
}

h5{
    font-size: 14px;
    line-height: 24px;
}

/*==================================================
	SECTION HEADING
=====================================================*/
.heading-inner{
	margin: 0 auto;
	margin-bottom: 70px;
	position: relative;
}
.heading-box{
	margin-bottom: 30px;
}
.heading-box i{
	font-size: 50px;
}
.big-title{
	color: #2e2e2e;
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.big-sub-title{
	letter-spacing: 2px;
	color: #ed1c8f;
	font-size: 16px;
}

.small-title{
	text-transform: uppercase;
	color: #4d4d4d;
}
.small-sub-title{
	color: #ed1c8f;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.heading-inner p{
	margin-top: 60px;
	width: 50%;
	margin: 0 auto;
}
.section-title{
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
}


header {
    position: relative;
    width: auto;
    max-width: 250px;
    height: 110px;
    margin: 0 auto 0px auto;
    background-color: transparent;
    overflow: hidden;
}

.logo {
    position: relative;
    max-width: 180px;
    height: 40px;
    left: 0;
    margin: 0;
}

.pagetitle {
    position: absolute;
    right:0;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-size: 1.40em;
    font-weight: bold;
    margin: 0;
    color: rgb(0, 0, 0);
}



/*BUTTON styles
=========================================*/
.btn-default{
	padding: 13px 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 5px;
	background: transparent;
	color: #fff;
	position: relative;
	margin-top: 20px;
}
.btn-default,.btn-default.featured{
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.btn-default:hover ,.btn-main:hover{
	background: #ed1c8f;
	border-color:#ed1c8f ;
	color: #fff;
}
.btn-default.featured{
	background: #ed1c8f;
	border-color:#ed1c8f ;
	color: #fff;

}
.btn-default.featured:hover{
	background: transparent;
	color: #222 ;
}
.btn-primary{
	padding: 13px 40px;
	text-transform: capitalize;
	font-weight: 700;
	margin-right: 5px;
	margin-top: 20px;
	border-color: #ccc;
	background: transparent;
	color: #232323;
	border-radius: 0px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.btn-primary:hover{
	background: #CAA86E;
	color: #fff;
	border-color: #CAA86E;
}

.btn-main{
	padding: 13px 40px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 5px;
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
	position: relative;
	border-radius: 25px;
}

#feature,#about,#overview ,#feedback ,#footer{
	padding: 80px 0px;
	background: #fff;
}

.button {
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 20px auto;
	padding: 1em 2em;
	border: none;
	background: none;
	color: #fff;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* Antimantion==== */
.button--antiman {
	background: none;
	border: none;
	height: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman > span {
	padding-left: 0.35em;
}
.button--antiman::before,
.button--antiman::after {
	content: '';
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman::before {
	border: 2px solid #ed1c8f;
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.button--antiman.button--border-thin::before {
	border-width: 1px;
}
.button--antiman.button--border-medium::before {
	border-width: 2px;
}
.button--antiman.button--border-thick::before {
	border-width: 3px;
}
.button--antiman.button--inverted::before {
	border-color: #ed1c8f;
}
.button--antiman.button--inverted-alt::before {
	border-color: #ed1c8f;
}
.button--antiman::after {
	background: #fff;
}
.button--antiman.button--inverted::after {
	background: #ed1c8f;
}
.button--antiman.button--inverted-alt::after {
	background: #ed1c8f;
}
.button--antiman.button--inverted:hover {
	color: #fff!important;
}
.button--antiman.button--inverted-alt:hover {
	color: #ed1c8f;
}
.button--antiman:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}


.button-icon{
	margin-right: 10px;
	font-size: 18px!important;
}

.button--antiman.button--inverted:hover .button-icon {
	color: #222!important;
}


/*NAvbar menu styles
========================================*/

.navbar{
	margin-bottom: 0px;
}

#tf-menu {
	padding: 15px;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(0,0,0,0.9);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 52px;
	color: #fff;
	font-weight: 900;
	border-right: 1px solid#ccc;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}
.on{
	background-color: #484848 !important;
	padding: 10px 0px!important;
	background-color: #555;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
}
.on.navbar-default .navbar-brand{
	margin-left: -90px;
	padding-left: 90px;
}

.navbar-brand a{
   color: #fff!important;
   font-size: 30px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
}

.navbar-brand a span{
	color: #ed1c8f;
}
.navbar-default .navbar-nav  a:hover{
	color: #ed1c8f!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ed1c8f!important;
    background: transparent;
}

.navbar-toggle:hover{
	background: #ed1c8f!important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}



/* ==========================================================================
	SLIDER SECTION
========================================================================== */
.slider {
    background: url("../images/slider//slider1.jpg") no-repeat left top;
    background-size: cover;
    min-height: 594px;
    height: 570px;
    overflow: hidden;
}
.slider-wrap{
	padding: 150px 0px;
}
.slider-img img{
	width: 300px;
	height: 700px;
}
.slider-content{
	padding: 30px 0px;
	width: 60%;
	margin: 0 auto;
}
.slider-content a{
	margin-top: 40px;
}
.logo-title {
    margin: 0 0 30px 0;
    font-size: 90px;
	color: #fff;
	text-transform: uppercase;
	line-height: 80px;
	font-weight: 700;
}
.slider-sub{
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #ddd;
	font-size: 15px;
}
.slider h2 {
	font-family: 'lora', serif;
	font-style: italic;
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
}
.slider p {
    margin-bottom: 25px;
    color: #fff;
}

.top-link {
	margin-top: 60px;
}
.top-link a{
	padding: 20px 30px;
	border-radius: 3px;
	background: #fff;
	font-weight: 700;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.top-link a i{
	color: #ed1c8f;
	font-size: 25px;
	margin-right: 10px;
}
.top-link a:hover{
	background: #ed1c8f;
	color: #fff;
}

.top-link a:hover i{
	color: #fff;
}


/*=====About section
====================================*/
.about-inner{
	margin-bottom: 30px;
}
.about-inner i{
	font-size: 50px;
	color: #ed1c8f;
	text-align: center;
	line-height: 50px;
	margin-right: 20px;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	margin: 0px auto;
}

.about-wrapper.wrapper-right .about-inner i{
	float: left;
	margin-left: 0px;
}

.about-content h4{
	border-bottom: 1px solid#ddd;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	color: #111;
	margin: 20px 0px 15px;
	padding-bottom: 15px;
	line-height: 38px;
}

.about-box h4{
	margin: 10px 0px 20px;
	color: #919091;
	text-transform: uppercase;
}

/*===================================================
	SECTION FEATURES
===========================================================*/
#section-feature{
	background: #ed1c8f;
}

.feature-box{
	cursor: pointer;
	padding: 40px 60px 20px;
	min-height: 300px;
	border-top: 1px solid #fbfbfb;
	border-right: 1px solid #fbfbfb;
	-webkit-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}

.feature-box .section-title{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.feature-box p{
	margin-bottom: 20px;
	color: #eee;
}

.feature-box a .title{
	text-transform: uppercase;
	color: #fff;
}
.feature-box h4.sub-title{
	color: #fff;
	font-weight: 600;
	-webkit-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	font-size: 16px;
}

.feature-box a i{
	font-size: 50px;
	color: #fff;
}
.feature-box a h4{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin: 25px 0px 0px;
}


.feature-box hr,.feature-box a hr {
    width: 40px;
    margin: 15px 0px;
    border-color: #DDD;
}

.feature-box:hover{
	background: #fff;
	color: #232323;
	border-color: #fff;
}
.feature-box:hover a,.feature-box:hover a i,
.feature-box:hover h4.sub-title,.feature-box:hover a .title, .feature-box:hover .section-title{
	color: #4c4b4b;
}
.feature-box a p{
	font-size: 14px;
	color: #eee;
}
.feature-box:hover p{
	color: #232323;
}


/*==========================================================
	PROCESS SECTION
=============================================================*/

#section-process{
	border-bottom: 1px solid #EAEAEA;
}
.process-inner{
	padding: 20px ;
	margin-right: -1px;
}
.process-inner i{
	font-size: 90px;
	color: #cacaca;
}
.process-inner .step{
	font-weight: 700;
	font-size: 180px;
	color: #ccc;
	float: left;
	margin-right: 20px;
	margin-bottom: 100px;
	color: #ebebeb;
	margin-top: 80px;
}
.process-inner h4{
	line-height: 24px;
	font-weight: 600;
}
.process-box i{
	font-size: 30px;
	color: #C5A060;
}

/* PORTFolio
==================================*/

#gallery{
	padding: 120px 0px 140px;
}

.gallery-desc{}
.gallery-desc i{
	font-size: 50px;
}
.gallery-desc h3{
	text-transform: uppercase;
	color: #222;
}
.gallery-desc button{
	margin: -3px;
	margin-top: 30px;
}

#app-carousel .item{
	float: left;
}
#app-carousel  .carousel-indicators {
    bottom: -35px;
}
.thumbnail{
	position: relative;
}

.caption{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,174,255,.7);
	top: 800px;
	left: 0px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out 0s ;
	-o-transition: all .4s ease-in-out 0s ;
	transition: all .4s ease-in-out 0s;
}
.caption-content {
	position: relative;
	top: 40%;
}
.caption-content a i{
	text-align: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	border-radius: 100%;
	padding-top: 18px;
}
#app-carousel .item img{
	-webkit-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 1;
}
#app-carousel .item:hover img{
	opacity: .4;

}
.thumbnail:hover .caption{
	opacity: 1;
	top: 0px;
	z-index: 999;
}

#app-gallery .carousel-inner{
	max-height: 345px!important;
}

#app-gallery .carousel-indicators{
	bottom: -60px;
}
#app-gallery .carousel-indicators li{
	bottom: -60px;
	border-color: #ed1c8f;
	width: 15px;
    height: 15px;
}
#app-gallery .carousel-indicators .active {
    margin: 0px;
    width: 15px;
    height: 15px;
    background-color:#ed1c8f;
    border-color: #ed1c8f;
}

/*============================================
	SECTION PRICING
============================================*/

#section-offer{
	background: #FBFBFB;

}
.pricing-inner{
	background: #fff;
	padding-bottom: 40px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05)
}
.pricing-title {
	padding: 35px 0px ;
}
.pricing-title h3{
	text-transform: uppercase;
	color: #232323;
}

.price{
	background: #ed1c8f;
	padding: 20px;
}
.price h3{
	font-size: 60px;
	color: #fff;
}
.price p{
	color: #fff;
	margin-top: 20px;
	font-weight: 700;
}

.pricing-feature{
	margin-top: 10px;
}
.pricing-feature li{
	padding: 10px 0px;
}




/*CAROUSEL SLDIER COMMON STYLE
================================================================*/
.carousel-inner{
	display: block;
}
.carousel-control.right, .carousel-control.left{
	background-image: none;
}
.carousel-control{
	top: 40%;
}
.carousel-control.left{
	position: absolute;
	left: -136px;
}
.carousel-control.right{
	position: absolute;
	right: -136px;
}
.carousel-control img{
	max-width: 45px;
}

/*CONATCT
=====================================================================*/

#section-contact{
	padding: 80px 0px;
	background: #fff;
}
.form-group label{
	text-transform: capitalize;
	margin-bottom: 10px;
}
.form-control{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	height: 45px;
	background: transparent;
	border-color: #eaeaea;
}
.form-control:focus{
	border-color: #ed1c8f;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-inner{
	color: #444;
}

#contact .heading-inner,#contact .sec-title{
	color: #444;
}

#contact .btn-default.featured{
	margin: 30px 0px;
}
#contact .btn-default.featured:hover{
	color: #fff;
}


/*================================
	 SECTION LOCATION
===================================*/

#section-location{
	background: #ed1c8f;
	padding: 40px 0px;
}

.info-box{
	color: #fff;
}
.info-wrap i{
	float: left;
	margin-right: 25px;
	font-size: 35px;
	color: #232323;
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	padding-top: 18px;
	margin-top: -12px;
}


/*===============================================
	FOoter
=================================================*/

#footer{
	padding: 60px 0px 50px;
	background: #222222;
}

.footer-socail{
	margin: 15px 0px;
}

 .footer-socail li a i{
	font-size: 18px;
	line-height: 18px;
	width: 35px;
	height: 35px;
	border: 1px solid#666;
	padding-top: 7px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	color: #fff;
	background: #2C2C2C;
}
.footer-socail li a:hover i{
	border-color: #ed1c8f;
	color: #ed1c8f;
}
.logo-title img{
	width: 150px;
	height: auto;
	margin: 0 auto;
}

.copyright span{
	color: #ed1c8f;
}
#footer .logo-title{
	color: #ebebeb;
}
#footer-btm{
	background:#171717;
	padding: 20px 0px;
}
.footer-logo h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
}
.footer-logo img{
	width: 120px;
	margin: 0 auto;
}

.footer-content{
	width: 60%;
	margin: 0 auto;
}
.footer-content p{
	margin: 30px 0px;
}

/* Back To Top Button 
======================================*/

#back-top{
    position:fixed;
    right:30px;
    bottom:35px;
    z-index:9999;
}
    
#back-top a{
    opacity:0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#back-top a i{
	padding-top: 8px;
	text-align: center;
} 
   
#back-top .btn-primary{
    background: #ed1c8f;
    border-color: #ed1c8f;
    padding: 0px;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}
  
#back-top a:hover{
    background: #ed1c8f;
    opacity: 1;
}


/* floating section class*/
.right{
	float: right;
}
.left{float: left;}