/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Global Elements 

#1	header
#2 demo
#3	features
#4	thanks
#5	footer

--------------------------------------------------------------*/






/*--------------------------------------------------------------
#1	header
--------------------------------------------------------------*/
header {
	background: url(../images/banar.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 710px;
	text-align: center;
	display: table;
	position: relative;
	
}

header .container {
	width: 100%;
	position: relative;
	z-index: 10;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.gl-hero-img-wrapper .container .gl-elements-content-wrapper .typed-cursor,
.pac-container .pac-item .pac-icon,
.pac-container .pac-item .pac-icon-marker {
    display: none
}


.mama{

	color: #fff;
	font-style: bold;
	font-weight: 500;
}








/*--------------------------------------------------------------
#3	features
--------------------------------------------------------------*/
.features {
	background-color: #f6f6f6;
	padding: 60px 0 30px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.features .title h2 {
	text-align: center;
	color: #000;
	font-size: 40px;
    font-weight: 600;
	margin-bottom: 100px;
    
}

.features .thumbnail {
	min-height: 250px;
	max-height: 250px;
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 0;
	padding: 50px 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


.features .thumbnail i {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #0a21ab;
	
	margin: 0 auto;
}
.hasib{
    display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #0a21ab;
	
	margin: 0 auto;
    
}

.hasib img{
    
    width: 80px;
    height: 80px;
}
.features .thumbnail i:before {
	margin: 0;
	font-size: 40px;
	color: #0a21ab;
}

.features .thumbnail h3 {
	font-size: 18px;
	color: #000;
	line-height: 25px;
}

.features .thumbnail:hover {
	background-color: #e5e5e5;
}

.features .thumbnail:hover i {
	border-color: #a5a4a4;
}


