/* =====================================
Template Name: 	Appland
Author Name: Naimur Rahman
Author Url: www.themebazzar.com
Description: Appland - Creative App Landing HTML5 Template.
Version:	1.0
========================================*/   
/*======================================
[ CSS Table of contents ]
* Header CSS
	+ Logo
	+ Main Menu
* Hero Section CSS
	+ Hero Section 1 CSS
	+ Hero Section 2 CSS
	+ Hero Section 3 CSS
	+ Hero Section 4 CSS
* Promo CSS
* Features CSS
* Watch Video CSS
* Screenshot CSS
* Overview CSS
* Testimonials CSS
* Team CSS
* Download CSS
* Counter CSS
* Pricing Table CSS
* Faq CSS
* Blog CSS
	+ Latest Blog CSS
	+ Blog Grid CSS
	+ Blog Single CSS
	+ Blog Single Sidebar CSS
* Contact CSS
* Newslatter CSS
* Clients CSS
* Footer  CSS
========================================*/ 

/*=============================
	Start Header CSS 
===============================*/
.header{
	background-color:#24272B;
}
.header .navbar-collapse{
	padding:0;
}
.header .logo {
	margin-top: 20px;
}
.header .logo img{
	
}
/* Main Menu */
/* Header header-inner */
.header .main-menu.sticky{
	z-index:99999;
	box-shadow: 0px 0px 7px #0000003b;
}
.header .main-menu {
	background:transparent;
	z-index:999;
	position:absolute;
	width:100%;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav{
	overflow:hidden;
	float:right;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 8px;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	position: relative;
	color: #fff;
	font-size: 13px;
	font-weight:600;
	text-transform: uppercase;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	text-shadow: none;
	background: transparent;
}
.header .nav li a:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:100%;
	background:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	transform: scaleX(0);
}
.header .nav li a:hover:before{
	opacity:1;
	visibility:visible;
	transform: scaleX(1);
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	transform: scaleX(1);
}
.header .nav li.active a{
	background:transparent;
	color:#fff;
}
.header .nav li.active a:hover{
	background:transparent;
	color:#fff;
}
.header .main-menu.sticky .nav li.active a{
	background:transparent;
	color:#fff;
}
.header .nav li.active{
	background:transparent;
	color:#fff;
}
.header .nav li.active a{
	background:transparent;
	color:#fff;
	box-shadow:none;
}
.header .nav li a:hover{
	color:#fff;
}
/* Sticky */
.header .sticky {
	position: fixed;
	width: 100%;
	top: 0;
	animation: fadeInDown 0.8s both 0s;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
}
/*=============================
	/ End Header CSS 
===============================*/

