/* =================================================================== 
							CSS Structure 
======================================================================
1. GLOBAL STYLES
   -Common Styles
   -Page Loader	
2. NAVIGATION MENU
3. TEXT SLIDE SECTION
4. WE ARE SECTION
5. FEATURES SECTION
6. COUNTER SECTION
7. TEAM SECTION
8. SKILLS SECTION
9. RESPONSIVE SECTION
10. SERVICES SECTION
11. WORKING SECTION
12. PRICING SECTION
13. TESTIMONIAL SECTION
14. CLIENTS SECTION
15. PORTFOLIO SECTION
    -Hover effects
16. CONTACT SECTION
	-Contact details
	-Map 
	-Footer

/* =================================================================== 
							GLOBAL STYLES
======================================================================*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;

}

html.noscroll,
body.noscroll {
	/*height:100%;
	overflow:hidden;
	width:100%;*/
}

section {
	padding: 60px 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202020;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Raleway', sans-serif;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

p {
	font-family: 'Open Sans', sans-serif;
}

p,
#working .tooltip-inner {
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;

}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 99999;
	/* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../img/preloader.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

section.color {
	background: #F2F2F2;
}

.color-white-text {
	color: #fff;
}

.container {
	max-width: 1170px;
	width: 100%;
}

.title {
	text-align: center;
}

.title h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 15px;
}

.team .title h1,
.responsive .title h1 {
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #fff;
}

.title h2 {
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 5px;
}

.title p {
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	line-height: 27px;
}

.title.white h1,
.title.white h2,
.title.white p {
	color: #fff;
}

.img-responsive,
.thumbnail>img {
	width: 100%;
}

button,
button::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

button {
	background: none;
	border: 3px solid #fff;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em auto;
	padding: 1em 3em;
	position: relative;
	text-transform: uppercase;
}

button::before,
button::after {
	background: #fff;
	content: '';
	position: absolute;
	z-index: -1;
}

button:hover {
	color: #89565c;
}

.btn-5 {
	overflow: hidden;
}

.btn-5::after {
	/*background-color: #f00;*/
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
}

.btn-5:hover:after {
	height: 100%;
	width: 135%;
}



.btn {
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #fff;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #fff;
	background: transparent;
}

.animated {
	visibility: hidden;
}

.visible {
	visibility: visible;
}


.pattern-overlay1 {
	background: #f0e9e947;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.pattern-overlay {
	background: #1d1d1d57;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	/*	background: rgba(43, 43, 43, 0.5);*/
}

/*---------------Common Styles---------------------*/
.btn,
.we-are-block i,
#features i,
.contact-details {
	background: none
}

.navbar-default.sticky {
	transition: ease 1s;
	background: #505050;
}

.we-are-block:hover i,
.we-are-block:hover h2,
.we-are-block:hover h3,
.btn:hover,
#working li:hover,
#portfolio .item ul>li i:hover,
#features .feature:hover i,
#features .feature:hover h3,
.team .thumbnail .caption li>a:hover,
#footer li>a:hover,
.service-block:hover div.fa,
.service-block:hover h4,
.service-block:hover h3,
.service-block:hover i {
	transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

a.navbar-brand {
	padding-top: 10px;
}

/*---------------Page Loader---------------------*/

.scroll i.fa {
	font-size: 50px;
}



/*#pageloader {
    background-color:#F2F2F2;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
} 
.loader-item {
    background:url(../img/loader.gif) no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.loader-item h2 {
    color: #CCCCCC;
    font-size: 20px;
    margin: 0 auto;
}*/
.colored-border {
	border-color: #3498db;
}

/* =================================================================== 
						NAVIGATION MENU	
======================================================================*/
.navbar-default {
	border-color: #000000;
	margin-bottom: 0;
	z-index: 9999;
	border: 0;
	background: transparent;
}

/*.navbar-default{
	color: #ffffff;
    font-size: 26px;
	text-transform:uppercase;
    font-weight: 700;
	padding: 10px 15px 10px;
	margin-top:5px;
}*/
/*.navbar-brand{
  padding: 10px 15px 10px;
	
}
*/

i.form-control-feedback.fa {
	top: 35% !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
}

.navbar-default .navbar-header p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
	padding-bottom: 5px;
	padding-top: 25px;
	line-height: 30px;
	outline: none;
	margin-bottom: 20px;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	-ms-transition: all ease 0.25s;
	-transition: all ease 0.25s;
	font-family: 'Raleway', sans-serif;
}

