/*
    Template Name    : Doorstep Cleaning
	Description		 : Responsive Home Cleaning Template
    Version          : 1.0
*/

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

1. Fonts - Rajdhani and Roboto
2. Common CSS
3. Loader CSS
4. Logo Bar 
5. Navigation
6. Banner Wrapper
7. Callouts
8. What We are Wrapper
9. Get New Free Services
10. Counters
11. Projects Wrapper 
12. News Wrapper 
13. News Wrapper 
14. Pricing Wrapper
15. Video Wrapper
16. breadcrumb Wrapper
17. Inner Page Wrapper
18. About Page Wrapper
19. Our Team Wrapper
20. Services
21. 404
22. Comming Soon
23. Contact us
24. footer Wrapper
25. Media Quires  

/*
================================================
1. Fonts - Rajdhani and Roboto
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700|Roboto:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
p{
	text-align:justify;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rajdhani', sans-serif;
	margin-top: 0;
	    font-weight: 700;
		color: #89bf2c;
}
a {
	color: #89bf2c;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #649e00;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border: none;
	color: #ffffff;
	display: inline-block;
	font-family: "Rajdhani", sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0 20px;
	padding: 7px 30px;
	text-transform: uppercase;
	transition: all 0.5s linear 0s;
	border-radius: 0;
}
.btn:hover, .btn:focus {
	background: #282828;
	color: #fff;
}
.light-bg {
	background: #f5f5f5;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul, li {
	list-style: outside none none;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.m-bot-40 {
	margin-bottom: 40px;
}
.m-top-40 {
	margin-top: 40px;
}
.m-top-20 {
	margin-top: 20px !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.light-bg {
	background: #f6f7f8 none repeat scroll 0 0;
	fill: #f6f7f8;
}
.pad-bottom-0 {
	padding-bottom: 0 !important;
}
div.title {
	text-align: center;
	margin: 0 0 40px;
}
#scrollUp {
	border-radius: 50%;
	bottom: 44px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #c2c2c2;
	border-radius: 0;
	box-shadow: none;
	color: #aeaeae;
	height: 46px;
	padding: 9px 15px;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 25%;
	right: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 84px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	right: 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: 42px;
	line-height: 42px;
	position: absolute;
	left: -42px;
	text-align: center;
	top: 0;
	width: 42px;
	z-index: 2;
	box-shadow:0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin:6px 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#switcher .theme-active {
	background: #649e00;
}
#switcher .theme-color-two {
	background: #e0005f;
	left: 40px;
}
#switcher .theme-color-three {
	background: #00b159;
	left: 80px;
}
#switcher .theme-color-four {
	background: #00adef;
	left: 120px;
}
#switcher .theme-color-five {
	background: #20b2aa;
	top:40px;
	left: 0px;
}
#switcher .theme-color-six {
	background: #ff7701;
	top:40px;
	left: 40px;
}
#switcher .theme-color-seven {
	background: #9cb5c9;
	top:40px;
	left: 80px;
}
#switcher .theme-color-eight {
	background: #a74941;
	top:40px;
	left: 120px;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	padding: 25px 0;
	width: 100%;
	background: #282828;
}
.affix .logo-bar {
	padding: 10px 0;
}
header {
	float: left;
	width: 100%;
	z-index: 99999;
}
.affix .logo-bar {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.navbar-brand > img {
	display: none;
}
.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;
}
.fadeInDown {
	animation-name: none !important;
}
.swingOutX {
	animation-name: none !important;
}
/*
================================================
5. Navigation
================================================
*/
div.logo-bar .mainmenu-area {
	padding: 0;
	text-align: center;
}
.navbar-nav {
	float: none;
	margin: 0;
}
.mainmenu-area ul.nav.navbar-nav li.logo a {
	height: auto;
	line-height: 0;
	margin: 0 56px;
	padding: 0;
}
.navbar .navbar-collapse {
	float: none;
}
.navbar-header {
	display: none;
}
.navbar-header .navbar-toggle {
	display: none;
}
.navbar-brand > img {
	display: block;
}
.mainmenu-area {
	position: relative;
}
.mainmenu-area ul.nav.navbar-nav li a {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	line-height: 18px;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #649e00;
	background: none;
}
.mainmenu-area ul.nav.navbar-nav li a:hover, .mainmenu-area ul.nav.navbar-nav li.active a {
	background: none;
}
.mainmenu-area ul.nav.navbar-nav li {
	display: inline-block;
	float: none;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
}
.navbar-collapse {
	float: right;
	padding: 0;
}
.navbar-brand {
	padding: 15px 0;
	height: auto;
}
/* DropDown Menu Css */
ul.nav.navbar-nav li ul {
	left: 0;
	position: absolute;
	top: 500%;
	width: 220px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out;
	background: #000;
	padding: 0;
}
ul.nav.navbar-nav li ul.sub-menu li a {
	color: #fff !important;
}
ul.nav.navbar-nav li:hover ul {
	top: 70px;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.affix ul.nav.navbar-nav li:hover ul {
	top: 55px;
}
.mainmenu-area ul.nav.navbar-nav li ul li {
	border-bottom: 1px solid #3a3a3a;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-align: left;
}
.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
	width: 100%;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
	background: #222 none repeat scroll 0 0;
	color: #fff;
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
	display: none;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
	border: 0px solid;
}
.mainmenu-area ul.nav.navbar-nav li ul li:after {
	bottom: -1px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
}
.mainmenu-area ul.nav.navbar-nav li a i {
	bottom: -20px;
	left: 46%;
	margin-bottom: 7px;
	position: absolute;
}
/*
================================================
6. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #649e00;
	border-width: 1px;
	border-style: solid;
	width: 10px;
	height: 10px;
	border-radius: 0;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	background: #649e00;
}
.fade-carousel .carousel-control.left {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	left: 2%;
	opacity: 1;
	top: 45%;
	width: 5%;
}
.fade-carousel .carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	right: 2%;
	opacity: 1;
	top: 45%;
	width: 5%;
}
.fade-carousel .carousel-control.right span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	text-shadow: none;
	top: 10%;
	line-height: 25px;
	border: 2px solid #fff;
	color: #fff;
	background: none;
}
.fade-carousel .carousel-control.left span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	top: 10%;
	text-shadow: none;
	border: none;
	line-height: 25px;
	border: 2px solid #fff;
	color: #fff;
	background: none;
}
.fade-carousel .carousel-control span:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #282828;
}
.banner-wrapper .fade-carousel .carousel-control {
	z-index: 2;
}
.hero {
	position: absolute;
	top: 45%;
	left: 47%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 1;
}
.carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 120px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #fff;
	padding: 0;
	line-height: 70px;
}
.hero h3 {
	font-size: 50px;
	font-weight: 500;
	padding: 10px 0 0;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	padding: 10px 0;
	clear: both;
	text-transform: uppercase;
}
a.slide-btn.one:hover {
	background: none;
	color: #fff;
	border: 2px solid #fff;		
}
a.slide-btn {
	border: 2px solid #fff;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 7px 20px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.5s linear 0s;
	width: 120px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
}
.banner-wrapper .item img {
	display: block;
	height: auto;
	width: 100%;
}
.fade-carousel .carousel-indicators {
	display: none;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	transition-property: opacity;
}
.banner-wrapper .fade-carousel .carousel-inner .item, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	opacity: 0;
}
.banner-wrapper .fade-carousel .carousel-inner .active, .banner-wrapper .fade-carousel .carousel-inner .next.left, .banner-wrapper .fade-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.banner-wrapper .fade-carousel .carousel-inner .next, .banner-wrapper .fade-carousel .carousel-inner .prev, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.banner-wrapper .fade-carousel .carousel-control {
	z-index: 2;
}
.banner-wrapper .carousel, .carousel-inner, .banner-wrapper .carousel-inner .item {
	height: 100%;
}
.banner-wrapper .fade-carousel .carousel-inner .item img {
	width: 100%;
	height: auto;
}
/*
================================================
7. Callouts
================================================
*/
.callouts-wrapper {
	padding: 58px 0 25px;
	width: 100%;
	float: left;
}
.callouts-wrapper h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.callouts-wrapper .title h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.callouts-wrapper .callouts {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 0 30px;
  margin: 0 0 30px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.callouts-wrapper .callouts:hover {
	box-shadow: 0 10px 6px -6px #aaa;
	}
.callouts-wrapper p {
	text-align: center;
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
}
.callouts-wrapper .callouts .icon {
	text-align: center;
	margin: 0 0 15px;
	display: block;
}
.callouts-wrapper .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	color: #2d2e2e;
}
.callouts-wrapper .callouts a:hover:before {
	transform: rotate(90deg);
}
.callouts-wrapper .callouts h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #282828;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 5px;
}
.callouts-wrapper .callouts .icon i {
	display:inline-block;	
	}
