/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
a {
    color: #3d9c1d;
    text-decoration: none;
}
body {
	font-family: 'Roboto', sans-serif;
}
.fancybox {
    width: 23%;
    margin: 10px;
    display: inline-block;
}
.request-aquote a,
.request-aquote h5 {
	color: #fff !important;
}
.request-aquote {
	background:#012c44;
	color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
}
.top-line-logo h5 {
    font-size: 16px;
    line-height: 22px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight:600;
	color:#012c44;
}
.sideservice {
	border: 1px solid #bbb;
    padding: 15px;
	border-radius:2%;
}
.sideservice ul {
	list-style-type:none;
	padding-left:15px;
	font-size:15px;
}
.sideservice li {
	border-bottom:1px dashed #bbb;
	padding:15px 0;
}
.sideservice li:first-child {
	border-top:1px dashed #bbb;
}
.main-section-left {
	padding-bottom: 30px;
}
.carousel-inner {
	border-bottom: 3px solid #012c44;
	position:relative;
}
.carousel-content {
		  position:absolute;
		  right:25%;
		  top:35%;
		  left:25%;
		  z-index:10;
		  padding:20px;
		  color:#fff;
		  text-align:center;
		  overflow: hidden;
		  background: #202835;
    background: rgba(32, 40, 53, 0.4);
}

