/*==================================================================
[Responsive Stylesheet]

Project:    
Version:    
Last change:    
Primary use:    
==================================================================*/

/*==================================================================
					For Small Mobile Device
==================================================================*/
@media screen and (max-device-width: 320px) { 

}

/*==================================================================
					For Mid Mobile Device
==================================================================*/
@media screen and (max-device-width: 480px) {
	.mainSlider .carousel-caption strong {
		font-size: 14px;
	}
	.mainSlider .carousel-caption h3 {
		font-size: 16px;
	}
	.mainSlider .carousel-caption {
		top: 20%;
		left: 10%;
		right: 10%;
		color: #fff;
		max-height: 50vh;
		padding: 15px;
	}
	.carousel-control {
		display: none;
	}
	#header-area {
		display: none;
	}
	#mainMenu .navbar-header .navbar-brand {
		display: inline-block;
		max-width: 65%;
		padding-left: 20px;
	}
	#mainMenu .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 25px;
		margin-bottom: 8px;
		background-color: #222222;
		background-image: none;
		border: 0;
		border-radius: 0;
	}
	#about-us h3 {
		margin-top: 25px;
		font-size: 18px;
	}
	.client_img_logo .client_logo {
		width: calc(100% - 20px);
		margin: 10px;
	}
	#footer-area p {
		color: #fff;
		font-size: 13px;
		text-align: center;
	}
	#footer-area ul {
		margin: 0px;
		margin-top: 20px;
		font-size: 13px;
		padding: 0px;
		text-align: center;
	}
	.policy-item {
		width: calc(100% - 12px);
	}
}
/*==================================================================
					For Tab Device
==================================================================*/

@media screen and (min-device-width: 480px) and (max-device-width: 767px) { 

}
/*==================================================================
					For Extra Large Device
==================================================================*/

@media screen and (min-device-width: 1100px) { 

}