.nav>li>a {
	padding: 0;
	margin: 0 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: rgba(255, 255, 255, 1);
	letter-spacing: 1px;

}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: transparent
}

.navbar-toggle {
	position: absolute;

	right: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
}

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

.navbar-default .navbar-nav>.active>a {
	color: #fff !important;
	border-bottom: 2px solid #dec2c8;
	font-weight: 900;
}

.navbar-default .navbar-toggle {
	/* border-color: #ddd; */
	border-color: transparent !important;
}

/* =================================================================== 
						TEXT SLIDER SECTION
======================================================================*/
.text-slider {
	background: url(../img/slider.jpg) no-repeat fixed;
	border-color: #000000;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.text-slider .slider-container {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.slider-text .item {
	display: block;
	width: 100%;
	height: auto;
}

.slider-text .item h3 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.slider-text .item p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 350px 0;
	font-style: normal;
	font-weight: 600;
}


.owl-pagination {
	text-align: center;
}

.owl-controls .owl-page {
	display: inline-block;
	height: 20px;
}

.owl-page>span {
	background: #fff;
	display: block;
	height: 10px;
	margin: 0 10px;
	width: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.owl-page.active>span {
	background: #000;
	border: 7px solid #fff;
	height: 20px;
	width: 20px;
	margin: -4px 2px;
}

.owl-pagination {
	text-align: center;
	display: none;
}

.scroll-down {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 130%;
}

.scroll-down>a {
	text-align: center;
	color: #fff;
	font-size: 28px;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	display: inline-block;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@-webkit-keyframes hover {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hover {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

/* ---------------- Background Slider --------------------- */
.text-slider-container p {
	padding: 0 33%;
}

.text-slider-container a.btn i {
	margin-right: 5px;
}

.slides-container {
	z-index: -1;
}

.wide-container {
	height: 700px;
}

.bg-slider {
	position: relative;
}

.z-index-99 {
	z-index: 99;
}

.vertical-center-section {
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.text-slider-container .element,
.typed-cursor {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.typed-cursor {
	animation: fadeIn 0.6s alternate infinite;
	-o-animation: fadeIn 0.6s alternate infinite;
	-moz-animation: fadeIn 0.6s alternate infinite;
	-webkit-animation: fadeIn 0.6s alternate infinite;
}

/* -------------- Video Bg ------------------ */
.video-bg {
	min-height: 650px;
	position: relative;
}

.text-slider.video-bg-section {
	background-image: none;
}

.video-bg .movie {
	z-index: -1;
}

/* =================================================================== 
						WE ARE SECTION
======================================================================*/
#we-are .title {
	margin-bottom: 128px;
}

#we-are .title p {
	margin: 0;
}

.we-are-blockh4 {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	margin: 2px 0 8px;
}

.we-are-block h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	margin: 0 0 10px;
}

.we-are-block p {
	margin: 18px 0 50px;
}

.we-are-block i,
#features i {
	font-size: 50px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	height: 70px;
	padding: 12px 0;
	width: 70px;
	position: relative;
}

.we-are-block i:after,
#features i:after {
	content: "";
	background-color: #cacaca;
	height: 60px;
	position: absolute;
	width: 1px;
	right: -16px;
	top: 5px;
}

.icon-title {
	display: inline-block;
	margin-left: 29px;
}

.col-md-12.about {
	margin-bottom: 40px;
	padding: 0 50px;
}

/* =================================================================== 
						FEATURES SECTION
======================================================================*/
#features .title {
	margin-bottom: 95px;
}

#features .features-left,
#features .features-right {
	width: 35%;
	padding: 50px 15px;
	float: left;
}

#features .features-image {
	width: 30%;
	padding: 0 15px;
	float: left;
}

#features .features-left {
	text-align: right;
}

#features .features-right {
	text-align: left;
}

#features .features-left .feature-icon {
	float: right;
}

#features .features-right .feature-icon {
	float: left;
}

#features .feature {
	margin-top: 75px;
}

.features-title {
	display: table;
}

#features h3 {
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 6px;
}

#features .features-left i {
	margin: 5px 0 0 25px;
}

#features .features-left i:after {
	left: -14px;
	background: #4c4c4c;
}

#features .features-right i {
	margin: 5px 25px 0 0;
}

#features .features-right i:after {
	right: -14px;
	background: #7c7c7c;
}

