/*
    Template Name    : Prime
	Description		 : Responsive HTML5 Business 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. Top Bar 
7. Navigation
8. Banner Area
9. About Us
10. Services
11. Testimonials Wrapper 
12. Satisfied Wrapper
13. Pricing Table
14. Our Team
15. Contact Us
16. Footer
17. 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: #272727;
}
h5 {
	font-size: 18px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-0 {
	margin-bottom: 0;
}
.pad-l4 {
	padding-left: 40px;
}
.nopadding {
	margin: 0;
	padding: 0;
}
.white {
	color: #fff;
}
.white-bg {
	background: #fff !important;
}
h6 {
	font-size: 16px;
	margin: 0 0 5px;
}
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%;
}
.lspace-1 {
	letter-spacing: 10px;
}
.title-line.align-center {
	float: none;
	height: 2px;
	margin: 0 auto 30px;
	padding: 0;
	width: 34px;
}
.title-line {
	background-color: #161616;
	float: left;
	height: 2px;
	margin: 0 auto 60px;
	padding: 0;
	width: 34px;
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.section-title {
	text-align: center;
	margin: 0 0 30px;
}
.section-title h2:before {
	content: "";
	height: 3px;
	left: -60px;
	margin-top: -2.5px;
	position: absolute;
	top: 55%;
	width: 50px;
}
.section-title h2 {
	font-size: 35px;
	letter-spacing: 1.2px;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.section-title h2:after {
	content: "";
	height: 3px;
	margin-top: -2.5px;
	position: absolute;
	right: -60px;
	top: 55%;
	width: 50px;
}
.section-title > p {
	color: #666;
}
.section-title > p span {
	display: block;
}
.pad-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 40%;
	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: 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;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#switcher .theme-active {
	background: #fbb829;
}
#switcher .theme-color-two {
	background: #009688;
	left: 40px;
}
#switcher .theme-color-three {
	background: #C46123;
	left: 80px;
}
#switcher .theme-color-four {
	background: #19bdc7;
	left: 120px;
}
#switcher .theme-color-five {
	background: #46c6fb;
	left: 0px;
	top: 40px;
}
#switcher .theme-color-six {
	background: #2ecc71;
	left: 40px;
	top: 40px;
}
#switcher .theme-color-seven {
	background: #008cba;
	left: 80px;
	top: 40px;
}
#switcher .theme-color-eight {
	background: #8a7bd1;
	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;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp i {
	display: block;
	line-height: 40px;
}
/*
================================================
5. header top area
================================================
*/
.header-top-area {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
	background: #fff;
}
.logo a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	color: #fff;
}
header .logo:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: skewX(-45deg);
	width: 2000px;
	z-index: 999;
}
header .logo {
	height: 100%;
	margin: 0;
	padding: 38px 0 0;
	position: relative;
}
/*
================================================
6. Top Bar 
================================================
*/
.top-bar {
	background: #212124;
	padding: 10px 0;
	font-size: 13px;
}
.top-bar p {
	color: #a4a4a6;
	margin: 0px;
	padding: 0;
	font-size: 13px;
}
.top-bar a {
	color: #a4a4a6;
}
.top-bar a:hover .fa-envelope, .top-bar a:hover {
	color: #fff;
}
.top-bar .fa {
	color: #a4a4a6;
	margin-right: 6px;
}
.top-bar ul {
	margin: 2px 0 0;
	padding: 0;
}
.top-bar ul li {
	margin-right: 15px;
	padding: 0;
}
.top-header-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-header-wrapper ul li:first-child {
	margin: 0;
}
.top-header-wrapper ul li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
}
.top-header-wrapper > a {
	color: #a4a4a6;
}
.top-header-wrapper i {
	margin-right: 5px;
}
.top-support > span {
	display: block;
}
span.separator {
	margin: 0 10px;
}
/*
================================================
7. Navigation
================================================
*/
.menu-bg .header-top-area + .banner-wrapper {
	margin-top: 70px;
}
.menu-bg .header-top-area {
	background: rgba(255, 255, 255, 1);
	z-index: 99999;
	position: fixed;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu-bg .logo {
	padding: 28px 0 0;
	transition: all 0.3s ease 0s;
	margin-bottom: -1px;
}
.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-brand {
	padding: 0;
	height: auto;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding: 30px 16px !important;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	display: flex;
	position: relative;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 13px !important;
	transition: all 0.3s ease 0s;
	position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #333;
}
.header-top-area .navbar-nav > li.active > a::before {
	content: "";
	height: 11px;
	left: 3px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 2px;
}
/*
================================================
8. Banner Area
================================================
*/
.banner-wrapper:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.banner-wrapper {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/banner.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.3s ease 0s;
	z-index: 999;
	position: relative;
}
.banner-content {
	display: table;
	height: 550px;
	width: 100%;
}
.banner-content-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.banner-content h1 {
	font-size: 60px;
	font-weight: 500;
	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;
}
/* slider btn */
.banner-content .btn {
	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: 12px 30px;
	border-radius: 0;
	border: none;
	background: none;
	color: #fbb829;
	border: 1px solid #fbb829;
}
.banner-content .btn: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;
}
.banner-content .btn:hover:before, .banner-content .btn:focus:before, .banner-content .btn: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);
}
/*
================================================
9. About Us
================================================
*/
.aboutus {
	padding: 65px 0 50px;
}
.about-details img {
	width: 100%;
}
.aboutus h4 {
	font-size: 22px;
	letter-spacing: 0.6px;
	margin: 0 0 8px;
	padding: 0;
}
.readmore {
	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: 8px 20px;
	border-radius: 0;
	border: none;
	background: none;
	color: #fbb829;
	margin: 15px 0 20px;
}
.readmore: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;
}
.readmore:hover, .readmore:focus, .readmore:active {
	color: #000;
}
.readmore:hover:before, .readmore:focus:before, .readmore: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);
}
.about-details > img {
	margin-bottom: 17px;
}
.we-do > ul {
	list-style: outside none none;
	margin: 17px 0 0;
	padding: 0;
}
.we-do > ul li {
	margin-bottom: 10px;
}
.we-do > ul li:last-child {
	margin-bottom: 0;
}
.we-do > ul li i {
	margin-right: 10px;
}
.progress-bar {
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	float: left;
	font-family: "Montserrat";
	font-size: 11px;
	font-weight: 300;
	height: 100%;
	letter-spacing: 1px;
	line-height: 18px;
	padding-right: 15px;
	text-align: right;
	width: 0;
	background-color: #FBB829;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.aboutme {
	margin-bottom: 20px;
}
.html {
	width: 82%;
}
.css3 {
	width: 78%;
}
.bootstrap {
	width: 85%;
}
.photoshop {
	width: 65%;
}
.jquery {
	width: 90%;
}
.javascript {
	width: 95%;
}
.progress {
	border-radius: 0;
	box-shadow: none;
	height: 3px;
	margin-top: 5px;
}
.skill-progress {
	color: #999;
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
}
.web-bar {
	color: #999;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	min-height: 30px;
	min-width: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bar1 {
	right: 16%;
}
.bar2 {
	right: 26%;
}
.bar3 {
	right: 11%;
}
.bar4 {
	right: 31%;
}
.bar5 {
	right: 7%;
}
/*
================================================
10. Services
================================================
*/
.services {
	padding: 64px 0 20px;
	background: #f7f7f7;
}
.service-callouts {
	text-align: center;
}
.service-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: capitalize;
}
.service-callouts .service-box {
	-webkit-transform: translateZ(0);
	text-align: center;
	transition: 0.3s ease-out;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 10px 6px -6px #eaeaea;
	-moz-box-shadow: 0 10px 6px -6px #eaeaea;
	box-shadow: 0 10px 6px -6px #eaeaea;
	padding: 30px;
	border-style: dashed;
	border-color: #eaeaea;
	border-width: 1px;
	background: #fff;
}
.service-callouts .service-box .read_service {
	text-decoration: none;
}
.service-callouts .service-box i.fa {
	margin-top: 15px;
	font-size: 30px;
}
.service-callouts .service-box h3 {
	position: relative;
	margin-top: 20px;
}
.service-callouts .service-box p {
	color: #555;
	margin: 0;
}
/*
================================================
11. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
	width: 100%;
	float: left;
	background: #fff;
	padding: 63px 0 70px;
}
.testimonial-img {
	border-right: 1px solid #e1e7ee;
	margin: 0 0 20px;
	position: relative;
}
.testimonial-img > i {
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 26%;
	text-align: center;
	top: 0;
	width: 40px;
}
.carousel-inner .testimonial-img img {
	display: block;
	transform-style: preserve-3d;
}
.testimonial-img > img {
	border-radius: 50%;
	height: 150px;
	margin: 0 auto;
	width: 150px;
	transform-style: preserve-3d;
}
.textimonial-text {
	margin-top: 0;
}
.textimonial-text > p {
	color: #465053;
	font-weight: 400;
}
.client-name {
	color: #e9563d;
	margin-top: 30px;
	text-transform: uppercase;
}
.testimonial-rating > p {
	display: inline-block;
	font-weight: 600;
	color: #222;
}
.testimonial-rating > ul {
	display: inline-block;
	margin-left: 10px;
}
.testimonial-rating li {
	display: inline-block;
}
.textimonial-text > i {
	color: #0d9587;
	font-size: 20px;
	position: relative;
	right: -95%;
}
.textimonial-text > i {
	font-size: 20px;
	position: relative;
	right: -95%;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -16px;
}
.testimonials-wrapper .carousel-indicators li {
	height: 10px;
	margin: 0 0 0 5px;
	padding: 0;
	transition: all 0.4s ease 0s;
	width: 10px;
	border-radius: 0;
	background: #eee;
	border: none;
	font-size: 0;
}
.testimonials-wrapper .carousel-indicators .active {
	height: 10px;
	margin: 0 0 0 5px;
	transition: all 0.4s ease 0s;
	width: 10px;
	border-radius: 0;
	border: none;
}
/*
================================================
12. Satisfied Wrapper
================================================
*/