.carousel-content h2 {
	color: #fff;
    text-shadow: 1px 2px 2px rgba(0,0,0,1);
	font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
} 
.carousel-content h2:after {
    border-top: 1px solid rgba(255,255,255,0.5);
    display: block;
    margin: 15px auto 0;
    content: "";
}
.carousel-content p {
	margin-bottom: 10px;
    font-size: 20px;  
	color: #fff;
    text-shadow: 1px 2px 2px rgba(0,0,0,1);
	font-weight:700;
}
.secondary-section li a{
	color:#333;
}
ol, ul, .cities li a {
	font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.nopadding ul{
	padding-left:15px;
}
.review{
	margin-bottom:2px;
	border-left:2px solid #012c44;
	padding-left:10px;
}
.reviewprn {
	
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 40px 15px 36px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #ffba00 !important;
}
.top-line {
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.top-line-info {
  background: #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding:10px;
  text-align:center;
}

.top-line-logo {  
  background: #fff;
  border-bottom: 1px solid #4e4e4e;
  padding: 10px;
}
.logo-in {
   	padding-top:30px;
}
.logo-in p.top-pharse {
  font-size: 15px;
  font-weight:700;
  color: #333;
}
.top-line p,
.top-line p a {
  margin-bottom: 5px;
}
.top-line p span i,
.top-line p a i {
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}
.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333;
  font-weight:700;
}
.top-line .fa {
  color: #fff;
}
.navbar-nav {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar-nav > li > a {
  color: #fff !important;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  padding: 40px 15px 38px;
  text-transform: uppercase;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #ffc207 !important;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #ffffff;
  border-top: 5px solid #ffba00;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
  border-bottom: 1px inset;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #ffba00;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.real_menu { background:#000; }
header.active .navbar-default {
  box-shadow: 0 0 2px #dddddd;
  -webkit-box-shadow: 0 0 2px #dddddd;
  -moz-box-shadow: 0 0 2px #dddddd;
  -o-box-shadow: 0 0 2px #dddddd;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
header.active .navbar-brand {
  color: #222222 !important;
  padding: 23px 15px;
}
header.active .navbar-nav > li > a {
  color: #fff !important;
  padding: 15px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search i {
  color: #666666;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #ffc207 !important;
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}

p {
  font-size: 14px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 20px;
}
h1, h2, h3 { margin:0 0 20px; }
img { max-width:100%; }
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

#home-section {
  margin-top: 160px;
}
.main-section {
  padding: 80px 0;
}

.secondary-section {
  padding: 60px 0;
  background-color:#f7f6f6;
}
.secondary-section .container {
  position: relative;
  z-index: 2;
}


button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.about-section {
  padding: 80px 0 50px;
  text-align:center;
   background-color:#dcdcdc;
}
.about-section img {
  width: 100%;
  margin-bottom: 30px;
}
.about-section iframe {
  width: 100%;
  height: 265px;
  margin-bottom: 30px;
}
.about-section h4 {
  color: #222222;
  font-family: 'Great Vibes', cursive;
  font-weight: 700;
  margin-bottom: 15px;
  font-size:40px;
}
.about-section p { padding:0 15%; }
.about-alternative-section {
  padding: 80px 0 50px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

input, select, textarea{
	width:100%;
    border: 1px solid #eeeeee;
    height: 40px;
    padding-left: 20px;
	margin-bottom:15px;
    text-transform: capitalize;
    width: 100%;
    color: #777;
    font-weight: 400;
	outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
textarea{ 
	height:150px;
}
.testimonial-section {
  padding: 80px 0;
  position: relative;
  background: url('../images/bg01.jpg');
  text-align:center;
  color:#fff;
}

.testimonial-section h2 { text-transform:uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,.15); }

.testimonial-section hr { border-style:inset; border-top:1px dashed rgba(255,255,255,.25); }

.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
      background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    margin-top: 40px;
    padding: 20px 19px 20px 20px;
    position: relative;
    border-top: 3px solid #012c44;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
  min-height:130px;
}
.testimonial-section .testimonial-box ul.bxslider li::before {
    color: #012c44;
    content: "";
    font-family: fontawesome;
    font-size: 150px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    opacity: 0.1;
}
.testimonial-section .testimonial-box p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #222;
  border-color: #222;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
}
.portfolio-section {
    padding: 60px 0;
    text-align: center;
}
/*------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #222222;
}
footer .up-footer {
  padding: 80px 0 60px;
}
footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}

footer .up-footer p, a:hover {
  text-decoration: none;
}

footer .footer-widget p, a:hover {
  text-decoration: none;
}

footer .up-footer img {
  margin-bottom: 20px;
}
footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .up-footer ul.tag-list li a:hover {
  background: #920000;
  border: 1px solid #920000;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding:5px 10px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #ffba00;
}

footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p span {
  font-family: 'Roboto', sans-serif;
  color: #ffba00;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  background: #111111;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
footer a { color:#fff; }

footer a:hover { color:#fff; }

.logo-wrapper {
  overflow: hidden;
}
.logo {
    padding:  0;
}

#Container .mix{ display: none; }

.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #0362a3;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,.15);
	margin-top:10px;
}

.button:hover {
	color:#000;
	text-decoration:none;
    opacity: .9;
}


.main-section-right .button { display:block; text-align:center; }

.service { text-align:center; }

.service img {}

.main-section img, .secondary-section img {  }

.footercnt {
	display:inline-flex;
}
footer .fa{
	width:14px;
	font-size:10px;
	color: #0362a3;
}

.info-widget .fa{
		font-size:14px;
}
.service a{
	text-decoration:none;
}
.bgproject {
    padding: 15px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
	border:1px solid #efefef;
}
.product-images p {
    text-align: center;
    font-weight: 600;
	color:#3d9c1d;
}
.snd-news h6{
	font-weight:500;
	font-size: 14px;
}
.snd-news h5{
	font-weight:700;
	font-size: 16px;
}
.text-justify h6{
	font-weight:500;
	font-size: 16px;
	font-style:italic;
}
.text-justify h5{
	font-weight:700;
	font-size: 16px;
}
.text-justify a{
	font-weight:700;
}
/*-------------------------------------------------*/
/* =  New Design Part
/*-------------------------------------------------*/

.bx-srv {
	margin-bottom: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 3px 4px 5px 1px #3333338c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.bx-srv:hover img {
    -moz-transform: scale(1.5) rotate(-15deg);
    -webkit-transform: scale(1.5) rotate(-15deg);
    -o-transform: scale(1.5) rotate(-15deg);
    -ms-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5) rotate(-15deg);
}
.bx-srv-img {
    overflow: hidden;
    position: relative;
}
.bx-srv img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.bx-srv-msg {
    padding: 20px 20px 0;
}

.bx-srv-msg h3{
	color:#333;
	font-size:24px;
}
.bx-srv-sml {
	padding:5px;
	margin-bottom:8px;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
	display:inline-block;
}
/* .bx-srv-sml:hover {
	box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.6);		
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
	border-radius:10px;
}	*/
.bx-srv-sml .icon-img {
	text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	border-radius: 50%;
	border: 2px solid #e74c3c;
	color:#e74c3c;
	float: left;
    margin-right: 10px;
	left: 0;
    top: 2px;
    font-size: 25px;
    padding: 15px 0 0;
    width: 68px;
    height: 68px;
}
.bx-srv-sml:hover  .icon-img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	border-radius: 50%;
	background: #e74c3c;
	color:#fff;
}
.bx-srv-sml .icon-img img {
    border-radius: 50%;
	border: 2px solid #e74c3c;
	width:68px;
	height:69px;
	float: left;
    margin-right: 10px;
}
.bx-srv-sml .title {
	display:table;
}
.bx-srv-sml h3{
	font-size:20px;
	font-family: 'Courgette', cursive;
	margin-bottom: 10px;
}
.toplineclient {
    padding: 10px 0 !important;
    border-width: 0 0 5px 0;
    border-top: 2px solid #3d9c1d;
}

#owl-example .item{
	 width: 100%;
	display:inline-block!important;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background-color:#000;
}
#owl-example .item:hover img {
	opacity:0.8;
}
.h2-line {
    position: relative;
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 20px;
	background-color: #0362a3;
}