.about-phone {
	display: none;
}

/* =================================================================== 
						COUNTER SECTION
======================================================================*/
#team {
	background: url(../img/counter.jpg) fixed;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center;

}

.banner-section {
	background: url(../img/banner-img.jpg) fixed !important;
}

.counter-section {
	position: relative;
	padding: 20px 0;
}

/*.counter-section.banner.team {
    padding: 50px 0px;
}
.*/
.counter-section .counter,
.counter-section i,
.counter-section p {
	color: #fff;
	text-align: center;
}

.counter-section i {
	font-size: 75px;
	display: block;
}

.counter-section .counter {
	font-size: 60px;
	font-weight: 500;
}

.counter-section p {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px;
}

/* =================================================================== 
						TEAM SECTION
======================================================================*/
.team .title,
.responsive .title {
	margin: 75px 0;
}

.title.banner-title {
	margin: 100px 0px 60px;
}

.team .thumbnail {
	border: none;
	padding: 0;
	position: relative;
	overflow: hidden;

}

.team .thumbnail h3 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

.team .thumbnail h6 {
	font-size: 17px;
	margin-bottom: 0;
	margin-bottom: 10px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

.team .thumbnail p {
	color: #000;
	line-height: 25px;
	font-size: 16px;
}

.team .thumbnail img {
	position: relative;
	z-index: 99;
}

.team .thumbnail .caption {
	background-color: #fff;
	position: absolute;
	bottom: -100%;
	right: 0;
	left: 0;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	background: #2d2524b8;
	background: #000000d9;



}

.team .thumbnail:hover .caption,
.team .thumbnail .caption:hover {
	display: block;

	z-index: 999;
	transition: ease 0.9s;
	bottom: 0%;
}

.team .thumbnail .caption ul {
	padding: 0;
	margin: 18px 0;
}

.team .thumbnail .caption li {
	display: inline-block;
	font-size: 18px;
	margin: 0 5px;
}

.team .thumbnail .caption li>a {
	color: #000;
}

.team .thumbnail .caption li>a.fa-facebook:hover {
	color: #3B5998;
}

.team .thumbnail .caption li>a.fa-twitter:hover {
	color: #5EA9DD;
}

.team .thumbnail .caption li>a.fa-google-plus:hover {
	color: #DD4B39;
}

.team .thumbnail .caption li>a.fa-youtube:hover {
	color: #C2191E;
}

/* =================================================================== 
						SKILLS SECTION
======================================================================*/
#skills .title {
	margin-bottom: 60px;
}

#skills p {
	margin-bottom: 0;
}

.progress {
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	height: 13px;
	background: #fff;
	border: 1px solid #000;
	margin-bottom: 35px;
	overflow: visible;
}

.progress-bar {
	background: #000;
	position: relative;
}

.progress .tooltip {
	opacity: 1;
	right: -20px;
	top: -40px;
	font-family: inherit;
}

.progress .tooltip-inner {
	padding: 6px 10px;
	border-radius: 0;
}

/* =================================================================== 
						RESPONSIVE SECTION
======================================================================*/
.responsive {
	background: url(../img/gallery-bg.jpg) fixed;
	padding: 0;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.responsive.properties {
	background: url(../img/properties.jpg) fixed;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.responsive.properties1 {
	background: url(../img/contact.jpg) fixed;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.responsive-section {
	position: relative;
	padding: 20px 0;
}

.responsive div {
	z-index: 9;
}

.responsive h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	line-height: 58px;
}

.responsive p {
	color: #fff;
	margin-bottom: 25px;
}

.responsive img {
	margin-top: 35px;
}

/* =================================================================== 
						SERVICES SECTION
======================================================================*/
#services .title {
	margin-bottom: 80px;
}

.service-block {
	text-align: center;
	padding: 95px 37px 40px;
}

.services-bottom .service-block {
	padding-top: 60px;
}

.service-block div.fa {
	color: #F2F2F2;
	font-size: 120px;
	position: relative;
}

.service-block i.fa {
	color: #000;
	display: block;
	font-size: 75px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 20px;
}

.service-block h4 {
	font-size: 26px;
	font-weight: 300;
}

.service-block p {
	font-size: 14px;
}

.services-bottom .service-block p {
	margin-bottom: 60px;
}

.service-block h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 20px;
	;
}

.services-top,
.services-bottom {
	margin-left: 110px;
	margin-right: 110px;
}

.service-block.left {
	border-right: 2px solid;
}

