@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif !important;
  color:#4e4e4e !important;
  line-height: 22px;
  font-size:16px !important;
}
body:before{ display:none !important;}

h1,
h2,
h3,
h4,
h5,
h6 {
   clear: none !important; 
  font-weight: 600 !important; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1, h2, h3{
    margin-top: 20px !important; 
    margin-bottom: 10px !important; 
}

h1{
  font-size: 36px !important;
  color:#fff;
  
}

h2{
  font-size: 24px !important;
}

h3{
  font-size: 20px !important;
}

h4{
  font-size: 18px !important;
}
h5{
font-size:16px !important;
}

a {
  color: #04a4d4;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #5a5a5a;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

p{
	margin: 0 0 30px;
	line-height: 24px;
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;

}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  line-height: 28px;
}

.top-number{
  color: #5a5a5a;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #5a5a5a;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #04a4d4;
  color: #fff;
}

.search i {
  color: #5a5a5a;
}

input.search-field{
  background: transparent;
  border: 1px solid #5a5a5a !important;
  width: 60px !important;
  padding: 0 10px !important;
  color: #000 !important;
  line-height: 1.5 !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-field::-webkit-input-placeholder{
  color: transparent;
}

input.search-field:hover::-webkit-input-placeholder {
  color: #5a5a5a;
}

input.search-field:hover {
  width: 180px !important;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 20px;
  padding-bottom: 28px;
}



.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #5a5a5a;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #04a4d4;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #04a4d4;
  color: #fff;
}
.navbar-inverse .navbar-nav .sub-menu {
	display:none;
}
.navbar-inverse .navbar-nav >li:hover .sub-menu{
display:block;
}
.navbar-inverse .navbar-nav>li .sub-menu {
	position: absolute;
    top: 53%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-inverse .navbar-nav>li .sub-menu >li> a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
	}

.navbar-inverse .navbar-nav>li .sub-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav>li .sub-menu > li > a {
  padding: 8px 15px;
  color: #5a5a5a;
}

.navbar-inverse .navbar-nav .sub-menu > li:hover > a,
.navbar-inverse .navbar-nav .sub-menu > li:focus > a,
.navbar-inverse .navbar-nav .sub-menu > li.active > a {
  background-color: #04a4d4;
  color: #fff;
}

.navbar-inverse .navbar-nav .sub-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .sub-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.navbar-inverse .navbar-collapse{
	float: left !important;
    width: 85%;
}





/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 0;
}
#main-slider .carousel .carousel-content h1{
	text-shadow:2px 2px #5a5a5a
}
#main-slider .carousel .carousel-content span{
	text-shadow:2px 2px #5a5a5a
}
#main-slider .carousel .slider-content{
	float: left;
	position: absolute;
	width:100%;
    left: 4%;
    right: 0;
	top:34%;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #04a4d4;
  color: #fff;
  border-radius: 4px;
  margin-top: 4px;
  display: inline-block;
  box-shadow: 0px 0px 2px 2px #5a5a5a;
}
#main-slider .carousel .btn-slide:hover{
background: #5a5a5a;
  color: #fff;	
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: auto;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: static;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #04a4d4;;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #5a5a5a;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #04a4d4;
   margin: 0 15px 0 0;
   border: 1px solid #04a4d4;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #04a4d4;
  border: 1px solid #04a4d4;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active span{
	float:left;
	width:100%;
	color:#fff;
	font-size:50px;
	padding:20px 0;
	line-height: 43px;
	
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}






#middle {
  background: #f2f2f2;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}


#blue-part{
	padding: 40px 0;
	float:left;
	width:100%;
	background:#04a4d4;

}
#blue-part h1{
	float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 25px;
	
}

#blue-part .cus-form{
	color: #000;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #04a4d4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#blue-part input[type="submit"]{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    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;
}


#blue-part .white-btn{
	background: #fff!important;
    color: #5a5a5a!important;
    border: none!important;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    width: 100%!important;
    border: 1px solid #fff!important;
}

#blue-part .white-btn:hover {
    background: #04a4d4!important;
    border: 1px solid #fff!important;
    color: #fff!important;
}