.info-widget li {
	margin-bottom:10px;
}
.info-widget ul {
	list-style-type:none;
	padding-left:20px;
}
.info-widget ul i {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 30px;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 767px){
	.logo-in {
    	text-align: center;
	}
	
}

@media (min-width: 768px) {
  .logo-in {
    	text-align: right;
	}

  .navbar-nav>li {
    float: none;
    display: inline-block;
  }

  .navbar-nav {
    margin: 0 auto;
    width: 95%;
    text-align: center;
  }
  
  .navbar-header{
	height:40px;
  }
  
  .navbar-nav > li > a {
    line-height: 20px;
    padding:12px 15px;
  }
	
}

@media (max-width:1300px) {
  .carousel-content { top:15%; left:10%; right:10%; }
}

@media (max-width: 1199px) {
  .navbar-nav > li > a {
    padding: 17px 10px !important;
  }
}
@media (max-width: 991px) {
	
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }

  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
/*---------------------------*/

  .top-line,
  .top-line ul.social-icons {
	margin: 0;
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
    padding-right: 15px;
  }
  #home-section {
    margin-top: 195px;
  } 
  .contact-info {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-content {		  
		  right:5%;
		  left:5%;		  
		  padding-top:10px;
		  padding-bottom:10px;
	}
	.carousel-content h2 {
		font-size:30px;
	}
  .navbar-header {
        float: none;
    }
	.navbar-header{
	height:60px;
  }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
		float: left !important;
    }
    .navbar-nav {
        float: none!important;
     /*   margin: 7.5px -15px; */
		margin: 7.5px 0;
		height: 340px;
		width: 100%;
		overflow: scroll;
	/*	position: relative;*/
    }
    .navbar-nav>li {
        float: none;
		text-align:left;
		/*display:block;*/
		width: 100%;
	/*	position:absolute;
		left:0;
		right:0;  */
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
}

@media (max-width: 767px) {
	.carousel-content {		  
		display:none;
	}
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  #home-section {
    margin-top: 300px;
  }
  
}
@media (max-width: 500px) {
	.carousel-content {		  
		  font-size:0.8em;
	}
	.carousel-content h2 {
		font-size: 1.5em;
	}
  h1 { font-size: 1.5em; }
  section { max-width: 100%; float: none; }
  .logo { max-width:100%; }
  .sideservice {
	border: none;
	padding: 15px 0 ;
  }
}

#logo {
    float: left;
    font-size: 28px;
    line-height: 100%;
    position: relative;
    z-index: 1;
}
#logo a {
    display: block;
}
#logo img {
    height: auto!important;
}

.star-review {width: 80px;
    margin-bottom: 10px;}