/* ##################### RESET CSS  ##################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}

/* Common CSS */

h1,h2,h3,h4,h5,h6{
	color:#181818;
}
p{
	color:#888;
}

.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mb-30{
	margin-bottom:30px;
}

.buttons li{
	display:inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.button{
	display:inline-block;
	line-height:45px;
	padding:0 36px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#87ca00;
	border:none;
	transition:all .5s ease;
}
.button.alt{
	background:#00aff1;
}
.button.alt-2{
	background:#fdc400;
	color:#181818;
}
.button:hover{
	color:#fff;
	background:#181818;
}
.mobile-hide {
	display: block;
}
.desktop-hide {
	display: none;
}
.page-with-sidebar{
	padding:120px 0 65px;
}
.page-sub-title{
	padding-bottom:35px;
}
.section-head{
	padding:100px 0 65px;
}
.section-head h4{
	color:#181818;
}
.overlay .section-head h4{
	color:#fff;
}
.section-head p{
	font-size:15px;
	padding-top:6px;
}

.table-div {
	display: table;
}
.table-div.full {
	width: 100%;
}
.table-div >div {
	display: table-cell;
	vertical-align: middle;
}
.grey-bg{
	border: 1px solid #e9e9e9;
	background-color: #f7f7f7;
}

.overlay{
	background:rgba(0,0,0,.2);
}
.overlay.semi-dark{
	background:rgba(0,0,0,.6);
}
.overlay.dark{
	background:rgba(0,0,0,.80);
}
.overlay.darker{
	background:rgba(0,0,0,.6);
}
.overlay.darkest{
	background:rgba(0,0,0,.95);
}


/*topbar*/

.topbar{
	background:#f7f7f7;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.topbar-options{
	border-left:1px solid #e9e9e9;
}
.topbar-options li{
	float:left;
	border-right:1px solid #e9e9e9;
	line-height:36px;
	color:#888;
	font-size:12px;
}
.topbar-address{
	display:inline-block;
	padding:0 21px;
}

.topbar-address .fa{
	margin-right:8px;
	font-size:14px;
}

.topbar-social{
	border-right:1px solid #e9e9e9;
}
.topbar-social li{
	float:left;
	border-left:1px solid #e9e9e9;
}
.topbar-social li a {
	text-align:center;
	color:#888;
}
.topbar-social li a .fa{
	font-size:14px;
	line-height:36px;
	width:50px;
}
.topbar-social li a:hover{
	color:#87ca00;
}


/*navbar*/

.navbar-actions{
	padding-left:24px;
	margin-right:-42px;
}
.navbar-actions li{
	display:inline-block;
	margin:0 22px;
}
.navbar-actions li a{
	color:#181818;
	display:block;
	line-height:48px;
	margin:31px 0;
}

.navbar-brand{
	padding: 10px 15px;
}
.navbar-brand img {
	width: 80px;
	height: auto;
}

/* Header Menu CSS */
.header-menu {
	text-align: center; 
	margin-bottom: 0;
}
.header-menu ul.menu {
	margin-bottom: 0;
	border: none;
	width: 100%;
	border-radius:0;
	margin-top: 15px;
}
.header-menu ul.menu li {
	display: inline-block;
}
.header-menu ul.menu > li > a {
	line-height: 80px;
}
.header-menu ul.menu > li > a {
	padding: 15px 3px;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:700;
	margin:0 15px;
	position:relative;
}
.header-menu ul.menu  > li  > a,
.header-menu ul.menu > .active > a,
.header-menu ul.menu > .active > a:hover,
.header-menu ul.menu > .active > a:focus,
.header-menu ul.menu  > li  > a:hover,
.header-menu ul.menu  > li  > a:focus {
	color: #181818;
	background-color: transparent;
}
.header-menu ul.menu > .open > a,
.header-menu ul.menu > .open > a:hover,
.header-menu ul.menu > .open > a:focus {
	color: #181818;
	background-color: transparent;
}
.header-menu ul.menu > li > a {
	color: #181818;
	position:relative;
}
.header-menu ul.menu > li > a:before {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:4px;
	background:#87ca00;
	content:"";
	opacity:0;
	transition:all .5s ease;
}
.header-menu ul.menu > .open > a:hover:before,
.header-menu ul.menu > .open > a:focus:before,
.header-menu ul.menu > li  > a:hover:before,
.header-menu ul.menu > li.active > a:before{
	opacity:1;
}

.header-menu  ul.menu > li  > a .fa{
	color:#87ca00;
}

/*header-slider*/

.header-slider{
	position:relative;
}
.single-header-slide .overlay{
	color: #fff;
	padding: 150px 0 150px;
}
.single-header-slide h2{
	padding-bottom:15px;
}
.single-header-slide h2,
.single-header-slide p{
	color:#fff;
}
.single-header-slide h2{
	position:relative;
	top:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide h2{
	top:0;
	opacity:1;
}
.single-header-slide p{
	position:relative;
	left:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide p{
	left:0;
	opacity:1;
}
.single-header-slide .button{
	position:relative;
	right:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide .button{
	right:0;
	opacity:1;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0px;
	background:transparent;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	background:none;
}
.header-section .bx-wrapper .bx-prev:after,
.header-section .bx-wrapper .bx-next:after{
	position:absolute;
	top:-30px;
	background:rgba(0,0,0,.35);
	content:"";
	width:30px;
	height:95px;
	line-height:95px;
	text-align:center;
	font-family: 'FontAwesome';
	font-size:20px;
	color:#87ca00;
	text-indent:0;
	transition:all .5s ease;
}
.header-section .bx-wrapper .bx-prev:after{
	left:-10px;
	content: "\f104";
}

.header-section .bx-wrapper .bx-next:after{
	right:-10px;
	content: "\f105";
}
.header-section .bx-wrapper .bx-prev:hover:after,
.header-section .bx-wrapper .bx-next:hover:after{
	color:#fff;
}

/*our-expertist*/

.our-expertist{
	padding-bottom:85px;
	box-shadow: 0 1px 1px rgba(204,204,204,.35);
}

.single-expertist{
	margin-bottom:30px;
	background:#fff;
	transition:all .5s ease;
	border: 1px solid #ddd;
}
.single-expertist:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.se-top{
	position:relative;
}
.single-expertist p {
	padding-bottom:15px;
}
.single-expertist a {
	color:#888;
	font-size:11px;
	line-height:16px;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.single-expertist a:hover {
	color:#00aff1;
}
.single-expertist a .fa{
	height:16px;
	width:16px;
	border-radius:50%;
	border:1px solid #00aff1;
	color:#00aff1;
	font-size:10px;
	text-align:center;
	line-height:14px;
	display:inline-block;
	padding-left:2px;
	margin-right:6px;
}
.se-bottom{
	border:1px solid #e9e9e9;
	border-top:none;
	padding:30px 30px 34px 39px;
	min-height: 113px;
}


/*about-us-section*/

.about-us-section{
	padding:100px 0;
}
.about-us-section h4{
	padding:13px 0 27px;
}

.about-image img{
	border: 1px solid #ccc;
	padding: 10px;
/*	margin-top:-70px;*/
}
.about-text{
	padding-right:40px;
}
.innr-page .about-text{
	padding-right:0;
}
.about-text p{
	padding-bottom:25px;
}

.features-list {
	font-size: 15px;
}
.features-list li {
	margin-bottom: 15px;
	line-height: 1.5;
}
.features-list li i {
  color: #87ca00;
  font-size: 25px;
  display: block;
  float: left;
  height: 30px;
  margin-right: 35px;
}

.about-us-section.innr-page h4{
	padding:0 0 27px;
}

.pl-25{
	padding-left:25px;
}

.about-us-section.innr-page{
	padding:120px 0 25px;
}
.about-us-section.innr-page .about-text{
	padding-bottom:50px;
}
.about-us-section.innr-page img{
	padding-bottom:50px;
	width:100%;
}

.about-us-section .our-skills{
	padding-top:72px;
}

.about-us-section.innr-page .our-skills{
	padding-top:0;
}

.about-us-section.features-section .section-head {
	padding-top: 0;
}
.about-us-section.features-section .section-head h4 {
	padding-bottom: 0;
}

/*Video Section*/
.video-section .section-head {
	padding: 0;
}
.working-video {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #ccc;
  padding: 10px;
}

/*more-service-section*/

.more-service-section{
	background:url(../images/bg/why-us.jpg) center center;
	background-size:cover;
}
.more-service-section .overlay{
	padding-bottom:130px;
}

.more-services{
	color:#fff;
	line-height:33px;
}
.more-services:hover{
	color:#87ca00;
}
.more-services .fa{
	padding-left:24px;
}

.single-mService{
	background:rgba(214,65,44,.7);
}
.single-mService img{
	width:100%;
}
.mService-text{
	padding:50px 40px 20px 47px;
}
.mService-text h6{
	color:#fff;
	padding-bottom:13px;
	text-transform:uppercase;
}
.mService-text p{
	color:#fff;
	padding-bottom:10px;
}

.mService-more a{
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	line-height:20px;
	height:22px;
	width:22px;
	text-align:center;
	display:inline-block;
}
.mService-more a .fa{
	padding-left:2px;
}

/*service-section*/

.service-section{
	padding: 50px 0 0px;
}
.all-services{
	
}
.single-service{
	padding:0 20px 50px;
}
.single-service .micon{
	font-size:64px;
	color:#87ca00;
}
.single-service .megaicon-solar-energy{
	color:#fdc400;
}
.single-service .megaicon-water{
	color:#00aff1;
}
.single-service .megaicon-electric-tower{
	color:#00aff1;
}
.single-service h6{
	padding:20px 0 10px;
}

/*some-facts*/

.some-facts{
	background: url(../images/bg/facts.jpg) center center;
	background-size:cover;
}

.some-facts .overlay{
	padding:158px 0 141px;
}

.sect-title h3.small{
	font-size:40px;
	line-height:42px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.06em;
	padding-bottom:12px;
}
.sect-title span{
	font-size:17px;
	line-height:27px;
	color:#fff;
}

.single-facts{
	position:relative;
	padding-left:90px;
	margin-top:24px;
}
.single-facts .micon{
	color:#87ca00;
	font-size:66px;
	position:absolute;
	left:0;
	top:8px;
}
.single-facts h3{
	color:#00aff1;
}
.single-facts span{
	font-size:17px;
	line-height:22px;
	color:#fff;
}

.slick-next,
.slick-prev{
	position:absolute;
	top:-87px;
	text-indent:-9999px;
	height:22px;
	width:22px;
	padding:0;
	border:none;
	border-radius:50%;
	opacity:0.2;
	transition:all .5s ease;
}
.slick-next:hover,
.slick-prev:hover{
	opacity:0.5;
}
.slick-prev{
	right:28px;
	background:url(../images/icons/angle-left.png)
}
.slick-next{
	right:0;
	background:url(../images/icons/angle-right.png)
}


/*cta-section*/

.cta-section{
	background:url(../images/bg/cta.jpg) center center;
	background-size:cover;
}
.cta-section.cta-two{
	background:url(../images/solar-installation-banner.jpg) center center;
	background-size:cover;
}
.cta-section .overlay{
	padding: 178px 0 212px;
}
.cta-section.cta-two .overlay{
	padding: 130px 0 166px;
}
.cta-section .h4-like{
	font-weight:300;
	text-transform:none;
	display:block;
	color:#fff;
}

.cta-section  h3{
	text-transform:uppercase;
	color:#fff;
	padding:17px 0 31px;
}

/*footer-section*/

.footer-section{
	background:url(../images/header-slide/slide-4.jpg) center center;
	background-size:cover;
}
.footer-section .footer-top{
	padding:96px 0 40px;
	border-bottom:1px solid #ccc;
}

.footer-widget{
	margin-bottom:30px;
}
.about-widget{
	padding-top:3px;
}
.about-widget img{
	padding-bottom: 25px;
	width: 100px;
}
.about-widget p {
	color: #fff;
}
.footer-social {
	margin-top: 30px;
}
.footer-social a {
	color: #87ca00;
  margin: 0 5px;
  font-size: 20px;
  border: 2px solid;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
}
.footer-social a:hover {
	color: #00aff1;
}

.footer-widget h6 {
	color:#87ca00;
	margin-bottom: 20px;
}
.quick-contact {
	padding-left: 30px;
}
.quick-contact h5 {
	color: #fff;
	text-transform: uppercase;
}
.quick-contact i {
	color: #87ca00;
	margin-right: 5px;
}

.footer-bottom{
	padding:50px 0 20px;
}
.footer-nav{
	padding-bottom:30px;
}
.footer-nav li{
	display:inline-block;
	padding-right:12px;
}
.footer-nav li a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.02em;
}
.footer-nav li a:hover{
	color:#87ca00;
}
.footer-credit{
	padding-bottom:30px;
}
.footer-credit p{
	line-height:20px;
	letter-spacing:0.02em;
	color:#fff;
}
.footer-credit p a{
	color:#fff;
}
.footer-credit p a:hover{
	color:#87ca00;
}


/*page head section*/

.page-head {
	background-position: center;
	background-size:cover;
}
.page-head .overlay {
	padding: 150px 0;
}
.page-head .overlay h3 {
	color: #fff;
	text-transform: uppercase;
}

/*our-skills*/

.ss-bar{
	position:relative;
	padding:0 53px 0 96px;
	color:#888;
	font-size:15px;
	letter-spacing:0.02em;
	margin:5px 0 33px;
	height:17px;
}
.skill-title{
	position:absolute;
	left:0;
	top:0;
}
.skill-bar {
	position:relative;
	top: 6px;
	width: 100%;
	height: 4px;
	background: #f3f3f3;
}
.skill-bar-count {
	position:absolute;
	top:0;
	left:0;
	height:4px;
	background:#87ca00;
}

.skill-count{
	position:absolute;
	right:0;
	top:0;
}

/*team-section*/

.team-section{
	padding-bottom:80px;
}

.single-team{
	margin-bottom:30px;
	border: 1px solid #e9e9e9;
	background: #fff;
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

.single-team h6{
	line-height:21px;
}
.single-team img{
	width:100%;
}
.single-team h6 span{
	display:block;
	color:#888;
	font-weight:400;
	text-transform:none;
}

.st-bottom{
	padding:37px 42px 28px;
}

/*contact-page*/

.contact-texts h3{
	padding-bottom:50px;
	text-transform:uppercase;
}
.contact-texts p{
	padding-bottom:25px;
}

.comment-form{
	padding-bottom:44px;
}
.comment-form h4{
	padding-bottom:44px;
}
.input-box input[type="text"], .input-box input[type="email"], .input-box textarea, .input-box select {
	border: 1px solid #e9e9e9;
	background: #fff;
	line-height: 48px;
	padding-left: 28px;
	color:#888;
	width:100%;
	margin-bottom:30px;
}
.input-box select {
	padding: 15px 0 15px 28px;
}
.input-box textarea{
	height: 166px;
	resize:none;
	padding-top:12px;
}
.flag-error, .error {
	color: #f00;
	margin-bottom: 20px;
}
.div-success {
	background: #f7f7f7;
	border: 1px solid #ccc;
	text-align: center;
	padding: 50px;
	max-width: 500px;
	line-height: 1.5;
}

/*blogs-page*/

/*blog-section*/

.single-blog{
	margin-bottom:19px;
	transition:all .5s ease;
}
.single-blog:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.page-with-sidebar .single-blog{
	margin-bottom:30px;
}

.more-blogs{
	color:#888;
	line-height:33px;
}
.more-blogs:hover{
	color:#87ca00;
}
.more-blogs .fa{
	padding-left:24px;
}

.sb-top{
	position:relative;
}
.sb-bottom{
	border: 1px solid #e9e9e9;
	padding:33px 20px 25px 44px;
}

.meta-info{
	background:rgba(135,202,0,.85);
	font-size:13px;
	color:#fff;
	padding:8px 18px 10px;
	position:absolute;
	top:20px;
	right:20px;
	text-align: center;
	text-transform:uppercase;
}
.meta-info span{
	display:block;
	font-size:20px;
	letter-spacing:0.1em;
	font-weight:700;
}

.video-play{
	position:absolute;
	top:27px;
	right:27px;
	height:34px;
	width:34px;
	border:2px solid #fff;
	border-radius:50%;
	text-align:center;
}
.video-play .fa{
	line-height:32px;
	color:#fff;
	margin:0 0 3px 3px;
}

.single-blog h6{
	padding-bottom:7px;
}
.single-blog h6 a{
	color:#181818;
}
.single-blog h6 a:hover{
	color:#87ca00;
}
.single-blog p{
	padding-bottom:16px;
}
.single-blog.small{
	border: 1px solid #e9e9e9;
	background-color: #fff;
	transition:all .5s ease;
	padding:30px 44px 38px;
}
.single-blog.small:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

.blog-read-more {
	color:#888;
	font-size:11px;
	line-height:16px;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.blog-read-more:hover {
	color:#00aff1;
}
.blog-read-more .fa{
	height:16px;
	width:16px;
	border-radius:50%;
	border:1px solid #00aff1;
	color:#00aff1;
	font-size:10px;
	text-align:center;
	line-height:14px;
	display:inline-block;
	padding-left:2px;
	margin-right:6px;
}

.featured-image{
	position:relative;
}
.featured-image img{
	width:100%;
}
.featured-image .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bd-meta{
	padding:68px 0 21px;
}
.bd-meta li{
	display:inline-block;
	margin-right:18px;
}
.bd-meta li a{
	color:#888;
}
.bd-meta li a:hover{
	color:#00aff1;
}
.bd-meta li img{
	margin-right:6px;
}
.bd-meta li:last-child a{
	color:#00aff1;
}

.bda-texts h3{
	text-transform:uppercase;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 1;
}
.bda-texts p{
	padding-bottom:25px;
}
.project-img {
	margin-bottom: 30px;
}
.bda-texts blockquote{
	font-size:16px;
	line-height:31px;
	padding-left:84px;
	position:relative;
	color:#888;
	margin:18px 0 39px;
}
.bda-texts blockquote:before{
	font-size:50px;
	color:#87ca00;
	position:absolute;
	top:10px;
	left:0;
	font-family: "megaicon";
	content: "\f105";
}

.bds-tags li a{
	color:#87ca00;
	margin-right:6px;
}
.bds-tags li:first-child{
	padding-right:16px;
}
.bds-social li{
	margin-left:16px;
}
.bds-social li a{
	color:#c3c3c3;
	font-size:16px;
}
.bds-social li a:hover{
	color:#87ca00;
}

/*sidebar*/

.sidebar{
	padding-left:30px;
}

.single-sWidget{
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	padding:54px 40px 26px 46px;
	margin-bottom:40px;
}

.recent-list{
	padding-top:30px;
}
.recent-list li{
	padding-bottom:24px;
	display: inline-flex;
	align-items: center;
}
.rl-image{
	flex-basis: 90px;
	flex-shrink:0;
}
.rl-text{
	flex-grow:1;
	padding-left:17px;
}
.rl-text a{
	font-size:14px;
	color:#888;
	line-height:20px;
	padding-bottom:7px;
	display:block;
}
.rl-text a:hover{
	color:#87ca00;
}
.rl-text span{
	font-size:12px;
	display:block;
	color:#888;
}

.single-sWidget pre{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#888;
	line-height:32px;
	padding: 18px 0 0 24px;
}

/*Custom CSS*/
.main-title {
	font-size: 30px;
	margin-bottom: 0;
	line-height: normal;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.mb-3 {
	margin-bottom: 30px;
}
.mb-4 {
	margin-bottom: 40px;
}
.mb-5 {
	margin-bottom: 50px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3 {
	margin-top: 30px;
}
.mt-4 {
	margin-top: 40px;
}
.mt-5 {
	margin-top: 50px;
}
.single-service img {
	max-width: 100px;
}
.projects-slider img {
	width: 100%;
}
.projects-slider .slick-slide {
	margin: 0 15px;
}
.header-section h2 {
	font-size: 60px;
	line-height: 60px;
}


/*Custom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-menu-info {
		margin-left: 0;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.tab-center{
		text-align:center;
	}
	.pl-25,
	.sidebar{
		padding-left:0;
	}
	.single-testimonial{
		padding:0 15px;
	}
	.get-quote-section img,
	.quote-form,
	.checkout-widget{
		margin-left:0;
	}
	.nav > li > a {
		padding: 15px 1px;
	}
	
	.product-dec-review .nav-tabs > li {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {

	.mobile-hide {
		display: none;
	}
	.desktop-hide {
		display: block;
	}
	h1, .h1-like {
		font-size: 60px;
		line-height: 70px;
	}
	h2, .h2-like {
		font-size: 30px;
		line-height: 68px;
	}
	h3, .h3-like {
		font-size: 38px;
		line-height: 52px;
	}
	p.lead {
		font-size: 18px;
		line-height: 30px;
	}
	
	.mobile-left{
		text-align:left;
	}
	.mobile-center{
		text-align:center;
	}
	/*Mobile Menu CSS*/
	.header-back.mobile-header{
		background:#fff;
		padding:10px 0;
		position:static
	}
	.header-back.mobile-header .table-div{
		width:100%
	}
	.header-back.mobile-header .table-div .logo-img{
		text-align:left;
		vertical-align:top
	}
	.header-back.mobile-header .table-div .logo-img img {
		width:50px
	}
	.header-back.mobile-header .table-div .menu-icon{text-align:right;
		vertical-align:middle
	}
	a#menu-bar{
		display:inline-block
	}
	a#menu-bar img{
		width:25px;
		height:auto
	}
	a#menu-bar img:hover{
		cursor:pointer
	}
	.mobile-menu{
		display:none
	}
	.mobile-menu ul.menu{padding-left:0;
		text-align:left;
		margin-top: 30px;
	}
	.mobile-menu ul.menu li{display:block;
		width:100%;
		padding:5px 0
	}
	.mobile-menu ul.menu li a{display:block;
		color: #87ca00;
		padding: 5px 0;
	}
	.mobile-menu ul.menu li.current-menu-item a {
		color:#000;
		font-weight: 600;
	}
	.mobile-menu ul.menu li:last-child{
		border-bottom:none
	}
	.mobile-menu ul.menu>li{
		border-bottom:1px solid #000
	}
	.mobile-menu ul.menu>li>a{
		text-transform:uppercase
	}
	.mobile-menu ul.sub-menu{
		padding-left:10px
	}
	.mobile-menu ul.sub-menu li a:before{
		content:"\f054";
		font-family:FontAwesome;
		font-style:normal;
		font-weight:normal;
		text-decoration:inherit;
		color:#000;
		font-size:10px;
		padding-right:0.5em
	}
	.mobile-menu ul.sub-menu li{
		padding:0
	}

	.navbar {
		bottom: 0;
	}
	.topbar-options{
		border-bottom:1px solid #e9e9e9;
		text-align: center;
	}
	.topbar-options li {
		line-height: 2;
		float: none;
	}
	.topbar-address {
		padding: 0 8px;
	}
	.portfolio-nav {
		padding-top:30px;
	}
	.portfolio-nav li {
		display: block;
		margin-left: 0;
		line-height:30px;
	}
	.sp-over{
		padding-left:10px;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.single-service {
		padding: 0 0 50px;
	}
	.recent-widget {
		margin-left: 0;
	}
	.service-section {
		padding: 70px 0;
	}

	/*Slider Css*/
	.header-section .bx-wrapper .bx-viewport {
		height: 370px !important;
	}
	.single-header-slide .overlay {
		padding: 70px 0;
		text-align: center;
	}

	.active-slide.single-header-slide h2 {
		line-height: 1;
	}
	.about-image {
		text-align: center;
	}
	.about-image img {
		margin-top: 0;
		max-width: 400px;
		width: 100%;
	}
	.video-section iframe {
		height: auto;
	}
	.features-section img {
		margin-bottom: 30px;
	}
	.features-list li i {
		margin-right: 10px;
	}
	
	.page-head .overlay{
		padding: 120px 0;
	}
	.pl-25,
	.sidebar{
		padding-left:0;
	}
	
	.bda-texts blockquote{
		padding-left:0;
	}
	.bda-texts blockquote:before{
		font-size:40px;
		position:relative;
		padding-right:15px;
	}
	
	.author-details,
	.comment-details{
		padding-left:0;
		padding-top:15px;
	}
	.single-comment,
	.post-author,
	.single-review{
		flex-direction: column;
	}
	.cart-list{
		flex-direction: column;
		align-items: left;
	}
	.get-quote-section img,
	.quote-form,
	.checkout-widget{
		margin-left:0;
	}
	.checkout-widget {
		padding: 20px;
		margin-top: 30px;
	}
	.checkout-widget .button {
		padding: 0 20px;
	}
	.review-discription{
		padding:10px 0;
	}
	.single-review .product-rating{
		position:relative;
		padding-top:15px;
	}
	.product-dec-review .nav-tabs > li {
		width: 100%;
	}
}
@media screen and (max-width:600px){
	.section-head {
		padding-top: 50px;
	}
	.main-title {
		font-size: 25px;
	}
	h2, .h2-like {
		font-size: 25px;
	}
	.header-section h2 {
		font-size: 25px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-us-section {
		padding: 50px 0;
	}
	.pb-100 {
		padding-bottom: 50px !important;
	}
	.footer-top {
		text-align: center;
	}
	.quick-contact {
		padding-left: 0;
	}
}