/*
    Template Name    : Power
	Description		 : Responsive Electrical HTML5 Template.
    Version          : 1.0
*/

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

1. Fonts - Lato and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header top area
6. Navigation
7. Slider Area
8. Numbering Wrapper
9. Main Services Wrapper
10. About Us
11. Our Team
12. Services
13. Call to Action
14. Testimonials Wrapper 
15. Contact Us
16. Footer
17. Media Quries 

/*
================================================
1. Fonts - Montserrat and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|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: 22px;
	font-weight: 400;
	color: #444;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #333;
	font-weight: 500;
	font-weight:700;
}
h5 {
	font-size: 18px;
}
.mb-15 {
	margin-bottom: 15px;
}
h6 {
	font-size: 16px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	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%;
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
	position: relative;
}
.section-title:before {
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 90px;
	background: #f47629;
}
.section-title {
	float: left;
	margin: 0 0 42px;
	margin-top: -8px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}
.section-title h2 {
	font-size: 30px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0px;
	position: relative;
}
.section-title span {
	display: block;
	height: 1px;
	margin: 15px auto 0;
	overflow: hidden;
	width: 50px;
	background-color: #f47629;
}
.section-title > p {
	color: #666;
}
.section-title > p span {
	display: block;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
/*** button styles ***/
.btn-one {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 10px 35px;
	border: 2px solid #fff;
	color: #fff;
}
.btn-one:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #f47629;
}
.btn-one:hover, .btn-one:focus, .btn-one:active {
	color: white;
	border: 2px solid #f47629;
}
.btn-one:hover:before, .btn-one:focus:before, .btn-one:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 20%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 90px;
	background: #fff;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	left: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	border-radius: 10px;
}
#switcher .theme-active {
	background: #ee3b24;
}
#switcher .theme-color-two {
	background: #2496d8;
	left: 40px;
}
#switcher .theme-color-three {
	background: #ff941a;
	left: 80px;
}
#switcher .theme-color-four {
	background: #069a97;
	left: 120px;
}
#switcher .theme-color-five {
	background: #50c8b4;
	left: 0px;
	top: 40px;
}
#switcher .theme-color-six {
	background: #e66d00;
	left: 40px;
	top: 40px;
}
#switcher .theme-color-seven {
	background: #619203;
	left: 80px;
	top: 40px;
}
#switcher .theme-color-eight {
	background: #32c5d2;
	left: 120px;
	top: 40px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrollUp {
	border-radius: 5%;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
	background: #f47629;
}
#scrollUp i {
	display: block;
	line-height: 35px;
}
/*
================================================
5. header top area
================================================
*/
.header-top-area {
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
}
.logo a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.logo {
	padding-top: 29px
}
/*
================================================
6. Navigation
================================================
*/
.menu-bg {
	background: #000;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.menu-bg .logo {
	padding-top: 18px;
	transition: all 0.3s ease 0s;
}
.navbar-header {
	z-index: 9999;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-brand {
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	padding: 11px 0;
	height: auto;
	text-transform: uppercase;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #ffffff;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 10px;
	line-height: 60px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
	background-color: inherit;
	color: #f47629;
	box-shadow: 0 -2px 0 #f47629 inset;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #f47629;
	box-shadow: 0 -2px 0 #f47629 inset;
}
/*
================================================
7. Slider Area
================================================
*/
.affix + .banner-wrapper {
	margin-top: 49px;
}
.welcome-hero-area, .home-slider-area, .home-slider-area div {
	height: 100%
}
.welcome-hero-area div.single-slide-item-table-cell, .welcome-hero-area div.single-slide-item-table-cell div {
	height: auto;
}
.single-slide-item-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.single-slide-item-table {
	display: table;
	width: 100%
}
.single-slide-item h1 {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 5px;
	font-weight: 600;
}
.single-slide-item h1 span {
	color: #f47629;
}
.single-slide-item p {
	color: #fff;
	margin-bottom: 30px
}
.fixed-bg {
	background-attachment: fixed!important
}
.slide-1, .text-slide {
	background: url(../images/banner1.jpg);
	background-size: cover
}
.slide-2 {
	background: url(../images/banner2.jpg);
	background-size: cover
}
.slide-3 {
	background: url(../images/banner3.jpg);
	background-size: cover
}
.single-slide-item {
	position: relative;
	z-index: 1
}
.single-slide-item:after {
	background: rgba(0,0,0,.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
	z-index: 2
}
.welcome-control {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 24px;
	height: 50px;
	left: 0;
	line-height: 45px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	z-index: 20;
	border-radius: 50%;
	color: #f47629;
}
a.welcome-control:focus, a.welcome-control:hover i {
	color: #f47629
}
.service-icon i, .single-featured i {
	border-radius: 50%;
	text-align: center
}
.right.welcome-control {
	left: auto;
	right: -52px
}
.left.welcome-control {
	left: -52px
}
.home-slider-area:hover .right.welcome-control {
	right: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.home-slider-area:hover .left.welcome-control {
	left: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.featured-area {
	overflow: hidden
}
.single-featured {
	cursor: pointer
}
.single-featured h4 {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px
}
.single-featured i {
	background: #687074;
	color: #fff;
	display: block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 10px;
	width: 80px
}
.service-icon i, a.about-btn, a.get-start-btn, ul.team-social>li, ul.work li {
	display: inline-block
}
.single-featured:hover i {
	background: #33d685;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.home-slider-area .carousel-indicators li {
	backface-visibility: visible;
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	height: 14px;
	margin: 5px 7px;
	transition: opacity 0.2s ease 0s;
	width: 14px;
}
.home-slider-area .carousel-indicators .active {
	border: 1px solid #fff;
	background: #f47629;
}
.home-slider-area .carousel-indicators {
	bottom: 60px;
	display: none;
}
/*
================================================
8. Numbering Wrapper
================================================
*/
.numbering-wrapper {
	padding: 80px 0 50px;
}
/*** number services ***/
.number-services h3 {
	float:left;
	width:100%;
}
.number-services h3 .size {
	color:#f47629;
	font-size:90px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	line-height:80px;
	font-weight:900;
}
.number-services .total-text {
	float:left;
	 margin: 10px 0 0;
}
.number-services .text {
	display:block;
	color:#989898;
	padding:0;
	font-weight:400;
}
.number-services .big-text {
	color:#333;
	font-size:40px;
	font-weight:600;
}
.number-services .line {
   margin:0 0 35px;
   padding:0 0 30px;
   border-bottom:1px solid #b7b7b7;
}
.single-section i {
	width:40px;
	height:40px;
	color:#f47629;
	border-radius:50%;
	border:1px solid #f47629;
	font-size:20px;
	text-align:center;
	line-height:35px;
	margin:0 0 15px;
}
.single-section h3 {
	color:#333;
	text-transform:uppercase;
	font-size:18px;
}
.numbering-wrapper .counter {
	width:100%;
	padding:30px;
	margin:0 0 30px;
	border-radius:10px;
	text-align:center;
	background:#efefef;
	transition: all 0.3s ease 0s;
}
.numbering-wrapper .counter:hover {
	box-shadow:0 3px 12px rgba(0, 0, 0, 0.3);
	background:#fff;
}
.numbering-wrapper .counter:hover .icon {
	color:#f47629
}
.numbering-wrapper .counter .icon {
	text-align: center;
}
.numbering-wrapper .counter .icon span {
	font-size: 34px;
}
.numbering-wrapper .counter .lnr {
	font-size: 35px;
	display: inline-block;
}
.numbering-wrapper .counter .number {
	font-size: 35px;
	font-weight: 700;
	margin: 0 auto;
	padding: 15px 0 0;
	color:#f47629;
}
.numbering-wrapper .counter p {
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 0;
}
/*
================================================
9. Main Services Wrapper
================================================
*/
.main-services-wrapper {
	padding: 82px 0 80px;
	background:#070b0c;
}
.main-services-wrapper h2 {
	color:#f47629;
	}
.service-callouts img {
	margin-bottom: 18px;
	min-height:46px;
}	
.service-callouts h3 {
	color:#fff;
	}
.service-callouts p {
	color:#999;
}	
.service-callouts div {
	border-bottom: 1px solid #4b4d4e;
	border-right: 1px solid #4b4d4e;
	padding: 50px;
	text-align:center;
	}
.service-callouts div:nth-child(4), .service-callouts div:nth-child(8) {
	border-right: medium none;
}
.service-callouts div:nth-child(5), .service-callouts div:nth-child(6), .service-callouts div:nth-child(7),
 .service-callouts div:nth-child(8)
 {
	border-bottom: medium none;
}	
/*
================================================
10. About Us
================================================
*/
.aboutus {
	padding: 82px 0 80px;
}
.about-text p {
	margin:0 0 25px;
}
.about-img {
	margin:7px 0 0;
}
.about-img img {
	width: 100%;
}
.about-list li:after {
	background: #f47629 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 0;
}
.about-list li {
	border-bottom: 1px solid #cccccc;
	float: left;
	margin-right: 10%;
	padding: 9px 0;
	width: 40%;
	position: relative;
}
.about-list li.last {
	border:none;
}
.about-list li.last:after {
	display:none;
}
.about-list li.last:hover, .about-list li.last:focus {
	border:none;
}
.about-list li a {
	color: #444;
}
.about-list li:hover, .about-list li:focus {
	border-bottom: 1px solid #fff;
}
.about-list li:hover:after {
	transition: all 0.4s ease 0s;
	width: 100%;
}
.about-list > li:hover a, .about-list > li:hover a:focus {
	color: #f47629;
}
/*
================================================
11. Our Team
================================================
*/
.ourteam {
	width: 100%;
	float: left;
	padding: 82px 0 70px;
	position: relative;
	position: relative;
	background: #f6f6f6;
}
.ourteam .section-title {
	margin: -8px 0 40px;
}
/*** corporate team ***/
.corporate-team {
	margin-bottom: 30px;
	position: relative;
}
.team-member {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 1;
}
.overlay-main {
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.team-icon-grid {
	background-color: rgba(0, 0, 0, 0);
	margin-top: 10px;
	position: relative;
	transform: translateY(-500px);
	transition: all 0.8s ease 0.2s;
	width: 100%;
}
.corporate-team:hover .team-icon-grid {
	transform: translateY(0px);
}
.corporate-team:hover .overlay {
	opacity: 1.5;
}
.team-icon {
	margin-top: 3px;
	position: relative;
	transition: all 0.3s ease 0s;
	z-index: 1;
}
.team-social {
	display: inline-flex;
	list-style: outside none none;
	margin: 0;
	padding-left: 0;
}
.team-social li {
	margin: 0;
}
.team-social li a {
	background-color: #f47629;
	border-radius: 5px;
	color: #ffffff;
	float: left;
	font-size: 17px;
	height: 30px;
	line-height: 30px;
	margin-right: 11px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 30px;
}
.team-social li a:hover {
	color: #f47629;
	background-color: white;
}
.team-img {
	border: 0 solid #ffffff;
	box-shadow: 0 0 4px 0 #d7d7d7;
	height: auto;
	padding: 0;
	transition: all 0.4s ease 0s;
	width: 100%;
}
.team-details {
  background-color: #f47629;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 11px 0 #dedede;
  margin: 5px 0;
  padding: 16px 0 20px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease 0s;
  z-index: 111;
}
.team-details h3 {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.team-details h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 5px 0 0;
	color: #fff;
}
.ourteam .owl-nav {
	display: none;
}
/*
================================================
12. Services
================================================
*/
.services {
	padding: 74px 0 79px;
}
.services .section-title {
	margin: 0 0 -1px;
}
/**** Services Box ***/
.single-service-item {
	padding: 30px 20px;
	text-align: center;
	margin-top: 40px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border: 1px solid #eeeeee;
}
.single-service-item:hover {
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.single-service-icon {
	margin: 0 0 20px;
}
.single-service-item h3 {
	color: #f47629;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.single-service-item  p {
	margin:0;
}
.single-service-title {
	margin-bottom: 15px;
}
.call-to-action {
	background: #002b53 none repeat scroll 0 0;
	float: left;
	padding: 60px 0;
	width: 100%;
}
/*
================================================
13. Call to Action
================================================
*/
.call-to-action {
	background: #002b53;
	float: left;
	padding: 60px 0;
	width: 100%;
}
.call-to-action h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	margin: 0;
	padding: 5px 0 0;
}
/*
================================================
14. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
	width: 100%;
	float: left;
	padding: 74px 0 70px;
	text-align: center;
	background: #eee;
}
.testimonials-wrapper .section-title {
	margin: 0;
}
/*** Testimonials Inner ***/
.testimonials-wrapper .testimonials-inner {
	float: left;
	width: 50%;
	margin: 40px 0 0;
}
.testimonials-wrapper .test-quote:after {
	border-right: 18px solid rgba(0, 0, 0, 0);
	border-top: 24px solid #ffffff;
	bottom: -24px;
	content: "";
	position: absolute;
	right: 24px;
}
.testimonials-wrapper .test-quote {
	background-color: #ffffff;
	padding: 25px;
	position: relative;
}
.testimonials-wrapper .testmonials-info {
	margin-top: 15px;
	overflow: hidden;
}
.testimonials-wrapper .testmonials-pic {
	margin-right: 20px;
	display: inline-block;
	float: left;
}
.testimonials-wrapper .testmonials-pic img {
	border: 2px solid #ffffff;
	border-radius: 50%;
	max-width: 65px;
}
.testimonials-wrapper .testmonials-info .testmonials-details {
	margin-top: 12px;
	display: inline-block;
	float: left;
	text-align: left;
	color: #333;
}
.testimonials-wrapper .testmonials-info .testmonials-details h4 {
	margin: 0;
	text-transform: uppercase;
}
.testimonials-wrapper .testmonials-info .testmonials-details span {
	font-weight: 600;
}
.testimonials-wrapper .owl-nav {
	display: none;
}
.testimonials-wrapper .owl-dots {
	margin: 30px 0 0;
}
.testimonials-wrapper .owl-dot span {
	margin: 5px;
}
/*
================================================
15. Contact Us
================================================
*/
.contactus {
	padding:  82px 0 75px;
	background: #fff;
}
.contactus input, .contactus textarea {
	line-height: 10px;
	margin-bottom: 30px;
	outline: inherit;
	padding-bottom: 14px;
	width: 100%;
	padding:10px 0 10px 5px;
	border: 1px solid #aaaaaa;
}
.contactus textarea {
	height: 140px;
}
.contactus .btn-one:before {
	display:none;
}
.contactus .btn-one {
	background: #f47629;
	border: 2px solid #f47629;
	color: #fff;
	padding: 10px 0;
	width: 160px;
	transition: all 0.3s ease 0s;
}
.contactus .btn-one:hover {
	color: #fff;
	background:#333;
	border-color:#333;
}
.google-map {
	float: left;
	width: 100%;
	pointer-events: none;
	position: relative;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 350px;
}
.map-content {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
	left: 10px;
	padding: 0px 0px 20px;
	position: absolute;
	top: 0px;
}
.map-content ul li {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 17px;
}
.map-content ul li i {
	color: #f47629;
	font-size: 14px;
	margin-right: 12px;
	width: 15px;
}
/*
================================================
16. Footer
================================================
*/
footer {
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #191919;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size:13px;
}
/*
================================================
17. Media Quries 
================================================
*/
@media (min-width: 992px) and (max-width: 1024px) {
/*** services css ***/
.feature-content-block {
	padding: 50px 40px 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/*** Banner ***/
.welcome-hero-area, .home-slider-area, .home-slider-area div {
  height: 500px;
}
.navigation {
	padding: 0;
}
.navbar-default .navbar-brand {
	width: 16%;
	font-size: 25px;
}
.menu-bg .logo {
	padding-top: 29px;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -34px;
	background: #f47629;
}
.navbar-default .navbar-nav li a {
	font-size: 12px;
	padding: 27px 10px;
	line-height: normal;
}
.navbar-collapse {
	margin: 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navbar {
	margin-top: 0px;
}
/*** number services ***/
.single-section {
	margin:0 0 30px;
}
/*** Main Services ***/
.service-callouts div:nth-child(2), .service-callouts div:nth-child(4),
.service-callouts div:nth-child(6), .service-callouts div:nth-child(8) {
  border-right: medium none;
}
.service-callouts div:nth-child(5), .service-callouts div:nth-child(6) {
    border-bottom: 1px solid #4b4d4e;
}
/*** CTA ***/
.call-to-action h3 {
	font-size:23px;
}
/*** Contact us ***/
.contactus .btn-one {
	margin:0 0 40px;
}
#scrool-top {
	right: 15px;
}
}
@media (max-width: 767px) {
/*** common css ***/	
section h2 {
	font-size: 25px;
}
/*** navigation css ***/
.header-top-area {
	padding-bottom:8px;
	}
.navbar-default .navbar-brand {
	width: 60%;
	height: 65px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	background-color: #282828;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #ffffff none repeat scroll 0 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	box-shadow: none;
	line-height: normal;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
	color: #f47629;
}
.navbar-brand {
	width: 50%;
}
.navbar-default .navbar-toggle {
	margin: 14px 15px 13px 0;
	border-color: #f47629;
}
.navbar-toggle .icon-bar {
	background: #f8f8f8
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #f47629;
}
.menu-bg .navbar-toggle .icon-bar {
	background: #fff
}
.menu-bg .navbar-collapse, .navbar-collapse {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.navbar-default .navbar-nav li a, .menu-bg .navbar-nav li a {
	padding: 11px 15px;
	color: #fff;
	line-height: normal;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
	box-shadow: none;
}
.navbar-collapse {
	float: none;
}
header .navbar-nav {
	margin: 7.5px 0;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
/*** slider css ***/
.welcome-control {
	display: none;
}
.single-slide-item h2 {
	font-size: 24px;
	line-height: 26px;
}
/*** about us ***/
.about-img {
	margin: 0 0 20px;
}
.about-list > li {
	width: 100%;
}
/*** Number Services ***/
.single-section {
	margin:0 0 30px;
}
.number-services h3 .size {
	font-size: 70px;
	}
.number-services .text {
	padding:0;
	}	
.number-services .big-text {
	  font-size: 30px;
	}	
/*** Main Services ***/
.service-callouts img {
	min-height:auto;
	}	
.service-callouts div:nth-child(5), .service-callouts div:nth-child(6), .service-callouts div:nth-child(7) {
  border-bottom: 1px solid #4b4d4e;
}
.service-callouts div:nth-child(8) {
	padding-bottom:0;
	}	
.service-callouts div {
	border-right:none;
	}
/*** call-to-action ***/
.call-to-action a.btn-one {
	float: none !important;
	margin: 20px 0 10px;
	width: auto;
}
/*** contact us css ***/
.google-map {
	margin: 30px 0 0;
}
.map-content {
	padding: 15px;
}
.test
{
width:150px;
height:75px;
}

#scrool-top {
	right: 15px;
}
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.gif
{
	margin-top:69px;
}
.image5
{
	margin-top:10px;
}