/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,600,700,800,900');

.background-color-1
{
  background-color: #dedede;
}
.background-color-2
{
  background-color: #ebebeb;
}
.background-color-3
{
  background-color: #f1f1f1;
}
.background-color-4
{
  background-color: #ffffff;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

h2.sliderheading
{
  /*font-family: roboto;*/
  font-size: 70px;
  font-family: 'Muli' ,sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  /*font-weight:900;*/
}
p.sliderparagraph
{
  /*font-family: lato;*/
  font-size: 16px;
  font-family: 'Muli' ,sans-serif;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff !important;
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 15px;
}
.welcome-content-senter
{
  margin-top: -43px;
}
.topmarging
{
  margin-top: 24px;
}
a.sliderbtn
{
  
  border: 1px solid #fff;
  border-style: dotted;
  padding: 15px 10px;
  margin-top: 36px;
}
a.sliderbtn:hover
{
  
 background-color: #34495e;
 color: #fff;
 
}
.turquoise {
  background-color: #1abc9c;
}
.green-sea {
  background-color: #16a085;
}
.sun-flower {
  background-color: #f1c40f;
}
.orange {
  background-color: #f39c12;
}
.emerald {
  background-color: #2ecc71;
}
.nephritis {
  background-color: #27ae60;
}
.carrot {
  background-color: #e67e22;
}
.pumkin {
  background-color: #d35400;
}
.peter-river {
  background-color: #3498db;
}
.belize-hole {
  background-color: #2980b9;
}
.alizarin {
  background-color: #e74c3c;
}
.pomegranate {
  background-color: #c0392b;
}
.amethyst {
  background-color: #9b59b6;
}
.wisteria {
  background-color: #8e44ad;
}
.clouds {
  background-color: #ecf0f1;
}
.silver {
  background-color: #bdc3c7;
}
.wet-asphalt {
  background-color: ;

}
.wet-asphalt a:not(.btn) {
  color: #bdc3c7;
}
.wet-asphalt a:not(.btn):hover {
  color: #d9534f;
}
.midnight-blue {
  background-color: #2c3e50;
}
.concrete {
  background-color: #95a5a6;
}
.asbestos {
  background-color: #7f8c8d;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 50px;
  font-family: 'Muli' ,sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
#main-slider .carousel h5 {
  font-size: 20px;
  font-family: 'Muli' ,sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .background-over-captions
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
#about-us-banner .background-over-captions
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
#main-slider .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 0px;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: fixed;*/
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 640px;
  -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: relative;
}
#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: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeIn 600ms linear 300ms both;
  -moz-animation: fadeIn 600ms linear 300ms both;
  -o-animation: fadeIn 600ms linear 300ms both;
  -ms-animation: fadeIn 600ms linear 300ms both;
  animation: fadeIn 600ms linear 300ms both;
}
#main-slider .active .animation.animated-item-5 {
  -webkit-animation: fadeInOut 600ms linear 600ms both;
  -moz-animation: fadeInOut 600ms linear 600ms both;
  -o-animation: fadeInOut 600ms linear 600ms both;
  -ms-animation: fadeInOut 600ms linear 600ms both;
  animation: fadeInOut 600ms linear 600ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeIn 600ms linear 900ms both;
  -moz-animation: fadeIn 600ms linear 900ms both;
  -o-animation: fadeIn 600ms linear 900ms both;
  -ms-animation: fadeIn 600ms linear 900ms both;
  animation: fadeIn 600ms linear 900ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeIn 600ms linear 1200ms both;
  -moz-animation: fadeIn 600ms linear 1200ms both;
  -o-animation: fadeIn 600ms linear 1200ms both;
  -ms-animation: fadeIn 600ms linear 1200ms both;
  animation: fadeIn 600ms linear 1200ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: slideInRight 600ms linear 1200ms both;
  -moz-animation: slideInRight 600ms linear 1200ms both;
  -o-animation: slideInRight 600ms linear 1200ms both;
  -ms-animation: slideInRight 600ms linear 1200ms both;
  animation: slideInRight 600ms linear 1200ms both;
}





.navbar-inverse .navbar-brand {
  font-family: 'Bubbler One', sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.navbar-inverse .navbar-nav {
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Muli' ,sans-serif;
  font-weight: 600;
}
.socialicon > li > a > i {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  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: ;
}*/
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
  font-family:'Muli', sans-serif !important;
  font-weight: 300;
  color: #878787;
}
.navbar-inverse .navbar-nav .dropdown-menu ul{
  /*background-color: #2c3e50;*/
 
  min-width: 300px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 13px;
  font-weight:300;
  color: #333;
}
.nav-agency .dropdown-menu .activate > a, .nav-agency .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #232323;
  filter: none;
}

.nav-agency .activate {
  border-bottom: 4px solid #61C168;
}
#nav-active ul li a.activate
{
  border-bottom: 4px solid #61C168;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
}

    #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
        /*display: none;*/
    }
    
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }


/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}


