header nav li:not(:last-child) {
    margin-right: 20px;
}
.listtag{color:#ccc;margin-right:5px;}
.big-bg {
    height: 250px !important;
}
.mg-10{
    margin:10px;
}
.mg-5{
    margin:5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}


.bs-example-tabs .nav-tabs {
    margin-bottom: -1px;
}

@media (min-width: 768px) {
    .bs-example {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
       
    }
}

.header {
    background-color: #fff !important;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #FA460B;
    background-color: #fff;
}
.busblock {height:160px !important;  background-color: #fff; border: 1px solid #fff !important;}
.buspicblock {
    color: #fff;
    padding: 0.5em 0 !important;
    border: 1px solid #fff;
}


/* sidebar */
/*====================================================
	sidebar
====================================================*/
.sidebar .widget {
  background: #ffffff;
  padding: 21px 30px;
  height: 460px;
}
.main-footer .widget {
  padding: 0px 30px;
}
.widget {
  margin-bottom: 35px;
}
.widget .title {
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 21px;
  position: relative;
}
.widget .title:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #e67e22;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.widget .recent-post .recent-single-post:last-child {
  margin-bottom: 0;
}
.widget .recent-post .recent-single-post .post-title {
  color: #505050;
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.widget .recent-post .recent-single-post .post-title:hover {
  color: #e67e22;
  text-decoration: none;
}
.widget .recent-post .recent-single-post .date {
  color: #959595;
}
.widget .tag-cloud a {
  border: 1px solid #ebebeb;
  padding: 2px 7px;
  color: #959595;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 7px 7px 0;
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.widget .tag-cloud a:hover {
  color: #ffffff;
  background: #e67e22;
  border: 1px solid #e67e22;
  text-decoration: none;
}
.widget .social {
  padding: 0;
  margin: 0;
}
.widget .social li {
  display: inline-block;
  margin: 0 2px 5px 0;
  text-align: center;
}
.widget .social li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ebebeb;
  color: #959595;
  -webkit-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.widget .social li:hover i {
  color: #ffffff;
  background: #e67e22;
  border: 1px solid #e67e22;
}
.widget .newsletter .input-group {
  margin-bottom: 10px;
  display: block;
}
.widget .newsletter .input-group .email,
.widget .newsletter .input-group btn {
  width: 100%;
}
.widget .ad {
  text-align: center;
}
.widget .ad img {
  max-width: 100%;
}

footer {
    background: #535353 !important;
    height: auto;
    color: #7a7a7a;
    padding-bottom: 40px;
}
.i-c-p_index {
    height: 124px !important;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}


 .homePageIcon {
      border: 2px solid #C3C2C2;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin: auto;
    }
    
    .homePageIconDiv h1 {
      font-weight: 100;
      font-size: 33px;
    }
    
    .homePageIconDiv p {
      font-weight: 200
    }
    
    .homePageIcon > img {
	    margin-left: 25px;
	    margin-top: 25px;
	    width:48px;
	    height: 48px;
	    width: auto;
    }
    
    .text_center {
      text-align: center;
    }
    
    .rightBorder {
      border-right: 1px solid #eaeaea;
    }
    
    .serviceSection {
      margin-bottom: 40px;
      margin-top: 40px;
      margin-right: 0px;
      margin-left: 0px;
    }
.breadcrumb{font-size: 16px !important;margin-top: 20px;}
.m-brand{
    margin-left: -4px !important;
}