#middle-content-section{
	float:left;
	width:100%;
	text-align:center;
	padding: 40px 0;
}
#middle-content-section h1{
	float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
	color:#5a5a5a;
	
}

#services{
	float:left;
	width:100%;
	background:#e4e4e4;
	padding: 40px 0;
}
#services h1{
	float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
	color:#5a5a5a;
	
}
#services .image-service-box {
	margin-bottom:30px;
	float:left;
}

#services .image-service-box  .service-img{
	float: none;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#services .image-service-box  .service-img:after{
	display: block;
    content: '';
    padding-top: 80%;
}

#services .image-service-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#services .image-service-box p{
	text-align:justify;
	margin: 0 0 11px;
}

#services .image-service-box h2 {
  font-size:20px !important;
}

#services .image-service-box h2 a{
	color:#5a5a5a;
}
#services .image-service-box h2 a:hover{
	color:#04a4d4;
}

#services .image-service-box .read-more{
	float:left;
	width:100%;
}
#services .image-service-box .read-more a{
	font-weight:600;
	font-size:14px;
	color: #04a4d4;
}
#services .image-service-box .read-more a:hover{
		color:#5a5a5a;
}

#services .view-all{
	float:left;
	width:100%;
	text-align:center;
}
#services .view-all a{
	padding: 8px 20px;
    background: #04a4d4;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
   }
   
   #services .view-all a:hover{
	   background: #5a5a5a;
	   
   }
 #banner-wrapper{
   float:left;
   width:100%; 
   padding:0;   
   }
#banner-wrapper  .banner-img{
  float:left;
  width:100%;
   }
#banner-wrapper  .banner-img img{
  width:100%;
}



.inner-pages-section{
float:left;
width:100%;
padding:20px 0 40px 0;
}
.inner-pages-section.contact-us-section{
  padding-bottom:0;
}

.inner-pages-section h1, h2, h3, h4, h5, h6{
color:#000;
}

.inner-pages-section .headline{
	float:left;
	width:100%;
    text-align:center;
	padding-bottom: 30px;
	/*margin: 0 0 0 180px;*/
}
.inner-pages-section .headline-new{
	float:left;
	width:100%;
    text-align:center;
	padding-bottom: 30px;
}

.inner-pages-section .just-form-div {
    padding-bottom: 40px;
    padding-top: 15px;
    float: left;
    width: 100%;
    background: #04a4d4;
}
.inner-pages-section .just-form-div .quote-list {
    float: left;
    width: 100%;
    padding: 0 40px;
}

.inner-pages-section .just-form-div h2 {
    padding-bottom: 20px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.inner-pages-section .just-form-div input {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 16px;
    float: left;
    width: 100%;
}
.inner-pages-section .just-form-div input[type="submit"] {
    background: #fff;
    color: #04a4d4;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
   }
.inner-pages-section .just-form-div input[type="submit"]:hover {
    background: #04a4d4;
    color: #fff;
    border: 2px solid #fff;
   }

.inner-pages-section .iframe-section{
	float:left;
	width:100%;
	padding-top: 40px;
  }

.inner-pages-section .blog-list{
	float:left;
	width:100%;
	list-style:none;
  }
.inner-pages-section .blog-list li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
	}
	
.inner-pages-section .blog-list li:before{
	display:none;
}
.inner-pages-section .blog-list li h2{
    float: left;
    width: 100%;
	margin-top: 10px;
	}
.inner-pages-section .blog-list li h2 a{
	color:#5a5a5a;
   }
.inner-pages-section .blog-list li h2 a:hover{
   color:#04a4d4;
  }
  
.inner-pages-section .blog-list li p{
	float:left;
	width:100%;
	margin: 0 0 17px;
}

.inner-pages-section .blog-list li .read-more{
	 float:left;
	 width:100%;
	 padding-bottom:20px;
}

.inner-pages-section .blog-list li .read-more a{
	font-weight:bold;
}
.inner-pages-section .faq{
  float:left;
  width:100%;
  list-style:none;
  padding-left:0;
}
#text-2 {
	padding: 0px;
}

.inner-pages-section .faq li { padding: 20px 0; }

.inner-pages-section .faq li img{ padding-right:8px;}