.middle-line {
	background: none repeat scroll 0 0 transparent;
	border-top: 2px solid;
	height: 0px;
	margin: 0 110px;
	position: relative;
}

.middle-line:before,
.middle-line:after,
.services-top .service-block.left:before,
.services-bottom .service-block.left:after {
	border-radius: 50%;
	content: "";
	height: 20px;
	position: absolute;
	width: 20px;
	left: 0;
	margin-top: -10px;
}

.middle-line:after {
	left: auto;
	right: -1px;
	top: 0;
}

.services-top .service-block.left:before,
.services-bottom .service-block.left:after {
	left: auto;
	right: -11px;
	top: 0;
}

.services-bottom .service-block.left:after {
	top: auto;
	bottom: 0;
}

.middle-line>span {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: -18px;
	width: 100%;
	z-index: 9;
}

.middle-line>span:before {
	content: "";
	height: 50px;
	left: -1px;
	margin: -8px auto 0;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 50px;
	z-index: -1;
}

/* =================================================================== 
						WORKING SECTION
======================================================================*/
#working {
	background: url(../img/working.png) #202020 repeat fixed;
	padding-bottom: 80px;
}

#working .title {
	margin-bottom: 70px;
}

#working .working-circle {
	height: 160px;
	width: 160px;
	border: 1px solid #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #000;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

#working .working-circle:after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	background: #fff;
	left: -2px;
	padding: 2px;
	top: -2px;
	transform: scale(0.92);
	-moz-transform: scale(0.92);
	-ms-transform: scale(0.92);
	-o-transform: scale(0.92);
	-webkit-transform: scale(0.92);
}

#working .working-circle:hover:after {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}

#working .working-circle i {
	font-size: 60px;
	position: relative;
	line-height: 158px;
	z-index: 9;
}

#working .working-circle>p {
	color: #f2f2f2;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 20px;
}

#working .working-circle:hover:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	transition: transform 0.5s, opacity 0.2s;
}

#working .working-circle:hover {
	-ms-box-shadow: 0px 0px 0px 3px #fff;
	-moz-box-shadow: 0px 0px 0px 3px #fff;
	-o-box-shadow: 0px 0px 0px 3px #fff;
	-webkit-box-shadow: 0px 0px 0px 3px #fff;
	color: #fff;
	border-color: #0099CC;
}

#working .tooltip {
	opacity: 1;
}

#working .tooltip-inner {
	padding: 10px;
	line-height: unset;
	color: #fff;
}

/* =================================================================== 
						PRICINGS SECTION
======================================================================*/
#pricings .title {
	margin-bottom: 65px;
}

#pricings .pricing-table {
	border: 1px solid;
	border-color: #202020;
	text-align: center;
	margin-bottom: 40px;
}

.category {
	position: relative;
	background: #4c4c4c;
}

.category h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

.price {
	padding: 20px 0;
}

.price h4,
.price p {
	margin: 0;
	letter-spacing: 1px;
	color: #4c4c4c;
}

.price h4 {
	font-size: 45px;
	font-weight: 700;

}

.price p {
	font-size: 14px;
	font-weight: 400;
}

.pricing-table ul {
	padding: 0 20px;
}

.pricing-table ul>li {
	list-style: none;
	padding: 15px 0;
	color: #4c4c4c;
	font-weight: 400;
	letter-spacing: 1px;
	border-bottom: 1px solid #cacaca;
	-webkit-font-smoothing: antialiased !important;
}

.pricing-table .btn {
	font-size: 22px;
	background: #4C4C4C;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 20px 25px;
	margin: 15px 0 0;
	display: block;
	border: none;
	width: 100%;
}

.pricing-table .btn:hover,
#pricings .pricing-table.premium .btn:hover {
	color: #fff;
	background: #202020;
}

/*====================premium=======================*/
#pricings .pricing-table.premium {
	transform: scaleY(1.05);
	-ms-transform: scaleY(1.05);
	-moz-transform: scaleY(1.05);
	-o-transform: scaleY(1.05);
	-webkit-transform: scaleY(1.05);
}

#pricings .pricing-table.premium .price {
	transform: scaleY(0.95);
	-ms-transform: scaleY(0.95);
	-moz-transform: scaleY(0.95);
	-o-transform: scaleY(0.95);
	-webkit-transform: scaleY(0.95);
}

