/*
    Template Name    : Choice
	Description		 : Responsive Professional HTML5 Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Montserrat and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header top area
6. Navigation
7. Slider Area
8. About Us
9. Our Team
10. Services
11. Testimonials Wrapper 
12. Pricing Table
13. Contact Us
14. Footer
15. Media Quries

/*
================================================
1. Fonts - Montserrat and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #000;
}
h5 {
	font-size: 18px;
}
.mb-15 {
	margin-bottom: 15px;
}
h6 {
	font-size: 16px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	font-family: Montserrat, sans-serif;
	text-decoration: none;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
body, html {
	height: 100%
}
.section-lg {
	float: left;
	width: 100%;
}
.angle::before {
	background: #ffffff;
	content: "";
	height: 85px;
	position: absolute;
	top: -37px;
	transform: skew(0deg, 3deg);
	width: 100%;
	z-index: 10;
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
	position: relative;
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.section-title h2 {
	font-size: 30px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}
.section-title span {
	display: block;
	height: 2px;
	margin: 20px auto 0;
	overflow: hidden;
	width: 50px;
}
.section-title > p {
	color: #666;
}
.section-title > p span {
	display: block;
}
/*** button styles ***/
.btn-one {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 10px 40px;
	border: 2px solid #fff;
	color: #fff;
}
.btn-one:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-one:hover, .btn-one:focus, .btn-one:active {
	color: white;
}
.btn-one:hover:before, .btn-one:focus:before, .btn-one:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 25%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 90px;
	background: #fff;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	left: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#switcher .theme-active {
	background: #ee3b24;
}
#switcher .theme-color-two {
	background: #2496d8;
	left: 40px;
}
#switcher .theme-color-three {
	background: #ff941a;
	left: 80px;
}
#switcher .theme-color-four {
	background: #069a97;
	left: 120px;
}
#switcher .theme-color-five {
	background: #50c8b4;
	left: 0px;
	top: 40px;
}
#switcher .theme-color-six {
	background: #e66d00;
	left: 40px;
	top: 40px;
}
#switcher .theme-color-seven {
	background: #619203;
	left: 80px;
	top: 40px;
}
#switcher .theme-color-eight {
	background: #32c5d2;
	left: 120px;
	top: 40px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrollUp {
	background: rgba(69, 75, 84, 0.7) none repeat scroll 0 0;
	border-radius: 5%;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp i {
	display: block;
	line-height: 35px;
}
/*
================================================
5. header top area
================================================
*/
.header-top-area {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
}
.logo a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.logo {
	padding-top: 29px
}
#home > div.header-top-area > div > nav > div.navbar-header > a{
	background-image: url("../images/logotop.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/*
================================================
6. Navigation
================================================
*/
.menu-bg {
	background: #fbfbfb;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.menu-bg .logo {
	padding-top: 18px;
	transition: all 0.3s ease 0s;
}
.navbar-header {
	z-index: 9999;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-brand {
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
	height: 62px;
	left: 0;
	line-height: 50px;
	padding: 3px 15px 10px;
	position: absolute;
	text-align: center;
	width: 20%;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active {
	color: #ffffff;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 21px 13px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 21px 10px;
	transition: all 0.3s ease 0s;
	color: #333;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
	background-color: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
}
/*
================================================
7. Slider Area
================================================
*/
.affix + .banner-wrapper {
	margin-top: 49px;
}
.welcome-hero-area, .home-slider-area, .home-slider-area div {
	height: 100%
}
.welcome-hero-area div.single-slide-item-table-cell, .welcome-hero-area div.single-slide-item-table-cell div {
	height: auto;
}
.single-slide-item-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.single-slide-item-table {
	display: table;
	width: 100%
}
.single-slide-item h1 {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 5px
}
.single-slide-item p {
	color: #fff;
	margin-bottom: 30px
}
.fixed-bg {
	background-attachment: fixed!important
}
.slide-1, .text-slide {
	background: url(../images/slide1Coins.png);
	background-size: cover
}
.slide-2 {
	background: url(../images/slide2Fruit.png);
	background-size: cover
}
.slide-3 {
	background: url(../images/slide3Cards.png);
	background-size: cover
}
.single-slide-item {
	position: relative;
	z-index: 1
}
.single-slide-item:after {
	background: rgba(0,0,0,.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
	z-index: 2
}
.welcome-control {
	background: none;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 24px;
	height: 50px;
	left: 0;
	line-height: 45px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	z-index: 20
}
.service-icon i, .single-featured i {
	border-radius: 50%;
	text-align: center
}
.right.welcome-control {
	left: auto;
	right: -52px
}
.left.welcome-control {
	left: -52px
}
.home-slider-area:hover .right.welcome-control {
	right: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.home-slider-area:hover .left.welcome-control {
	left: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.featured-area {
	overflow: hidden
}
.single-featured {
	cursor: pointer
}
.single-featured h4 {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px
}
.single-featured i {
	background: #687074;
	color: #fff;
	display: block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 10px;
	width: 80px
}
.service-icon i, a.about-btn, a.get-start-btn, ul.team-social>li, ul.work li {
	display: inline-block
}
.single-featured:hover i {
	background: #33d685;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.home-slider-area .carousel-indicators li {
	backface-visibility: visible;
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	height: 14px;
	margin: 5px 7px;
	transition: opacity 0.2s ease 0s;
	width: 14px;
}
.home-slider-area .carousel-indicators .active {
	border: 1px solid #fff;
}
.home-slider-area .carousel-indicators {
	bottom: 60px;
	display: none;
}
/*
================================================
8. About Us
================================================
*/
.aboutus {
	padding: 63px 0 50px;
}
.aboutus h2 {
	margin-bottom: 20px;
	margin-top: 0;
}
.aboutus .carousel {
	border: medium none;
	margin: 0;
	padding: 0 20px;
}
.aboutus blockquote {
	border-left: none;
	margin: 0;
	padding: 10px 120px;
}
.aboutus p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px;
	text-align: center;
	font-weight: 300;
}
.aboutus p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.aboutus p:after {
	content: "\f10e";
	font-family: 'Fontawesome';
	display: inline-block;
	margin-left: 10px;
}
.aboutus .item {
	text-align: center;
}
.aboutus .item img {
	text-align: center;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 40px;
	border: 2px solid #fff;
	margin: 0 0 30px;
	padding: 0;
	border-radius: 50%;
}
.aboutus h3 {
	text-align: center;
	margin: 0 0 30px;
	color: #e6e6e6;
	font-size: 18px;
	font-weight: 600;
}
.aboutus h3 span {
	font-size: 13px;
	font-weight: 400;
}
.aboutus .carousel-control.left, .aboutus .carousel-control.right {
	display: none;
}
.aboutus .carousel-indicators li {
	width: 15px;
	height: 15px;
}
.aboutus .carousel-indicators .active {
	width: 15px;
	height: 15px;
}
.aboutus .carousel-indicators {
	bottom: -30px;
}
.aboutus .right.welcome-control {
	left: auto;
	right: -30px
}
.aboutus .left.welcome-control {
	left: -30px
}
.aboutus .carousel:hover .welcome-control {
	opacity: 1;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.aboutus .carousel:hover a.right.welcome-control {
	right: 40px;
	transition: .25s;
	-webkit-transition: .25s;
}
.aboutus .carousel:hover a.left.welcome-control {
	left: 40px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.aboutus a.welcome-control:focus, .aboutus a.welcome-control:hover i {
	color: #fff;
}
.aboutus .welcome-control {
	background: #fff;
	border: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	color: #282828;
	font-size: 24px;
	height: 45px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	z-index: 20;
	padding: 10px;
	opacity: 0;
}
/*
================================================
9. Our Team
================================================
*/
.ourteam {
	width: 100%;
	float: left;
	padding: 64px 0 70px;
	position: relative;
	background: #f6f7f8;
}
.ourteam .section-title {
	margin: 0;
}
.member {
	margin: 40px 0 0;
}
.member .img {
	width: 100%;
	position: relative;
}
.member .img img {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.member .info {
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	padding: 0px 20px 20px;
	background: #FFF;
}
.member .info:hover {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.member .info p {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #1b1a1a;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	padding-bottom: 5px;
}
.member .info h6 small {
	display: block;
	color: #373737;
	margin-top: 10px;
}
.member .info h6 {
	border: none;
	color: #0b0a0a;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	margin-bottom: -6px;
	margin-top: 30px;
}
.social li {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	margin-right: -5px;
	font-size: 17px;
}
.member .social i {
	color: #fff !important;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	font-size: 15px;
	padding: 5px 5px;
}
.member .social i:hover {
	color: #333;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.member .social {
	z-index: 9999;
	margin-top: -5px;
	text-align: center;
}
.member .img:hover .social {
	opacity: 1;
}
.member .img img {
	width: 100%;
	height: auto;
}
.member:hover .team_img img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.member .img {
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow: hidden;
}
.member .img::before {
	position: absolute;
	content: '';
	width: 90%;
	left: 5%;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 90%;
	background: rgba(51, 51, 51, 0.86);
	opacity: 0;
	top: 100%;
}
.member:hover .img:before {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 5%;
}
.team_info_overlay {
	position: absolute;
	top: 35%;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	opacity: 0;
	z-index: 99;
}
.member .img:hover .team_info_overlay {
	opacity: 1;
}
.member .team_info_overlay i {
	color: #fff;
}
.team_info_overlay h6 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}
.team_info_overlay p {
	color: #ffffff;
	margin-bottom: 20px;
}
/*
================================================
10. Services
================================================
*/
.services {
	padding: 63px 0 70px;
}
.services .section-title {
	margin: 0 0 10px;
}
.feature-content-box {
	border: 1px solid#e1e1e1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin: 60px 0 0;
}
.feature-icon-box i {
	width: 65px;
	height: 65px;
	background: #f7f7f7;
	text-align: center;
	padding-top: 20px;
	font-size: 22px;
	float: right;
	margin-top: -32px;
	margin-right: 60px;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.feature-content-block {
	padding: 40px;
}
.read-more {
	text-transform: uppercase;
	color: #006bb6;
	font-size: 14px;
}
.feature-content-block h4 {
	text-transform: capitalize;
	letter-spacing: 1px;
}
.feature-content-block p {
	margin: 20px 0px;
}
.spacer {
	height: 60px;
}
.feature-content-box.active, .feature-content-box:hover {
}
.feature-content-box:hover i {
	color: #fff;
}
/*
================================================
11. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
	width: 100%;
	float: left;
	background: #f6f7f8;
	padding: 64px 0 70px;
	text-align: center;
}
.testimonials-wrapper div.title, .testimonials-wrapper div.title p {
	margin: 0;
}
.testimonials-wrapper .item img {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #dddddd;
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	height: 100px;
	margin: -85px 0 15px;
	padding: 0;
	text-align: center;
	width: 100px;
}
.testimonials-wrapper blockquote {
	border-left: none;
	margin: 0;
	border: 1px solid #b7b7b7;
	padding: 30px 30px 0;
	margin: 90px 0 20px;
	background: #fff;
}
.testimonials-wrapper p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
}
.testimonials-wrapper h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.testimonials-wrapper h4 {
	color: #777;
	letter-spacing: 1px;
}
.testimonials-wrapper .carousel-control.left, .testimonials-wrapper .carousel-control.right {
	display: none;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -60px;
	display: none;
}
.testimonials-wrapper .carousel-indicators li {
	border: none;
	background: #eee;
}
.testimonials-wrapper .carousel-inner a.btn {
	font-size: 15px;
	color: #fff;
	border-radius: 0;
	margin: 0 0 -25px;
	border: none;
	transition: all 0.3s ease 0s;
	padding: 10px 12px;
}
.testimonials-wrapper .carousel-inner a.btn:hover {
	background: #3f4b5d;
}
/*
================================================
12. Pricing Table
================================================
*/
.pricing-table-wrapper {
	background: #fff;
	padding: 63px 0 98px;
}
.pricing-table-wrapper .price-item {
	box-shadow: 0 5px 15px #eee;
	padding-bottom: 60px;
	margin-top: 40px;
	text-align: center;
}
.pricing-table-wrapper .price-item h2:before, .pricing-table-wrapper .price-item h2:after {
	display: none;
}
.pricing-table-wrapper .price-item.active {
	transform: scale(1.1, 1.1)
}
.price-item .price-kind {
	padding: 5px;
	background: #444;
	color: #fff
}
.price-item .price-kind h5 {
	font-weight: 100;
	margin: 10px 0;
	color: #fff;
}
.price-item .price-per {
	padding: 10px 0;
	border-bottom: 1px solid #eee
}
.price-item .price-per h2 {
	font-size: 70px
}
.price-item .price-per h2 span {
	font-size: 16px
}
.price-item .price-info {
	padding: 20px 0
}
.price-item .price-info p {
	padding: 10px 0
}
.price-item button {
	background: 0 0;
	border: 1px solid #ccc;
	padding: 10px;
	width: 70%;
	margin: auto;
	transition: all 0.3s ease 0s;
}
/*
================================================
13. Contact Us
================================================
*/
.contactus {
	padding: 58px 0 70px;
	background: #fff;
}
.contactus input, .contactus textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	line-height: 10px;
	margin-bottom: 30px;
	outline: inherit;
	padding-bottom: 14px;
	width: 100%;
}
.contactus textarea {
	height: 140px;
}
.contactus .btn-one {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #e3e3e3;
	color: #aaaaaa;
	padding: 10px 0;
	width: 160px;
}
.contactus .btn-one:hover, .contactus .btn-one:active {
	color: #fff;
}
.contact-address {
	margin-left: 50px;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-top: 30px;
}
.contact-address h3 {
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.contact-address .add {
	margin-bottom: 0;
	margin-top: 23px;
	overflow: hidden;
	color: #ffffff;
}
.contact-address .add span {
	display: block;
	padding-left: 45px;
}
.contact-address .add a {
	color: #ffffff;
	display: block;
	float: left;
}
.contact-address .add a i {
	font-size: 24px;
	margin-top: 1px;
}
.contact-address .social-icons {
	margin-top: 30px;
}
.contact-address .social-icons a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
	color: #333333;
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 0 3px;
	text-align: center;
	width: 40px;
}
.google-map {
	float: left;
	width: 100%;
	pointer-events: none;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 250px;
}
/*
================================================
14. Footer
================================================
*/
footer {
	padding: 15px 0;
	width: 100%;
	float: left;
	background: #191919;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
}

/*
================================================
15. Media Quries 
================================================
*/
@media (min-width: 992px) and (max-width: 1024px) {
/*** services css ***/
.feature-content-block {
	padding: 50px 40px 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navigation {
	padding: 0;
}
.navbar-default .navbar-brand {
	width: 16%;
	font-size: 25px;
}
.menu-bg .logo {
	padding-top: 29px;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -34px;
}
.navbar-default .navbar-nav li a {
	font-size: 12px;
	padding: 23px 11px;
}
.navbar-collapse {
	margin: 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navbar {
	margin-top: 0px;
}
/*** About us css ***/
.aboutus .carousel {
	margin: 0;
	padding: 0;
}
#scrool-top {
	right: 15px;
}
}
@media (max-width: 767px) {
/*** common css ***/	
section h2 {
	font-size: 25px;
}
/*** navigation css ***/
.navbar-default .navbar-brand {
	width:60%;
	height:59px;
	}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  background-color: #282828;
}	
.navbar-default .navbar-toggle .icon-bar {
  background: #ffffff none repeat scroll 0 0;
}	
.menu-bg .navbar-default .navbar-nav li a {
	color:#fff;
	}
.navbar-default .navbar-nav li a, .menu-bg .navbar-default .navbar-nav li a {
	padding:12px 13px;
	}
.navbar-brand {
	width: 50%;
}
.navbar-default .navbar-toggle {
	margin: 14px 15px 13px 0;
	border:none;
}
.navbar-toggle .icon-bar {
	background: #f8f8f8
}
.menu-bg .navbar-toggle .icon-bar {
	background: #fff
}
.menu-bg .navbar-collapse, .navbar-collapse {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.navbar-nav li a, .menu-bg .navbar-nav li a {
	padding: 11px 15px;
	color: #fff;
}
.navbar-collapse {
	float: none;
}
header .navbar-nav {
	margin: 7.5px 0;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
/*** slider css ***/
.welcome-control {
	display: none;
}
.single-slide-item h2 {
	font-size: 24px;
	line-height: 26px;
}
/*** About us css ***/
.aboutus .carousel {
	margin: 0;
	padding: 0;
}
.aboutus blockquote {
	padding: 10px;
}
/*** services css ***/
.feature-content-block {
  padding:50px 30px 40px;
}
/***  pricing table css ***/
.pricing-table-wrapper .section-title, .pricing-table-wrapper .section-title h2 {
	margin: 0;
	padding: 0;
}
.pricing-table-wrapper .price-item {
	margin-top: 45px;
}
/*** contact us css ***/
.contact-address {
  margin-left: 0;
  margin-top: 40px;
  padding:15px;
}
#scrool-top {
	right: 15px;
}
}