@media only screen and ( max-width:1200px ){
	.nav-menu-link{
		display: block;
	}
	header .header-bottom nav{
		display: none;
	}
	.home-banner img{
		height: 100vh;
	}
}

@media only screen and ( max-width:992px ){
	.nav-menu-link{
		display: block;
	}
	header .header-bottom nav{
		display: none;
	}
	.home-banner img{
		height: 100vh;
	}
}

@media only screen and ( max-width:768px ){
	.nav-menu-link{
		display: block;
	}
	header .header-bottom nav{
		display: none;
	}
	.home-banner img{
		height: 100vh;
	}
}

@media only screen and ( max-width:576px ){
	/*nav-menu-link start*/
	.nav-menu-link{
		/*position: absolute;*/
		position: fixed;
		top:20px;
		right:15px;
		z-index: 9999;
		display: block;
	}
	/*nav-menu-link end*/

	header .header-bottom nav{
		display: none;
	}
	.home-banner img{
		height: 100vh;
	}
	.whatsnew-section {
	    position: relative;
	    padding: 20px 0 70px !important;
	    background-color: #fff;
	}
	.acme-news-ticker-label {
	    width: 100% !important;
	}
	.acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 10px !important;
        padding-top: 0 !important;
        min-height: 50px !important;
    }
	.acme-news-ticker-controls {
		left:0 !important;
	    top: 45px !important;
	}
	.news-devotees-section .news-box .news-inner-box .owl-theme .owl-controls .owl-buttons .owl-prev:before {
	    left: 80% !important;
	}
	.news-devotees-section .devotees-box .devotees-inner-box .owl-theme .owl-controls .owl-buttons .owl-prev:before {
	    left: 80% !important;
	}
	.news-devotees-section .devotees-box h5 {
	    padding-right: 40px !important;
	}
	footer .footer-top .footer-logo{
		text-align: center;
	}
	footer .footer-top .footer-social-section {
	    margin-top: 10px;
	    padding: 10px 0;
	    border-bottom: solid 1px #212121;
	}
	footer .footer-top .ftr-quicklinks-box{
		margin-left:0px;
	}
	footer .footer-top .ftr-quicklinks2-box{
		margin-left:0px;
	}
	footer .footer-top .footer-title {
	    margin-top: 31px;
	}
	footer .footer-bottom .developed-by {
		margin-top:5px;
    	text-align: left;
	}

	.inner-banner img{
		min-height:70px;
	}
	.aboutus-content-box::before {
	    content: none;
	}
	.aboutus-wraper-ordering-elements{
		display: flex;
	}
	.aboutus-wraper-ordering-content-element{
		order:2;
	}
	.aboutus-wraper-ordering-photo-element{
		order:1;
	}
	.aboutus-content-box {
	    padding:30px;
	    margin-top:30px;
	}
	.aboutus-wraper .owl-theme .owl-controls .owl-buttons .owl-prev:before {
	    content: "\f060";
	    font-family: FontAwesome;
	    position: absolute;
	    top: 101%;
	    left: 40%;
	    background: #ff0000;
	    color: #fff;
	    filter: Alpha(Opacity = 50);
	    opacity: 0.5;
	    padding: 4px 10px;
	}
	.aboutus-wraper .owl-theme .owl-controls .owl-buttons .owl-next:before {
	    content: "\f061";
	    font-family: FontAwesome;
	    position: absolute;
	    top: 101%;
	    right: 40%;
	    background: #ff0000;
	    color: #fff;
	    filter: Alpha(Opacity = 50);
	    opacity: 0.5;
	    padding: 4px 10px;
	}
	.news-events-box .news-events-inner-box .news-data-bx .news-date-bx{
		width:20%;
	}
	.news-events-box .news-events-inner-box .news-data-bx .news-content-bx{
		width:78%;
		margin-left:2%;
	}

}