.callout-icon-one {
	width:35px;
	height:25px;	
	}
.callout-icon-two {
	width:25px;
	height:27px;	
	}
.callout-icon-three {
	width:26px;
	height:27px;	
	}
.callout-icon-four {
	width:28px;
	height:28px;	
	}
/*
================================================
8. What We are Wrapper
================================================
*/
.what-we-are-wrapper {
	float: left;
	margin: 0;
	padding: 60px 0;
	background: url(../images/pattern1.png) repeat left top;	
	width: 100%;
}
.what-we-are-wrapper .title {
	text-align: left;
	margin: 0 0 8px;
}
.what-we-are-wrapper h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
.what-we-are-wrapper .title h3 {
	color: #2d2e2e;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.what-we-are-wrapper p {
 color:
}
.what-img img {
	width: 100%;
}
.what-we-are-wrapper .btn {
	border: none;
	color: #ffffff;
	display: inline-block;
	font-family: "Rajdhani", sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0 0;
	padding: 7px 30px;
	text-transform: uppercase;
	transition: all 0.5s linear 0s;
	border-radius: 0;
}
.what-we-are-wrapper .btn:hover {
	background: #282828;
}
/*
================================================
9. Get New Free Services
================================================
*/
.get-new-free-serevice {
	padding: 59px 0 0;
	margin: 0;
	width: 100%;
	float: left;
	position:relative;
	z-index:9;
}
.get-new-free-serevice h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.get-new-free-serevice .title h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.input-error {
	position: relative;
}
.get-new-free-serevice .contact-form .form-control {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	padding: 14px;
}
.get-new-free-serevice textarea.form-control {
	height: 90px;
	resize: vertical;
}
.get-new-free-serevice .btn {
	padding: 12px 20px 9px;
}
.get-image img {
	width: 100%;
}
/*
================================================
10. Counters
================================================
*/
.counters {
	background-image: url("https://placeholdit.imgix.net/~text?txtsize=60&bg=eee&txtclr=cccccc&txt=1900%C3%97269&w=1900&h=269");
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 52px 0 21px;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	z-index: 9;
}
.counter {
	margin: 0 0 30px;
}
.counters .counter .number {
	font-size: 35px;
	margin: 0;
	padding: 0;
	color: #282828;
	font-weight: 600;
	line-height: 40px;
}
.counters .counter p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #282828;
	font-weight: 600;
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
}
.counters .counter .counter-icon-box {
	color: #bbb;
	font-size: 40px;
	margin: 0 0 8px;
	transition: all 400ms linear 0s;
	line-height: 35px;
}
.counters .counter-icon-box i {
	display:inline-block;	
	}
