.dropdown-menu .divider {
  background: #E8E8E8;
  margin: 0px;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  margin-left: -1px;

}


.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.quick_contact h2 {
  margin-top: 0px;
  font-size: 22px;
}

.btn_dwn {
  margin-top: 10px;
}

.dropdown-submenu .pull-left {
  float: none;
}

.nav > li > a {
  font-family: 'Roboto-Light', sans-serif;
  font-size: 20px !important;
  padding: 21px 14px !important;
  transition: color 0.5s ease;
  color: #fff !important;


}

.nav > li > a:hover {
  background: none;
}

/*@media(min-width: 768px) {*/
/*  .nav > li:last-child {*/
/*    background: #f48634;*/
/*    border-radius: 5px;*/
/*    margin-top: 8px;*/
/*  }*/

/*  .nav > li:last-child:hover {*/
/*    background: rgba(244, 134, 52, 0.9);*/
/*  }*/
/*  .nav>li:last-child>a {*/
/*    padding: 10px 14px!important;*/
/*  }*/
/*}*/

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;


}

.clinet-area a.special-eff h4{
  font-weight:900;
}

.dropdown-menu > li > a {
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
}

.nav > li {
  border-right: 0;
}

.nav > li:last-child {
  border: 0px;
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
  background: none !important;
  color: #fff !important;
}

.dropdown-submenu:hover {
  background: #30bb63 !important;
  color: #fff !important;

}

.dropdown-submenu:hover > a {
  color: #fff !important;

}

.dropdown-submenu a:hover {
  background: #30bb63 !important;
  color: #fff !important;

}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #EF4036;
  color: #fff !important;
}

.navbar {
  margin-bottom: 0px;
  border: 0px;
}

.dropdown-menu {
  background: #00a859;
  box-shadow: none !important;
  border: 0 !important;
}

ul.dropdown-menu li {
  border-bottom: 1px solid #76ce78;
}

ul.dropdown-menu li:last-child {
  border: none;
}

/*ul.nav li.dropdown:hover > a,*/
/*ul.nav li.dropdown:focus > a {*/
/*  color: yellow !important;*/
/*}*/

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #f48634;
  color: #fff;
}

@media (min-width:768px) {

  .dropdown-menu {
    padding: 0px;
    -moz-opacity: .3;
    filter: alpha(opacity=0.3);
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    white-space: pre-wrap !important;

  }

  .dropdown-menu > li > a {
    white-space: pre-wrap !important;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    min-width: 250px;
    display: block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    opacity: 1;
  }

  .nav > li > a:hover {
    transition: color 0.5s ease;
    -webkit-column-rule: ;
    -moz-column-rule: ;
    -o-column-rule: ;
    column-rule: ;
    yellow !important;
    text-shadow: 0 1px 0 #CCC;
    background-color:#f48634;
  }

  li.dropdown:hover > .dropdown-menu {
    min-width: 250px;
    display: block !important;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    opacity: 1;
    white-space: normal !important;
  }

  .navbar-collapse {
    padding: 0px !important;
  }
}

@media(max-width:768px) {

  .dropdown-menu > li > a {
    color: #FFF;


  }

  .nav > li > a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-bottom: 1px solid #bf2120;
    background: #DB2726;
  }

  .dropdown-submenu a {
    color: #FFF !important;

  }

  .dropdown-menu > li > a {
    color: #000 !important;
    border-bottom: 1px solid #3E4095;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background: none !important;
    color: #000 !important;
  }

  .dropdown-submenu:hover {
    background: #b6c422 !important;
    color: #000;

  }

  .dropdown-submenu a:hover {
    background: #b6c422 !important;
    color: #000;

  }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background: #ff6b43;
    color: #000 !important;
  }

  .navbar-toggle {
    background: #DB2726 !important;
  }

  .navbar-toggle .icon-bar {
    background: white;
  }

  .dropdown-menu > li > a {
    white-space: normal !important;
  }
}

.nav > li > a:focus {
  color: #969696 !important;
  background: none !important;
}

.carousel-indicators {
  width: auto;
  right: 5%;
  left: inherit;
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  background: #FFF;
}

.carousel-indicators .active {
  background: #FF0;
}

.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.c-fade .carousel-control {
  z-index: 3;
}

.carousel-caption {
  display: table;
  background: #606;
  padding: 5px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  color: #D0D0D0;
}
