/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.dropdown i{
		display: none;
	}
}


/* Medium Devices, Desktops */
@media (min-width : 992px) {


.cd-intro h1 {
  font-size: 24px;
  color: #fff;
}


	.navbar-brand i{
		margin-right: 0px;
		font-size: 16px;
		line-height: 16px;
	}

	/* features ====================*/
.feature-box h5{
	font-size: 13px!important;
}


}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {


.navbar-default .navbar-nav > li > a {
	padding: 23px 10px;
	letter-spacing: 0px;
}
.navbar-brand i{
	margin-right: 0px;
	font-size: 16px;
	line-height: 16px;
}

.cd-intro h1 {
  font-size: 24px;
  color: #fff;
}

/*=============== About ===================*/

.about-nav {
  margin-top: 10px;
}

/*=============== Service ===================*/

.service-icon {
  margin-top: 10px;
}

/*=============== Blog ===================*/

.blog-item {
  margin-top: 10px;
}


}


/*==================== features ====================*/

.feature-box h5{
	font-size: 13px!important;
}

/*service =================================*/

.service-box{
	margin-bottom: 30px;
}

/*testimonial =================================*/
#testimonial {
    padding-bottom: 100px;
}
#testimonial-carousel .item p {
    width: 100%;
}
#testimonial-carousel .item h5 {
    margin-top: 20px;
}

#testimonial-carousel .carousel-indicators {
    /*top: 40%;*/
}




}

/* Small Devices Potrait */
@media (max-width : 767px){


}

/* Extra Small Devices, Phones */ 
@media (min-width : 480px) and (max-width:767px){

/* background=================================*/

#section-intro {
   height: 450px;
}

.cd-headline {
  color: #fff;
  font-size: 24px;
}

.intro-caption {
    padding: 125px 15px;
}
.intro-caption h1 {
    font-size: 25px;
    line-height: 35px;
}

.mid-title {
    font-size: 30px;
}

.navbar-henry {
  background: #FFC52E none repeat scroll 0 0;
  border-right: 0 none;
  margin-top: 0;
}

.navbar-henry{
	margin-top: 0px;
	background: #FFC52E;
	border-right: 0px;
}

.navbar-toggle {
	color: #fff;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 15px;
  margin-top: 5px;
}

.cd-intro h1 {
  font-size: 24px;
}

/*=================== portfolio ========================*/

.btn-custom{
padding: 10px;
}

/*==================== Header title ========================*/

.element {
	font-size: 50px;
}

/*=============== About ===================*/

.about-nav {
  margin-top: 10px;
}

/*===================service =========================*/

.service-box{
	margin-bottom: 30px;
}

.service-icon {
  margin-top: 10px;
}

/*=================== Blog =========================*/

.blog-item {
  margin-top: 10px;
}


/*===================testimonial ========================*/
#testimonial {
    padding-bottom: 100px;
}
#testimonial-carousel .item p {
    width: 100%;
}
#testimonial-carousel .item h5 {
    margin-top: 20px;
}
#testimonial-carousel .carousel-indicators{
	margin-top: 30px;
}

#testimonial-carousel .carousel-indicators li img {
    width: 45px;
    height: 40px;
    border-radius: 0px;
    border: 0px;
}

#testimonial-carousel .carousel-indicators {
    top: 90%;
}



/*======================== contact =========================*/

.contact-info-wrap{
	margin-bottom: 60px;
}	

}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {


/*======================= background=============================*/

.navbar-henry {
  background: #FFC52E none repeat scroll 0 0;
  border-right: 0 none;
  margin-top: 0;
}

.navbar-toggle {
	color: #fff;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 15px;
  margin-top: 5px;
}


.home-title {
  padding-top: 300px;
}

.home-title > h1 {
  color: #fff;
  font-size: 40px;
}

.cd-intro h1 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.mid-title {
    font-size: 30px;
}

.navbar-custom{
	margin-top: 0px;
	background: #FFC52E;
	border-right: 0px;
}

/*================== ABOUT ========================*/

.about-nav li {
  width: 100%;
  margin-top: 10px;
}

.btn-black {
  width: 100%;
  margin-top: 10px;
}

.education-text {
  width: 82%;
}

.education-text h4 {
  font-size: 16px;
}

.single-about-education {
  padding: 15px 5px 45px 10px;
}

/*================== SERVICE ====================*/

.service-icon {
  margin-top: 10px;
}

ul.portfolio li {
  margin-top: 5px;
}


/*================== PORTFOLIO ==================*/

ul.work {
	margin-left: 0;
}

ul.work li {
    padding: 6px 25px;
    margin-top: 5px;
}	
/*testimonial =================================*/
#testimonial {
    padding-bottom: 100px;
}
#testimonial-carousel .item p {
    width: 100%;
}
#testimonial-carousel .item h5 {
    margin-top: 20px;
}
#testimonial-carousel .carousel-indicators{
	margin-top: 30px;
}


#testimonial-carousel .carousel-indicators li img {
    width: 45px;
    height: 40px;
    border-radius: 0px;
    border: 0px;
}

#testimonial-carousel .carousel-indicators {
    top: 90%;
}


/* contact ==========================================*/

.contact-info-wrap{
	margin-bottom: 60px;
}


}