@media screen and (max-width: 991px) {
	.about-cont{width: 100%;position: relative;}
	.about-wrapp{min-height: auto;margin-bottom: 20px;}
}
@media only screen and (min-width: 992px){

}
@media screen and (min-width: 768px){
	

	
	
}
@media screen and (max-width: 768px){
  .mobi{display: block;}
  .no-mobi{display: none;}
  .mobile-btn{background-color: #111;border-radius: 50%;padding: 10px;}
  .mobile-btn>span{width: 30px;
    height: 8px;
    padding-top: 5px;
    border-bottom: 3px solid #fff;
    display: block;}
	.mobile-nav {
		overflow-y: auto;
		position: fixed;
		max-width: 80%;
		background: #111;
		top: 0;
		right: -1000px;
		height: 100vh;
		border-left: 1px solid #4C5B5C;
		-webkit-box-shadow: -2px 2px 10px 0px rgba(76,91,92,1);
		-moz-box-shadow: -2px 2px 10px 0px rgba(76,91,92,1);
		box-shadow: -2px 2px 10px 0px rgba(76,91,92,1);
		width: 380px;
		z-index: 905;
		-webkit-transform: translate3d(100%,0px,0px);
		transform: translate3d(100%,0px,0px);
		-webkit-transition: all .5s cubic-bezier(0.2,1,0.2,1);
		transition: all .5s cubic-bezier(0.2,1,0.2,1);    
	}
	.mobile-nav .wrapp-mobile-nav{padding: 25px;position: relative;height: calc(100% - 50px);}
	.mobile-nav .widget-media{position: absolute;right: 25px;
    bottom: 25px;
    left: 25px;}
	.show-mobilemenu-screen .mobile-nav {
		-webkit-transform: translate3d(0%,0px,0px);
		transform: translate3d(0%,0px,0px);right: 0;
	}
	#mobilemenu-screen {
	    background: rgba(0,0,0,0.5) 0 0;
	    display: none;
	    height: 100%;
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: -1;
	    will-change: transform;
	}
	.show-mobilemenu-screen #mobilemenu-screen {
	    display: block;
	    z-index: 900;
	}
	.loginpage .mobile-nav {
	    top: 32px;
	}
	.mobile-nav .closes {
	    text-indent: -100px;
	    height: 50px;
	    line-height: 2;
	    border-bottom: 2px solid #fff;
	}
	.mobile-nav .closes:hover {
	    cursor: pointer;
	}
	.mobile-nav .closes:after {
	    content: "\2716";
	    text-indent: 0;
	    position: relative;
	    float: right;
	    right: 10px;
	    font-size: 1.5em;
	    height: 50px;
	    color: #fff;
	}
	.mobile-nav ul{list-style: none; margin: 0;padding: 0;display: block;}
	.mobile-nav ul > li {list-style: none; border: 0;float: unset;width: 100%;height: 100%}
	.mobile-nav ul > li:hover,.mobile-nav ul > li.current_page_item{background-color: transparent;}
	.mobile-nav ul > li a{color: #fff;display:block;height: auto;    font-size: 24px;}
	.mobile-nav ul > li.current_page_item  a,.mobile-nav ul > li:hover a{color: #fff;text-decoration: none;}
	.mobile-nav ul > li a:focus,.mobilnav > li a:hover{cursor: pointer;color: #fff;text-decoration: none;}
	.header-main .bgimg{background-image: url(../img/head-mobi-bg.jpg);}
}
@media (min-width: 576px){
	.main-testimonials .s-cotainer{margin-right: -15px;margin-left: -15px;}
}
@media screen and (max-width: 1200px) {
	.main-title h1{font-size: 48px;}
	.main-description ul{ font-size: 20px;}
	
}
@media screen and (max-width: 480px) {
	.mobile-nav{width: 300px;max-width: 80%;}
}