/* Alfena - Html Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Banner Section
7. Services Section
8. App Section
9. Services Section Two
10. Testimonial Section
11. Pricing Section
12. Clients Section
13. Download Section
14. Faq Section
15. Main Footer
16. Counter Section
17. Accordian Section
18. Blog Section
19. Page Banner Section
20. Screenshot Section
21. Feature Section

**********************************************/
/*font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;*/

@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('custom-animate.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
 @font-face {
	font-family: 'AlimamaShuHeiTi-Bold';
	src: url('/assets/index/fonts/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.ttf');
}
html {
    scroll-behavior: smooth;
}
body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family:'Microsoft Yahei,Helvetica Neue,NotoSansHans-Regular,AvenirNext-Regular,arial,Hiragino Sans GB,WenQuanYi Micro Hei,serif';
}



.shadow-title{	font-family: AlimamaShuHeiTi-Bold;
	color: transparent;
	text-shadow: 0 10px 20px rgba(22,119,255,.15);
	background: linear-gradient(30deg,#90d5ff 30%,#e265ff);
	-webkit-background-clip: text;
	background-clip: text;
}



a{
	text-decoration:none;
	cursor:pointer;
	color:#525252;
}

.no-padding{
	padding:0px !important;
}

button:focus{
	outline:none;
}

.btn,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

.btn:focus{
	box-shadow:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;

}

input,button,select{
	
}

textarea{
	overflow:hidden;
}

p,.text{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:relative;
	max-width:1500px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#555555;
	font-size:14px;
	font-weight:400;
	margin-bottom:10px;
}

.list-style-one li span{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.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;
}

.grey-bg{
	background-color:#f1f2f3;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:1px;
	background:none;
	border:2px solid #ffffff;
	padding:10px 28px 10px;
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.btn-style-one:hover{
	color:#ff6489;
	background:#ffffff;
}

.btn-style-one:hover .icon{
	color:#ff6489;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:1px;
	background:#ff6288;
	padding:12px 30px 12px;
	border:2px solid #ff6288;
	box-shadow:0px 10px 10px rgba(0,0,0,0.20);
}

.btn-style-two .icon{
	position:relative;
	color:#ffffff;
	margin-left:10px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-two:hover{
	color:#ff6288;
	background:none;
}

.btn-style-two:hover .icon{
	color:#ff6288;
}

/* Btn Style Three */

.btn-style-three{
	/*position:relative;*/
	/*border-radius:4px;*/
	/*padding:14px 30px 14px;*/
/*	box-shadow:0px 10px 10px rgba(0,0,0,0.20);*/
}

/* Btn Style Four */

.btn-style-four{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:1px;
	background:#9f70ed;
	padding:12px 53px 12px;
	border:2px solid #9f70ed;
	box-shadow:0px 10px 10px rgba(0,0,0,0.20);
}

.btn-style-four:hover{
	color:#ffffff;
	border-color:#ff617d;
	background:#ff617d;
}

.theme_color{
	color:#ff6489;	
}

img{
	display:inline-block;
	max-width: 100%;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:70px;
	height:70px;
	color:#ffffff;
	font-size:24px;
	line-height:70px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	background:#ff6489;
	display:none;
	border-radius: 50%;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); 
	-moz-transform:rotate(270deg); 
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-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:#ff4c72;
	border-color:#ff4c72;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:99;
	width:100%;
	padding: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.fixed-header{
	top:0px;
	background:#ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}


.main-header .header-upper{
	position:relative;
	z-index:5;
	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 .auto-container{
	position:relative;
	overflow: hidden;
	padding-top: 20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fixed-header .header-upper  .auto-container{
	padding-top: 0px;
}

.main-header .header-upper .logo{
	position:absolute;
	left: 0px;
	padding-top:10px;

}


.main-menu{
	position:relative;
	float:right;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left:32px;
}


.main-menu .navigation > li:last-child{
	margin-right:0px;
}


.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	color:#222222;
	line-height:30px;
/*	font-weight:400;*/
	opacity:1;
	text-transform:capitalize;
	padding:35px 0px 35px 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-menu .navigation > li:hover > a{
	color:#0faeff;
	opacity:1;
}



.main-menu .navigation > li:hover > a:after{
	opacity:1;
}


/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index:1;
	margin-bottom:50px;
}

.sec-title h2{
	position:relative;
	font-size:35px;
	color:#444444;
	font-weight:400;
	line-height:1.3em;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	border-bottom:1px solid #e0e0e0;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;	
}

.main-slider .tparrows.gyges{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.20);
}

.main-slider .tparrows.gyges:before{
	line-height:60px;
}

.main-slider .tparrows.gyges:hover{
	color:#ff6489 !important;
	background-color:#ff6489;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.3em;
	display:inline-block;
}

.main-slider .text{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#e7e7e7;
	line-height:2em;
}

.main-slider .btns-box{
	position:relative;
	z-index:2;
	overflow:hidden;
}

.main-slider .btns-box .theme-btn{
	position:relative;
	z-index:2;
	margin-right:20px;
}

.main-slider:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40%;
	border-bottom: 50px solid #ffffff;
	border-right: 750px solid transparent;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}


/*Main Banner*/

.main-banner{
	position:relative;
	padding-top:75px;
	z-index:1;

}

.main-banner .bg-round-layer{
	position:absolute;
	right:-150px;
	top:-50px;
	width:864px;
	height:864px;
	display:block;
	background:url(../images/background/round-bg.png)  center center no-repeat;	
}

.main-banner .content-column{
	position:relative;
}

.main-banner .content-column .inner-column{
	position:relative;
	padding-top:180px;
}

.main-banner .content-column h2{
	position:relative;
	font-size:50px;
	line-height:1.3em;
}

.main-banner .content-column .text{
	position:relative;
	color:#525252;
	font-size:16px;
	margin-top:15px;
	line-height:1.8em;
	margin-bottom:32px;
	padding-right:70px;
}

.main-banner .image-column .inner-column .icon-one{
	position:absolute;
	left:10%;
	bottom:16%;
	width:50px;
	height:50px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	line-height:50px;
	font-size:26px;
	display:inline-block;
	background-color:#b276f3;
}

.main-banner .image-column .inner-column .icon-two{
	position:absolute;
	right:-18%;
	top:20%;
	width:64px;
	height:64px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	line-height:64px;
	font-size:20px;
	display:inline-block;
	background-color:#fe3250;
}

.main-banner .image-column .inner-column .icon-three{
	position:absolute;
	right:-39%;
	bottom:16%;
	width:37px;
	height:37px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	line-height:50px;
	font-size:26px;
	display:inline-block;
	background-color:#ffffff;
	border:12px solid #6363ec;
}

.main-banner .image-column .inner-column .icon-four{
	position:absolute;
	left:42%;
	top:18%;
	width:40px;
	height:40px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:1px solid #20f2f9;
	background-color:rgba(32,242,249,0.10);
}

.main-banner .image-column .inner-column .icon-four:before{
	position:absolute;
	content:'';
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	border-radius:50%;
	background-color:#20f2f9;
}

.main-banner .image-column .inner-column .icon-five{
	position:absolute;
	left:25%;
	bottom:30%;
	width:37px;
	height:37px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	line-height:50px;
	font-size:26px;
	display:inline-block;
	background-color:#ffffff;
	border:12px solid #21ffaf;
}

.main-banner .image-column{
	position:relative;
	z-index:1;
}

.main-banner .image-column .inner-column{
	position:relative;
}

.main-banner .image-column .inner-column .circle-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	height:820px;
	width:860px;
	border-radius:50%;
	border:1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-two{
	position:absolute;
	left:130px;
	top:110px;
	right:130px;
	bottom:130px;
	height:610px;
	width:610px;
	border-radius:50%;
	border:1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-three{
	position:absolute;
	left:260px;
	top:250px;
	right:130px;
	bottom:130px;
	height:350px;
	width:350px;
	border-radius:50%;
	border:1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-four{
	position:absolute;
	left:370px;
	top:360px;
	right:130px;
	bottom:130px;
	height:130px;
	width:130px;
	border-radius:50%;
	border:1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .image{
	position:relative;
	padding-top:0px;
}

.main-banner .image-column .image img{
	position:relative;
	/*max-width:none;*/
	display:inline-block;
	margin-top:120px;
	max-width: 160%;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:120px 0px 0px;
	z-index:1;
}

.services-section .sec-title{
	margin-bottom:70px;
}

/*.services-section.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:-140px;
	width:100%;
	height:227px;
	background:url(../images/background/4.png) no-repeat;
}*/

.services-block{
	position:relative;
	margin-bottom:120px;
}

.services-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:4px;
	overflow:hidden;
	padding:30px 20px 45px;
/*	border:1px solid #dedede;*/
	-webkit-box-shadow: 0px 0px 40px 2px rgba(204, 204, 223, 0.5);
	-moz-box-shadow: 0px 0px 40px 2px rgba(204, 204, 223, 0.5);
}

.services-block .inner-box:before{
	position:absolute;
	content:'';
	left:0%;
	top:0%;
	width:0px;
	height:100%;
	background-color:#e9f0ff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.services-block .inner-box:hover::before{
	width:100%;
}

.services-block .inner-box:hover{
	border-color:#e9f0ff;
}

.services-block .inner-box .icon-box{
	position:relative;
	z-index:1;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	display:inline-block;
	background:url(../images/icons/icon-1.png) no-repeat;
}

.services-block:nth-child(2) .inner-box .icon-box{
	background:url(../images/icons/icon-2.png) no-repeat;
}

.services-block:nth-child(3) .inner-box .icon-box{
	background:url(../images/icons/icon-3.png) no-repeat;
}

.services-block:nth-child(4) .inner-box .icon-box{
	background:url(../images/icons/icon-4.png) no-repeat;
}

.services-block .inner-box .icon-box .icon{
	position:relative;
	font-size:44px;
	color:#fe7696;
}

.services-block:nth-child(2) .inner-box .icon-box .icon{
	color:#4e79f5;
}

.services-block:nth-child(3) .inner-box .icon-box .icon{
	color:#42bd2d;
}

.services-block:nth-child(4) .inner-box .icon-box .icon{
	color:#b276f3;
}

.services-block .inner-box h3{
	position:relative;
	font-size:18px;
	z-index:1;
	font-weight:600;
	text-transform:capitalize;
}

.services-block .inner-box h3 a{
	position:relative;
	color:#444444;
}

.services-block .inner-box .text{
	position:relative;
	color:#525252;
	z-index:1;
	font-size:16px;
	line-height:1.8em;
	margin-top:10px;
}

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section{
	position:relative;
	padding-top:60px;
	padding-bottom:120px;
}

.app-section.style-two{
	padding-bottom:0px;
}

.app-section .image-column{
	position:relative;
}

.app-section .image-column .inner-column{
	position:relative;
	text-align:center;
}


/* Chat Icon */

.app-section .image-column .inner-column .chat-icon{
	position:absolute;
	right:0px;
}

.app-section .image-column .inner-column:before{
	position:absolute;
	content:'';
	right:0px;
	top:-60px;
	width:566px;
	height:652px;
	z-index:-1;
	display:inline-block;
	background:url(../images/resource/pattern-1.png) no-repeat;
}

.app-section .content-column{
	position:relative;
}

.app-section .content-column .inner-column{
	position:relative;
	padding-left:50px;
	padding-top:70px;
}

.app-section .content-column .inner-column h2{
	position:relative;
	color:#444444;
	font-size:35px;
	line-height:1.4em;
}

.app-section .content-column .inner-column .text{
	position:relative;
	color:#525252;
	font-size:16px;
	line-height:1.8em;
	margin-top:25px;
	margin-bottom:35px;
	text-align: justify;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:120px 0px 0px;
	background-color:#ebf1fe;
}

.services-section-two.style-two{
	margin-bottom:170px;
}

.services-section-two.style-two:before{
	position: absolute;
    content: '';
    left: 0px;
    top: -230px;
    width: 100%;
    height: 230px;
    background: url(../images/background/2.png) repeat-x;
}

.services-section-two.style-two:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: -181px;
    width: 100%;
    height: 181px;
    background: url(../images/background/3.png) repeat-x;
}

.services-block-two{
	position:relative;
	padding-bottom:40px;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .content-column{
	position:relative;
	margin-bottom:40px;
}

.services-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding-top:90px;
	padding-right:40px;
}

.services-block-two .inner-box .content-column .icon-box{
	position:relative;
}

.services-block-two .inner-box .content-column .icon-box .service-number{
	position:absolute;
	left:0px;
	top:165%;
	font-weight:800;
	font-size:85px;
	color:rgba(255,255,255,0.50);
	font-family: 'Nunito', sans-serif;
}

.services-block-two .inner-box .content-column .icon-box .icon{
	position:relative;
	font-size:54px;
	color:#ff6288;
	line-height:1em;
}

.services-block-two .inner-box .content-column h3{
	position:relative;
	color:#444444;
	font-size:25px;
	line-height:1.3em;
	margin-top:30px;
}

.services-block-two .inner-box .content-column .text{
	position:relative;
	color:#525252;
	font-size:16px;
	line-height:1.7em;
	margin-top:30px;
}

.services-block-two .image-column{
	position:relative;
}

.services-block-two .image-column .inner-column{
	position:relative;
	padding-left:70px;
}

.services-block-two.style-two .inner-box .content-column .inner-column,
.services-block-three.style-two .inner-box .content-column .inner-column{
	padding-top:50px;
}

.services-block-two.style-two .inner-box .content-column .icon-box .icon,
.services-block-three.style-two .inner-box .content-column .icon-box .icon{
	color:#9f70ed;
}

/* Services Block Three */

.services-block-three{
	position:relative;
	padding-bottom:40px;
}

.services-block-three .inner-box{
	position:relative;
}

.services-block-three .inner-box .content-column{
	position:relative;
}

.services-block-three .inner-box .content-column .inner-column{
	position:relative;
	padding-top:90px;
	padding-left:50px;
}

.services-block-three .inner-box .content-column .icon-box{
	position:relative;
}

.services-block-three .inner-box .content-column .icon-box .service-number{
	position:absolute;
	left:0px;
	top:165%;
	font-weight:800;
	font-size:85px;
	color:rgba(255,255,255,0.50);
	font-family: 'Nunito', sans-serif;
}

.services-block-three .inner-box .content-column .icon-box .icon{
	position:relative;
	font-size:54px;
	color:#ff6288;
	line-height:1em;
}

.services-block-three .inner-box .content-column h3{
	position:relative;
	color:#444444;
	font-size:25px;
	line-height:1.3em;
	margin-top:30px;
}

.services-block-three .inner-box .content-column .text{
	position:relative;
	color:#525252;
	font-size:16px;
	line-height:1.7em;
	margin-top:30px;
}

.services-block-three .image-column{
	position:relative;
}

.services-block-three .image-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:120px 0px 0px;
}

.pricing-section .sec-title{
	margin-bottom:70px;
}

.pricing-section.style-two{
	padding-top:130px;
}

.pricing-section .pricing-option{
	position:relative;
	text-align:center;
	margin-top:60px;
}

.pricing-section .pricing-option .option-inner{
	position:relative;
	display:inline-block;
	cursor:pointer;
}

.pricing-section .pricing-option span.monthly{
	position:relative;
	top:-5px;
	color:#333333;
	cursor:pointer;
	font-size:14px;
	font-weight:600;
	display:inline-block;
	text-transform:capitalize;
}

.pricing-section .pricing-option span.yearly{
	position:relative;
	top:-4px;
	color:#333333;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	display:inline-block;
	text-transform:capitalize;
	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;
}

.pricing-section .pricing-option span.icon{
	position:relative;
	top:8px;
	width:65px;
	height:32px;
	margin:0px 8px;
	display:inline-block;
	border-radius:50px;
	border:1px solid #d9d9d9;
}

.pricing-section .pricing-option span.icon:before{
	position:absolute;
	content:'';
	left:2px;
	top:2px;
	bottom:1px;
	width:25px;
	height:25px;
	display:inline-block;
	border-radius:50%;
	background-color:#ff6489;
	-webkit-transition:all 300ms ease;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.pricing-section .pricing-option .option-inner.active span.icon:before{
	left:36px;
}

.pricing-section .pricing-inner-container .yearly-package,
.pricing-section .pricing-inner-container .monthly-package{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	opacity:0;
}

.pricing-section .pricing-inner-container .monthly-package{
	position:relative;
	opacity:1;
}

.pricing-section .pricing-inner-container.toggle-package .yearly-package{
	position:relative;
	opacity:1;
}

.pricing-section .pricing-inner-container.toggle-package .monthly-package{
	position:absolute;
	opacity:0;
}

/* Price Block */

.price-block{
	position:relative;
	margin-bottom:60px;
}

.pricing-section .monthly-package .price-block,
.pricing-section .yearly-package .price-block,
.pricing-section .toggle-package .monthly-package .price-block{
	visibility:hidden;
	transform:scaleX(0.5) ;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	transition:all 700ms ease;
}

.pricing-section .default-active .price-block,
.pricing-section .monthly-package .price-block{
	opacity:1;
	visibility:visible;
	transform:scaleX(1);
}

.pricing-section .toggle-package .yearly-package .price-block{
	opacity:1;
	visibility:visible;
	transform:scaleX(1);
}

.price-block .inner-box{
	position:relative;
	border-radius:8px;
	box-shadow:0px 0px 100px rgba(0,0,0,0.10);
}

.price-block .inner-box .ribbon{
	position:absolute;
	right:10px;
	top:21px;
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	padding:8px 16px 8px 25px;
	display:inline-block;
	background-color:#9f70ed;
	transform: rotate(-90deg);

}

.price-block .inner-box .ribbon:after{
	position:absolute;
	content:'';
	left:-1px;
	bottom:0px;
	border-top: 22px solid transparent;
    border-left: 15px solid #ffffff;
    border-bottom: 22px solid transparent;
}

.price-block .inner-box .title-box{
	position:relative;
	text-align:center;
	padding:30px 15px;
	border-bottom:1px solid #e4e4e4;
}

.price-block .inner-box .title-box h2{
	position:relative;
	color:#444444;
	font-size:20px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
}

.price-block .inner-box .content-box{
	position:relative;
	text-align:center;
	padding:25px 15px 0px;
}

.price-block .inner-box .content-box .price{
	position:relative;
	color:#444444;
	font-weight:700;
	line-height:1em;
	font-size:44px;

}

.price-block .inner-box .content-box .price sub{
	position:relative;
	font-size:22px;
	font-weight:600;
}

.price-block .inner-box .content-box .price span{
	font-size:22px;
	font-weight:600;
}

.price-block .inner-box .content-box .title{
	position:relative;
	color:#24cfb5;
	font-size:15px;
	line-height:1.3em;
	margin:20px 0px 25px;
}

.price-block:nth-child(2) .inner-box .content-box .title{
	color:#9a60fa;
}

.price-block:nth-child(3) .inner-box .content-box .title{
	color:#4ca6fb;
}

.price-block:nth-child(4) .inner-box .content-box .title{
	color:#ff617d;
}

.price-block:nth-child(5) .inner-box .content-box .title{
	color:#35ce3c;
}

.price-block:nth-child(6) .inner-box .content-box .title{
	color:#fb4cf1;
}

.price-block .inner-box .content-box .price-list{
	position:relative;
	margin-bottom:45px;
	min-height: 325px;
}

.price-block .inner-box .content-box .price-list li{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-bottom:8px;
	padding-left:15px;
}

.price-block .inner-box .content-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block .inner-box .content-box .price-list li .check{
	position:relative;
	color:#50e245;
	margin-right:6px;
}

.price-block .inner-box .content-box .price-list li .remove{
	position:relative;
	color:#ff3044;
	margin-right:6px;
}

.price-block .inner-box .content-box .btn-box{
	position:relative;
	margin-bottom:-30px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:85px 0px 60px;
	background-color:#fbfbfb;
}

.sponsors-section .owl-item{
	text-align:center !important;	
}

.sponsors-section .owl-item img{
	display:inline-block;
	width:auto !important;	
	max-height:100% !important;
	opacity:0.50;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-item img:hover{
	opacity:1;
}

.sponsors-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.sponsors-section .title-box h2{
	position:relative;
	color:#444444;
	font-size:35px;
	font-weight:400;
	line-height:1.3em;
}

.sponsors-section .title-box .title{
	position:relative;
	color:#525252;
	font-size:16px;
	margin-top:25px;
}

.sponsors-section .owl-dots,
.sponsors-section .owl-nav{
	display:none;
}

.sponsors-section.style-two{
	padding-top:0px;
	background-color:#ffffff;
}

/*** 

====================================================================
	Download Section
====================================================================

***/

.download-section{
	position: relative;
	padding:120px 0px 180px;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
}

.download-section .circle-icons{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.download-section .circle-icons .icon-one{
	position:absolute;
	left:7%;
	top:12%;
	width:62px;
	height:62px;
	background-color:#ffc34a;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-two{
	position:absolute;
	left:18%;
	top:45%;
	width:35px;
	height:35px;
	background-color:#9f4aff;
	border-radius:50px 50px 50px 0px;
}

.download-section .circle-icons .icon-three{
	position:absolute;
	left:5%;
	bottom:10%;
	width:70px;
	height:70px;
	background-color:#58e582;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-four{
	position:absolute;
	left:35%;
	top:18%;
	width:42px;
	height:42px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color:#54bdff;
	border-radius:0px 50px 50px 50px;
}

.download-section .circle-icons .icon-five{
	position:absolute;
	left:35%;
	top:45%;
	width:35px;
	height:35px;
	background-color:#ffc34a;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-six{
	position:absolute;
	left:30%;
	bottom:10%;
	width:32px;
	height:32px;
	background-color:#ff4a5b;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-seven{
	position:absolute;
	left:44%;
	bottom:7%;
	width:60px;
	height:60px;
	background-color:#524aee;
	border-radius:50px 50px 50px 0px;
}

.download-section .circle-icons .icon-eight{
	position:absolute;
	left:60%;
	bottom:12%;
	width:32px;
	height:32px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color:#ff6131;
	border-radius:50px 0px 50px 50px;
}

.download-section .circle-icons .icon-nine{
	position:absolute;
	left:60%;
	top:10%;
	width:32px;
	height:32px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color:#34f8e8;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-ten{
	position:absolute;
	left:68%;
	bottom:12%;
	width:60px;
	height:60px;
	background-color:#cc6aff;
	border-radius:50px 50px 50px 0px;
}

.download-section .circle-icons .icon-eleven{
	position:absolute;
	left:70%;
	top:20%;
	width:47px;
	height:47px;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	background-color:#0294f5;
	border-radius:50px 50px 50px 0px;
}

.download-section .circle-icons .icon-twelve{
	position:absolute;
	right:10%;
	top:20%;
	width:66px;
	height:66px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	background-color:#5fdbea;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-thirteen{
	position:absolute;
	right:20%;
	top:50%;
	width:30px;
	height:30px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	background-color:#f55d28;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-fourten{
	position:absolute;
	right:6%;
	bottom:10%;
	width:62px;
	height:62px;
	background-color:#ffe34a;
	border-radius:50px 50px 0px 50px;
}

.download-section .circle-icons .icon-fifteen{
	position:absolute;
	right:20%;
	bottom:6%;
	width:30px;
	height:30px;
	background-color:#4aff9f;
	border-radius:50px 50px 0px 50px;
}

.download-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:35px;
}

.download-section .title-box h2{
	position:relative;
	color:#444444;
	font-size:35px;
}

.download-section .title-box .text{
	position:relative;
	color:#525252;
	font-weight:400;
	font-size:16px;
	max-width:830px;
	margin:0 auto;
	margin-top:20px;
	line-height:2em;
}

.download-section .buttons-box{
	position:relative;
	text-align:center;
}

.download-section .buttons-box .theme-btn{
	margin:60px 10px 20px;
	padding: 10px;
	border-radius:8px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.20);
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:120px 0px 50px;
}

.faq-section .sec-title{
	position:relative;
	margin-bottom:80px;
}

.faq-section .owl-dots{
	display:none;
}

.faq-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-15px;
}

.faq-section .owl-nav .owl-prev{
	position:absolute;
	left:-80px;
	color:#d0d0d0;
	font-size:50px;
	font-weight:400;
	background:transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-section .owl-nav .owl-next{
	position:absolute;
	right:-80px;
	color:#d0d0d0;
	font-size:50px;
	font-weight:400;
	background:transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-section .owl-nav .owl-prev:hover,
.faq-section .owl-nav .owl-next:hover{
	color:#9f70ed;
}

/* Faq Block */

.faq-block{
	position:relative;
	margin-bottom:30px;
	touch-action: none;
}

.faq-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:8px;
	padding:40px 30px 45px;
	border:1px solid #dedede;
}

.faq-block .inner-box h3{
	position:relative;
	color:#444444;
	font-size:18px;
	margin-bottom:16px;
	min-height: 60px;
}

.faq-block .inner-box .text{
	position:relative;
	min-height: 170px;
}

.faq-block .inner-box .text p{
	position:relative;
	color:#525252;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:18px;
}

.faq-block .inner-box .text p:last-child{
	margin-bottom:0px;
}

.images-list .image{
	border-radius: 8px;
	max-height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}


.images-list .image img {
    transition: 0.3s;
}
.images-list .image img:hover {
    transform: scale(1.1);
}

.images-list .title{
	font-size: 1.3em;
}

.text-list{
	display: flex;
	flex-wrap: wrap;
	line-height: 2.5;
	justify-content:space-between;
}
.text-list li{
	display: flex;
	min-width:345px;
	width: 48%;
}
.text-list .title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-list .date{ width: 50px; }

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color: #ffffff;
}


.main-footer .widgets-section{
	position:relative;
	padding:140px 0px 30px;
	font-size: 16px;
}
.main-footer .widgets-section i{
	font-size: 40px;
}
.main-footer .widgets-section .icon{
	text-align: right;
}


.main-footer .footer-bottom{
	position:relative;
	text-align:center;
 	line-height: 60px;
	border-top:1px solid #ffffff;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:14px;
}
.main-footer .wave{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	z-index:-1;
}

@media(max-width: 991px) {
	.main-footer .widgets-section i{
		font-size: 32px;
	}
}

/*** 

====================================================================
	Screenshots Section
====================================================================

***/
.managescreen{
	position:relative;
	padding:120px 0px 0px;
	overflow:hidden;
}
.screenshots-section{
	position:relative;
	padding:120px 0px 60px;
	overflow:hidden;
}

.screenshots-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:250px;
	width:100%;
	height:499px;
	background:url(../images/background/5.png) repeat-x;
}

.screenshots-section .carousel-container{
	position:relative;
	overflow:hidden;
}

.screenshots-section .carousel-outer{
	position:relative;
	width:284px;
	height:578px;
	margin:0 auto;
	padding:70px 20px;
	background:url(../images/resource/iphone-mockup.png) center top no-repeat;
}

.screenshots-section .carousel-outer .owl-carousel{
	z-index:auto;
	touch-action: none;
}

.screenshots-section .carousel-outer .mockup-layer{
	position:absolute;
	width:285px;
	left:0px;
	top:0px;
	z-index:20;	
}

.screenshots-section .carousel-outer .mockup-layer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:630px;
	background:url(../images/resource/iphone-mockup.png) left top no-repeat;
	z-index:20;	
}

.screenshots-section .carousel-outer .mockup-layer:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:21px;
	height:630px;
	background:url(../images/resource/iphone-mockup.png) right top no-repeat;
	z-index:20;	
}

.screenshots-section .owl-stage-outer{
	overflow:visible;	
}

.screenshots-section .slide{
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-moz-transform:scale(0.8);
	transform:scale(0.8);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.screenshots-section .active .slide{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
	opacity:1;	
}

.screenshots-section .slide .image img{
	width:100%;
	display:block;
	border-radius:5px;
	z-index:99999999;
}

.screenshots-section .owl-nav,
.screenshots-section .owl-dots{
	display:none;
}