.inner-pages-section .faq li.ques {
  background: #fff;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.inner-pages-section .faq li.ans {
  background: #04a4d4;
  display: none;
  color:#fff;
  padding: 20px;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-pages-section .about-us{
	float:left;
	width:100%;
	padding-left: 15px;
    padding-right: 15px;
}

.inner-pages-section  ul{
    text-indent: 2px;
    list-style: none;
    list-style-position: outside;
	    padding-left: 20px;
}
.inner-pages-section  ul li:before{
	content: '✔';
    margin-left: -1.3em;
    margin-right: .600em;
}

.inner-pages-section .services-list{
	float:left;
	width:100%;
}

.inner-pages-section .services-list h2 a{
	color:#5a5a5a;
   }
.inner-pages-section .services-list h2 a:hover{
   color:#04a4d4;
   }
.inner-pages-section .services-list p{  
	text-align:justify;
	margin: 0 0 11px;
} 
.inner-pages-section .services-list .read-more{
	  float:left;
	  width:100%;
}
.inner-pages-section .services-list .read-more a{
	font-weight:600;
	font-size:14px;
}
   
.inner-pages-section .services-list .image-service-box{
   padding-bottom:30px;
}

.inner-pages-section .services-list .image-service-box:nth-child(3n+1){
  clear:both;
}



.inner-pages-section .services-list .image-service-box  .service-img{
	float: none;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.inner-pages-section .services-list .image-service-box  .service-img:after{
	display: block;
    content: '';
    padding-top: 80%;
}

.inner-pages-section .services-list .image-service-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




  
 div.wpcf7-validation-errors{ 
	float:left; 
 }

span.wpcf7-not-valid-tip { 
	font-size: 0 !important;
	}

.wpcf7-not-valid { 
	border-color: #f00 !important; 
	border-style: solid !important; 
	border-width: 1px 1px 1px 11px !important; 
}
div.wpcf7-validation-errors{
    border: none !important;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-top: 0 !important;
}
div.wpcf7-mail-sent-ok{
	border:none!important;
	color:#fff;
}
.search .widget{
	margin:0 !important;
	padding:0 !important;
}

.navbar-inverse .navbar-toggle{
	background-color:#000 !important;
}


#main-slider .banner-images{
	float:left !important;
	width:100% !important;
	padding:0 !important;
	position: relative !important;
}
#main-slider .banner-images img{
	width:100%;
}


  
/***********************
********* Services Pages Css( 25-4-2017) ******
************************/




.inner-pages-section .feature-img{
	float:left;
	width:35%;
	margin-right: 4%;
	padding-bottom: 20px;
}

.inner-pages-section .feature-img img{
	width:100%;
	
}

 .services-icon-section{
	float:left;
	width:100%;
	padding-top:40px;
}
 .services-icon-section #text-2{
	margin-bottom:0;
 }

.services-icon-section .icon-list{
	float:left;
	width:100%;
	padding-bottom:20px;
}

.services-icon-section .icon-list .icon{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom: 11px;
}
 .services-icon-section .icon-list p{
	float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
	}
	
.row-fluid{
    float:left;
	width:100%;
}
.row-fluid label{
  float:left;
  width:100%;
  font-size:14px;
}

.row-fluid  .span6{
	float:left;
	width: 48.61878453038674%;
	margin-left: 2.7624309392265194%;
}

.row-fluid [class*="span"]:first-child{
	margin-left: 0;
}

.row-fluid .span12{
	float:left;
	width:100%;
}

.bottom-section{
	float:left;
	width:100%;
	padding-top: 20px;
}

.bottom-section .left-content{
	float:left;
	width:100%;
}

.bottom-section .right-form{
	float:left;
	width:100%;
	background: #e4e4e4;
    padding: 20px;
}
.bottom-section .right-form  div.wpcf7-validation-errors{
	color:#000;
}
.bottom-section .right-form div.wpcf7-mail-sent-ok{
	color:#000;
}

.bottom-section .right-form .cus-form{
	color: #000;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #04a4d4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.bottom-section .right-form  input[type="submit"]{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    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;
}
.bottom-section .right-form  .white-btn{
	background: #fff!important;
    color: #5a5a5a!important;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    width: 100%!important;
    border: 1px solid #04a4d4!important;
}

