
@font-face {
	font-family: 'SiyamRupali';
	src: url('../fonts/siyam-rupali/SiyamRupali.eot');
	src: url('../fonts/siyam-rupali/SiyamRupali.woff') format('woff'),
		url('../fonts/siyam-rupali/SiyamRupali.ttf') format('truetype'),
		url('../fonts/siyam-rupali/SiyamRupali.svg#SiyamRupali') format('svg'),
		url('../fonts/siyam-rupali/SiyamRupali.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

.clr-primary{
	color: #00684D !important;
}
.bg-primary{
	background-color: #00684D !important;
}

.font-siyam-rupali *,
.font-siyam-rupali{
	font-family: 'SiyamRupali' !important;
}

.bold-text{
    font-weight: bold;
}

/**
 * Footer
 */
.ehajj-portal-footer{
    font-family: 'Siyam Rupali', 'SolaimanLipi', 'Inter' ,'sans-serif' !important;
	position: relative;
	background: #00684D;
	color: #ffffff;
	padding: 50px 0 30px;
}
.footer-main{
	position: relative;
	width: 100%;
	min-height: 300px;
}
.footer-main .footer-top-sec{
	max-width: 1080px;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.footer-main:before{
	content: "";
	background: url(../images/footer-bg-rectangle.svg) repeat top center;
	background-size: 300px 300px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	display: block;
	opacity: 0.02;
}

.footer-item{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.footer-item .footer-title{
	font-family: 'Siyam Rupali', 'SolaimanLipi', 'Inter', 'sans-serif' !important;
	font-size: 18px;
	margin-bottom: 10px;
}
.footer-item li,
.footer-item li a,
.footer-main p{
	font-family: 'Siyam Rupali', 'SolaimanLipi', 'Inter' ,'sans-serif' !important;
	font-size: 16px;
	line-height: 1.6;
}

.footer-logo-group{
	display: flex;
	width: 100%;
	flex-direction: column;
	row-gap: 20px;
	flex-wrap: wrap;
}
.footer-logo-group a{
	display: block;
}
.footer-logo-group a img{
	max-width: 130%;
}
.footer-item .footer-menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-item .footer-menu li{
	display: block;
	margin: 0;
	padding: 7px 0;
}

.footer-bottom-sec{
	position: relative;
	width: 100%;
	border-top: 1px solid #ffffff;
	padding: 20px 0;
	text-align: center;
}
.footer-bottom-sec p{
	margin-bottom: 0;
}
.footer-menu-custom{
/* border-top: 1px solid #ffffff; */
position: relative;
width: 100%;
padding: 20px 100px 0;
}



.footer-app-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	padding-bottom: 20px;
}

.footer-app-logo a{
	width: auto;
	display: flex;
	padding: 8px 14px;
	background: #ffffff;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-size: 18px;
	line-height: 20px;
	color: #00684D !important;
	width: 80%;
	max-width: 240px;
}
.footer-app-logo a img{
	display: block;
	max-width: 100%;
}

.footer-nav{
	position: relative;
	border-top: 1px solid #ffffff;
	padding-top: 15px;
}
.footer-nav ul{
	display: flex;
	column-gap: 20px;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-nav ul li a{
	font-family: 'SiyamRupali' !important;
	position: relative;
	display: block;
	padding: 5px 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3;
}
.footer-nav ul li a:before{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 3px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-nav ul li a:hover:before{
	width: 100%;
	left: 0;
}

.footer-copyright{
	padding: 15px 0;
	text-align: center;
	background: #ffffff;
}
.footer-copyright-logo{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.footer-copyright-logo a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px 25px;
	max-width: 50%;
}
.footer-copyright-logo a img{
	display: block;
	max-height: 50px;
	width: auto;
}
.footer-copyright-logo a:before{
	content: "";
	display: flex;
	height: calc(100% - 20px);
	width: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #D9D9D9;
}
.footer-copyright-logo a:last-child:before{
	display: none;
}