.counters-icon-one {
	width:28px;
	height:30px;	
	}
.counters-icon-two {
	width:27px;
	height:27px;	
	}
.counters-icon-three {
	width:24px;
	height:27px;	
	}
.counters-icon-four {
	width:27px;
	height:27px;	
	}
/*
================================================
11. Projects Wrapper 
================================================
*/
.projects-wrapper {
	padding: 58px 0 0;
	margin: 0;
	width: 100%;
	float: left;
}
.projects-wrapper .title img {
	width: auto;
}
.projects-wrapper h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.projects-wrapper .title h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.projects-wrapper .gal-item {
	margin: 0px;
	padding: 0;
}
.projects-wrapper .gal-item .gal-list:hover {
	background: #383838;
}
.projects-wrapper .gal-item .gal-list {
	transition: all 0.3s ease 0s;
}
.projects-wrapper .gal-item .box {
	overflow: hidden;
	position: relative;
}
.projects-wrapper .gal-item .box::before {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	left: -20px;
	opacity: 0;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all 0.35s ease-out 0.2s;
	visibility: hidden;
	z-index: 1;
}
.projects-wrapper .gal-item .box:hover::before {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}
.projects-wrapper .gal-item .box .zoom {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-10%);
	transition: all 0.35s ease-out 0s;
	visibility: hidden;
	z-index: 2;
	text-align: center;
	color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.projects-wrapper .gal-item .box:hover .zoom, .gal-item .box:hover .zoom {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.projects-wrapper .gal-item .box .zoom::before, .gal-item .box .zoom::before {
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.35s ease-out 0s;
}
.projects-wrapper .gal-item .box:hover .zoom::before, .gal-item .box:hover .zoom::before {
	bottom: 20px;
	left: 20px;
	right: 20px;
	top: 20px;
}
.projects-wrapper.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.projects-wrapper .gal-item a:focus {
	outline: none;
}
.projects-wrapper .gal-item a::after {
	background: none;
}
.projects-wrapper .gal-item a i {
	color: #fff;
	font-size: 30px;
}
.projects-wrapper img {
	width: 100%;
	height: auto;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 30%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
.projects-wrapper.projects-gallery .box img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
/*
================================================
12. News Wrapper 
================================================
*/
.news-wrapper {
	padding: 59px 0 30px;
	margin: 0;
	width: 100%;
	float: left;
}
.news-wrapper.inner-page-wrapper {
	padding: 60px 0 30px;
}
.news-wrapper h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.news-wrapper .title h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.news-wrapper .news-box {
	margin: 0 0 30px;
}
.news-wrapper .news-img {
	overflow: hidden;
	position: relative;
}
.news-wrapper .news-img img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.news-wrapper .news-box:hover .news-img img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.8;
}
.news-wrapper .publisd-date {
	position: absolute;
	top: -20px;
	right: 50px;
	background: #282828;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	color: #fff;
	cursor: pointer;
}
.news-wrapper .news-box:hover .publisd-date {
	background: #111111;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.news-wrapper .publisd-date h4 {
	color: #ffffff;
	font-size: 16px;
	padding: 8px 25px;
	margin-bottom: 0;
	letter-spacing: 1px;
	-ms-transform: skewX(-2deg); /* IE 9 */
	-webkit-transform: skewX(-2deg); /* Safari */
	transform: skewX(-2deg); /* Standard syntax */
}
.news-wrapper .blog-caption {
	border-color: #f2f2f2;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 20px;
	position: relative;
}
.news-wrapper .news-box h3 a {
	color: #649e00;
}
.news-box h3 a:hover {
	color: #282828;
}
.news-box ul li {
	display: inline-block;
	padding: 0 3px 0 0;
}
.news-box ul li:last-child {
	padding: 0;
}
.news-box ul li i {
	margin-right: 8px;
	color: #044764;
}
.news-box ul li a {
	color: #111111;
	text-transform: capitalize;
}
.news-box ul li a:hover {
	color: #044764;
}
.news-box p {
	margin: 0;
}
/**** blog details page ******/
.blog-details .form-control {
	border: 2px solid #eeeeee;
	border-radius: 2px;
	box-shadow: none;
	color: #999999;
	font-size: 14px;
	height: 39px;
}
.blog-details .widget {
	margin: 0 0 40px;
}
.blog-details .widget form {
	position: relative;
}
.blog-details .widget form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #666666;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.blog-details .widget-title::before {
	border-bottom: 2px solid #eeeeee;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}
.widget-title {
	font-weight: 600;
	position: relative;
	font-size: 18px;
}
.blog-details .widget-title::after {
	content: "";
	display: block;
	margin: 20px auto 25px 0;
	position: relative;
	width: 35px;
	z-index: 1;
}
.blog-details .icons-list > li:first-child {
	border: 0 none;
	padding-top: 0;
}
.blog-details .icons-list > li {
	border-top: 1px solid #eeeeee;
	padding: 10px 0;
}
.blog-details .icons-list a {
	color: #999999;
}
.blog-details .widget-posts-image {
	float: left;
	width: 50px;
}
.blog-details .widget-posts-body {
	margin-left: 65px;
}
.blog-details .widget-posts-image img {
	max-width: 100%;
}
.blog-details .widget .recent-posts > li:first-child {
	border: 0 none;
	padding-top: 0;
}
.blog-details .widget .recent-posts > li {
	border-top: 1px solid #eeeeee;
	overflow: hidden;
	padding: 10px 0;
}
.blog-details .widget-posts-title {
	font-size: 12px;
	font-weight: 600;
	margin: 2px 0 3px;
}
.blog-details .widget-posts-meta {
	font-size: 12px;
	opacity: 0.7;
}
.blog-details ul.tags li {
	display: inline-block;
}
.blog-details ul.tags li a {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #666666;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 6px;
	padding: 8px 12px;
	text-transform: capitalize;
}
.blog-details ul.tags li a:hover {
	color: #ffffff;
}
.blog-details .post-preview img {
	width: 100%;
}
.blog-details .post-content.post-no-pad {
	padding: 20px 0;
}
.blog-details .comment, .blog-details .comment-content {
	position: relative;
}
.blog-details .comment-avatar:after {
	background: #f5f5f5 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 70px;
	position: absolute;
	top: 34px;
	width: 20px;
	z-index: -1;
}
.blog-details .comment-avatar {
	float: left;
	margin: 5px 0 0;
	max-width: 70px;
	position: relative;
	z-index: 1;
}
.blog-details .comment-tools {
	padding: 0 30px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 1;
}
.blog-details .comment-avatar img {
	border-radius: 50%;
	height: 70px;
	width: 70px;
	border: 2px solid #F5F5F5;
}
.blog-details .comment-reply {
	margin-left: 90px;
}
.blog-details .comment-tools a {
	color: #666666;
	margin: 0 0 0 15px;
}
.blog-details .comment-content {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 2px;
	margin: 0 0 35px 90px;
	padding: 30px;
	position: relative;
}
.blog-details .form-control {
	border: 2px solid #eeeeee;
	border-radius: 2px;
	box-shadow: none;
	color: #999999;
	font-size: 14px;
	height: 39px;
}
.blog-details textarea.form-control {
	height: auto;
}
.blog-details .btn {
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 11px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
}
.blog-details .btn:hover {
	border: 1px solid #282828;
	color: #fff;
	background: #282828;
}
.blog-details .comment-content h5 {
	font-size: 18px;
	color: #232332;
}
.blog-details .comment-content h5 a {
	color: #232332;
}
.blog-details .comment-content p {
	margin: 0;
}
.blog-details p {
	color: #7e7e7e;
}
.package-btn, a.blog-btn, ul.post-meta li {
	display: inline-block;
}
.blog-details h2 a {
	font-weight: 600;
	color: #282828;
}
/*
================================================
13. News Wrapper 
================================================
*/
.testimonials-wrapper {
	padding: 59px 0 79px;
	margin: 0;
	width: 100%;
	float: left;
	background:#f7f7f7;
}
.testimonials-wrapper.space {
	padding: 58px 0 79px;
}
.testimonials-wrapper h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.testimonials-wrapper .title h3 {
	color: #2d2e2e;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.testimonials-img-main {
	width: 100%;
}
.testimonial-img {
	margin: 0 0 20px;
	float: left;
	width: 33%;
}
.testimonial-img > img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
	transform-style: preserve-3d;
	background: #eee;
}
.testimonials-text {
	float: left;
	width: 40%;
}
.testimonials-text p {
	font-style: italic;
	font-size: 13px;
	color: #9c9c9c;
}
.testimonial-img > i {
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 40%;
	text-align: center;
	top: 0;
	width: 40px;
}
.carousel-inner .testimonial-img img {
	display: block;
	transform-style: preserve-3d;
}
.textimonial-text {
	float: left;
	margin-top: 0;
	padding: 0 50px 0 0;
}
.textimonial-text > p {
	color: #465053;
	font-weight: 400;
}
.testimonials-text .client-name {
	margin: 25px 0 0;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding: 0;
	font-style: normal;
	line-height: 22px;
}
.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: -35px;
	left: 47%;
}
.testimonials-wrapper .carousel-indicators li {
	height: 10px;
	margin: 0 0 0 5px;
	padding: 0;
	transition: all 0.4s ease 0s;
	width: 10px;
	background: #ccc;
	border: none;
	border-radius: 50%;
}
.testimonials-wrapper .carousel-indicators .active {
	height: 10px;
	margin: 0 0 0 5px;
	transition: all 0.4s ease 0s;
	width: 10px;
	border: none;
	background: #939393;
}
.quote {
	float: left;
}
.quote i {
	padding: 20px 0 0;
	font-size: 50px;
	color: #aaa;
}
/*
================================================
14. Pricing Wrapper
================================================
*/
.pricing-wrapper {
	padding: 58px 0 30px;
	margin: 0;
	width: 100%;
	float: left;
}
.pricing-wrapper h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.pricing-wrapper .title h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.pricing-wrapper .price-item {
	margin-bottom: 30px;
	text-align: center;
	float: left;
	width: 100%;
}
.price-per {
	background: url(../images/prix.jpg) left top no-repeat;
	width: 100%;
	padding: 30px 0;
	background-size: 100%;
}
.price-per.two {
	background: url(https://placeholdit.imgix.net/~text?txtsize=60&bg=333&txtclr=cccccc&txt=343%C3%97246&w=343&h=246) left top no-repeat;
	background-size:cover;
}
.price-per.three {
	background: url(https://placeholdit.imgix.net/~text?txtsize=60&bg=333&txtclr=cccccc&txt=343%C3%97246&w=343&h=246) left top no-repeat;
	background-size:cover;
}
.pricing-wrapper .price-per h2 {
	color: #fff;
	font-size: 125px;
	font-weight: 700;
	line-height: 100px;
	margin: 0;
}
.pricing-wrapper .price-per h5 {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.pricing-wrapper .price-kind {
	padding: 8px 0;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.pricing-wrapper .price-info {
	padding: 15px 0;
	background: #282828;
	float: left;
	width: 100%;
}
.pricing-wrapper .pricing-info-inner {
	width: 70%;
	margin: 0 auto;
}
.bor-none {
	border: none !important;
}
.pricing-wrapper .pricing-info-inner p {
	border-bottom: 1px solid #696969;
	color: #ffffff;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.pricing-wrapper .btn:hover {
	background: #fff;
}
/*
================================================
15. Video Wrapper
================================================
*/
.video-wrapper {
	padding: 60px 0;
	margin: 0;
	width: 100%;
	float: left;
	background: url(https://placeholdit.imgix.net/~text?txtsize=60&bg=eee&txtclr=cccccc&txt=1900%C3%97285&w=1900&h=285) left top no-repeat;
	text-align: center;
}
.video-wrapper h2 {
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
	font-size: 45px;
	font-weight: 700;
}
.video-wrapper h2 span {
	display: block;
}
.video-wrapper .btn {
	background: none;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	line-height: 40px;
	color: #282828;
	border-radius: 50%;
	border: 6px solid #282828;
	outline: none;
}
.video-wrapper .btn:hover {
	outline: none;
}
/*
================================================
16. breadcrumb Wrapper
================================================
 */
.breadcrumb-banner-wrapper {
	background: rgba(0, 0, 0, 0) url(https://placeholdit.imgix.net/~text?txtsize=60&bg=666&txtclr=cccccc&txt=1900%C3%97424&w=1900&h=424) no-repeat scroll 0 0;
	color: #ffffff;
	padding: 108px 0;
	background-size: cover;
	float: left;
	width: 100%;
	z-index: 2;
}
.breadcrumb-text h1 {
	font-size: 35px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-bar .breadcrumb {
	background: none;
	line-height: 12px;
	margin-bottom: 0;
	padding: 15px 0 0;
}
.breadcrumb-bar li:first-child {
	margin-left: 0;
}
.breadcrumb-bar li {
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	margin: 0 10px 0 17px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.breadcrumb-bar li:last-child {
	color: #bbb;
}
.breadcrumb.text-left li {
	margin-left: 0;
	margin-right: 34px;
}
.breadcrumb.text-right li {
	margin-right: 0;
	margin-left: 34px;
}
.breadcrumb-banner-wrapper ul li:first-child::before {
	display: none;
	font-size: 0;
}
.breadcrumb-banner-wrapper ul li::before {
	color: #fff;
	content: "/";
	font-family: fontawesome;
	font-size: 12px;
	font-weight: normal;
	left: -22px;
	line-height: normal;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}
.breadcrumb-bar a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 600;
	letter-spacing: 0.5px;
}
/*
================================================
17. Inner Page Wrapper
================================================
*/	
.inner-page-wrapper {
	float: left;
	padding: 20px 0;
	width: 100%;
}
/*
================================================
18. About Page Wrapper
================================================
*/
.about-wrapper .title {
	text-align: left;
	margin: 0 0 10px;
}
.about-wrapper .title h2 {
	color: #89bf2c;
	font-size: 40px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
.about-wrapper .title h3 {
	color: #2d2e2e;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.about-wrapper ul {
	margin: 0;
	padding: 0;
	color: #2d2e2e;
}
.about-wrapper ul li {
	list-style: none;
	background: url(../images/bullet.png) left center no-repeat;
	padding: 5px 0 5px 10px;
}
.about-wrapper ul li a {
	color: #2d2e2e;
}
/**** cta ****/
.ready-to-book-wrapper {
	width: 100%;
	float: left;
	padding: 30px 0;
	background: #eeeeec;
}
.ready-to-book-wrapper h3 {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.ready-to-book-wrapper .btn {
	margin-bottom: 0;
	padding: 10px 30px 7px;
}
/*
================================================
19. Our Team Wrapper
================================================
*/	
.inner-page-wrapper.our-team-wrapper {
	padding: 30px 0 60px;
}
.our-team-wrapper {
	width: 100%;
	float: left;
	padding: 60px 0 0;
}
.our-team-wrapper .title {
	margin: 0 0 10px;
}
.our-team-wrapper h2 {
	color: #2d2e2e;
	font-size: 50px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.our-team-wrapper h3 {
	color: #2d2e2e;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.our-team-wrapper .team-box {
	border: solid 1px #eeeeee;
	text-align: center;
	margin: 30px 0 0;
	background: #f4f4f4;
}
.our-team-wrapper .team-head img {
	width: 100%;
}
.our-team-wrapper .team-box h3 {
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 6px;
	text-transform: uppercase;
}
.our-team-wrapper .team-box p {
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.our-team-wrapper .team-box:hover .team-content {
	top: 0;
}
.our-team-wrapper .team-head:hover:before {
	opacity: 0.8;
}
.our-team-wrapper .team-head:before {
	background: #000000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}
.our-team-wrapper .team-head {
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.our-team-wrapper .team-box .social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.our-team-wrapper .team-box .social ul li {
	display: inline-block;
	margin-right: 8px;
}
.our-team-wrapper.team-box .social ul li:last-child {
	margin-right: 0;
}
.our-team-wrapper .team-box .social span {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 16px;
	height: 35px;
	padding: 10px;
	width: 35px;
}
.our-team-wrapper .team-box .facebook-icon:hover span {
	background: #3b5998;
	color: #fff;
}
.our-team-wrapper .team-box .twitter-icon:hover span {
	background: #55acee;
	color: #fff;
}
.our-team-wrapper .team-box .linkedin-icon:hover span {
	background: #0976b4;
	color: #fff;
}
.our-team-wrapper .team-box .dribbble-icon:hover span {
	background: #ea4c89;
	color: #fff;
}
.our-team-wrapper .team-box .team-content {
	height: 100%;
	position: absolute;
	top: 100%;
	width: 100%;
	transition: all .5s ease;
	padding: 30px 0 20px;
}
.our-team-wrapper .team-box:hover .team-content {
	top: 50%;
}
/*
================================================
20. Services
================================================
*/	
.single-service-wrapper.faq {
	padding: 60px 0;
	float: left;
	width: 100%;
}
.single-service-wrapper .widget {
	clear: both;
	margin-bottom: 50px;
}
.single-service-wrapper h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 8px;
	padding: 0;
}
.single-service-wrapper p {
	font-size: 15px;
	margin: 0 0 20px;
}
.single-service-wrapper h4 {
	font-size: 18px;
	padding: 0 5px 0 0;
}
.single-service-wrapper .category-nav {
	margin-bottom: 30px;
	margin-left: 0;
	padding: 0;
}
.single-service-wrapper .category-nav li {
	font-weight: 700;
	list-style: outside none none;
	margin: 0;
}
.single-service-wrapper .category-nav li a {
	background-color: #f5f5f5;
	border-left: 5px solid transparent;
	color: #333333;
	display: block;
	margin-bottom: 5px;
	padding: 15px 20px;
}
.single-service-wrapper .widget.cta {
	background-color: #f5f5f5;
	padding: 20px;
	float: left;
	margin-bottom: 0;
}
.single-service-wrapper .widget.cta .form-control {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	height: 40px;
	padding: 9px 15px;
}
.single-service-wrapper .widget.cta textarea.form-control {
	height: 170px;
	resize: vertical;
}
.single-service-wrapper .widget.cta h4 {
	font-weight: 600;
	margin: 0 0 10px;
}
.single-service-wrapper blockquote {
	background-color: #f6f6f6;
	font-style: italic;
	margin: 15px 0 20px;
	padding: 15px 20px;
}
.single-service-wrapper .panel-group .panel {
	border-radius: 0;
	border: none;
}
.single-service-wrapper .panel-faq .panel-default > .panel-heading {
	border: 0 none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #ffffff;
	padding: 13px 20px;
	position: relative;
}
.single-service-wrapper .panel-faq .panel-default > .panel-heading.active {
	background-color: #fff;
	border: 1px solid #eee;
	color: #2d2e2e;
}
div.single-service-wrapper .panel-faq .panel-body {
	background-color: #fff;
	border-width: 0 1px 1px 1px !important;
	border-color: #eee;
	margin-top: 0;
	padding: 15px 20px;
	border-style: solid;
}
.single-service-wrapper .panel-title a:hover, .single-service-wrapper .panel-title a:focus {
	color: #fff;
}
.single-service-wrapper .panel-faq .panel-default > .panel-heading.active::before {
	color: #84C318;
	content: "-";
}
.single-service-wrapper .panel-faq .panel-default > .panel-heading::before {
	content: "+";
	font-family: Arial;
	font-size: 24px;
	padding: 0 0 0 20px;
	position: absolute;
	right: 20px;
	top: 2px;
}
.single-service-wrapper .widget .btn {
	border-radius: 0;
	border-width: 1px;
	color: #fff;
}
.single-service-wrapper .widget .btn:hover {
	background-color: #fff;
	border-color: #fff;
}
.single-service-wrapper .panel-group {
	margin: 0;
}
/*
================================================
21. 404
================================================
*/
.error h1 {
	color: #6d6d6d;
	font-size: 150px;
	font-weight: 600;
	font-family: tahoma;
	border-right: solid 1px #ccc;
	text-align: center;
	line-height: 150px;
}
.error-msz {
	padding: 28px 0 0 30px;
}
.error h2 {
	color: #444444;
	margin: 0 0 36px 0;
}
.error a {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	border: solid 1px #000;
	padding: 10px 15px;
	color: #000;
}
/*
================================================
22. Comming Soon
================================================
*/
.coming-soon {
	text-align: center;
}
.coming-soon .cmg-bg {
	border: medium none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.coming-soon h3 {
	font-size: 30px;
	color: #282828;
	padding: 20px 0;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.coming-soon h3 span {
	font-weight: 600;
	margin: 8px 0 0;
}
.coming-soon p {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.coming-soon .form {
	width: 60%;
	margin: 0 auto;
}
.coming-soon .form input.form-control {
	background: none;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #7d7d7d;
	border-radius: 0;
	color: #666 !important;
	float: left;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: center;
	width: 100%;
	box-shadow: none;
}
.count-down .countdown-row {
	width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	width: 25%;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
	width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}
.count-down .countdown-row .countdown-section {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 50px;
	font-weight: 500;
	display: block;
	margin-bottom: -10px;
}
.count-down .countdown-row .countdown-period {
	font-size: 18px;
	font-weight: 200;
}
/*
================================================
23. Contact us
================================================
*/	
.address-wrapper {
	padding: 120px 0 0;
	float: left;
	width: 100%;
	position: relative;
}
.single-contact {
	text-align: center;
	padding: 25px;
	border: 1px solid #d7d7d7;
	background: #fff;
}
.single-contact .icon {
	margin: -50px 0 0;
	padding: 0 0 30px;
}
.single-contact .icon i {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
}
.address-wrapper h4 {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.address-wrapper p span {
	display: block;
}
.contact-info {
	float: left;
	width: 100%;
	position: absolute;
	top: 50px;
	bottom: auto;
}
.google-map {
	float: left;
	pointer-events: none;
	width: 100%;
}
.google-map iframe {
	border: medium none;
	min-height: 300px;
	position: relative;
	width: 100%;
}
/*
================================================
24. footer Wrapper
================================================
*/	
footer {
	padding: 60px 0 40px;
	margin: 0;
	width: 100%;
	float: left;
	color: #465053;
}
footer .title {
	text-align: left;
	margin: 0 0 15px;
}
footer h2 {
	color: #282828;
	font-size: 20px;
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
.footer-section img {
	margin: 0 0 30px;
}
.footer-section {
	float: left;
	width: 100%;
}
.footer-section ul {
	width: 50%;
	float: left;
}
.footer-section ul li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.footer-section ul li a {
	color: #465053;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.footer-section .form input.form-control {
	background: #ebebeb;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	float: left;
	font-size: 15px;
	font-weight: 400;
	height: 44px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: left;
	width: 80%;
}
.footer-section .form .bttn {
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 16px;
	margin: 0 0 0 -2px;
	padding: 8px 10px 9px;
	text-align: center;
	width: 20%;
}
/***** copyright wrapper ********/	
.copyrights-wrapper {
	background: #282828;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	float: left;
}
.copyrights-wrapper p {
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 14px;
}
.copyrights-wrapper ul {
	margin: 0;
}
.copyrights-wrapper ul li:first-child {
	padding: 0;
}
.copyrights-wrapper ul li {
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 5px;
	transition: all 0.3s ease-in-out 0s;
}
.copyrights-wrapper ul li a {
	border-radius: 50%;
	display: block;
	height: 25px;
	line-height: 23px;
	padding: 0;
	text-align: center;
	width: 25px;
}
.copyrights-wrapper ul li.facebook a {
	background: #4e71a8;
}
.copyrights-wrapper ul li.twitter a {
	background: #1cb7eb;
}
.copyrights-wrapper ul li.linkedin a {
	background: #0a80ac;
}
.copyrights-wrapper ul li.google a {
	background: #e3411f;
}
.copyrights-wrapper ul li.youtube a {
	background: #ca3737;
}
.copyrights-wrapper ul li a i {
	color: #fff;
	font-size: 12px;
}
.copyrights-wrapper ul li a:hover {
	background: #666;
}
.copyrights-wrapper ul li a:hover i {
	color: #fff;
}
/*
================================================
25. Media Quires 
================================================
*/
@media (min-width: 992px) and (max-width: 1024px) {
/***** Slider ******/	
.hero h1 {
	font-size: 100px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/***** navigation ******/
.navbar-header {
	padding: 0;
}
.mainmenu-area ul.nav.navbar-nav li a {
	padding: 0 6px;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
	font-size: 13px;
}
.mainmenu-area ul.nav.navbar-nav li.logo a {
	margin: 0 10px;
}
.collapse {
	display: block;
}
.navbar-collapse {
	padding: 0;
	float: none;
}
.navbar-header {
	width: 100%;
}
/***** slider ******/
.hero h1 {
	font-size: 75px;
}
.hero h3 {
	font-size: 30px;
}
/***** what we are wrapper ******/
.what-img {
	margin: 20px 0 0;
}
/***** blog ******/
.blog-caption h3 {
	font-size: 20px;
}
.blog-details .widget form {
	margin: 30px 0 0;
}
.inner-page-wrapper.blog-details {
	padding: 59px 0 15px;
}
/***** Pricing Table ******/
.price-per {
	padding: 25px 0;
}
.pricing-wrapper .price-per h2 {
	font-size: 60px;
	line-height: 60px;
}
.pricing-wrapper .price-per h5 {
	font-size: 40px;
}
/***** Video ******/
.video-wrapper h2 {
	font-size: 35px;
}
/***** Single Services ******/	
.single-service-wrapper .collapse.in {
	display: block;
}
.single-service-wrapper .collapse {
	display: none;
}
/***** Our Team ******/	
.our-team-wrapper .team-box:hover .team-content {
	top: 25%;
}
/***** contact info ******/
.single-contact {
	padding: 15px;
}
/***** Footer ******/	
.footer-section img {
	width: 100%;
}
}
@media (max-width: 767px) {
.logo-bar img {
	height: auto;
	margin: 0;
}
.top-wrapper .pull-right {
	float: none !important;
	text-align: center;
}
.navbar-brand > img {
	padding-left: 15px;
}
.collapse {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	display: block;
	margin: 0;
	padding: 0;
}
.logo-bar {
	background: none;
	padding: 0;
}
.mean-nav ul.nav.navbar-nav li.logo {
	display: none;
}
.navbar-collapse {
	float: none;
}
.navbar-header {
	display: block;
	padding: 15px 0 14px;
}
.navbar-header .collapse {
	background: #333 none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.hover-inn {
	display: none;
}
.navbar-brand {
	padding: 0;
}
ul.nav.navbar-nav li ul {
	margin-left: 5%;
	opacity: 1;
	position: static;
	visibility: visible;
}
ul.nav.navbar-nav li ul {
	width: 260px;
}
/***** slider ******/
.fade-carousel .carousel-control {
	display: none;
}
.hero {
	display: none;
}
/***** what we are wrapper ******/
.what-img {
	margin: 20px 0 0;
}
/***** Testimonials ******/
.testimonial-img {
	width:25%;
}
.testimonial-img > img {
	width: 90%;
	height: auto;
}
.textimonial-text {
	padding: 0;
}
.textimonial-text > p {
	margin:0 0 30px;
}
/***** Video ******/
.video-wrapper h2 {
	font-size: 28px;
}
/***** Ready to Book Wrapper ******/	
.ready-to-book-wrapper {
	text-align: center;
}
.ready-to-book-wrapper h3 {
	margin: 0 0 10px;
}
.ready-to-book-wrapper .pull-right {
	float: none !important;
}
/***** About us ******/	
.about-wrapper ul li {
	background-position: left 15px;
}
/***** Our Team ******/	
.our-team-wrapper .team-box:hover .team-content {
	top: 40%;
}
/***** Single Services ******/
.single-page {
	margin: 0 0 30px;
}
.single-service-wrapper .widget {
	float: left;
	width: 100%;
	margin: 0;
}
.single-service-wrapper .widget.cta {
	width: 100%;
}
.single-service-wrapper .collapse.in {
	display: block;
}
.single-service-wrapper .collapse {
	display: none;
}
/***** count down ******/
.count-down .countdown-row .countdown-amount {
	font-size: 20px;
}
.count-down .countdown-row .countdown-period {
	font-size: 13px;
}
/***** Error ******/
.error {
	text-align: center;
}
.error h1 {
	border-bottom: 1px solid #cccccc;
	border-right: 0 solid #cccccc;
	font-size: 110px;
	line-height: 110px;
	padding: 0 0 30px;
	text-align: center;
}
.error-msz {
	padding: 28px 0 0;
}
.error h2 {
	font-size: 18px;
}
/*****  Blog Details ******/	
.blog-details .comment-avatar:after, .blog-details .comment-avatar {
	display: none;
}
.blog-details .widget form {
	margin: 30px 0 0;
}
.blog-details .comment-content {
	margin: 0 0 35px 0;
}
.blog-details .comment-reply {
	margin-left: 0;
}
/***** Footer ******/	
footer {
	padding: 30px 0 40px;
}
footer .title {
	float: left;
	width: 100%;
	margin: 25px 0 10px;
}
.footer-section {
	margin: 0;
}
/***** contact info ******/
.single-contact {
	margin: 0 0 60px;
	padding: 15px;
}
.google-map iframe {
	min-height: 600px;
}
/***** Copyrights ******/	
.copyrights-wrapper {
	text-align: center;
}
.copyrights-wrapper ul {
	text-align: center;
	margin: 10px 0;
}
}
