/*
 Author:Akash
*/



/* Extra small devices (phones, less than 768px) */
@media (max-width : 767px) {
	.navbar-brand>img {
		display: none;
	}

	.social-icon{
		text-align: center;
	}

	.social-icon li{
	    margin-right: 0;
    	margin-bottom: 3px;
	}

	.top-bar .title-head{
		padding: 0;
	}

	.top-bar-cta, .head-search .form-control{
		margin-top: 0;
		display: inline-block;
	}

	.top-bar .bottom-bar-cta{
		margin-top: 0;
		margin-bottom: 50px;
	}

	header .social-icon{
		margin-bottom: 20px;
		margin-top: 0;
	}

	.page-header{
	    padding: 60px 0 60px 0;
	}

	.news-wraper h2{
		text-align: center;
		margin: 0;
	}

	.navbar-nav>li{
	    margin-right: 10px;
	}

	.feature-wrapper img{
		width: 100%;
	}

	.owl-nav .owl-prev{
	    left: 44%;
	}

	.owl-nav .owl-next{
	    right: 44%;
	}

	.tss-section ul{
		margin-left: 100px;
	}

	.footer-wraper::before,
	.footer-content .copy-right::before{
		display: none;
	}

	.about-content .media{
		text-align: center;
	}

	.about-content .media-object{
		display: inline;
		margin-bottom: 50px;
	}

	.about-content .media-left{
		display: block;
	}

	.about-content .about-description{
		text-align: center;
	}



}

/* Landscape Mobile */
@media only screen and (min-width : 480px) and (max-width : 767px) {


}


/* Small devices (tablets, 768px and up) */
@media (min-width : 768px) and (max-width : 991px) {
	.social-icon{
		text-align: center;
	}

	.social-icon li{
	    margin-right: 0;
    	margin-bottom: 3px;
	}

	.top-bar .title-head{
		padding: 0;
	}

	.top-bar-cta, .head-search .form-control{
		margin-top: 0;
		display: inline-block;
	}

	.top-bar .bottom-bar-cta{
		margin-top: 0;
		margin-bottom: 50px;
	}

	header .social-icon{
		margin-bottom: 20px;
		margin-top: 0;
	}

	.news-wraper h2{
		text-align: center;
		margin: 0;
	}

	.navbar-nav>li{
	    margin-right: 30px;
	}

	.feature-wrapper img{
		width: 100%;
	}

	.owl-nav .owl-prev{
	    left: 44%;
	}

	.owl-nav .owl-next{
	    right: 44%;
	}

	.footer-wraper::before,
	.footer-content .copy-right::before{
		display: none;
	}

	.footer-wraper{
	    margin-top: 70px;
	}



}



/* Medium devices (desktops, 992px and up) */
@media (min-width : 992px) and (max-width : 1199px) {
	
	.social-icon{
		text-align: center;
	}

	.social-icon li{
	    margin-right: 0;
    	margin-bottom: 3px;
	}

	.top-bar-cta{
		text-align: right;
	}

	.top-bar-cta .login{
		float: none;
	}

	.top-bar-cta .dropdown .dropdown-menu{
	    left: -150px;
	}

	.navbar-nav>li{
	    margin-right: 30px;
	}

	.owl-nav .owl-prev{
	    left: 45%;
	}

	.owl-nav .owl-next{
	    right: 45%;
	}

	.footer-wraper::before{
		display: none;
	}

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width : 1200px) and (max-width : 1280px) {


}