.satisfied-wrapper {
	padding: 99px 0 70px;
	width: 100%;
	float: left;
	background: url(../images/satisfied-wrapper-bg.png) left top repeat;
	text-align: center;
	width: 100%;
}
.satisfied-wrapper .counter {
	border: 1px dashed #999;
	padding: 15px;
	position: relative;
}
.satisfied-wrapper .counter .icon {
	top: -30px;
	left: calc(50% - 30px);
	position: absolute;
	text-align: center;
}
.satisfied-wrapper .counter .icon span {
	background: #fff;
	font-size: 34px;
	height: 60px;
	line-height: 55px;
	width: 70px;
}
.satisfied-wrapper .counter .lnr {
	font-size: 35px;
	color: #0e3655;
	margin: 0 0 20px;
	display: inline-block;
}
.satisfied-wrapper .counter .number {
	font-size: 35px;
	font-weight: 700;
	margin: 0 auto;
	padding: 35px 0 0;
	color: #2d2e2e;
}
.satisfied-wrapper .counter p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 0;
}
/*
================================================
13. Pricing Table
================================================
*/
.pricing-table-wrapper {
	padding: 63px 0 70px;
}
.pricing_item {
	position: relative;
	padding: 2.5rem 1.875rem;
	border: 1px solid #e6e1e1;
	z-index: 1;
	text-align: center;
}
.pricing_item.active {
	color: #fff;
}
.pricing_item.active .pricebox {
	border-color: #fff;
}
.pricing_item .pricebox {
	border-bottom: 1px solid #e6e1e1;
	padding-bottom: 20px;
	margin: 0 0 25px;
}
.pricebox .price_title {
	float: left;
	text-align: left;
}
.pricebox .price_title, .pricebox .price {
	display: inline-block;
}
.pricebox .price {
	float: right;
}
.pricebox .price p > strong {
	font-size: 3.75rem;
	font-weight: bold;
	color: #2d2d2d;
}
.pricebox .price span.month {
	font-size: 0.875rem;
	font-weight: normal;
}
.pricing_item .availability:before {
	content: '\f00c';
	font-family: FontAwesome;
	color: #515A5F;
	display: none;
	vertical-align: middle;
	width: 24px;
	margin-left: -24px;
}
.pricing_item.active .readmore {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: 0 0 1px transparent;
	color: #000;
	display: inline-block;
	margin: 15px 0 20px;
	padding: 8px 20px;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition-duration: 0.5s;
	transition-property: color;
	vertical-align: middle;
}
.pricing_item.active .readmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-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;
}
.pricing_item.active .readmore:hover, .pricing_item.active .readmore:focus, .readmore:active {
	color: #fff;
	border: 1px solid #000;
}
.pricing_item.active .readmore:hover:before, .pricing_item.active .readmore:focus:before, .readmore: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);
	border: 1px solid #000;
}
/*
================================================
14. Our Team
================================================
*/
.our-team {
	background: #f7f7f7;
	padding: 63px 0 70px;
}
.our-team .section-title {
	margin: 0;
}
.our-team-single {
	margin-top: 30px
}
.caption-text h3 > a {
	display: inline-block;
	font-size: 19px;
	margin-top: 18px;
	color: #2d2d2d
}
.caption-text > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.team-social li {
	display: inline-block;
}
.team-social a {
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.team-social a:hover {
	background: #fff;
}
.team-social > ul {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 17%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 45%;
	visibility: hidden;
	z-index: -1;
}
.our-team-single:hover .team-social > ul {
	visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 1;
}
.our-team-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 600ms;
	transition-duration: 600ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	width: 100%;
}
.our-team-single:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.our-team-img {
	position: relative;
	overflow: hidden
}
.team-social {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
	min-height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: perspective(700px) rotateX(90deg);
	transform: perspective(700px) rotateX(90deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 100%;
}
.our-team-single:hover .team-social {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(700px) rotateX(0deg);
	transform: perspective(700px) rotateX(0deg);
	visibility: visible;
}
.caption-text {
	background: #fff none repeat scroll 0 0;
	padding: 0 0 20px;
	text-align: center;
}
/*
================================================
15. Contact Us
================================================
*/

.contactus {
	padding: 63px 0 50px;
	background: #fff;
}
.contact-address {
	color: #0b192d;
	position: relative;
}
.form-group {
	position: relative;
}
.contact-form .fa {
	border-left: 1px solid #dfdfdf;
	font-size: 15px;
	height: 29px;
	line-height: 29px;
	padding-left: 3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 29px;
}
.form-control {
	background-color: transparent;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	display: block;
	font-size: 14px;
	height: 39px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}
.contact-address .contact-info {
	position: relative;
	color: #64686d;
}
.contact-address .contact-info p {
	margin: 0 0 20px;
	line-height: 30px;
}
.contact-address .contact-info span {
	display: block;
}
.contact-address .contact-info .contact-icon > i {
	font-size: 40px;
	margin-bottom: 15px;
}
.google-map {
	float: left;
	width: 100%;
	pointer-events: none;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 300px;
	margin: 0 0 -6px;
}
/*
================================================
16. Footer
================================================
*/
footer {
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #212124;
}
footer p {
	color: #a4a4a6;
	text-align: center;
	margin: 0;
	font-size:12px;
}

/*
================================================
17. Media Quries 
================================================
*/
@media (min-width: 768px) and (max-width: 991px) {
/******* Common CSS *******/	
.r-mbot-4 {
	margin-bottom: 40px
}
/******* logo *******/	
header .logo:before {right: -15%;}
header .logo {
	padding: 29px 20px;
}
.menu-bg .logo {
	padding-top: 18px;
}
.logo {
	float: left;
	padding-top: 22px;
}
.navigation {
	padding: 0;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -34px;
}
.navbar-collapse {
	margin: 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	padding: 30px 10px;
	font-size: 12px;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 8px;
}
.navbar {
	margin-top: 0px;
}
/******* satisfied wrapper *******/	
.satisfied-wrapper {
	padding: 99px 0 10px;
}
.satisfied-wrapper .counter {
	margin: 0 0 59px;
}
/******* Testimonials *******/	
.testimonial-img > i {
	right: 40%;
}
.testimonial-img {
	border: none;
}
/******* pricing table *******/
.pricebox .price_title h3 {
	font-size: 18px;
}
#scrool-top {
	right: 15px;
}
}
@media (min-width: 992px) {

.navbar-expand-lg .navbar-collapse {justify-content: end;}
}
@media (max-width:991.98px) { 

/******* navigation *******/	
.header-top-area {position: relative;}
.menu-bg .navbar-toggle {
	margin-top: -43px;
}
.navbar {
	z-index: 9999;
	margin: 0;
	position: absolute;
	top:15px;
	right:12px;
}
.menu-bg .navbar {top: 1px; right: 12px;}
.menu-bg .navbar .navbar-header .navbar-toggler {padding: 3px 5px;}
.navbar .navbar-header .navbar-toggler {background: #fff;}
.navbar .navbar-header .navbar-toggler:focus {box-shadow: none;}
header .logo {
	margin: 0 0 -2px;
	padding: 29px 0;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -56px;
	border: none;
	background: #fff;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu-bg .navbar-collapse, .navbar-collapse {
	background: #f7f7f7;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #eee;
}
.navbar-default .navbar-nav li a, .menu-bg .navbar-default .navbar-nav li a {
	padding: 11px 15px !important;
}
.menu-bg .logo {
	padding: 18px 0 10px;
}
header .navbar-nav {
	margin: 7.5px 0;
}

.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
	width:260px;
	padding-left: 15px;
}
}
@media (max-width: 767px) {
/******* Common CSS *******/	
.section-title > p {
	padding: 0 10px;
}
.section-title > p span {
	display: inherit;
}
.section-title h2:before {
	width: 30px;
	left: -35px;
}
section h2 {
	font-size: 25px;
}
.section-title h2:after {
	width: 30px;
	right: -35px;
}
/******* logo *******/	
.logo {
	padding: 15px 0 13px;
}

/******* slider *******/	
.banner-content {
	height: 450px;
}
.banner-content h1 {
	font-size: 40px;
}
.banner-content p {
	padding: 0 0 30px;
}
/******* skill *******/	
.skill {
	margin: 20px 0 0;
}
/******* satisfied wrapper *******/
.satisfied-wrapper {
	padding: 25px 0 68px;
}
.satisfied-wrapper .counter {
	margin: 50px 0 0;
}
/******* testimonials *******/
.testimonial-img {
	border: none;
}
/******* pricing table *******/
.pricing-table-wrapper .section-title {
	margin: 0 0 10px;
}
.pricing-table-wrapper .pricing_item {
	margin-top: 20px;
}
#scrool-top {
	right: 15px;
}
.contactus:before {
	display: none;
}
}