/* =================================================================== 
						TESTIMONIALS SECTION
======================================================================*/
#testimonials {
	text-align: center;
	background: url(../img/testimonial.jpg)fixed;
	background-size: cover;
	z-index: 0;
	position: relative;
	padding-bottom: 80px;
}

#testimonials p {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}

#testimonials .img-circle {
	height: 100px;
	width: 100px;
	border: 4px solid #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

#testimonials h3 {
	margin-bottom: 0;
}

/* =================================================================== 
						CLIENTS SECTION
======================================================================*/
#clients {
	background: #171717;
	padding-bottom: 100px;
}

#clients .img-responsive,
#testimonials .img-responsive {
	width: auto;
	margin: 0 auto;
}

/* =================================================================== 
						PORTFOLIO SECTION
======================================================================*/
#portfolio {
	padding-bottom: 80px;
}

#clients-slider .item {
	margin: 0 10px;
}

#portfolio ul,
#portfolio .item ul {
	text-align: center;
	padding: 0;
	list-style: none;
}

.portfolio-text {
	box-sizing: border-box;
	position: fixed;
	margin-top: -50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 93%;
	right: 10px;
	font-weight: 500;
	background: #202020c4;
	padding: 11px 10px;
	border-radius: 2px;

}

.portfolio .item img {
	width: 100%;
	display: block;
}

#portfolio .item {
	float: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	background: #000;
}

#portfolio .item h3 {
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	padding: 0 0 15px 15px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

#portfolio ul>li {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	position: relative;
}

#portfolio ul>li:after {
	position: absolute;
	content: "/";
	right: -5px;
	top: 5px;
}

.customNavigation a {
	position: absolute;
	top: 35%;
}


.customNavigation .next {
	right: 0;
}

.customNavigation .prev {
	left: 0;
}

#portfolio ul>li:last-child:after {
	content: "";
}

#portfolio ul>li a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000;
	padding-right: 10px;
}

#portfolio .item img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.project-grid .grid-sizer {
	width: 25%;
}

.project-grid .mini-item {
	width: 25%;
	border: 5px solid #fff;
}

.project-grid .mini-item.w2 {
	width: 50%;
}

#portfolio .item {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-caption {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 100%;
	height: 50px;
	width: 100%;
}

#portfolio .item ul {
	height: 100%;
	margin-bottom: 0;
	padding: 10px 0;
}

#portfolio .item ul>li a {
	padding: 0;
	font-size: 20px;
	color: #fff;
	padding: 0 10px;
}

/*====================Hover effects====================*/
#portfolio .item:hover .item-caption {
	-webkit-transform: translatey(-50px);
	-moz-transform: translatey(-50px);
	-o-transform: translatey(-50px);
	-ms-transform: translatey(-50px);
	transform: translatey(-50px);
}

#portfolio .item:hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0.5;
}

#portfolio .item:hover h3 {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	opacity: 1;
}

/* =================================================================== 
						CONTACT SECTION
======================================================================*/
#contact {

	position: relative;
}

.input-group {
	width: 100%;
}

.form-group {
	margin-bottom: 30px;
}

.form-group1 {
	margin-bottom: 30px;
}

.form-control {

	border: none;
	border-bottom: 1px solid #fff;
	border-color: #000;
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	color: #000;
}


.input-group select.form-control {
	width: 100%;
}


.input-group select.form-control option {
	color: #000 !important;
}

.badge {
	background-color: #000;
	font-family: serif;
	right: 0px;
	position: absolute;
	top: 9px;
	z-index: 9;
}

::-webkit-input-placeholder {
	color: #000 !important;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000 !important;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000 !important;
	opacity: 1;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #000 !important;
}

.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	font-style: normal;
}

.has-error .form-control:focus,
.has-error .form-control {
	border-color: #e74c3c;
}

#contact .btn {
	margin: 25px 0 0px;
	background: #8e6067;
	font-weight: 700;
	font-size: 18px;
	padding: 12px 50px;
	text-transform: none;
	border: none;
}

#contact .btn:hover {
	border: none;
	background: #af828c
}


.message-box i {
	padding-right: 37px;
}

.form-message {
	color: white;
}

.form-msg {
	background-color: #3b5a3b;
	padding: 14px;
}

.form-msg-error {
	background-color: red;
	padding: 14px;
}



/*==================Contact details====================*/
.contact-details {
	padding: 50px 20px;
	background: #171717;
	text-align: center;
	position: relative;
}

