/* Al-Quran Business HTML-5 Template */

/*  
	font-family: "Syne", sans-serif;
	font-family: "Lexend", sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: "Syne", sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#008BD3;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	color:#000000;
	font-family: "Lexend", sans-serif;
}

/* Typography */

h1{
	font-size:70px;
	line-height:77px;
}

h2{
	font-size:32px;
}

h3{
	font-size:34px;
}

h4{
	font-size:26px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #171105;
	font-weight: 600;
	overflow: hidden;
	background: none;
	padding: 16px 44px;
	border-radius:50px;
	line-height: 30px;
	background-color:#c5e96b;
	text-transform: uppercase;
	border:2px solid #171105;
	font-family: "Lexend", sans-serif;
	box-shadow:0px 5px 10px rgba(0,0,0,0.10);
}

.btn-style-one i{
	margin-left:6px;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#000000;
}

.theme_color{
	color:#c5e96b;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:56px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#c5e96b ;
	display:none;
	border-radius:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#444444;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:60px;
}

.sec-title h2{
	position:relative;
	color:#000000;
	font-weight:700;
	font-size:60px;
	line-height:70px;
	margin-bottom:40px;
}

.sec-title.centered{
	text-align: center !important;
}

.sec-title.light h2{
	color:#ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	z-index:999;
	width:100%;
	top:50px;
	-ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.main-header .auto-container{
	max-width:1810px;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
	z-index:1;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-header .header-upper .outer-box .nav-toggler{
	position:relative;
	font-size:28px;
	color:#ff9600;
	cursor:pointer;
	display:inline-block;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#222222;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:8px 0px 8px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.sticky-header .main-menu .navigation > li > a{
	padding:23px 0px  !important;
	color:#ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-header .nav-outer{
	position:relative;
	text-align:center;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box{
	position: relative;
	z-index:12;
	padding:0px 0px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	background-color:rgba(0,0,0,0.55);
}

.main-header .header-btn{
	position:relative;
	color:#ffffff;
	font-size:15px;
	padding:15px 39px;
	border-radius:50px;
	font-weight:600;
	text-transform:uppercase;
	background-color:#000000;
}

.main-header .header-btn:hover{
	color:#000000;
	background-color:#c5e96b;
}

.main-header.fixed-header{
	position:fixed;
	left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
	border-bottom:0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	background-color:#ffffff;
	box-shadow:0px 5px 15px rgba(0,0,0,0.05);
}

.main-header .header-upper .outer-box .login-box{
	position:relative;
	width:52px;
	height:52px;
	float:left;
	color:#ffffff;
	font-size:18px;
	cursor:pointer;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.50);
}

.main-header.fixed-header .header-upper .logo-box{
	padding:20px 0px;
}

.main-header.fixed-header .main-menu .header-btn{
	margin:20px 0px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	padding-top:190px;
	overflow:hidden;
	text-align:center;
	background-color:#f6f3ec;
}

.banner_bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:180px;
	background-size:cover;
}

.banner_vector{
	position:absolute;
	left:20%;
	top:43%;
	width:72px;
	height:95px;
}

.banner-section .responsive-image img{
	position:relative;
	max-width:inherit;
	left:-15px;
}

.banner-section .auto-container{
	max-width:1810px;
}

.banner-section .content{
	position:relative;
}

.banner-section .icon-box{
	position:relative;
	width:88px;
	height:88px;
	margin:0 auto;
	line-height:88px;
	border-radius:50px;
	text-align:center;
	background-color:#ffd050;
}

.banner-section .content h1{
	position:relative;
	color:#111111;
	font-weight:700;
	margin-top:20px;
	line-height:1.3em;
	margin-bottom:60px;
}

.banner-section .content .btn-box{
	position:relative;
	margin-top:-20px;
}

.banner-section .content .btn-box .theme-btn{
	position:relative;
	cursor:pointer;
}

.banner-section .content .banner-images{
	position:relative;
	padding-top:70px;
}

.banner-section .content .banner-images .column{
	position:relative;
	float:left;
}

.banner-section .content .banner-images .column:nth-child(2n+1) .image{
	transform:translateY(60px);
}

.banner-section .content .banner-images .image{
	position:relative;
	overflow:hidden;
}

.banner-section .content .banner-images .image img{
	position:relative;
	width:100%;
	display:block;
}

.banner-section .content .banner-images .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	z-index:1;
	color:#000000;
	text-align:center;
	background-color:rgba(255,39,86,0.80);
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.banner-section .content .banner-images .image:hover .overlay-box{
	opacity:1;
	-webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    visibility: visible;
}

.banner-section .content .banner-images .image .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.banner-section .content .banner-images .image .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.banner-section .content .banner-images .image .overlay-inner .link{
	position:relative;
	width:50px;
	height:50px;
	font-size:22px;
	color:#000000;
	line-height:50px;
	margin:0px 3px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.banner-section .content .banner-images .image .overlay-inner .link .icon{
	position:relative;
}

.banner-section .content .banner-images .image .overlay-inner .link:hover{
	color:#000000;
	background-color:#ffffff;
}

/*** 

====================================================================
	Support Box
====================================================================

***/

.support-box{
	position:relative;
	padding:90px 0px 60px;
	background-color:#f6f3ec;
}

.support-title{
	position:relative;
	color:#010101;
	font-size:60px;
	line-height:70px;
	font-weight:700;
	text-align:center;
	margin-bottom:70px;
}

/*** 

====================================================================
	Support One
====================================================================

***/

.support-block_one{
	position:relative;
	margin-bottom:30px;
}

.support-block_one-inner{
	position:relative;
	text-align:center;
}

.support-block_one-icon{
	position:relative;
	width:112px;
	height:112px;
	margin:0 auto;
	border-radius:100px;
	background-color:#fcdf91;
}

.support-block_one h6{
	position:relative;
	margin-top:25px;
	font-size:20px;
	color:#000000;
	font-weight:600;
	line-height:34px;
	font-family: "Lexend", sans-serif;
}

.support-block_one:nth-child(2) .support-block_one-icon{
	background-color:#d5f488;
}

.support-block_one:nth-child(3) .support-block_one-icon{
	background-color:#9ff8d0;
}

/*** 

====================================================================
	Responsive Section
====================================================================

***/

.responsive-section{
	position: relative;
	padding:100px 0px 0px;
	background-color:#f0f5fb;
}

/*** 

====================================================================
	Pages Section
====================================================================

***/

.pages-section{
	position:relative;
	padding:100px 0px 100px;
}

.pages-section .outer-section{
	position:relative;
}

/* Layout Demo */

.layout-demo {
	position:relative;
	margin-bottom: 30px;
}

.layout-demo .inner{
	position:relative;
	height:350px;
	overflow:hidden;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 5000ms ease;
	-moz-transition:all 5000ms ease;
	-webkit-transition:all 5000ms ease;
	-ms-transition:all 5000ms ease;
	-o-transition:all 5000ms ease;
	border:1px solid #000000;
}

.layout-demo:hover .inner{
	background-position:left bottom;
}

.layout-demo .demo-title {
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 24px;
	display: inline-block;
}

.layout-demo:last-child {margin-right: 0;}

.layout-demo h4 {
	position:relative;
	color: #111113;
	margin: 0;
	transition: .5s ease;
	font-weight: 500;
	font-size:24px;
	text-align:center;
	padding:20px 10px;
	text-transform:capitalize;
	box-shadow:0px 10px 15px rgba(0,0,0,0.1);
}

.layout-demo h4 a{
	color: #111113;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: "Inter", sans-serif;
}

.layout-demo h4 a:hover{
	color: #c5e96b ;
}


.layout-demo .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	z-index:1;
	color:#000000;
	text-align:center;
	background-color:rgba(5,42,40,0.60);
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.layout-demo .inner:hover .overlay-box{
	opacity:1;
	-webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    visibility: visible;
}

.layout-demo .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.layout-demo .overlay-box .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}


.layout-demo .overlay-box .content .btn-page{
	position:relative;
	margin:10px 0px;
}

.layout-demo .overlay-box .link{
	position:relative;
	font-size:14px;
	color:#000000;
	line-height:50px;
	margin:0px 1px;
	font-weight:600;
	padding:8px 30px;
	text-align:center;
	line-height:24px;
	border-radius:50px;
	display:inline-block;
	text-transform:capitalize;
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: "Lexend", sans-serif;
}

.layout-demo .overlay-box .link .icon{
	position:relative;
}

.layout-demo .overlay-box .link:hover{
	color:#000000;
	background-color:#c5e96b;
}

/*** 

====================================================================
	Options Section
====================================================================

***/

.options-section{
	position:relative;
	padding:100px 0px 70px;
	background-size:cover;
}

.option-block_one{
	position:relative;
	margin-bottom:30px;
}

.option-block_one-inner{
	position:relative;
	text-align:center;
}

.option-block_one-inner .icon{
	position:relative;
}

.option-block_one-inner h4{
	position:relative;
	color:#000000;
	font-weight:500;
	font-size:24px;
	margin-top:15px;
}

/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section{
	position:relative;
	padding:90px 0px 90px;
}

.featured-block{
	position:relative;
	margin-bottom:30px;
}

.featured-block .inner-box{
	position:relative;
	padding:58px 10px;
	text-align:center;
	border-radius:30px;
	background-color:#ffffff;
}

.featured-block h5{
	color:#111113;
	font-weight:500;
	font-size:22px;
	margin-top:20px;
	line-height:32px;
}

.featured-block .icon{
	position:relative;
}

/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	text-align:center;
	padding:150px 0px 150px;
	background-size:cover;
}

.main-footer_vector{
	position:absolute;
	right:12%;
	top:45%;
	width:72px;
	height:95px;
}

.main-footer .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer h2{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:64px;
}

.main-footer .text{
	position:relative;
	line-height:30px;
	color:#ffffff;
	font-size: 20px;
	margin-top:30px;
	margin-bottom:50px;
}

.main-footer .icon-layer-one{
	position:absolute;
	left:10%;
	top:15%;
	width:41px;
	height:114px;
	background-repeat:no-repeat;
}

.main-footer .icon-layer-two{
	position:absolute;
	right:10%;
	bottom:15%;
	width:62px;
	height:101px;
	background-repeat:no-repeat;
}