@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/
@media (max-width: 1800px) 
{
}


/*---For Laptop---*/
@media (min-width: 1200px) and (max-width: 1400px) 
{	
}

/*---For Horizental iPad---*/
@media (min-width: 992px) and (max-width: 1199px) 
{
}

/*---For Vertical iPad---*/
@media (min-width: 768px) and (max-width: 991px) 
{	
}

/*---For Mobile---*/
@media (max-width: 767px)
{	
	.icon-bar{
		top: 70%;
	}
	.footer-content-custom .short-line {
		margin: 10px auto;
	}
	.about-us-content-cstm {
		text-align: left;
		padding: 0 30px;
		margin: 30px 0;
}
.about-us-content-cstm.profile-cstm {
	padding: 10px 30px;
}
.region-system img{
	height: auto;
	width: 100%;
}
.region-system .text-about p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 10px 0;
}
.region-system .text-about {
	position: absolute;
	bottom: 10%;
	left: 8%;
	width: 50%;
	background: rgba(33,39,64,.8);
	padding: 10px 10px;
	z-index: 2;
}	
.region-system .text-about h2 {
	color: #fff;
	text-align: left;
	font-size: 26px;
	margin: 0;
	font-weight: 500;
}
.region-footer{
	padding: 3rem 0;
}
.footer-content-custom ul.cmn-list {
    margin: 10px 0px;
}

@media (max-width: 480px) 
{	
	.footer-content-custom .short-line {
		margin: 10px auto;
	}
	.about-us-content-cstm {
		text-align: left;
		padding: 0 30px;
		margin: 30px 0;
}
.region-system img{
	height: 120px;
}
.region-system .text-about p {
	font-size: 8px;
	font-weight: 500;
	line-height: 12px;
	margin: 0px 0;
}
.region-system .text-about {
	position: absolute;
	bottom: 2%;
	left: 5%;
	width: 70%;
	background: rgba(33,39,64,.8);
	padding: 10px 5px;
	z-index: 2;
}	
.region-system .text-about h2 {
	color: #fff;
	text-align: left;
	font-size: 20px;
	margin: 0;
	font-weight: 500;
}
}
@media (max-width: 414px) 
{
	.header-logo img{
		height:auto;
	}
	.main-menu--mobile{
		display:none;
	}
	.icon-bar{
		position:fixed;
		left:0;
		right:auto;
	}
	.crousel-inner-content p{
		font-size:18px;
	}
	.about-us-content-cstm h2{
		margin-top:20px;
	}
}
@media (max-width: 411px) 
{	
}
@media (max-width: 375px) 
{
}
@media (max-width: 360px) 
{
}
@media (max-width: 320px) 
{
	.footer-content-custom .short-line {
		margin: 10px auto;
	}
	.region-system img{
		height: 120px;
	}
	.region-system .text-about p {
		font-size: 8px;
		font-weight: 500;
		line-height: 12px;
		margin: 0px 0;
	}
	.region-system .text-about {
		position: absolute;
		bottom: 2%;
		left: 5%;
		width: 70%;
		background: rgba(33,39,64,.8);
		padding: 10px 5px;
		z-index: 2;
	}	
	.region-system .text-about h2 {
		color: #fff;
		text-align: left;
		font-size: 20px;
		margin: 0;
		font-weight: 500;
	}

}