.contact-details .icon-circle {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 18px 0;
	margin: 0 auto;
	color: #000;
	overflow: hidden;
}

.contact-block:hover .icon-circle {
	color: #fff;
}

.contact-block {
	margin-bottom: 30px;
}

.contact-block i {
	font-size: 34px;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
}

.contact-block:hover i {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}

	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}

	50% {
		opacity: 0;
		transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

.contact-details h3 {
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
}

.contact-details p,
.contact-details p a {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}

/*===================Map==========================*/
.map #map_canvas {
	height: 240px;
	width: 100%;
}

/*===================Footer======================*/
#footer {
	background: #171717;
}

#footer p {
	color: #fff;
	margin: 32px 0;
	font-size: 14px;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 24px 0;
	text-align: center;
}

#footer li {
	display: inline-block;
	font-size: 24px;
	padding: 0 5px;
}

#footer li>a {
	color: #fff;
	background: #c19191;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	padding: 8px 0;
}

#footer a.fa-facebook:hover {
	background: #f0e9e9;
	color: #70434b;
}

#footer a.fa-twitter:hover {
	background: #f0e9e9;
	color: #70434b;

}

#footer a.fa-youtube:hover {
	background: #f0e9e9;
	color: #70434b;
}

.slider-text .item h3 span {
	font-weight: 700;
	color: #ffffff;
}

.slider-text .item h3 {
	position: relative;
	display: block;
}

.slider-text .item h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 100px;
	height: 5px;
	background: #fff;

}

.slider-text .item h6 {
	text-align: center;
}



.team .title h1,
.responsive .title h1,
.parallaxbg h1 {
	text-transform: uppercase;
	padding-bottom: 15px;
}

.team .title h1 {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	border: 3px solid #dab6bc;
	padding: 12px 17px;
	margin-bottom: 0;
	font-size: 34px;
	letter-spacing: 1px;
}

.responsive-section .title h1 {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	border: 3px solid #dab6bc;
	margin-bottom: 0px;
	padding: 12px 17px;
	margin-bottom: 0px;
	font-size: 34px;
	letter-spacing: 1px;

}

/*.team .title h1:after, .responsive .title h1:after, .parallaxbg h1:after{
	content:'';
    position:absolute;
    left:0; right:0; bottom:0;
    margin:0 auto;
    width:100px;
    height:5px;
    background:#fff;
	
}
*/
.team .title h1 span,
.responsive .title h1 span,
.parallaxbg h1 span {
	color: #f7e5d4;
}

.parallaxbg h1 {
	font-size: 50px;
}

.modal-header {
	border-radius: 5px 5px 0 0;
}

.modal-header h3 {
	color: #fff;
	font-size: 24px;
}

.modal-content .close {
	font-size: 32px;
	color: #f1c40f;
	text-shadow: none;
	opacity: 1;
}

.modal-header .close {
	margin-top: -32px;
}

.modal-content .btn {
	border: 1px solid #f1c40f;
	background: #f1c40f;
	color: #fff;
}

.modal-content .btn:hover {
	color: #fff;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 22px;
	border: none;
	outline: none;
	background-color: #af828c;
	color: white;
	cursor: pointer;
	padding: 0px;
	border-radius: 2px;
	width: 42px;
	height: 42px;

}

.map {
	position: relative;
	width: 100%;
}

/* gallery */


.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	padding: 0px 0px;
}

.tz-gallery {
	padding: 0px;
}

.tz-gallery .row>div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Glyphicons Halflings';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
	content: "\e060";
}


.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(175, 130, 140, 0.85);
	content: '';
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}


@media(max-width: 768px) {
	body {
		padding: 0;
	}
}


.btn:hover,
.btn:focus,
.btn.focus,
.btn:hover,
.services-top,
#team .thumbnail .caption,
.service-block.left,
.middle-line,
#pricings .pricing-table.premium,
#team .thumbnail:hover .caption,
{
border-color: #000 !important;
}

.color,
.btn:hover,
.btn:focus,
.btn.focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.we-are-block:hover h4,
.we-are-block:hover h3,
#features .feature:hover h3,
.service-block:hover h4,
.service-block:hover h3,
.service-block:hover i,
#team .thumbnail h3,
#testimonials h3,
#portfolio ul>li a.active,
#portfolio .item ul>li i:hover,
{
color: #fff !important;

}

.pad-none {

	padding-left: 0px;
	padding-right: 0px;
}

