.sliderheight{
  
 
}
.contacticon{
padding: 0px 7px 0px 7px;
}

.contacttop{
  padding-bottom: 50px;
}
.servicecontainer{
  padding-top:80px;
  padding-bottom: 50px; 
}
.sectionservice {padding: 50px 0; position: relative;}
.servicesBg{
  background: #ffbe00;
}

.servicep{
  color: #fff;
}


.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: transparent;
    border-color: #f39c12;
    opacity: .7;
    margin-top: -150px;
      width: 15px;
  height: 15px;
}
.fade-carousel .carousel-indicators > li.active {
 background-color: #f39c12;
  width: 15px;
  height: 15px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #e1e1e1;
    opacity: .2;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4  {
  height: 680px;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/ta1.jpg'); 

}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/ta2.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../images/c5.jpg');
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
.selectionsActive, .text-primary{
  color: #ff8ddd;
}

.selectionsActive:hover{
  color: #1d1d1d;
}

.carousel-indicators{
  bottom: 40px !important;
}
@media screen and (max-width: 480px){



.carousel-indicators{
  bottom: 10px !important;
}
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #e1e1e1;
    opacity: .2;
}
.sliderheight{
  padding-top: 80px;
 height: 100%;
}


.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4  {
  height: 250px;


  
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/ta1.jpg'); 

}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/ta2.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../images/c5.jpg');
}



.theimg{
  width: 200px;
}


.adjust1{
  font-size: 24px !important;
}


.navbar-inverse .navbar-brand  {color: #FFF; font-family: "Montserrat"; font-size: 20px; margin-top: 10px; padding: 0; letter-spacing: 0.05px;}
  }