@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title p{
	padding:0 50px;
}
.header{
	padding:8px 0;
}
.header .address {
	text-align: center;
}
.header .social {
	text-align: center;
}
.header .navbar {
	display: none;
}
.header .bar-icon {
	float: right;
	padding-top: 6px;
}
.header .logo {
	padding-top: 6px;
}
.testimonial .testimonial-content{
	padding:0 60px;
}
.project .project-nav ul li{
	margin-right:10px;
}
.about-me .my-image{
	text-align:center;
}
.about-me .my-image img{
	display:inline-block;
}
.about-me .social {
	text-align: center;
}
.about-me .my-image, .about-text {
	text-align: center;
}
.footer .footer-widget p {
	color: #fff;
	padding: 0 100px;
}
.footer .social-icon li{
	width:100%;
}
}
   
@media only screen and (max-width: 767px) {
.section-title h2 {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.section-title p{
	padding:0 20px;
}
.header {
	background: rgba(0, 0, 0, 0.91);
}
.header .bar-icon{
	display:none;
}
.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	width: 28px;
	background: #fff;
}
.header .navbar {
	float: left;
	width: 100%;
}
.navbar-nav {
	margin: 7.5px -15px;
	float: none;
}
.navbar-nav {
	margin: 7.5px -15px;
	float: none;
	background: #fff;
}
.header  .mobile-menu{
	display:block;
}
.header .slicknav_btn {
	background: transparent;
	margin-right: 0px;
	margin-top: -32px;
}
.header .slicknav_menu {
	padding: 0px;
	background: transparent;
}
.header .slicknav_nav {
	background: transparent;
}
.header .slicknav_nav a{
	color:#fff;
}
.header .nav li a:before{
	display:none;
}
.header .header-inner .dropdown{
	padding: 0 10px;
	transform: translateY(0px);
}
.header-inner.sticky{
	max-height:100%;
}
.navbar{
	min-height:0px;
}
.header .header-inner .dropdown {
	position: relative;
	top: 0px;
	opacity: 1;
	visibility: visible;
	background: transparent;
	border-left: 1px solid #42AAD9;
}
.header .nav li .dropdown li a {
	color: #444;
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: 0;
	transform: rotate(-45deg);
	margin: 0;
}
.navbar-toggle.active span:nth-child(4) {
    margin-top: -2.5px;
    transform: rotateZ(45deg);
}
.header .address {
	text-align: center;
}
.header .social {
	text-align: center;
}
.breadcrumbs h2{
	font-size:22px;
	float:none;
}
.breadcrumbs ul {
	float: none;
	margin: 0;
	padding-top: 25px;
}
.rimon-personal .personal-text h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.rimon-personal .personal-text p{
	font-size:13px;
	margin-bottom:10px;
}
.rimon-personal .personal-text .info li {
	margin-right: 15px;
	font-size: 18px;
}
.rimon-personal .personal-text .info li::before {
	left: -13px;
	top: 11px;
	height: 7px;
	width: 7px;
}
.rimon-personal .personal-text .btn {
	padding: 10px 16px;
	background: #fff;
	color: #333;
	font-size: 13px;
	margin-right: 8px;
}
.testimonial .testimonial-content{
	padding:0 50px;
}
.testimonial .testimonial-content h2 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 30px;
}
.footer .footer-logo {
	text-align: center;
	display: inline-block;
}
.footer .social a {
	background-color: #2a2a2f;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.about-me .social {
	text-align: center;
}
.about-me .my-image, .about-text {
	text-align: center;
}
.footer .contact ul li{
	padding-left:0px;
}
.footer .contact ul li i{
	position:relative;
}
.footer .social-icon li{
	float:none;
}
.footer .footer-widget p{
	padding:0 50px;
}
}
    
@media only screen and (max-width: 320px) {
.testimonial .testimonial-content p{
	font-size:13px;
}
}