.foot .title h1 {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	font-size: 36px;
	padding: 5px 17px;
	margin-bottom: 20px;
	color: #8e6067;
}

.foot p {
	font-size: 18px;
	color: #000 !important;
}

/*About */


.about-box p {

	text-align: justify
}

.b-top {
	margin-top: 30px;
}

.has-success .form-control {

	-webkit-box-shadow: none !important;

}

.read-more-bttn {
	background: #8e6067;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	padding: 10px 20px;
	transition: all 0.5s;
	cursor: pointer;

	font-size: 17px;
	text-transform: capitalize;

	display: inline-block;
}

.read-more {
	background: #8e6067;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	padding: 10px 20px;
	transition: all 0.5s;
	cursor: pointer;

	font-size: 17px;
	text-transform: capitalize;

	display: inline-block;
}

.read-more:hover {
	color: #fff;
}

.read-more-bttn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;

}

.read-more-bttn span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.read-more-bttn:hover span {
	padding-right: 25px;
	color: #fff;
}

.read-more-bttn:hover span:after {
	opacity: 1;
	right: 0;
}

img {
	width: 100%;
}

.mt-20 {
	margin-top: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.heading {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;

}

.heading h1 {
	text-align: center;
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;

}

.heading:before,
.heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
}

.heading:before {
	width: 300px;
	height: 0;
	border-bottom: 1px solid #d0d0d0;
	margin-left: -150px;
}

.heading:after {
	height: 5px;
	width: 96px;
	background: #8e6067;
	margin-left: -48px;
	margin-bottom: -2px;
}

.testimonial {
	border-left: 4px solid #8e6067;
	box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
	padding: 30px 30px 30px 130px;
	overflow: hidden;
	position: relative;
	border-top: solid 1px #eee;
	margin-bottom: 40px;
}

.inner-testimonial .testimonial {
	margin-bottom: 20px;
}

.testimonial:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 4px solid #8e6067;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	transform: rotate(-45deg);
	transform-origin: 80% -30% 0;
}

.testimonial .pic {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 20px;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
}

.testimonial .description {
	font-size: 15px;
	color: #918686;
	line-height: 25px;
	margin-bottom: 15px;
}

.testimonial .title {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #8e6067;
	margin: 0;
}

.testimonial .post {
	display: inline-block;
	font-size: 17px;
	color: #d45113;
}

.owl-theme .owl-controls .owl-page span {
	border: 1px solid #8e6067;
	background: #fff;
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
	background: #8e6067;
}

.inner-testimonial .testimonial {
	margin-bottom: 40px;
}

.section-box-ten {
	height: 260px;
	background: radial-gradient(#6e6e6e, #2f2f2f);
	background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
	background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;

}

.section-box-ten a:hover {
	color: #fff;
	border-color: #fff;
}

.section-box-ten figure {
	position: absolute;
	text-align: left;
	padding: 15px 19px 15px 20px;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	background: rgba(0, 0, 0, 0.71);
	bottom: -79%;
	transition: ease-in-out .5s;
}

.section-box-ten:hover figure {
	bottom: 0;
	padding: 45px 19px 10px 20px
}

.section-box-ten figure h3 {

	color: #fff;
	font-size: 20px;
	margin-top: 3px;
	text-transform: capitalize;
}

.section-box-ten p {
	color: #fff;
}

.service-image {
	border: solid 1px #eee;
}

.customNavigation img {
	width: 30px;
}

.mb-20 {
	margin-bottom: 20px;
}

/* .btn-show{
 	display: none;
 }*/
@media(min-width: 768px) and (max-width:1024px) {
	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {

		display: none !important;
	}

	/* .navbar-collapse.in {
    
    overflow-y: auto;}*/
	.navbar-right {
		float: left !important;
		margin-right: -15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-header {
		float: none;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-top: solid 1px #e7e7e7;
	}

	.collapse.in {
		display: block !important;
		visibility: visible !important;
	}

	.navbar-default .navbar-nav>li>a {

		padding-bottom: 5px;
		padding-top: 15px;
		line-height: 26px;
	}

	.navbar-nav {
		margin: 7.5px 0px !important;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial {
		padding: 20px;
		text-align: center;
	}

	.testimonial .pic {
		display: block;
		position: static;
		margin: 0 auto 15px;
	}

	.customNavigation img {
		width: 25px;
	}

	.tz-gallery .col-sm-6 {
		padding: 10px 20px !important;
	}


}