/*
    Template Name    : Club
	Description		 : Business Responsive HTML5 Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Open Sans and Lato
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. Header
6. Logo Bar 
7. Navigation
8. Banner Content
9. Header Bottom Arrow
10. About Us
11. Services
12. Counters
13. Our Team
14. Testimonials Wrapper 
15. Portfolio
16. Pricing Table
17. Contact us
18. Footer
19. Media Quries 

/*
================================================
1. Fonts - Open Sans and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Lato:700,900');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #000;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
}
a {
	color: #666666;
	transition: all 0.2s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 auto 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	padding: 12px 10px 10px;
}
section {
	width: 100%;
	float: left;
	/*padding: 80px 0;*/
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.section-title h2 {
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.section-title > p {
	font-size: 15px;
	margin: 29px auto auto;
	width: 60%;
}
.heading-line:before {
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 5px;
	transform: translate(-50%);
	width: 80px;
}
.heading-line:after {
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
	transform: translate(-50%);
	width: 50px;
}
.heading-line {
	display: block;
	margin: auto auto 3px;
	position: relative;
	width: 50px;
}
.m-top30 {
	margin-top:30px;
	}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 25%;
	left: -220px;
	width: 220px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height:130px;
	background: #fff;
	box-shadow: 0px 3px 10px 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: #4fafc2;
}
#switcher .theme-color-two {
	background: #e84e40;
	left: 40px;
}
#switcher .theme-color-three {
	background: #0798bc;
	left: 80px;
}
#switcher .theme-color-four {
	background: #069a97;
	left: 120px;
}
#switcher .theme-color-five {
	background: #58c433;
	left:160px;
	top:0px;
}
#switcher .theme-color-six {
	background: #7e57c2;
	left:0px;
	top: 40px;
}
#switcher .theme-color-seven {
	background: #009688;
	left: 40px;
	top: 40px;
}
#switcher .theme-color-eight {
	background: #ec407a;
	left:80px;
	top: 40px;
}
#switcher .theme-color-nine {
	background: #8bc34a;
	left:120px;
	top: 40px;
}
#switcher .theme-color-ten {
	background: #5c6bc0;
	left:160px;
	top: 40px;
}
#switcher .theme-color-eleven {
	background: #ff9800;
	left:0px;
	top: 80px;
}
#switcher .theme-color-twelve {
	background: #ce0c21;
	left:40px;
	top: 80px;
}
#switcher .theme-color-thirteen {
	background: #7aa93c;
	left:80px;
	top: 80px;
}
#switcher .theme-color-fourteen {
	background: #3065b5;
	left:120px;
	top: 80px;
}
#switcher .theme-color-fifteen {
	background: #17ad94;
	left:160px;
	top: 80px;
}
/*
================================================
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 {
  border-radius: 50%;
  bottom: 20px;
  font-size: 48px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 40px;
  box-shadow:0 10px 33px rgba(0, 0, 0, 0.1);
}
#scrollUp:hover, #scrollUp:focus {
	text-decoration:none;
	}
#scrollUp i {
	display: block;
	padding-top:0px;
	font-size:12px;
	line-height:35px;
    color: #fff;	
}
/*
================================================
5. Header
================================================
*/
.header-top {
	background-clip: initial;
	background-image: url("../images/banner.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
	transition: opacity 0.3s ease 0s;
	z-index: 999;
}
.header-top:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	/*opacity: 0.7;*/
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
/*
================================================
6. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	/*padding: 15px 0 0;
	padding: 10px 0 10px 0;*/
	width: 100%;
	position: relative;
	background: none;
	background: #fff;
}
.logo-bar.affix {
	position: fixed;
	z-index: 999999;
	padding: 0;
	box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.affix .navbar {
	/*margin: 15px 0 0;*/
	margin: 10px 0 10px;
}
.logo-bar.fadeInDown {
	animation-name: none !important;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
/*
================================================
7. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: 5em;
	margin: 0;
	border: none;
	z-index: 9;
    margin: 10px 0 10px;
}
.navbar-collapse {
	float: right;
	/*margin: 6px 0 0;*/
	margin: 25px 0 0;
}
.navbar-brand {
	padding: 0;
}
.navbar-nav > li {
	padding: 0 0 0 30px;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #555;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Lato", sans-serif;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
}
.nav > li > a {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
}
/*
================================================
8. Banner Content
================================================
*/
.banner-content {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
.banner-content h1 {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 0 25px;
	color: #fff;
}
.banner-content p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	padding: 0 160px 30px;
}
.banner-content a {
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
}
/*
================================================
9. Header Bottom Arrow
================================================
*/
.bottom_row {
	border: 0px solid #fff;
	border-radius: 13px;
	bottom: 0px;
	height: 40px;
	left: 50%;
	margin-bottom: 30px;
	margin-left: -13px;
	position: absolute;
	width: 30px;
	z-index: 99999;
	text-align:center;
}
.bottom_row .fa-chevron-down {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	right: 0;
	animation: 1.7s ease 0s normal none infinite running exter-bounce;
	opacity: 1;
	font-size:16px;
	color:#fff;
}
@keyframes exter-bounce {
 0% {
 margin-top:6px;
 opacity:0;
}
 20% {
 opacity:1;
}
 100% {
 margin-top:18px;
 opacity:0;
}
}
 @-webkit-keyframes exter-bounce {
 0% {
 margin-top:6px;
 opacity:0;
}
 30% {
 opacity:1;
}
 100% {
 margin-top:18px;
 opacity:0;
}
}
/*
================================================
10. About Us
================================================
*/
.aboutus {
	padding: 65px 0 80px;
}
.aboutus h3 {
	margin: 0 0 15px;
	padding: 0;
}
.aboutus h3 span {
	display: block;
	padding: 5px 0 0;
}
.aboutus p {
	font-size: 15px;
	color: #666;
	font-weight: 400;
}
.aboutus a {
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	margin: 20px 0 0;
	text-transform: uppercase;
}
.about-wrapper {
	overflow: hidden;
	padding: 0;
}
.about-image img {
	width: 100%;
}
.about-wrapper h3 {
	font-size: 18px;
}
/*
================================================
11. Services
================================================
*/
.services {
	padding: 65px 0 50px;
	background: #f7f7f7;
}
.service-callouts {
	text-align: center;
}
.service-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
}
.service-callouts i {
	font-size: 30px;
	transition: all 400ms linear 0s;
	margin: 0 0 10px;
}
.service-callouts p {
	color: #888;
}
.service-callouts div {
	padding-bottom: 30px;
}
.service-callouts .services-box {
	padding: 30px;
	background: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.service-callouts .services-box:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease-in-out;
}
.service-callouts .services-box .services-iconbox {
	font-size: 24px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	padding: 0;
	margin: 0 0 10px;
}
.service-callouts .services-box:hover .services-iconbox {
	transform: translateY(-15px);
}
/*
================================================
12. Counters
================================================
*/
.counters:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.counters {
	background: url(../images/counters-bg.jpg) no-repeat fixed left top;
	margin: 0;
	padding: 74px 0 76px;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	z-index: 9;
}
.counters .counter .counter-icon-box {
	color: #bbb;
	margin: 0 0 20px;
	font-size: 40px;
	transition: all 400ms linear 0s;
}
.counters .counter:hover .counter-icon-box {
	transform: translateY(-15px);
}
.counters .counter .number {
	font-size: 30px;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	font-weight: 600;
}
.counters .counter p {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 500;
}
/*
================================================
13. Our Team
================================================
*/
.ourteam {
	width: 100%;
	float: left;
	padding: 65px 0 50px;
}
.team-cnt {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%;
	text-align: center;
}
.team-item {
	margin: 0 0 25px;
}
.team-item-image {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}
.team-item-image img {
	width: 100%;
}
.team-item-image:after {
	/*content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 1;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);*/
}
.team-item-detail {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	padding: 20px 23px 55px;
	font-size: 14px;
	font-weight: 300;
	color: #777;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-descr {
	color: #777;
	text-align: center;
	padding:20px 0;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-detail h4 {
	margin: 0 0 10px;
	line-height: normal;
}
.team-item-name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:#fff;
}
.team-item-role {
	margin-top: 4px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #eee;
}
.team-social-links {
	font-size: 14px;
	cursor: pointer;
}
.team-social-links a {
	display: inline-block;
	padding: 3px 7px;
	color: rgba(0,0,0, .4);
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
/* Hover state */
.team-item:hover .team-item-image:after{
	background: rgba(255,255,255, .93);
}
.team-item:hover .team-item-descr {
	/*background: rgba(230,230,230, 0.3);*/
}
.team-item:hover .team-item-detail {
	opacity: 1;
}
.team-item:hover .team-item-descr {
	color: #111;
}
.team-item:hover .team-item-name {
	/*color:#000;*/
	}
.team-item:hover .team-item-role {
	/*color:#444;*/
	}	
.team-social-links a:hover {
	color: rgba(0,0,0, .75);
}
/* Mobile touch */
.team-item.js-active .team-item-image:after, .team-item-descr:after {
	background: rgba(255,255,255, .93);
}
.team-item.js-active .team-item-detail {
	opacity: 1;
}
.team-item.js-active .team-item-descr {
	color: #111;
}
.team-item.js-active .team-social-links a:hover {
	color: rgba(0,0,0, .75);
}
/*
================================================
14. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
	width: 100%;
	float: left;
	background: url(../images/bg-pattern.png) repeat left top;
	padding: 65px 0 80px;
}
.testimonials-wrapper blockquote {
	border-left: none;
	margin: 0;
	background: #fff;
	padding: 60px 40px;
	text-align:center;
}
.testimonials-wrapper blockquote h3 {
	text-transform: none;
	font-size: 20px;
}
.testimonials-wrapper p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 30px;
	padding: 0;
}
.testimonials-wrapper h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.testimonials-wrapper h3 i {
	font-size: 20px;
}
.testimonials-wrapper h4 {
	color: #777;
	letter-spacing: 1px;
}
.testimonials-wrapper .carousel-indicators {
	bottom: 70px;
	right: 6%;
	width: auto;
	margin: 0;
	left: auto;
}
.testimonials-wrapper .carousel-indicators li:first-child {
	margin: 0;
}
.testimonials-wrapper .carousel-indicators li {
	height: 15px;
	margin: 0 0 0 5px;
	width: 4px;
	border-radius: 0;
	border: none;
	transition: all 0.2s ease 0s;
}
.testimonials-wrapper .carousel-indicators .active {
	height: 25px;
	width: 4px;
	border: none;
}
.testimonials-wrapper .client-name {
	margin-top: 15px;
}
.testimonials-wrapper .client-name p {
	margin: 0;
}
.testimonials-wrapper .client-name p b {
	font-weight: 700;
}
.testimonials-wrapper .test-img img {
	border: 2px solid #f5f5f5;
	border-radius: 50%;
	padding: 5px 5px 0;
	width:auto;
}
/*
================================================
15. Portfolio
================================================
*/
.portfolio {
	clear: both;
	float: left;
	width: 100%;
	padding:65px 0 50px;
}
.work {
	margin-bottom: 30px;
}
.work a {
	display: block;
	overflow: hidden;
	position: relative;
}
.work-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	padding: 20px;
}
.work-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}
.work:hover .work-inner:after {
	opacity: 0.8;
}
.work-info {
	text-align: center;
	margin-top:50%;
	top: -15px;
	position: relative;
}
.work-info p, .work-info h2, .work-info i {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.work-info h2 {
	font-size: 20px;
	color: #fff;
	top: -10px;
	margin: 0;
	padding: 0;
	line-height: 35px;
}
.work-info p {
	font-size: 12px;
	top: 10px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
}
.work-info i {
	font-size: 14px;
	top: 20px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.work:hover .work-info p, .work:hover .work-info h2, .work:hover .work-info i {
	opacity: 1;
	top: 0;
}
.portfolio-filter {
  border-color: rgba(183, 200, 216, 0.25);
  border-style: solid;
  border-width: 1px 0;
  list-style: outside none none;
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter li {
	display: inline-table;
	text-transform: uppercase;
	font-size: 14px;
	padding:10px 12px;
	margin:0;
	cursor: pointer;
	position: relative;
	font-weight:400;
}
.portfolio-filter li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.portfolio-filter li.active:after {
	width: 100%;
}
.work-popup {
	max-width: 550px;
	background: #fff;
	position: relative!important;
	margin: 30px auto;
	left: 0!important;
}
.work-popup img {
	width: 100%;
	height: 100%;
}
.work-popup-content {
	padding: 25px;
}
.work-popup-content h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.work-popup-content p {
	text-align: left;
	line-height: 23px;
}
.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}
/*
================================================
16. Pricing Table
================================================
*/
.pricing-table-wrapper {
	background: #f7f7f7;
	padding: 65px 0 76px;
}
.pricing-table-wrapper .pricing-table {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
.pricing-table-wrapper .price-content-wrap {
	background: #fff;
	border-top: 2px solid #333;
	padding: 30px 0 55px;
	text-align: center;
	box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.1);
}
.pricing-table-wrapper .plan-name {
	display: inline-block;
	width:85%;
	background:rgba(0, 0, 0, 0.03);
	margin:0 0 30px;
	padding:15px 0 20px;
}
.pricing-table-wrapper .price-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 15px 0;
  width: 100%;
}
.pricing-table-wrapper .price-amount {
	font-size: 48px;
	font-weight: 800;
	margin: 0 auto;
	padding: 12px 10px 0;
	text-transform: uppercase;
	display: block;
}
.pricing-table-wrapper .price-amount span {
	font-size: 24px;
	color: #000;
}
.pricing-table-wrapper .price-date {
	color: #757575;
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	text-transform: uppercase;
	margin-bottom:0;
}
.pricing-table-wrapper .price-details {
	font-size: 16px;
	font-weight: 500;
	list-style: none;
}
.pricing-table-wrapper .price-details li {
	padding: 6px 0;
}
.pricing-table-wrapper .price-btn {
	margin-top: 30px;
}
.price-btn {
	background: #333;
	color: #fff;
}
.pricing-table-wrapper .features-price-btn:hover {
	background: #333;
	color: #fff;
}
.pricing-table-wrapper .btn {
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s !important;
	border: none;
}
/*
================================================
17. Contact us
================================================
*/
.contactus {
	padding: 60px 0 16px;
	background: #fff;
}
.contact-inner {
	padding: 0 0 60px;
	width: 100%;
	display: inline-block;
}
.contact-inner form {
	padding:0;
}
.form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
}
.contactus textarea {
  height: 100px;
}
.contact-details h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.contact-details .contact-info-wrapper {
	border: 1px solid #f1f1f1;
	cursor: pointer;
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.contact-info-icon {
	background: #f2f2f2;
	display: inline-block;
	font-size: 30px;
	height: 100%;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 23%;
}
.contact-info-wrapper .fa {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.contact-info-content {
	display: inline-block;
	min-height: 100%;
	padding: 36px 39px;
	width: 77%;
}
.contact-info-content a:hover{
	color: #3065b5;
}
.contact-info-content h3 {
	font-size: 16px;
	margin-bottom: 24px;
}
.google-map {
	position: relative;
	clear: both;
	z-index: 9;
}
.google-map iframe {
	width: 100%;
	height: 330px;
	border: solid 1px #ccc;
}
.form-control {
	background: #f1f1f1 none repeat scroll 0 0;
	border-color: rgb(241, 241, 241);
	border-image: initial;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	font-size: 14px;
	height: 45px;
	line-height: 24px;
	padding: 15px 20px;
	transition: all 0.3s ease 0s;
}

.contactus .btn {
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s !important;
	margin: 20px 0 0;
	float: left;
}
.contactus .btn:hover {
	opacity:0.8;
	}
.contactus .form-group {
	margin-bottom: 17px;
	border: 1px solid #999;
}
/*
================================================
18. Footer
================================================
*/
footer {
	padding: 25px 0;
	width: 100%;
	float: left;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
}

/*
================================================
19. Media Quries 
================================================
*/
@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50 auto;
}
}
 @media (max-width: 768px) {
.gal-container .modal-content {
	height: 250px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
header {
	/*height: 500px;*/
}
.navigation {
	padding: 0;
}
.navbar-nav > li {
	padding: 0 0 0 15px;
}
.navbar {
	margin-top: 8px;
}
.banner-content h1 {
	font-size: 42px;
}
.banner-content p {
	padding: 0;
}
.service-callouts div {
	border: none;
}
.counters .counter {
	padding: 25px 10px;
}
.pricing-table .space1 {
	margin-top: 30px;
}
.contact-details div {
	font-size: 15px;
}
.about-wrapper .space {
	margin-top: 30px;
}
.our-blog .single-post-content {
	margin: 0 0 15px;
}
.contact-inner form {
	padding: 0;
	margin: 20px 0 0;
}
#scrool-top {
	right: 15px;
}
}
@media (max-width: 767px) {
section h2 {
	font-size: 25px;
}
header {
	/*height: 380px;*/
}
.logo-bar {
	z-index: 9;
	/*padding: 10px 0;*/
}
.navbar-toggle {
	margin: 0 0 5px;
}
.navbar {
	margin: 0;
	margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.affix .navbar {
	margin: 15px 0 10px;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
	display: inline-block;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
.banner-content p {
	display: none;
}
.banner-content h1 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 20px;
}
.aboutus {
	padding: 65px 0 50px;
}
.section-title > p {
	width: 98%;
}
.counter {
	margin: 0 0 50px;
}
.counters {
	padding-bottom: 30px;
}
.pp_expand {
	display: none !important;
}
.service-callouts .services-box .services-iconbox {
	line-height: 30px;
}
.service-callouts i {
	line-height: 25px;
}
.service-callouts div {
	border: none;
	padding: 20px 0;
}
.testimonials-wrapper > div {
	padding: 0;
}
.testimonials-wrapper blockquote {
	padding: 15px;
}
.testimonials-wrapper blockquote h3 {
	text-align: left;
}
.testimonials-wrapper .test-img img {
	width: auto;
}
.testimonials-wrapper h4 {
	padding: 0 0 15px;
}
div.team-cnt > div > div {
	margin: 0 0 25px;
	text-align: center;
}
.ourteam {
	padding: 66px 0 40px;
}
.team-cnt > div {
	padding: 0;
}
.ourteam .img-box {
	margin: 40px 0 15px;
}
.callouts {
	padding: 0;
}
.pricing-table-wrapper .space {
	margin: 30px 0;
}
#scrool-top {
	right: 15px;
}
.contact-details > div {
	padding: 0;
}
.contact-inner form {
	padding: 15px 0;
}
.contact-inner form > div {
	padding: 0;
}
.contact-inner {
	padding: 0 15px 30px;
}
.contact-inner div {
	margin-bottom: 15px;
}
.contact-details div {
	border: none;
}
}