/*=============================
	Start Demos CSS 
===============================*/
.demo-section{
	width: 100%;
	height: 100%;
}
.demo-section.overlay:before{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	opacity:1;
}
.demo-section.section{
	padding:40px 0px 40px 0px;
}
.demo-section .demo-content{
	position:relative;
	text-align:center;
}
.demo-section .demo-content h2 {
	color: #fff;
	font-weight: 700;
	font-size: 68px;
	text-transform: uppercase;
	text-shadow: 0px 3px 7px #00000040;
}
.demo-section .demo-content h2 span {
	font-weight: 600;
	font-size: 15px;
	display: block;
	margin-top: 10px;
}
.demo-section .demo-content p {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.demo-section .demo-content .logo{
	margin:0;
	padding:0;
}
.demo-section .demo-content .button{
	margin-top: 30px;
}
.demo-section .demo-content .check-btn {
	border-radius: 30px;
	background: #FFF;
	color: #755ce4;
	box-shadow: 0px 3px 7px #00000040;
	font-weight:600;
}
.demo-section .demo-content .check-btn:hover {
	color:#EC679F;
}
.demo-thumb{}
.demo-thumb .single-thumb{
	margin-bottom:40px;
    -webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.demo-thumb .single-thumb a{}
.demo-thumb .single-thumb a img{
	height:100%;
	width:100%;
	border-radius: 8px;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.demo-thumb .single-thumb:hover a img{
	box-shadow: 0px 50px 92px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 50px 92px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 50px 92px 0px rgba(0, 0, 0, 0.18);
	transform: translateY(-12px);
}
.demo-thumb .single-thumb a span {
	display: block;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
	color: #888;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.demo-thumb .single-thumb:hover a span{
	color:#755ce4;
}
/*=============================
	/End Demos CSS 
===============================*/

/*=============================
	Start Hero Section 1 CSS 
===============================*/
.hero-section1{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
	background-image:url('img/slider/hero-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.hero-section1{
	position:relative;
}
.hero-section1.section{
	padding:100px 0px 130px 0px;
}
.hero-section1:after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	background-image:url('img/shape.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:247px;
	width:100%;
}
.hero-section1.overlay:before{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	opacity:0.9;
}
.hero-section1 .hero-content {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	z-index: 200;
	margin-top: 105px;
}
.hero-section1 .hero-content h1 {
	font-size: 38px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #fff;
}
.hero-section1 .hero-content p {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #fff;
}
.hero-section1 .slider-action-btn{
    display: block;
    margin-bottom: 20px;
}
.hero-section1 .slider-action-btn a.softo-solid-btn{
    background: #fff;
    color: #333;
    border: 1px solid #fff;
    text-transform: capitalize;
    margin-right: 15px;
}
.hero-section1 .slider-action-btn a.softo-solid-btn:hover{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.hero-section1 .slider-action-btn a.btn-icon{
    font-size: 30px;
    color: #fff;
}
.hero-section1 .slider-action-btn .promo-video{
	
}
.hero-section1 .slider-action-btn .video-main{
	position:relative;
	display:inline-block;
}
.hero-section1 .slider-action-btn .video-main .video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	margin-left: 25px;
	background: #ffffff36;
	z-index:999;
}
.hero-section1 .slider-action-btn .video-main .video:hover{
	background:#fff;
	color:#333;
}
.hero-section1 .slider-action-btn .promo-video .waves-block .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right:-50px;
	bottom:-50px;
	z-index:-1;
}
.hero-section1 .slider-action-btn .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.hero-section1 .slider-action-btn .promo-video .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-section1 .slider-action-btn .promo-video .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.hero-section1 .slider-action-btn a.btn-icon:hover{
    opacity: 0.8;
}
/*=============================
	/End Hero Section 1 CSS 
===============================*/

/*=============================
	Start Hero Section 2 CSS 
===============================*/
.section-hero2{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
	background-image:url('img/slider/hero-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.section-hero2.overlay:before{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	opacity:0.9;
}
.section-hero2 .section-circle {
   background:linear-gradient(45deg,#F1689C,#6E5BE8);
}
.section-hero2 .hero-content-wrap{
    display: table;
    height: 550px;
    width: 100%;
}
.section-hero2 .hero-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 200;
}
.section-hero2 .hero-content h1 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
}
.section-hero2 .hero-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	padding: 20px 0;
	color: #fff;
}
.section-hero2 .slider-action-btn{
    display: block;
    margin-bottom: 20px;
}
.section-hero2 .slider-action-btn a.softo-solid-btn {
	background: #fff;
	color: #333;
	border: 1px solid #fff;
	text-transform: capitalize;
	margin-right: 15px;
	padding: 10px 24px;
	font-weight:600;
}
.section-hero2 .slider-action-btn a.softo-solid-btn i {
	margin-right: 3px;
	font-size: 19px;
	transform: translateY(1px);
}
.section-hero2 .slider-action-btn a.softo-solid-btn:hover{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.section-hero2 .slider-action-btn a.btn-icon{
    font-size: 30px;
    color: #fff;
}
.section-hero2 .slider-action-btn a.btn-icon:hover{
    opacity: 0.8;
}
/* Phone Carousel css*/
.section-hero2 .phone-carousel {
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(1) perspective(2006px) rotateY(35deg) rotateX(35deg) rotate(5deg);
}
.section-hero2 .phone-carousel .phone {
    position: relative;
    z-index: 5;
    width: 100%
}
.section-hero2 .phone-carousel .phone .header-slider {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5% 11.75% 0 11.75%;
    border-radius: 30px;
}
.section-hero2 .phone-carousel .phone .header-slider .item img {
    cursor: -webkit-grab;
    border-radius: 35px;
}
.section-hero2 .phone-carousel .owl-theme .owl-nav{
    margin-top: 20px;
}
.section-hero2 .phone-carousel .owl-theme .owl-nav button{
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 1px;
    color: #fff;
    background: #281483;
}
.section-hero2 .phone-carousel .owl-theme .owl-nav button.owl-next{
    border-radius: 0 30px 30px 0;
}
.section-hero2 .phone-carousel .owl-theme .owl-nav button.owl-prev{
    border-radius: 30px 0 0 30px;
}
.section-hero2 .phone-carousel .owl-theme .owl-nav button:hover{
    background: #281483;
}
.section-hero2 .phone-carousel .owl-theme .owl-nav button:focus, .phone-carousel .owl-theme .owl-nav button:active{
    outline: none;
    background: #281483;
    color: #fff;
    border: none;
}
.section-hero2 .phone-carousel .owl-theme .owl-dots {
    position: absolute;
    top: 48%;
    left: 0;
    margin: 0!important
}

.section-hero2 .phone-carousel .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid transparent;
    margin: 0 4px 7px 4px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.section-hero2 .phone-carousel .owl-theme .owl-dots .owl-dot.active {
    background-color: transparent;
    border-color: #fff;
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35)
}
.section-hero2 .phone-carousel .owl-theme .owl-dots .owl-dot span {
    display: none
}
.section-hero2 .slider-indicator{
    padding: 0 20px;
    text-align: center;
    position: relative;
    display: block;
    z-index: 10;
    margin-top: 5px;
}
.section-hero2 .slider-indicator ul li {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: linear .1s;
	transition: linear .1s;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
}
.section-hero2 .slider-indicator ul li:focus,.slider-indicator ul li:hover{
    color:#281483;
}
.section-hero2 .indicator-color ul li{
    background: #f9f9f9;
    color: #281483;
    border-radius: 2px;
}
.section-hero2 .indicator-color ul li:hover{
    color: #fff;
    background: #281483;
}
.section-hero2 .phone-carousel .phone .header-slider:before{
    background: rgba(0, 0, 0, 0) url(../img/mockup_top.html) no-repeat scroll center center / cover;
    border-radius: 0 0 50px 50px;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 50%;
    z-index: 9;
}
/* Mobile slider css */
.mobile-slider-area{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 9;
    margin-top: 50px;
}
.mobile-slider-area img {
    margin: 0 auto;
}

.mobile-slider-area .img-responsive {
   z-index:99999;
}
.mobile-slider {
    border-radius: 26px;
    overflow: hidden;
    position: absolute;
    left: 20%;
    top: 13px;
    width: 60%;
	z-index:111;
}
.mobile-slider::before {
	background-image: url('img/mockup_top.png');
	border-radius: 0 0 50px 50px;
	content: "";
	height: 18px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 9;
	/* left: -20px; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mobile-slider.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}
.section-shape{
    bottom: -8px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.section-shape img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.hero-slider-section .section-shape{
    z-index: 0;
}
/*weave css*/
.river-wave-area {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.river-wave {
    background: url('img/wave.svg') repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: river-wave 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.river-wave:nth-of-type(2) {
    top: -56px;
    animation: river-wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
@keyframes river-wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-45px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}
/*=============================
	/End Hero Section 2 CSS 
===============================*/

/*=============================
	Start Hero Section 3 CSS 
===============================*/
.section-hero3{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
	background-image:url('img/slider/hero-section-bg-4.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding:100px 0px;
}
.section-hero3:after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	background-image:url('img/white-bottom.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:247px;
	width:100%;
}
.section-hero3.overlay:before{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	opacity:0.9;
}
.section-hero3 .hero-content {
	position: relative;
	vertical-align: middle;
	margin-top: 172px;
	display: block;
}
.section-hero3 .hero-content h1 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
}
.section-hero3 .hero-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	padding: 20px 0;
	color: #fff;
}

.section-hero3 .slider-action-btn{
    display: block;
    margin-bottom: 20px;
}
.section-hero3 .slider-action-btn a.softo-solid-btn {
	background: #fff;
	color: #333;
	border: 1px solid #fff;
	text-transform: capitalize;
	margin-right: 15px;
	padding: 10px 24px;
	font-weight:600;
}
.section-hero3 .slider-action-btn a.softo-solid-btn i {
	margin-right: 3px;
	font-size: 19px;
	transform: translateY(1px);
}
.section-hero3 .slider-action-btn a.softo-solid-btn:hover{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.section-hero3 .slider-action-btn a.btn-icon{
    font-size: 30px;
    color: #fff;
}
.section-hero3 .slider-action-btn a.btn-icon:hover{
    opacity: 0.8;
}
/*white indicator*/
.white-indicator .owl-nav{
    position: absolute;
    margin-top: 0;
    left: 0;
}
.white-indicator .owl-nav button{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease-in;
}
.white-indicator.owl-theme .owl-nav [class*=owl-]{
    background: rgba(134, 151, 145, 0.22);
    color: #fff;
    margin: 2px;
}
.white-indicator.owl-theme .owl-nav [class*=owl-]:hover{
    background: rgba(249, 249, 249, 0.21);
    color: #281483;
}
.white-indicator .owl-nav button span{
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.white-indicator .owl-nav button:focus{
    outline: none;
}
/*=============================
	/End  Hero Section 3 CSS 
===============================*/

/*=============================
	Start Hero Section 4 CSS 
===============================*/
.section-hero4{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
	background-image:url('img/slider/hero-section-bg-4.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.section-hero4.section{
	padding:100px 0px 80px 0px;
}
.section-hero4::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	background-image: url('img/shape3.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 296px;
	width: 100%;
	z-index: -1;
}
.section-hero4.overlay:before{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	opacity:0.9;
	z-index:-3;
}
.section-hero4 .hero-c-head{
	margin-top:100px;
}
.section-hero4 .hero-content h1 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
}
.section-hero4 .hero-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	padding: 20px 0;
	color: #fff;
}
.section-hero4 .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	display: inline-block;
	display: inherit;
}
.section-hero4 .input-group input {
	height: 50px;
	width: 100%;
	border: none;
	background: #fff;
	color: #333;
	display: inline-block;
	padding: 0px 175px 0px 20px;
	border-radius:0px;
}
.section-hero4 .input-group button {
	display: inline-block;
	height: 50px;
	width: 156px;
	background: #333;
	color: #fff;
	font-weight: 600;
	position: absolute;
	right: 0;
	z-index: 9;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	border-radius:0px;
}
.section-hero4 .input-group button:hover{
	background:#111;
}
/*=============================
	/End Hero Section 4 CSS 
===============================*/

/*=============================
	Start Promo CSS
===============================*/
.promo{
	background:#fff;
}
.promo .single-promo {
	box-shadow: 0px 0px 10px #00000012;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.promo .single-promo:hover {
	box-shadow: 0px 10px 30px #00000012;
	transform: translateY(-10px);
}
.promo .single-promo .promo-content{
	padding:45px;
}
.promo .single-promo .promo-content i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}
.promo .single-promo .promo-content .icon-one i{
	background:#E166A5;
}
.promo .single-promo .promo-content .icon-two i{
	background:#B162C1;
}
.promo .single-promo .promo-content .icon-three i{
	background:#745CE5;
}
.promo .single-promo .promo-content h4{
	margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
}
/*=============================
	/ End Promo CSS
===============================*/

/*=============================
	Start Features CSS
===============================*/
.features{
	background:#f9f9f9;
}
.features .single-feature{
    align-items: flex-start!important;
    display: flex!important;
    padding: 1.5em 1em;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.features  .feature-icon{
    margin-right: 20px;
    transition: all 0.3s ease-in;
}
.features  .icon-shape {
    text-align: center;
    border-radius: .25rem;
    align-items: center;
    justify-content: center;
}
.features .icon {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12);
	color: inherit;
	transition: all 0.3s ease-in;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border-radius: 0;
	color: #fff;
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
	font-size: 18px;
}
.features  .feature-content h5{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
.features  .single-feature:hover .icon{
    border-radius: 50%;
}
/*=============================
	/ End Freature CSS
===============================*/

/*=============================
	Start Watch Video CSS
===============================*/
.watch-video{
	padding: 0;
	background:#fff;
	overflow:hidden;
	position:relative;
}
.watch-video .no-margin{
	margin:0;
	padding:0;
}
.watch-video .video-main {
	position: absolute;
	width: 49%;
	height: 100%;
	background-image: url('img/video-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	text-align: center;
	left: 0;
}
.watch-video .video-main:before{
	opacity:0.7;
	visibility:visible;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
}
.watch-video .video-play a {
	top: 50%;
	left: 50%;
	margin-left: -28px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	background: #fff;
	color: #755ce4;
	font-size: 20px;
	position: absolute;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 3px;
	font-size: 15px;
}
.watch-video .video-play a:hover{
	background:#755ce4;
	color:#fff;
}
.watch-video .video-main .waves-block .waves {
	position: absolute;
	width: 303px;
	height: 300px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -150px;
}
.watch-video .video-main .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.watch-video .video-main .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.watch-video .video-main .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.watch-video .content{
	padding:80px 0px 80px 80px;
}
.watch-video .content .heading-block{
	margin-bottom: 20px;
}
.watch-video .content .heading-block h3 {
	font-weight: 300;
	font-size: 29px;
	color: #5b5b5b;
	margin-bottom: 15px;
}
.watch-video .content .heading-block p{}
.watch-video .content .content-block{
	margin-bottom: 20px;
}
.watch-video .content .content-block:last-child{
	margin-bottom:0px;
}
.watch-video .content .content-block h5{
	margin-bottom: 10px;
}
.watch-video .content .content-block p{}

/*=============================
	/End Watch Video CSS
===============================*/

/*=============================
	Start Screenshot CSS
===============================*/
.screenshot-area {
    background:#f9f9f9;
}
.screen-wrap {
    position: relative
}
.screen-wrap .single-slide{
	margin-left:54px;
}
.screenshot-frame {
	background-image: url(img/app-frame.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 290px;
	height: 590px;
	position: absolute;
	top: -18px;
	z-index: 9;
	right: 50%;
	margin-right: -145px;
}
.screen-carousel.owl-carousel img {
    max-width: 255px
}
.screen-carousel.owl-carousel .owl-nav {
	text-align: center;
	position: relative;
	display: block;
	margin-top: 61px;
}
.screen-carousel.owl-carousel .owl-nav button {
   height:40px;
   width:40px;
   line-height:40px;
   text-align:center;
   border-radius:100%;
   background:linear-gradient(45deg,#F1689C,#6E5BE8);
   color: #fff;
   display:inline-block;
   -webkit-transition:all 0.4s ease;
   -moz-transition:all 0.4s ease;
   transition:all 0.4s ease;
}
.screen-carousel.owl-carousel .owl-nav .owl-prev {
    margin-right:5px;
}
.screen-carousel.owl-carousel .owl-item.active:first-child img {
    border-radius: 30px
}
/*=============================
	/End Screenshot CSS
===============================*/

/*=============================
	Start Overview CSS
===============================*/
.overview-section{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
	background-image:url('img/slider/hero-section-bg-4.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding:100px 0px;
}
.overview-section.overlay:before{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	opacity:0.9;
}
.overview-section .section-title h2{
	color:#fff;
}
.overview-section .section-title h2:after{
	background:#fff;
}
.overview-section .section-title p{
	color:#fff;
}
.tab-content-wrap{
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    right:0;
    z-index: 9;
}
.overview-center-tab, .overview-heading{
    position: relative;
    display: block;
    width: 100%;
    z-index: 8;
}
.tab-content-wrap .overview-mac-image{
    z-index: 99;
    max-width: none;
}
.tab-right-side .tab-content .tab-pane img{
    position: absolute;
    left: 145px;
    top: 47px;
    width: 913px;
    z-index: 99;
    max-width: none;
}
.tab-right-side .tab-content img{
    position: absolute;
    top: 0;
}
.tabs-left{
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
}
.tabs-left > .nav-tabs > li{
    float: none;
    margin-bottom: 15px;
}

.tabs-left > .nav-tabs > li > a{
    margin-right: 0;
    border-radius: 0px;
    padding: 20px;
    border: none;
}

.tabs-left > .nav-tabs, .nav-center > .nav-tabs {
    border-bottom: none;
}

.tabs-left .nav-tabs>li.active, .nav-center .nav-tabs>li.active{
    background: rgba(0,0,0,0.12) !important;
    border: none;
    border-radius: 0px;
    color: #fff;
}
.tabs-left > .nav-tabs > li > a i{
    float: left;
    margin-right: 15px;
    color: #fff;
    position: absolute;
    top: calc(50% - 20px);
    font-size: 35px;
}
.tabs-left .nav-tabs>li.active>a, .tabs-left .nav-tabs>li>a:focus, .tabs-left .nav-tabs>li>a:hover, .nav-center .nav-tabs>li.active>a, .nav-center .nav-tabs>li>a:focus, .nav-center .nav-tabs>li>a:hover{
    background: transparent !important;
    border: none;
    border-radius:0px;
}
.nav-center .nav-tabs > li > a i{
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.nav-center .nav-tabs>li.active>a, .nav-center .nav-tabs>li.active>a:focus, .nav-center .nav-tabs>li.active>a:hover{
    color: #fff;
}
.nav-center > .nav-tabs > li > a{
    margin-right: 0;
    border-radius: 0px;
    border: none;
    padding: 12px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-tabs-list-item{
    margin-left: 55px;
    display: list-item;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
}
.nav-tabs-list-item h6{
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
/*overview feature list*/
.overview-feature-content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    display: block;
    color: #fff;
}
.overview-feature-content h6 {
	color: #fff;
	font-size: 20px;
}
.overview-feature-content p {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.overview-list{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.overview-list li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.overview-list li i{
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
}

.overview-feature-content-image{
    margin: 30px 0;
}
/*software quick overview two*/
.nav-center {
    text-align: center;
    margin-bottom: 30px;
}
.nav-center .nav-tabs{
    border-bottom: none;
}
.nav-center ul.nav {
    display: inline-block;
}
.nav-center ul.nav li {
    display: inline-block;
}
.tab-content-wrap-two{
    position: relative;
    display: block;
}
.tab-content-wrap-two .tab-content{
    left: 145px;
    top: 47px;
    width: 913px;
    z-index: 99;
}
.tab-content-wrap-two .tab-content img{
    position: absolute;
    top: 0;
}
/*=============================
	/End Overview CSS
===============================*/

/*=============================
	Start Testimonials CSS
===============================*/
.testimonials{
	background:#fff;
	position:relative;
}
.testimonials .single-testimonial {
	text-align: left;
	position: relative;
	background: #fff;
	padding: 45px 30px;
	margin: 5px;
	margin-bottom: 27px;
	border-radius:0px;
	box-shadow: 0px 0px 5px #0000001a;
	margin-top: 10px;
}
.testimonials .single-testimonial i {
	position: absolute;
	font-size: 40px;
	right: 15px;
	bottom: 15px;
	color: #3333331c;
	opacity: 0.4;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.testimonials .single-testimonial:hover i{
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity:1;
}
.testimonials .single-testimonial img {
	position: absolute;
	left: 30px;
	bottom:-26px;
	display:block;
	height: 53px;
	width: 53px;
	border-radius: 100%;
}
.testimonials .single-testimonial p{
	color:#868686;
	font-size:14px;
}
.testimonials .single-testimonial .name{
	margin-top:22px;
	color:#333;
	font-weight:600;
	text-transform:capitalize;
	font-size:16px;
}
.testimonials .single-testimonial .name span{
	display:block;
	font-size:14px;
	color:#755ce4;
	font-weight:400;
	margin-top:5px;
	text-transform:capitalize;
}
.testimonials .owl-dots {
	z-index: 333;
	left: 50%;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.testimonials .owl-dots button{
	width: 10px;
    height:10px;
    background: #333;
    border-radius:100%;
    margin-right: 10px;
	border:1px solid transparent;
}
.testimonials .owl-dots button.active{
	background:transparent;
	border-color:#333;
}
.testimonials .owl-dots button span{
}
/*=============================
	/End Testimonials CSS
===============================*/

/*=============================
	Start Team CSS
===============================*/
.team{
	background:#f9f9f9;
}
.team .single-team {
	margin-top: 30px;
	box-shadow: 0px 0px 10px #00000024;
}
.team .team-head{
	position:relative;
}
.team .team-head:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5);
	opacity:0;
	visibility:hidden;
	content:"";
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team .single-team:hover .team-head:before{
	opacity:1;
	visibility:visible;
}
.team .team-head img{
	width:100%;
}
.team .team-hover{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	padding: 65px 15px;
	text-align:center;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	transform:scale(0);
}
.team .single-team:hover .team-hover{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.team .team-hover p{
	color:#fff;
}
.team .team-hover .social {
	margin-top: 50px;
	vertical-align: center;
	background: #fff;
	padding: 20px 0px;
}
.team .team-hover .social li{
	display:inline-block;
	margin-right:5px;
}
.team .team-hover .social li a{
	color:#503723;
	background:#fff;
	width:35px;
	height:35px;
	border-radius:0px;
	line-height:35px;
	display:block;
}
.team .team-hover .social li a:hover{
	color:#fff;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
}
.team .t-name {
	text-align: center;
	background: #fff;
	padding: 26px 10px;
	text-transform:capitalize;
}
.team .t-name h4{
	font-size:19px;
}
.team .t-name h4 span{
	display:block;
	font-weight:400;
	margin-top:10px;
	color:#888888;
	font-size:14px;
}
/*=============================
	/End Team CSS
===============================*/

/*=============================
	Start Download CSS
===============================*/
.download-section{
    position: relative;
    z-index: 1;
	background-image:url('img/download-bg.jpg');
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	text-align:center;
}
.download-section.overlay:before{
	opacity:0.9;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
}
.download-app-text h3 {
	color: #fff;
	font-size: 33px;
	margin-bottom: 20px;
}
.download-app-text p{
	color:#fff;
}
.download-app-button {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 40px;
	transition: all 0.3s ease-in;
	display: inline-block;
}
.download-btn span {
	font-size: 30px;
	line-height: 41px;
	margin-right: 10px;
	color: #fff;
}
.download-btn:hover span{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.download-btn {
	border: 1px solid #fff;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: center;
	float: left;
	padding: 5px 20px;
	border-radius: 4px;
	margin-bottom: 10px;
	text-align: left;
}
.download-btn:hover{
	background-color:#fff;
}
.download-btn p small{
    font-size: 12px;
    line-height: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.download-btn p{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.download-btn:hover p{
	color:#333;
}
/*=============================
	/End Download CSS
===============================*/

/*=============================
	Start Counter CSS
===============================*/
.product-counter-section{
	background:#fff;
	padding:50px 0px;
}
.counter-content-wrap i{
    float: left;
    margin-right: 15px;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    align-items: center;
    top: 8px;
    background:linear-gradient(45deg,#F1689C,#6E5BE8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-counter-section .counter-title {
	font-size: 22px;
	line-height: 1.2em;
	color: #333;
	margin-bottom: 0;
}
.product-counter-section .counter-list {
    font-size: 1.143rem;
}
.product-counter-section .counter-list li {
    text-align: center;
    margin: 0 40px;
}
.product-counter-section .counter-list .count {
	font-size: 22px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.product-counter-section .counter-list .title {
    display: block;
    font-size: 16px;
}
.product-counter-section .counter-list li:nth-child(3n+1) .count {
    color: #E166A5;
}
.product-counter-section .counter-list li:nth-child(3n+2) .count {
    color: #B162C1;
}
.product-counter-section .counter-list li:nth-child(3n+3) .count {
    color: #745CE5;
}
/*=============================
	/End Counter CSS
===============================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
	background: #F9F9F9;
	position: relative;
}
.pricing-table .single-table {
	background:#fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 9;
	border-radius: 0px;
	box-shadow: 0 0px 1px #ddd;
	padding: 30px 20px;
	padding: 50px 50px;
	z-index:5;
	box-shadow: 0px 10px 30px #00000012;
}
.pricing-table .single-table:hover{
	box-shadow: 0px 0px 10px #00000012;
}
.pricing-table .single-table.active {
	
}
.pricing-table .table-head {
	text-align: center;
	border-bottom:1px solid #ddd;
	border-radius:100%;
	padding-bottom:25px;
}
/* Popular */
.pricing-table .single-table .popular {
	position: absolute;
	right: -50px;
	top: 35px;
	padding: 3px 50px;
	color: #fff;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	font-size: 13px;
	font-weight: 400;
	transform: rotate(45deg);
	z-index: 9;
	border-radius: 0;
}
/* Table Head */
.pricing-table .single-table .table-head {
	text-align: center;
	margin-bottom: 20px;
}
.pricing-table .single-table .title {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #333;
	font-size: 20px;
	border-radius: 50px;
}
.pricing-table .single-table .price {
	position: relative;
	line-height: 40px;
}
.pricing-table .single-table .amount {
	font-size: 35px;
	font-weight: 400;
	color: #755ce4;
	margin-bottom: 15px;
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
}
.pricing-table .single-table .duration {
	margin-top: -12px;
}
/* Table List */
.pricing-table .single-table .table-list {
	text-align: center;
	z-index: 9;
	text-align: center;
	padding: 20px 0;
}
.pricing-table .table-list li {
	text-transform: capitalize;
	color: #666;
	padding: 10px 0px;
}
.pricing-table .table-list li:last-child{
	border:none;
}

/* Table Bottom */
.pricing-table .button {
	text-align: center;
	margin-top: 10px;
}
.pricing-table .single-table .button .btn{
	background:#755ce4;
}
.pricing-table .single-table .button .btn:hover{
	color:#fff;
	background:#333;
}
/*=============================
	/ End Pricing Table CSS
===============================*/

/*=============================
	Start FAQ CSS
===============================*/
.faq-area{
	background:#fff;
	overflow:hidden;
	position:relative;
}
.faq-area .section-title{
	text-align:left;
	margin-bottom:47px;
}
.faq-area img{
	height:100%;
	width:100%;
}
.faq-area .section-title h2:after{
	left:0;
	margin-left:0px;
}
/* Faq Area */
.faq-area .panel-group{
	margin: 0;
	text-align:left;
}
.faq-area .panel {
	background:#F5F5F5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius:0px;
}
.faq-area .panel-heading{
	background:none;
}
.faq-area .faq-title{
	
}
.faq-area .faq-title a {
	font-size: 15px;
	position: relative;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: 600;
	padding: 20px;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	border-radius: 0px;
}
.faq-area .faq-title a::before {
	content:"\f068";
	font-family: "Font Awesome 5 Free";
	top: 50%;
	margin-top: -15px;
	right: 10px;
	position: absolute;
	background: transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 14px;
}
.faq-area .panel .faq-title a {
	text-decoration: none;
	border-color:transparent;
}
.faq-area .panel .faq-title a.collapsed {
	color: #333;
	background:transparent;
	text-decoration: none;
	border-color: transparent;
}
.faq-area .faq-title a.collapsed::before {
	content:"\f067";
	font-family: "Font Awesome 5 Free";
	color: #666;
	background:transparent;
	transition:all 0.4s ease;
	font-size: 14px;
}
.faq-area .faq-body {
	padding:20px;
	color: #666;
	box-shadow: none;
	text-shadow: none;
	background:transparent;
	font-weight: 400;
	border-radius:0px;
	background:#fff;
}
.faq-area .panel-default {
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin: 0 0 15px;
}
.faq-area .panel-default:last-child{
	margin:0;
}
/*=============================
	/ End FAQ Area CSS
===============================*/

/*=============================
	Blog CSS CSS
===============================*/
.blog{
	background:#f9f9f9;
}
.blog .single-news {
	background: #fff;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000024;
	margin: 10px 0px;
}
.blog .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news:hover .news-head img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px 25px 30px 25px;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 25px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
}
.blog .single-news .news-body h2 a:hover{
	color:#755ce4;
}
.blog .single-news .news-content p{
	font-weight:400;
}
.blog .single-news .news-body .date {
	color: #fff;
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 0px;
	text-align: center;
	position: absolute;
	top: -67px;
	left: 12px;
	line-height: 20px;
	font-size: 13px;
}
.blog .single-news .date span {
	display: block;
	font-size: 18px;
}
.blog .single-news .news-body .btn {
	font-weight: 400;
	margin-top: 15px;
	color: #755ce4;
	padding: 0;
}
.blog .single-news .news-body .btn i {
	margin-left: 5px;
	display: inline;
	font-size: 11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog .single-news .news-body .btn:hover i{
	margin-left:10px;
}
.blog .single-news .news-body .btn:hover{
	color:#2c2d3f;
}
.blog .owl-dots {
	z-index: 333;
	left: 50%;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.blog .owl-dots button{
	width: 10px;
    height:10px;
    background: #333;
    border-radius:100%;
    margin-right: 10px;
	border:1px solid transparent;
}
.blog .owl-dots button.active{
	background:transparent;
	border-color:#333;
}
.blog .owl-dots button span{
}
/* Blog Grid */
.blog-grid {}
.blog-grid .single-news{
	margin-bottom:30px;
}
/* Pagination CSS */
.pagination {
	text-align: left;
	margin: 40px 0 0 0;
	display: block;
}
.pagination.full-width {
	text-align: center;
}
.pagination.full-width{
	text-align: left;
}
.pagination .pagination-list li {
	margin-right: 5px;
	display: inline-block;
}
.pagination .pagination-list li:last-child{
	margin-right:0px;
}
.pagination .pagination-list li a {
	background:#f4f7fc;
	color: #333;
	height:45px;
	width:45px;
	line-height:45px;
	display:block;
	font-weight: 400;
	font-size: 16px;
	text-align:center;
	border-radius: 100%;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a{
	background: #755ce4;
	color: #fff;
}
.pagination .pagination-list li a i{
	font-size:13px;
}
.pagination .pagination-list li a i{}
.blog-grids.pagination{
	margin-top:50px;
	text-align:center;
}
/* Blog Sidebar */
.blog-sidebar {
	background: #fff;
	margin-top: 30px;
}
.blog-sidebar .single-widget {
	margin-bottom: 40px;
	padding:30px;
	box-shadow: 0px 0px 8px #0000001c;
}
.blog-sidebar .single-widget .title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
}
.blog-sidebar .single-widget:last-child{
	margin:0;
}
.blog-sidebar .search{
	position:relative;
}
.blog-sidebar .search input {
	width: 100%;
	height: 50px;
	box-shadow: none;
	text-shadow: none;
	font-size:13px;
	border: none;
	text-transform:uppercase;
	color: #222;
	background:#f4f7fc;
	padding: 0 70px 0 20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog-sidebar .search .button {
	position: absolute;
	right: 30px;
	top: 30px;
	height: 50px;
	width: 50px;
	line-height:50px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background:#755ce4;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog-sidebar .search .button:hover {
	background:#333;
	color:#fff;
}
/* Category List */
.blog-sidebar .categor-list {
	margin-top: 15px;
}
.blog-sidebar .categor-list li{
	
}
.blog-sidebar .categor-list li {
	margin-bottom: 15px;
}
.blog-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.blog-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
}
.blog-sidebar .categor-list li a:hover{
	color:#755ce4;
}
/* Recent Post */
.blog-sidebar .recent-post{}
.blog-sidebar .single-post {
	position: relative;
	padding: 28px 0px 34px 0;
	border-bottom: 1px solid #ddd;
}
.blog-sidebar .single-post.first{
	padding-top:0px;
}
.blog-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.blog-sidebar .single-post .image {
	
}
.blog-sidebar .single-post .image img{
	height: 80px;
	width: 80px;
	position:absolute;
	left:0;
	top:0;
}
.blog-sidebar .single-post .content{
	padding-left:100px;
}
.blog-sidebar .single-post .content h5 {
	line-height: 18px;
}
.blog-sidebar .single-post .content p{
	display: block;
	color: #7a7a7a;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-size: 13px;
}
.blog-sidebar .single-post .content p span{
	display:inline-block;
	color:#333;
	margin-left:10px;
}
.blog-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
}
.blog-sidebar .single-post .content h5 a:hover{
	color:#755ce4;
}
/* Blog Tags */
.blog-sidebar .side-tags{}
.blog-sidebar .side-tags .tag{
	margin-top:40px;
}
.blog-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 26px;
}
.blog-sidebar .side-tags .tag li a {
	background: #fff;
	color: #888;
	padding: 10px 12px;
	border:1px solid #e5e5e5;
	text-transform:capitalize;
}
.blog-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#755ce4;
	border-color:transparent;
}
/* Blog Single CSS */
.blog-single{
	background:#fff;
	padding:70px 0 100px;
}
.blog-single .blog-single-main{
	margin-top:30px;
}
.blog-single .blog-detail {
	background: #fff;
}
.blog-single .image{
	position:relative;
}
.blog-single .image img{
	width:100%;
	height:100%;
}
.blog-single .blog-title {
	font-size: 28px;
	font-weight: 700;
	margin: 20px 0 10px;
	text-transform: capitalize;
	margin: 20px 0 30px 0;
}
.blog-single .blog-meta {
	margin-bottom: 0;
	overflow: hidden;
	margin-top: 40px;
}
.blog-single .blog-meta .author i {
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
	font-size: 13px;
}
.blog-single .blog-meta .author  a{
	margin-right:10px;
}
.blog-single .blog-meta .author  a:last-child{
	margin:0;
}
.blog-single .blog-meta span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.blog-single .blog-meta span a i {
	margin-right: 10px;
	color: #755ce4;
}
.blog-single .blog-meta span a:hover{
	color:#755ce4;
}
.blog-single .content p {
	margin-bottom: 25px;
	line-height: 26px;
}
.blog-single .content p:last-child{
	margin:0;
}
.blog-single blockquote {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	padding: 10px 20px;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
	padding: 30px 40px 30px 70px;
	color: #fff;
	border: none;
	margin-bottom: 25px;
}
.blog-single blockquote i {
	font-size: 30px;
	color: #ffffff78;
	position: absolute;
	left: 20px;
	top: 20px;
}
.blog-single .content .img-post{
	margin-bottom: 25px;
}
.blog-single .content .img-post .inner-image img{
	height:100%;
	width:100%;
}
.blog-single .content .img-post .img-text p i{
	display:block;
	font-weight:600;
	margin-bottom:30px;
}
.blog-single .share-social .content-tags{
	position:relative;
}
.blog-single .share-social .content-tags h4 {
	position: absolute;
	left: 0;
	top:7px;
	font-size: 15px;
}
.blog-single .share-social .content-tags .tag-inner{
	padding-left:60px;
}
.blog-single .share-social .content-tags .tag-inner li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.blog-single .share-social .content-tags .tag-inner li:last-child{
	margin-right: 0px;
	margin-bottom: 0px;
}
.blog-single .share-social .content-tags .tag-inner li a {
	border-radius: 3px;
	padding: 5px 15px;
	background:#f4f7fc;
	font-size: 13px;
}
.blog-single .share-social .content-tags .tag-inner li a:hover{
	color:#fff;
	background:#755ce4;
}
.blog-single .share-social .share-inner ul{
	float:right;
}
.blog-single .share-social .share-inner ul li{
	display:inline-block;
	margin-right:5px;
}
.blog-single .share-social .share-inner ul li:last-child{
	margin-right:0px;
}
.blog-single .share-social .share-inner ul li a {
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 3px;
	display: block;
	text-align: center;
}
.blog-single .share-social .share-inner ul li .facebook{
	background:#3b5998;
}
.blog-single .share-social .share-inner ul li .twitter{
	background:#55acee;
}
.blog-single .share-social .share-inner ul li .linkedin{
	background:#0077b5;
}
.blog-single .share-social .share-inner ul li .google-plus{
	background:#dd4b39;
}
.blog-single .share-social .share-inner ul li .pinterest{
	background:#bd081c;
}
.blog-single .share-social .share-inner ul li a:hover{
	color:#fff;
}
/* Comments */
.blog-single .comments .comment-title {
	position: relative;
	text-align: left;
	font-size: 18px;
	color: #2C2D3F;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	margin-top: 35px;
	font-weight: 600;
}
.blog-single .comments{
	
}
.blog-single .comments .single-comment {
	position: relative;
	
	padding: 35px 0px;
}
.blog-single .comments .single-comment.left{
	margin-left:110px;
}
.blog-single .comments .single-comment img {
	height: 80px;
	width: 80px;
	border-radius: 0;
	position: absolute;
	left: 0;
}
.blog-single .single-comment .content {
	padding-left: 105px;
}
.blog-single .single-comment .content h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	display:block;
	margin-bottom: 18px;
	text-transform:uppercase;
}
.blog-single .single-comment .content h4 span {
	display: inline-block;
	font-size: 13px;
	color: #8D8D8D;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
}
.blog-single .single-comment .content p {
	color: #666;
	font-weight: 400;
}
.blog-single .single-comment .content a {
	display: inline-block;
	color: #666;
	font-weight: 400;
	float: right;
	background: #33333312;
	color: #755ce4;
	padding: 5px 12px;
	border-radius: 3px;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: -42px;
}
.blog-single .single-comment .content a:hover{
	background:#755ce4;
	color:#fff;
}
/* Comment Form */
.blog-single .reply .reply-title {
	position: relative;
	text-align: left;
	font-size: 20px;
	color: #2C2D3F;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	margin-top: 35px;
	font-weight: 600;
}
.blog-single .reply .form-group{
	margin-bottom:25px;
}
.blog-single .reply .form-group input {
	box-shadow: none;
	text-shadow: none;
	font-size: 15px;
	width: 100%;
	padding: 0 20px;
	text-transform: capitalize;
	height: 45px;
	background: transparent;
	box-shadow: none;
	border: none;
	color: #2C2D3F;
	border-radius:0px;
	border:1px solid #dbdee5;
}
.blog-single .reply .form-group textarea {
	box-shadow: none;
	text-shadow: none;
	border: none;
	font-size: 15px;
	padding-left: 16px;
	padding-top: 18px;
	height: 150px;
	color: #2C2D3F;
	background: transparent;
	text-transform: capitalize;
	width: 100%;
	border-radius:0px;
	border:1px solid #dbdee5;
}
.blog-single .reply .button {
	text-align: left;
	margin-bottom:0px;
}
/*=============================
	/End End Blog CSS 
===============================*/

/*=============================
	Start Contact Us CSS
===============================*/
.contact-us{
	background:#fff;
}
.contact-us .section-title{
	text-align:left;
}
.contact-us .section-title h2 {
	font-size: 30px;
}
.contact-us .section-title h2:after{
	left:0;
	margin-left:0px;
}
.footer-address{
    margin-bottom: 20px;
}
.footer-address h6 {
	color: #333;
	margin-bottom: 10px;
	font-size: 15px;
}
.footer-address p{
    margin-bottom: 15px;
}
.footer-address ul{
	
}
.footer-address ul li{
	margin-bottom:3px;
}
.footer-address ul li:last-child{
	margin-bottom:0px;
}
.footer-address ul li a:hover{
	color:#755ce4;
}
.footer-address ul li i{
    margin-right: 5px;
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact-us-form h6 {
	font-size: 22px;
	margin-bottom: 30px;
}
.contact-us-form .form-group .form-control{
	border:none;
	border:1px solid #ddd;
	width:100%;
    background: transparent;
	height:50px;
	box-shadow:none;
	text-shadow:none;
	border-radius:0px;
}
.contact-us-form .form-group .form-control.text-area{
	height:150px;
}
.contact-us-form .form-group .form-control:focus{
    border-color: #755ce4;
}
/* Mail Success */
.mail-success .mail-inner {
	text-align: center;
	background: #fff;
	padding: 70px 30px;
	box-shadow: 0px 0px 10px #00000021;
}
.mail-success .mail-inner p{
	font-size:15px;
	color:#333;
}
.mail-success .mail-inner h2 {
	font-size: 40px;
	margin: 10px 0 20px;
	font-weight:700;
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mail-success .mail-inner .btn {
	background: #755ce4;
	color: #fff;
	border-radius:30px;
}
.mail-success .mail-inner .btn i{
	margin-right:5px;
}
/*=============================
	/End Contact Us CSS
===============================*/

/*=======================
   Start Newslatter CSS
=========================*/
.newslatter{
	background-image:url('img/download-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.newslatter.overlay:before{
	opacity:0.9;
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
}
.newslatter .inner{
	padding: 100px 0;
}
.newslatter .content{
	text-align:center;
}
.newslatter .content h2{
	color:#fff;
	font-weight:700;
	text-transform:capitalize;
}
.newslatter .content p {
	color: #fff;
	margin: 20px 0 30px 0;
}
.newslatter .mail{
	position:relative;
}
.newslatter .mail .mail-input {
	height: 50px;
	line-height: 50px;
	width: 73%;
	padding: 0 157px 0 25px;
	background: transparent;
	border: none;
	box-shadow: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	width: 100%;
	border-radius: 5px;
	border: none;
	background: #fff;
	color: #333;
}
.newslatter .mail .button{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.newslatter .mail .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 135px;
	color: #fff;
	background: linear-gradient(45deg,#F1689C,#6E5BE8);
	border: none;
	box-shadow: none;
	text-shadow: none;
	display: block;
	font-weight: 500;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	background: #fff;
	color: #333;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #3333332b;
}
.newslatter .mail .button:hover{
	background:#f0f0f0;
}
.newslatter .mail .button a{
	color:#fff;
}
.newslatter .mail .button a i{}

/*=======================
   / End Newslatter CSS
=========================*/

/*=============================
	Clients CSS 
===============================*/
.clients {
	background:#fff;
	padding:30px 0px;
}
.clients .single-clients{
	padding:30px;
}
.clients .single-clients img{
	opacity:0.9;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	cursor:pointer;
}
.clients .single-clients:hover img{
	opacity:1;
}
/*=============================
	End Clients CSS
===============================*/

/*=============================
	Start 404 Error CSS
===============================*/
.error-page {
	background-image: url('img/slider/download-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:relative;
}
.error-page.overlay::before {
	opacity: 0.9;
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
}
.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
}
.error-page .error-inner h2 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 800;
	font-size: 100px;
	display: inline-block;
	font-size: 165px;
}
.error-page .error-inner h5 {
	display: block;
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
}
.error-page .error-inner p {
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	padding: 0 30px;
}
.error-page .button {
	margin-top: 30px;
}
.error-page .button .btn{
	margin-right:15px;
	border-radius:30px;
	background:#fff;
	color:#755ce4;
	font-weight:600;
}
.error-page .button .btn:hover{
	color:#EC679F;
}
/*=============================
	/End 404 Error CSS
===============================*/

/*=============================
	Start Footer CSS
===============================*/
.footer{
	background:linear-gradient(45deg,#F1689C,#6E5BE8);
}
.footer .footer-top{
	padding:70px 0 0 0;
}
.footer .single-footer {
	margin-top: 30px;
}
.footer .single-footer h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.footer .f-about {
	padding-right: 160px;
}
.footer .f-about .logo{
	margin-bottom:23px;
}
.footer .f-about .text {
	color: #fff;
	margin-bottom: 9px;
	line-height: 24px;
}
/* Footer Link */
.footer .f-link ul li {
	margin-bottom: 10px;
}
.footer .f-link ul li:last-child{
	margin-bottom:0px;
}
.footer .f-link ul li a {
	display: inline-block;
	color: #fff;
}
.footer .f-link ul li a:hover{
	color:#fff;
}
.footer .f-link ul li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .f-link ul li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Copyright */
.footer .copyright {
	background: transparent;
	border-top:1px solid #ddd;
	text-align:left;
	overflow:hidden;
	border-top:1px solid #fff3;
	margin-top:70px;
}
.footer .copyright-inner{
	padding: 20px 0;
}
.footer .copyright-content p {
	color: #fff;
	padding-top: 6px;
}
.footer .copyright-content p a{
	font-weight:500;
	color:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .copyright-content p a:hover{
	color:#fff;
}
/* Social */
.footer .copyright-content .social{
	float:right;
}
.footer .copyright-content .social li{
	display:inline-block;
	margin-right:0px;
}
.footer .copyright-content .social li:last-child{
	margin-right:0px;
}
.footer .copyright-content .social li a {
	color: #ffffff94;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	display: block;
	font-size: 16px;
	background:transparent;
}
.footer .copyright-content .social li a:hover{
	color:#fff;
}
/*=============================
	/ End Footer CSS
===============================*/