body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: Shabnam !important;
}

main { cursor: default; }

.header-module ~ .header-module {
	margin-right: 25px;
}

.main-nav.justify-content-lg-start {
	margin-left: auto;
	margin-right: 0;
}

.btn + .btn {
	margin-right: .75em;
}

.flickity-viewport-wrap {
	width: 100%;
}

#about .fancy-title h2 {
	font-size: 30px;
}

#contactus .fancy-title {
	top: 40px;
	text-align: center;
}

#contactus .fancy-title h2 {
	font-size: 25px;
}

#contactus svg {
	width: 40px;
}

.demo-nav li a {
	color: #000
}

.demo-nav li a:hover {
	color: #777
}

.iconbox { cursor: default; }

.iconbox h3 {
	font-size: 17px;
	font-weight: 300;
	text-align: right;
}

.iconbox .contents {
	text-align: right;
}

.company-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
	height: 110px;
}


.menu-trigger:hover {
	color: #444;
}

.menu-trigger {
	line-height: 8px;
	font-size: 12px;
	color: #777;
	cursor: pointer;
}

.menu-container {
	position: relative;
}

.menu {
	background: #fff;
	padding: 20px;
	position: absolute;
	transform: scale(0);
	top: -40px;
	right: -50px;
	transition: transform 0.2s, top 0.3s, right 0.3s, opacity .2s;
	opacity: 0;
	width: 145px;
	line-height: 35px;
	text-align: right;
	font-size: 15px;
	box-shadow: 0 0 15px -13px rgba(0, 0, 0, .7);
}

.opened-menu {
	transform: scale(1);
	top: 45px;
	right: -110px;
	opacity: 1;
	z-index: 14;
}

@media (min-width: 992px) {
	.lqd-parallax-images-7 .liquid-img-group-single:last-of-type {
		margin-left: -100%;
		margin-right: 30%;
		margin-bottom: -200px;
	}

	.lqd-parallax-images-7 .liquid-img-group-single:first-of-type {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (max-width: 400px) {
	.company_title h2 { white-space: nowrap; font-size: 32px !important; }
}
