.navigation a {
	font-size: 12px; 
  }
  
  @media screen and (max-width: 1400px) {
	.navigation a {
	  font-size: 10px;
	}
  }
  
  @media screen and (min-width: 1401px) and (max-width: 1404px) {
	.navigation a {
	  font-size: 11px;
	}
  }
  
  @media screen and (min-width: 1405px) and (max-width: 1439px) {
	.navigation a {
	  font-size: 12px;
	}
  }
  

@media screen and (max-width: 1325px) {


#header .header-content {
	width: 90%;
}
.nav-toggle {
	display: block;
}
.navigation {
	position: fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
.navigation li {
	display: block;
	margin-bottom: 20px;
}
.navigation a {
	display: block;
	font-size: 25px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 12px;
}
.flex-control-nav {
	bottom: 30px;
}

#services .services-content p {
	font-size: 11px;
}

.services-content{
	margin: 25px
}
}

@media screen and (max-width: 995px) {
	.footer .container-fluid {
		display: flex;
	}

	#services .services-content p {
        font-size: 10px;
		line-height: 15px;
    }
}

@media screen and (max-width: 768px) {
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	font-size: 42px;
}
.banner-text p {
	font-size: 18px;
}
.flexslider {
	padding-bottom: 50px;
}
.flex-control-nav {
	width: 100%;
	display: flex;
	justify-content: center;
}
.footer .footer-col {
	margin-bottom: 50px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}

.testimonials p {
	font-size: 10px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 20%;
}
}


@media screen and (max-width: 640px) {
.banner-text {
	padding-top: 35%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}

.footer .container-fluid{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section1 {
    padding: 100px 0 0 0;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 30%;
}

}

@media screen and (max-width: 600px) {
	.carousel-caption h3 {
		font-size: 25px;
	}

	.carousel-caption p {
		font-size: 10px;
	}

	.carousel{
		height: 430px;
	}
}



@media screen and (max-width: 500px) {
	.carousel-caption h3 {
		font-size: 22px;
	}

	.carousel-caption p {
		font-size: 8px;
	}

	.carousel{
		height: 400px;
	}
}


@media screen and (max-width: 480px) {
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	font-size: 32px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}

.carousel-caption h3 {
	font-size: 18px;
}

.carousel-caption p {
	font-size: 6px;
	letter-spacing: 0px;
}

.carousel{
	height: 370px;
}
}

@media screen and (max-width: 370px){
	.carousel-caption h3 {
		font-size: 16px;
	}
	
	.carousel-caption p {
		font-size: 5px;
	}
	
	.carousel{
		height: 350px;
	}

	.carousel-control{
		position: absolute;
		top: 0;
		bottom: 50%;
	}
}

@media screen and (max-width: 320px) {
.banner-text {
	padding-top: 55%;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 11px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}

#services .services-content p {
	font-size: 10px;
	line-height: 24px;
}

.carousel-caption h3 {
	font-size: 14px;
}

.carousel-caption p {
	font-size: 5px;
}

.carousel{
	height: 320px;
}

}
