/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.dropdown i{
		display: none;
	}
}


/* Medium Devices, Desktops */
@media (min-width : 992px) {
	.team-control .carousel-control.left {
    left: 90%!important;
}
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {


.navbar-custom .nav li a {
    padding: 30px 13px;

 }
.navbar-brand i{
	margin-right: 5px;
}



/* Main  Slider==============================*/
.slider-caption{
	width: 80%;
	margin-top: 120px;
}

#slider-carousel .carousel-control.left {
    left: 40%;
}

}

/*Team==============================*/
.team-box{
	margin-bottom: 20px;
}
.team-box img{
	width: 100%;
}
.team-control .carousel-control.left {
    left: 85%;
}
.team-control .carousel-control {
    top: 60%;
   }

.contact-no {
    width: 175px;
    padding: 28px 14px;
    font-size: 14px;
}

.contact-no i {
    margin-right: 0px;
}



/* Small Devices Potrait */
@media (max-width : 767px){

	
}

/* Extra Small Devices, Phones */ 
@media (min-width : 480px) and (max-width:767px){
	
.navbar-custom .nav li a{
    padding: 8px 16px;
 }
.team-control .carousel-control.left {
    left: 86%;
}
	

}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {


.navbar-custom .nav li a{
    padding: 15px 16px;
    border-bottom: 1px solid#eee;
 }
 .navbar-nav{
 	margin-left: 0px;
 }





/* Main  Slider==============================*/
.slider-caption{
	width: 100%;
	margin-top: 120px;
}

#slider-carousel .carousel-control.left {
    left: 20%;
}

.top-contact{
	margin-top: 0px;
}


.nav-tabs{
	margin-bottom: 40px;
}


/*service========================================*/

.service-desc h4{
	margin-top: 20px;
}
.service-tab-info li{
	width: 100%;
}


/* Team======================================*/

.team-control .carousel-control {
    top: 85%;
}
.team-control .carousel-control.left {
    left: 60%;
}
.team-box{
	margin-bottom: 20px;
}

/* Quote =========================*/
.quote-desc p{
	width: 100%;
}

/* Contact=====================================*/
.info-box{
	margin-bottom: 30px;
}


/*footer==========================================*/

.footer-desc p{
	width: 100%;
}
.footer-desc .copy {
    line-height: 33px;
}

}