.bottom-section .right-form  .white-btn:hover {
    background: #04a4d4!important;
    border: 1px solid #fff!important;
    color: #fff!important;
}

.services-with-background{
	float:left;
	width:100%;
	background:url(../images/blue-background.jpg)no-repeat;
	background-size: cover;
}

.services-with-background .content-area{
	float:left;
	width:100%;
}

.services-with-background .content-area h1{
	font-size: 40px;
	font-weight:normal;
	line-height: 57px;
	padding: 12px;
    background: rgba(0, 0, 0, 0.4);
}

.services-with-background .content-area p{
	color:#fff;
	padding: 12px;
    background: rgba(0, 0, 0, 0.4);
}
.services-with-background .content-area .call-us{
	color:#fff;
	font-size: 40px;
	font-weight:normal;
	line-height: 45px;
	padding: 12px;
    background: rgba(0, 0, 0, 0.4);
}

.services-with-background .commercial-form{
	float:right;
	width:80%;
	background: rgba(0, 0, 0, 0.4);
    padding: 35px;
}

.services-with-background .commercial-form h2{
	color: #fff;
    font-size: 26px;
    margin-top: 0;
    padding-bottom: 10px;
}
.services-with-background .commercial-form .cus-form{
	color: #000;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #04a4d4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.services-with-background .commercial-form  input[type="submit"]{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    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;
}
.services-with-background .commercial-form  .white-btn{
	background: #fff!important;
    color: #5a5a5a!important;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    width: 100%!important;
    border: 1px solid #04a4d4!important;
}

.services-with-background .commercial-form .white-btn:hover {
    background: #04a4d4!important;
    border: 1px solid #fff!important;
    color: #fff!important;
}

.services-with-background .commercial-form textarea{
	height:50px;
}
.services-with-background .commercial-form .row-fluid label{
	color:#fff;
}

.commercial-cleaning-icons{
	float:left;
	width:100%;
	padding: 40px 0;
	background: #e4e4e4;
}
.commercial-cleaning-icons .commercial-icon{
	 float:left;
	 width:100%;
	 text-align:center;
	 padding-bottom: 25px;
}
.commercial-cleaning-icons .commercial-icon .icon-image{
	float:left;
	width:100%;
	padding-bottom: 20px;
}

.commercial-cleaning-icons .commercial-icon .icon-image img{
	width:100px;
	height:100px;
	border: 2px solid #04a4d4;
    border-radius: 50%;
    padding: 10px;
    background: #04a4d4;
}

.commercial-cleaning-icons .commercial-icon h2{ font-size:20px;}

.house-cleaning-list{
	float:left;
	width:100%;
	margin-top:20px;
}
.house-cleaning-list .row{
	margin-top:20px;
}
.house-cleaning-list h5{
	margin-bottom:10px;
}

.house-cleaning-list .rental-list:nth-child(4n+1){
  clear:both;
}



