
		
/*---------------------------------------------------------------------------------
/* 1. CSS Reset
-------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
body {
	color:#222;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	position:relative;
	background:#fff;
	width:100%;
	height:100%;
	overflow: scroll;
	overflow-x: hidden;
}
a {
	text-decoration:none;
	color:#fff;
	outline:none;
}
ul {
    list-style: square;
}

@font-face {
    font-family: 'Scheheraza';
    src: url('../font/scheherazade.eot');
    src: local('Scheherazade'), url('../font/scheherazade.ttf') format('truetype');
}
.aya {
	display: block;
	direction: rtl;
	font-family: 'Scheheraza';
	font-size: 24px;
}
.col-lg-offset-1 {
	margin-left: auto;
	margin-right: 8.333333333333332%;
}



/*----------------------------------------------------
 2.	Document Setup
------------------------------------------------------*/
.wrapper{
	width:100%;
}
.spHeight{
	padding-top:63px;
}

.noMar{
	margin:0 !important;
}
.noPadd{
	padding:0px !important;
}

.container .row{
	margin:0px;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight:400;
	padding-bottom:22px;
	margin:0px;
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size:80px;
	line-height:90px;
	font-weight:700;
	margin:0px;
	padding-bottom:8px;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	line-height:38px;
	padding-bottom:0px;
	font-weight:300;
	text-transform:uppercase;
	margin:0px;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	line-height:30px;
	padding-bottom:6px;
	font-weight:400;
	margin:0px;
}
h4{
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:600;
	margin:0px;
}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:400;
	margin:0px;
}

h4.subHeading{
	font-weight:600;
	font-size:18px;
	padding-bottom:22px;
}

.heading{
	text-align:center;
	padding-bottom:45px;
}

.topmar{
	margin:20px 0;
}



/*----------------------------------------------------
 3.	Header Part
------------------------------------------------------*/
header{
	position:relative;
	background: #000;
}
.banner{
	overflow:hidden;
	margin:0 auto !important;
	background:#CACACA;
}

.bannerText{
	position:absolute;
	left:0;
	right:0;
	top:35%;
	text-align:center;
	padding:30px 0 30px ;
	max-width:960px;
	border:1px solid #fff;
	background: rgba(0, 0, 0, 0.2);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	zoom: 1;
}
.bannerText h1{
	text-transform:uppercase;
}
.bannerText h2{
	font-size:34px;
	text-transform:none;
}

.bannerPart{
	/*background:url(../images/1.jpg) no-repeat 0 0;*/
	height:100%;
	overflow:hidden;
}

.bgwidth { width: 100%; }
.bgheight { height: 100%; }




/*------------------------------------
	3.1 Slide show background control
--------------------------------------*/ 
.bannerPart{
	background:#1b1f2b;
}
.bannerPart img{
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}





