/*!
 * Item: Delta two sdn bhd
 * Description: a integrated service provider specializing in the food & beverage(F&B) industry
 * Author/Developer: Pix Works Studio
 * Author/Developer URL: http://pixworksstudio.com
 */

/*========================================================
=            ADD YOUR CUSTOM CSS STYLES BELOW            =
========================================================*/

.navbar-brand{
	width: 80px;
	
}

.navbar-brand img{
	width: 100%;
}

.about-area .about-intro p{
	text-align: left !important;
	margin-bottom: 40px !important;
}

.about-area.single-section .section-heading{
	text-align: left !important;
}

.about-area.single-section .section-heading .section-title:after{
	margin: 15px 0 12px;
}

.services-area .single-service{
	text-align: center !important;
}

.services-area .single-service .icon{
	margin-right: 0 !important;
	margin-bottom: 20px !important
}

.services-area .single-service .service-title{
	margin-bottom: 15px !important
}

.get-service-area {
  background-attachment: fixed;
  background-image: url(../img/home-area.jpg);
  padding: 85px 0;
}

.get-service-area:before {
  background-color: rgba(0, 0, 0, 0.65);
}

.delta-footer.footer-area{
	padding: 10px 0 !important;
}

.del-display{
	position: relative;
	padding: 40px 40px 0px 0px;
	margin-left: 50px;
}

.del-display .image{
	position: relative;
	z-index: 2
}

.del-display .image img{
	width: 100%;
}

.del-display:after{
	position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 50px;
    z-index: 1;
    border: 2px solid #dc3545;
}

.mfp-portfolio .item-lightbox.dark-bg{
	background-color: rgba(0,0,0,.95) !important;
}

.mfp-portfolio .dark-bg .mfp-close{
	color: #fff;
}

.co-area {
  background-image: url(../img/co-office/banner.jpg) !important;
}

.co-working-area p{
	text-align: left !important;
	margin-bottom: 40px !important;
}

.co-working-area .section-heading .section-title{
	text-align: left
}

.co-working-area .section-heading .section-title:after{
	margin-left: 0 !important
}

.home-area.co-working-area .skills {
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 28px;
  position: relative
}

.home-area.co-working-area .skills:after{
	content: "";
	width: 200px;
	height: 3px;
	background: #f00;
	position: absolute;
	bottom: -25px;
	margin-left:-100px;
	left: 50%;
}

.bg-red-box{
	background: #ED213A;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-red-box p, .bg-red-box i.icon, .bg-red-box h2, .bg-red-box h3, .bg-red-box ul, .bg-red-box li{
	color: #fff !important;
}


@media (max-width: 575.98px) {
	.navbar-brand{
		width: 55px;

	}
}

@media (max-width: 991.98px) {
	.navbar-brand{
		width: 35px;

	}
}

@media (max-width: 767.98px) {
	.navbar-brand{
		width: 25px;

	}
}

@media (max-width: 1199.98px) {
}

@media (min-width: 320px) and (max-width: 375px) {
	.navbar-brand{
		width: 35px;

	}
}