.house-cleaning-list .rental-list .rental-image{
	float: none;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.house-cleaning-list .rental-list .rental-image:after{
	display: block;
    content: '';
    padding-top: 80%;
}

.house-cleaning-list .rental-list .rental-image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.estimate_box{
	float:left;
	width:100%;
}
.estimate_box input[type="button"]{
	background:#04a4d4;
	border-radius:4px;
	float: right;
    margin-left: 20px;
}

.estimate_box .showPrice{
	float:right;
	width:20%;
	text-align:left;
	font-weight: bold;
	border: 2px solid #e4e4e4;
	padding: 9px 14px;
	margin-left: 12px;

}
.servQty{
	font-size: 16px;
	width: 43px;
}



/***********************
********* Services Pages Css( 25-4-2017)  END ******






/***********************
********* Footer ******
************************/


#footer {
	float:left;
	width:100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #5a5a5a;
  text-align:center;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

@media(min-width:1025px) and ( max-width:1199px ){

.navbar-inverse .navbar-collapse{
	width: 82%;
}


.navbar-nav > li{
	margin-left: 9px !important;
}
.navbar-inverse .navbar-nav > li > a{
	font-size:14px;
}

}

@media ( min-width:900px )  and ( max-width:1024px ) {

.navbar-inverse .container{
	width:100% !important;
}

.navbar>.container .navbar-brand{
	width: 87%;
}
.navbar-inverse .navbar-collapse{
    width: 81%;
}
.navbar-inverse .navbar-nav > li > a{
	padding: 5px 9px;
	font-size: 14px;
}

.house-cleaning-list .rental-list:nth-child(2n+1){
  clear:both;
}

}


@media ( min-width:800px )  and ( max-width:899px ) {

.navbar-inverse .container{
	width:100% !important;
}
.navbar-inverse .container>.navbar-header{
	width: 20%;
}
.navbar>.container .navbar-brand{
	width: 90%;
}
.navbar-inverse .navbar-collapse{
	width: 78%;
}
.navbar-inverse .navbar-nav > li > a{
    padding: 5px 5px;
	font-size: 13px;
}
.navbar-inverse .navbar-nav>li .sub-menu{
	left: -22px;
}

.house-cleaning-list .rental-list:nth-child(2n+1){
  clear:both;
}

}

@media(min-width:768px) and ( max-width:799px ){

.navbar-inverse .container{
	width:100% !important;
}
.navbar-inverse .container>.navbar-header{
	width: 20%;
}
.navbar>.container .navbar-brand{
	width: 90%;
}
.navbar-inverse .navbar-collapse{
	width: 78%;
}
.navbar-inverse .navbar-nav > li > a{
    padding: 5px 5px;
	font-size: 12px;
}
.navbar-inverse .navbar-nav>li .sub-menu{
	left: -47px;
}

.house-cleaning-list .rental-list:nth-child(2n+1){
  clear:both;
}


}


@media ( max-width:767px ){

.navbar-collapse.in{
	overflow-y: initial;
}

.navbar-nav{
	float:left;
	width:100%;
}
.navbar-nav > li{
	float:left;
	width:100%;
	border-bottom:1px solid #04a4d4;
	margin-left: 0;
}
.navbar-inverse .navbar-nav > li > a{
	padding:0;
}
.navbar-inverse .navbar-nav > li > a:hover{
	background-color: transparent;
    color: #04a4d4;
}



.navbar-inverse .navbar-nav>li .sub-menu {
	position:static;
	width:100%;
	border: none;
    box-shadow: none;
	padding-left: 5px;
}

.navbar-inverse .navbar-nav>li .sub-menu >li{
	border-bottom:1px solid #04a4d4;
	margin-bottom: 9px;
	padding-bottom: 4px;
}

.navbar-inverse .navbar-nav>li .sub-menu >li:last-child{
	border-bottom:none;
}

.navbar-inverse .navbar-nav>li .sub-menu>li>a{
	padding: 0;
    font-size: 15px;
}

.navbar-inverse .navbar-nav>li .sub-menu>li>a:hover{
   background-color: transparent;
    color: #04a4d4;
}

	
input.search-field:hover {
    width: 130px !important;
}

.inner-pages-section .feature-img { 
	width:100%;
	margin:0;
}

.inner-pages-section .blog-list{
	padding-left:0;
}
.services-with-background .commercial-form{
	float:left;
	width:100%;
}

#main-slider .carousel .slide-margin{
	left: 4%;
	text-align:center;
}

#main-slider .carousel .carousel-content h1{
	font-size:20px !important;
}

#main-slider .carousel .carousel-content {
	margin-top:-50px !important;
}

#main-slider .active span{
	font-size: 26px;
    padding: 0;
}

#main-slider .carousel .btn-slide{
    padding: 4px 14px;
}


.estimate_box .showPrice{
	 width: 27%;
	 padding: 7px 14px;
}
.estimate_box input[type="button"]{
	padding: 0.9997em 1.5em;
}

}



@media ( max-width:640px ){

}

@media ( max-width:480px ){

.inner-pages-section .about-us{
	text-align:justify;
}
.estimate_box .showPrice{
	width: 38%;
}
.estimate_box input[type="button"]{
	 float:left;
	 margin-left:0;
}
#custom_donation_table  th, td{
  font-size:12px !important;
}
.servQty{
	font-size:12px;
}

}





