@media screen and (max-width: 1024px) {
#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;
}

.flex-control-nav {
	bottom: 20px;
}
}

@media (min-width : 768px) and (max-width : 991px) {

	.media-left>a>.fa{
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              : 2px solid #cfcece;
    padding             : 10px;
    display             : table-cell;
    -webkit-transition  : all 0.2s ease 0s;
    -moz-transition     : all 0.2s ease 0s;
    -ms-transition      : all 0.2s ease 0s;
    -o-transition       : all 0.2s ease 0s;
    transition          : all 0.2s ease 0s;
}

	.media {
	margin-top  : 10px;
	}

	.media-body h2 {
	font-size   : 13px;
	}
	.service .col-md-5 {
	padding-top : 35px;
	}
	.service .col-md-2 {
	padding-top     : 30px;
	padding-left    : 5px;
	padding-right   : 5px;
	}

}

@media (min-width: 320px) and (max-width: 768px) {
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	font-size: 42px;
}
.banner-text p {
	font-size: 18px;
}
/*.flexslider {
	padding-bottom: 80px;
}*/
.flex-control-nav {
	width: 100%;
}
.footer .footer-col {
	margin-bottom: 50px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
.testimonials h1{
	font-size: 19px  !important;
}
..testimonials p{
	font-size: 11px  !important;
}
}