/*---------------------------------------------------------------------------------
 4. Background slider CSS style
-------------------------------------------------------------------------------*/
.ri-grid {
	margin:0px auto;
	position: relative;
	height: auto;
}
.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ri-grid ul:before, .ri-grid ul:after {
	content: '';
	display: table;
}
.ri-grid ul:after {
	clear: both;
}
.ri-grid ul {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.ri-grid ul li a {
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Grid wrapper sizes */
.ri-grid-size-1 {
	width: 55%;
}
.ri-grid-size-2 {
	width: 100%;
}
.ri-grid-size-3 {
	width: 100%;
	margin-top: 0px;
}
/* Shadow style */
.ri-shadow:after, .ri-shadow:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.ri-grid-loading:after, .ri-grid-loading:before {
	display: none;
}
.ri-loading-image {
	display: none;
}
.ri-grid-loading .ri-loading-image {
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}


/*----------------------------------------------------
 5.	Menu Style
------------------------------------------------------*/
.isStuck{
    left:0px;
    width:100%;
}
.menu{
	 margin-top:0px;
	 position: static;
	 left:0px;
	 right:0px;
}

.stuckMenu {
	background-image: url(/theme/frontend/bootstrap3/style/default/image/layout/header_bg_rtl.jpg);
	background-color: #0061a7;
	background-position: center -169px;
}

.stuckMenu li:not(:last-child) {
	border-right: 1px solid #222;
	-webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.3);
	box-shadow: inset -1px 0 0 0 rgba(255,255,255,.3);
}

.navwrapper .container{
	padding:0;
	width:auto;
}

.navbar-header{
	display:block;
}

.navbar-brand {
	padding: 4px 8px;
}

.nav > li > a{
	display:inline-block;
}
.navbar-nav > li{
	float: none;
	display: inline;
}

.nav-justified {
	width: 100%;
}
.nav-justified>li {
	float: none;
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a {
	margin-bottom: 0;
}
.navbar-nav{
	margin: 0 auto;
	text-align: center;
	float: none;
}

.navbar-toggle{
	margin-top:14px;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  margin-top:0px;
  position: relative;
  z-index: 15;
}
.navbar-wrapper .container{
	padding:0px;
}

.navbar-collapse{
	padding:0;
}
.navbar-collapse.in{
	max-height:100%;
}

.navbar-inverse {
	background: none;
	border: none;
}

.navbar-inverse .navbar-toggle {
	border-color: auto;
}

.navbar.navbar-inverse.navbar-static-top {
  margin:0px auto;
  border:none;
  font-size:10pt;
}
.navbar.navbar-inverse.navbar-static-top a {
	height: 50px;
	line-height: 30px;
	vertical-align: middle;
	color: #eee;
  text-align:center;
  display: block;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
  color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  
  color:#c3c8d6;
}
.navbar-inverse .navbar-nav>.active>a:hover {
  
  color:#fff;
}

@media (min-width: 993px) {
	.navbar.navbar-inverse.navbar-static-top li.active,
	.navbar.navbar-inverse.navbar-static-top a:hover,
	.navbar.navbar-inverse.navbar-static-top a:focus {
		color: #C9CCE5;
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#25242E),color-stop(20%,#2E2D38),to(#504F5D));
		background-image: -webkit-linear-gradient(#25242E,#2E2D38 20%,#504F5D);
		background-image: -moz-linear-gradient(top,#25242E,#2E2D38 20%,#504F5D);
		background-image: linear-gradient(#25242E,#2E2D38 20%,#504F5D);
		background-repeat: no-repeat;
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.stuckMenu {
		background-image: none;
	}
	.navbar.navbar-inverse.navbar-static-top a {
		height: auto;
	}
	.navbar.navbar-inverse.navbar-static-top li.active,
	.navbar.navbar-inverse.navbar-static-top a:hover,
	.navbar.navbar-inverse.navbar-static-top a:focus {
		text-decoration: none;
		background-color: rgba(0,0,0,.2);
	}
}

.hideClass{
	display:none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #0A64A4;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}





/*----------------------------------------------------
 6.	about_quraner Style
------------------------------------------------------*/

.about_quraner{
	position:relative;
}
.about_quraner .container{
	padding-top:85px ;
	padding-bottom:93px ;
}

.about_quraner .container ul {
	padding: 0 30px;
}


.aboutTop{
	background:#00bdbd;
	height:60px;
}
.spHeight .aboutTop{
	margin-top:-62px !important;
}

.bntDownload{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background:#474d5d;
	padding:16px 22px;
	display:inline-block;
}
.bntDownload:hover{
	background:#373d4c;
	color:#CCCCCC;
	text-decoration:none;
}



/*----------------------------------------------------
 7.	social_part Skills Style
------------------------------------------------------*/
.addspace{
	height:60px;
	background:#eeeeee;
}

.social_part{
	background:#eeeeee;
	color:#474d5d;
}
.social_part .container{
	padding-top:85px ;
	padding-bottom:69px ;
}
.social_part .heading p{
	padding-bottom:41px;
}

.social_part p{
	color:#474d5d;
}

.social_part .arrowpart{
	background:url(../images/arrow-left-light.png) no-repeat 0 23px;
}
.social_part .exCon{
	background:#fafafa;
	border-bottom:solid 4px #e8e7e7;
}

.social_part .workDetails .rightArea{
	border-left-color:#e5e4e4;
}

.social_part .skillsArea{
	padding:0px;
}
.social_part .skills{
	margin:0 auto;
	margin-bottom:23px;
	text-align:center;
	padding:0px;
	float:none;
}
.social_part .skills p{
	color:#84868d;
	font-size:13px;
	line-height:18px;
	text-align:center;
}
.social_part .skills img{
	margin:0 auto;
	margin-bottom:33px;
	width:100%;
	max-width:152px;
}

.social_part .skills h4{
	font-weight:700;
	text-transform:uppercase;
}


.skilBg{
	background:url(../images/skills.png) no-repeat 0 0;
}


.chart {
  position: relative;
  display: inline-block;
  width: 152px;
  height: 152px;
  margin-bottom: 26px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  font-size:21px;
  color:#474d5d;
  line-height: 152px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}




/*----------------------------------------------------
 8.	quraner_centers Style
------------------------------------------------------*/
.quraner_centers{
	background:#fff;
}
.quraner_centers .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.quraner_centers p{
	color:#84868d;
}
.quraner_centers .heading p{
	padding-bottom:41px;
}

.quraner_centers h4{
	font-weight:700;
}

.workDetails .rightArea{
	border-left: solid 1px #eaeaea;
	padding-bottom:47px;
}
.workDetails:last-child .rightArea{
	padding-bottom:0px;
}
.workYear{
	font-size:30px;
	color:#fff;
	background:#95d9ee;
	text-align:center;
	width: 140px;
	height: 140px;
	padding: 40px 0;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}

.arrowpart{
	float:left;
	width:15px;
	height:50px;
	background:url(../images/arrow-left.png) no-repeat 0 23px;
}
.exCon{
	width:auto;
	background:#f3f3f3;
	border-bottom:solid 4px #eeeeee;
	padding:22px;
	margin-left:15px;
	text-align:left;
	min-height: 144px;
}

.exCon a,
.exCon a:hover,
.exCon a:focus {
	color: #0061a7;
}

.exCon p{
	color:#84868d;
	line-height:21px;
}
.exCon h4{
	color:#474d5d;
	padding-bottom:3px;
}
.exCon h5{
	color:#474d5d;
}



/*----------------------------------------------------
 9.	learning_rooms Style
------------------------------------------------------*/
.learning_rooms{
	background:#eeeeee;
}
.learning_rooms .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.learning_rooms p{
	color:#84868d;
}
.learning_rooms .heading p{
	padding-bottom:41px;
}

.learning_rooms h4{
	font-weight:700;
}


.learning_rooms .arrowpart{
	background:url(../images/arrow-left-light.png) no-repeat 0 23px;
}
.learning_rooms .exCon{
	background:#fafafa;
	border-bottom:solid 4px #e8e7e7;
}

.learning_rooms .workDetails .rightArea{
	border-left-color:#e5e4e4;
}




/*----------------------------------------------------
 10. help_guide Style
------------------------------------------------------*/

.help_guide .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.help_guide .heading p{
	padding-top:20px;
}

.help_guide .heading p a,
.help_guide .heading p a:hover,
.help_guide .heading p a:focus {
	color: #0061a7;
}

.help_guide h4{
	font-weight:700;
}


.help_guideFilter{
	display:block;
	margin:0 auto;
	text-align: center;
}

.help_guideFilter ul{
	margin:0 auto;
	text-align:center;
	display:block;
	margin-bottom:30px;
}
.help_guideFilter ul li{
	display:inline-block;
	margin:5px 5px;
}
.help_guideFilter ul li a{
	padding:16px 18px;
	font-size:13px;
	line-height:15px;
	color:#95d9ee;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	border:solid 1px #95d9ee;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.help_guideFilter ul li a:hover{
	border:solid 1px #0061a7;
	color:#0061a7;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.help_guideFilter ul li a.current{
	background:#0061a7;
	border:solid 1px #0061a7;
	color:#fff;
}



ul.help_guideContainer{
	display:block;
	padding:0px;
	list-style-type:none;
}
ul.help_guideContainer li{
	display:block;
	min-height:144px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
ul.help_guideContainer li .lightCon{
	display:block;
	margin:3px 3px 4px 4px;
	position:relative;
	overflow:hidden;
}
ul.help_guideContainer li img{
	 width:100%;
	 height:auto;
	 display:block;
}

span.hoverBox{
	visibility:hidden;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	bottom: 0px;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	background: rgba(0, 0, 0, 0.1);
	
}
ul.help_guideContainer li:hover span.hoverBox{
	visibility:visible;
	left:0px;
	bottom: 0px;
	
	background: rgba(0, 0, 0, 0.8);
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox a{
	line-height:42px;
}

span.hoverBox .smallIcon{
	/*width:92px;
	margin:0px auto;*/
	
	width: 47px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -23.5px;
	margin-top: -21px;
}

span.hoverBox .zoom{
	visibility:hidden;
	width:42px;
	height:42px;
	background:#0061a7;
	color:#fff;
	position: relative;
	left:-150%;
	/*top:40%;*/
	text-align:center;
	line-height:50px;
	display: block;
	float: left;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
ul.help_guideContainer li:hover span.hoverBox .zoom{
	visibility:visible;
	left:0;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox .linKed{
	visibility:hidden;
	width:42px;
	height:42px;
	background:#313131;
	color:#fff;
	position: relative;
	right:-150%;
	/*top:40%;*/
	text-align:center;
	line-height:52px;
	display: block;
	float: right;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
ul.help_guideContainer li:hover span.hoverBox .linKed{
	visibility:visible;
	right:0%;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}


.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
	padding:0;
	
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}




.abc{
	position: absolute;
	width: 782px;
	height: auto;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 99999;
	margin: 0 auto;
}
.abc #pbImage{
	position:static !important;
}

#pbCaption{
	display:block;
	background:none !important;
}
#pbBottom{
	position: relative !important;
	left: 26.1% !important;
	bottom: 0px !important;
	width: 100% !important;
	margin-left: -26% !important;
	padding: 0px !important;
	height:80px !important;
	
	display: block;
	background-color: rgba(24,27,34,1);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
}
#pbCloseBtn{
	position:absolute !important;
}





/*----------------------------------------------------
 12. Footer Style
------------------------------------------------------*/
.footer{
	background:rgb(51, 51, 51);
}
.footer .container{
	padding:40px 0;
}

.footer p {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 8pt;
}

.footer p a:hover,
.footer p a:focus {
	color: #fff;
}

.footer ul{
	margin:0 auto;
	text-align:center;
	list-style-type:none;
}
.footer ul li{
	display:inline-block;
	text-align:center;
	background:#ffffff;
	color:rgb(51, 51, 51);
	line-height:42px;
	margin:0 6px;
	width:42px !important;
	height:42px !important;
	cursor: pointer;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer ul li:hover{
	background:#0061a7;
}
.footer ul li:hover	a{
	color:#fff;
}

.footer ul li a{
	color:rgb(51, 51, 51);
	width:42px !important;
	height:42px !important;
}
.footer ul li a i{
	line-height:45px !important;
	font-size: 16pt;
}



	
/*---------------------------------------------------------------------------------
 13. Responsive style
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.workYear{
		width:140px;
		height:140px;
		padding-top:40px;
	}
}


@media screen and (max-width: 991px) {
	.navbar.navbar-inverse.navbar-static-top a{
		padding-left:18px;
		padding-right:18px;
	}
	
	.bannerText{
		padding-left:25px;
		padding-right:25px;
	}
	.bannerText h1{
		font-size:65px;
		line-height:71px;
	}
	.bannerText h2{
		font-size:28px;
	}
	.proPic{
		text-align:center;
	}
}




@media screen and (max-width: 810px) {
	body{
		min-height:700px;
	}
	#header h3{
		font-size: 38px;
	}
	#header h3 span{
		font-size: 16px;
	}
	
	.abc{
		width:100%;
	}
	
	.navbar.navbar-inverse.navbar-static-top a {
		padding-left: 17px;
	}
	
}


@media screen and (min-width: 768px) {
	.conForm input.col-sm-6 {
		width: 48.5%;
	}
	.conForm input.col-lg-6 {
		width: 48.5%;
	}
}


@media screen and (max-width: 768px) {
	.navbar-wrapper .container,
	.navwrapper .container{
		padding-right: 4px;
		padding-left: 4px;
	}
	ul.help_guideContainer li.col-xs-6{
		width:49%;
		min-height: 85px;
		
	}
	
}


@media screen and (max-width: 767px) {
	.navbar-header{
		display:block;
	}
	.workYear{
		margin:0 auto;
	}
	.workDetails .rightArea{
		border-left:none;
	}
	.arrowpart{
		float:none;
		width:100%;
		height:40px;
		background:url(../images/arrow-top.png) no-repeat 50% 100%;
	}
	.social_part .arrowpart,
	.learning_rooms .arrowpart {
		background:url(../images/arrow-top-light.png) no-repeat 50% 100%;
	}
	.exCon{
		margin-left:0px;
	}
	ul.navbar-nav li a{
		display:block;
	}
}


@media screen and (max-width: 650px) {
	#wrapper{
		top: 200px !important;
	}
	.upbox{
		transform: translate(0px, -70px);
		-ms-transform: translate(0px, -70px); /* IE 9 */
		-webkit-transform: translate(0px, -70px); /* Safari and Chrome */
	}
	
	
	.bannerText {
		top: 25%;
		padding-top:15px;
		padding-bottom:15px;
	}
	.bannerText h1 {
		font-size: 42px;
		line-height: 48px;
	}
	.bannerText h2 {
		font-size: 18px;
		line-height:24px;
	}
}


@media screen and (max-width: 480px) {
	.navbar.navbar-inverse.navbar-static-top a{
		padding-top:11px;
		padding-bottom:11px;
	}
}


@media screen and (max-width: 400px) {
	#loopedSlider, #newsSlider{
		min-height: 650px;
		height: 100%;
	}
	ul.slides{
		min-height: 600px;
		height: 100%;
	}
	
	.item{
		width: 19%;
	}
	.item p {
		font-size: 36px;
	}
	
	.about_quraner img{
		width:100%;
	}
	
	ul.help_guideContainer li.col-xs-6{
		width:100%;
	}
	
	.bntDownload{
		font-size: 13px;
		padding: 16px 14px;
	}
	
	.conForm textarea{
		margin-bottom:20px;
	}
	.textGroup{
		display:block;
		padding:0 0 40px 0;
	}
	
	.nameError,
	.emailError{
		left:0px;
		top:0px;
		
	}
}

.btn-default-dull,
.btn-primary-dull,
.btn-success-dull,
.btn-info-dull,
.btn-warning-dull,
.btn-danger-dull {
    cursor: default;
}

.btn-default-dull {
    color: #666 !important;
}

.btn-primary-dull {
    color: #54a3f7 !important;
}

.btn-success-dull {
    color: #AEDA81 !important;
}

.btn-info-dull {
    color: #aaa !important;
}

.btn-warning-dull {
    color: #FFB569 !important;
}

.btn-danger-dull {
    color: #cf866c !important;
}

.btn-default,
.btn-default-dull,
.btn-default-dull:hover,
.btn-default-dull:focus {
    -moz-box-shadow:inset 0px 1px 0px 0px #fff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff;
    box-shadow:inset 0px 1px 0px 0px #fff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #C4C4C4));
    background:-moz-linear-gradient(top, #ebebeb 5%, #C4C4C4 100%);
    background:-webkit-linear-gradient(top, #ebebeb 5%, #C4C4C4 100%);
    background:-o-linear-gradient(top, #ebebeb 5%, #C4C4C4 100%);
    background:-ms-linear-gradient(top, #ebebeb 5%, #C4C4C4 100%);
    background:linear-gradient(to bottom, #ebebeb 5%, #C4C4C4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#C4C4C4',GradientType=0);
    background-color:#ebebeb;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #adadad;
    color:#222;
    text-decoration:none;
    text-shadow:0px 1px 0px #C4C4C4;
    font-weight: normal;
}
.btn-default:hover {
    color:#222;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C4C4C4), color-stop(1, #ebebeb));
    background:-moz-linear-gradient(top, #C4C4C4 5%, #ebebeb 100%);
    background:-webkit-linear-gradient(top, #C4C4C4 5%, #ebebeb 100%);
    background:-o-linear-gradient(top, #C4C4C4 5%, #ebebeb 100%);
    background:-ms-linear-gradient(top, #C4C4C4 5%, #ebebeb 100%);
    background:linear-gradient(to bottom, #C4C4C4 5%, #ebebeb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4C4C4', endColorstr='#ebebeb',GradientType=0);
    background-color:#C4C4C4;
}

.btn-primary,
.btn-primary-dull,
.btn-primary-dull:hover,
.btn-primary-dull:focus {
    -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color:#007dc1;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
    border-radius:3px !important;
    border:1px solid #124d77;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 1px 0px #282828;
    font-weight: normal;
}
.btn-primary:hover {  
    color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color:#0061a7;
}

.btn-success,
.btn-success-dull,
.btn-success-dull:hover,
.btn-success-dull:focus {
    -moz-box-shadow:inset 0px 1px 0px 0px #AEDA81;
    -webkit-box-shadow:inset 0px 1px 0px 0px #AEDA81;
    box-shadow:inset 0px 1px 0px 0px #AEDA81;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #88c149), color-stop(1, #699934));
    background:-moz-linear-gradient(top, #88c149 5%, #699934 100%);
    background:-webkit-linear-gradient(top, #88c149 5%, #699934 100%);
    background:-o-linear-gradient(top, #88c149 5%, #699934 100%);
    background:-ms-linear-gradient(top, #88c149 5%, #699934 100%);
    background:linear-gradient(to bottom, #88c149 5%, #699934 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88c149', endColorstr='#699934',GradientType=0);
    background-color:#88c149;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #699934;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 1px 0px #699934;
    font-weight: normal;
}
.btn-success:hover {
    color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #699934), color-stop(1, #88c149));
    background:-moz-linear-gradient(top, #699934 5%, #88c149 100%);
    background:-webkit-linear-gradient(top, #699934 5%, #88c149 100%);
    background:-o-linear-gradient(top, #699934 5%, #88c149 100%);
    background:-ms-linear-gradient(top, #699934 5%, #88c149 100%);
    background:linear-gradient(to bottom, #699934 5%, #88c149 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#699934', endColorstr='#88c149',GradientType=0);
    background-color:#88c149;
}

.btn-info,
.btn-info-dull,
.btn-info-dull:hover,
.btn-info-dull:focus {
    -moz-box-shadow:inset 0px 1px 0px 0px #8e8e8e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #8e8e8e;
    box-shadow:inset 0px 1px 0px 0px #8e8e8e;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #282828));
    background:-moz-linear-gradient(top, #666666 5%, #282828 100%);
    background:-webkit-linear-gradient(top, #666666 5%, #282828 100%);
    background:-o-linear-gradient(top, #666666 5%, #282828 100%);
    background:-ms-linear-gradient(top, #666666 5%, #282828 100%);
    background:linear-gradient(to bottom, #666666 5%, #282828 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#282828',GradientType=0);
    background-color:#666666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #282828;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 1px 0px #282828;
    font-weight: normal;
}
.btn-info:hover {
    color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #282828), color-stop(1, #666666));
    background:-moz-linear-gradient(top, #282828 5%, #666666 100%);
    background:-webkit-linear-gradient(top, #282828 5%, #666666 100%);
    background:-o-linear-gradient(top, #282828 5%, #666666 100%);
    background:-ms-linear-gradient(top, #282828 5%, #666666 100%);
    background:linear-gradient(to bottom, #282828 5%, #666666 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#666666',GradientType=0);
    background-color:#282828;
}

.btn-warning,
.btn-warning-dull,
.btn-warning-dull:hover,
.btn-warning-dull:focus {
    -moz-box-shadow:inset 0px 1px 0px 0px #FFB569;
    -webkit-box-shadow:inset 0px 1px 0px 0px #FFB569;
    box-shadow:inset 0px 1px 0px 0px #FFB569;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF6707), color-stop(1, #C94E00));
    background:-moz-linear-gradient(top, #FF6707 5%, #C94E00 100%);
    background:-webkit-linear-gradient(top, #FF6707 5%, #C94E00 100%);
    background:-o-linear-gradient(top, #FF6707 5%, #C94E00 100%);
    background:-ms-linear-gradient(top, #FF6707 5%, #C94E00 100%);
    background:linear-gradient(to bottom, #FF6707 5%, #C94E00 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6707', endColorstr='#C94E00',GradientType=0);
    background-color:#FF6707;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #C94E00;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 1px 0px #C94E00;
    font-weight: normal;
}

.btn-warning:hover {
    color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C94E00), color-stop(1, #FF6707));
    background:-moz-linear-gradient(top, #C94E00 5%, #FF6707 100%);
    background:-webkit-linear-gradient(top, #C94E00 5%, #FF6707 100%);
    background:-o-linear-gradient(top, #C94E00 5%, #FF6707 100%);
    background:-ms-linear-gradient(top, #C94E00 5%, #FF6707 100%);
    background:linear-gradient(to bottom, #C94E00 5%, #FF6707 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C94E00', endColorstr='#FF6707',GradientType=0);
    background-color:#C94E00;
}

.btn-danger,
.btn-danger-dull,
.btn-danger-dull:hover,
.btn-danger-dull:focus {
    -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
    box-shadow:inset 0px 1px 0px 0px #cf866c;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
    background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
    background-color:#d0451b;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #942911;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 1px 0px #282828;
    font-weight: normal;
}
.btn-danger:hover {
    color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
    background-color:#bc3315;
}

.bg-default,
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
    color: #fff;
    padding: 4px 6px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.bg-default {
    color: #222;
    background-color: #ebebeb;
}
.bg-primary {
    background-color: #007dc1;
}
.bg-success {
    background-color: #88c149;
}
.bg-info {
    background-color: #666666;
}
.bg-warning {
    background-color: #FF6707;
}
.bg-danger {
    background-color: #d0451b;
}

h1,h2,h3,h4,h5,h6 {
    color: #317eac
}

.intro-icon:after {
    content: '';
    background: url(../images/layout/header.pattern.png);
    opacity: .1;
    top: 0;
    left: calc(50% - 70px);
    bottom: 0;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.intro-icon-1 {
    background: radial-gradient(circle at 1.98% 91.05%, #E55D87, transparent 100%),radial-gradient(circle at 98.02% 91.96%, #5FC3E4, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-2 {
    background: radial-gradient(circle at 1.98% 68.97%, #348F50, transparent 100%),radial-gradient(circle at 98.02% 68.97%, #56B4D3, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-3 {
    background: radial-gradient(circle at 1.98% 13.02%, #3CA55C, transparent 100%),radial-gradient(circle at 98.02% 81.99%, #B5AC49, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-4 {
    background: radial-gradient(circle at 1.98% 6.00%, #FF512F, transparent 100%),radial-gradient(circle at 98.02% 83.01%, #DD2476, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-5 {
    background: radial-gradient(circle at 1.98% 33.98%, #1A2980, transparent 100%),radial-gradient(circle at 98.02% 14.04%, #26D0CE, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-6 {
    background: radial-gradient(circle at 1.98% 25.03%, #1D2B64, transparent 100%),radial-gradient(circle at 98.02% 96.03%, #F8CDDA, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-7 {
    background: radial-gradient(circle at 1.98% 60.02%, #ED4264, transparent 100%),radial-gradient(circle at 98.02% 12.00%, #FFEDBC, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-8 {
    background: radial-gradient(circle at 1.98% 53.00%, #614385, transparent 100%),radial-gradient(circle at 98.02% 33.98%, #516395, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-9 {
    background: radial-gradient(circle at 1.98% 44.96%, #4776E6, transparent 100%),radial-gradient(circle at 98.02% 84.03%, #8E54E9, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-10 {
    background: radial-gradient(circle at 1.98% 92.98%, #085078, transparent 100%),radial-gradient(circle at 98.02% 85.05%, #85D8CE, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-11 {
    background: radial-gradient(circle at 1.98% 73.04%, #2BC0E4, transparent 100%),radial-gradient(circle at 98.02% 19.02%, #EAECC6, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-12 {
    background: radial-gradient(circle at 1.98% 61.04%, #3D7EAA, transparent 100%),radial-gradient(circle at 98.02% 2.03%, #FFE47A, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-13 {
    background: radial-gradient(circle at 1.98% 55.04%, #DAE2F8, transparent 100%),radial-gradient(circle at 98.02% 54.02%, #D6A4A4, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-14 {
    background: radial-gradient(circle at 1.98% 33.98%, #EC6F66, transparent 100%),radial-gradient(circle at 98.02% 59.00%, #F3A183, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-15 {
    background: radial-gradient(circle at 1.98% 18.01%, #414d0b, transparent 100%),radial-gradient(circle at 98.02% 98.98%, #727a17, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-16 {
    background: radial-gradient(circle at 1.98% 54.02%, #DAD299, transparent 100%),radial-gradient(circle at 98.02% 71.01%, #B0DAB9, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
.intro-icon-17 {
    background: radial-gradient(circle at 1.98% 73.96%, #FBD3E9, transparent 100%),radial-gradient(circle at 98.02% 10.99%, #BB377D, transparent 100%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}







