/*
Theme Name: Saasweb
Theme URI: http://d.commonsupport.com/saasweb/
Author: template_path
Author URI: https://themeforest.net/user/template_path/portfolio
Description: This is saasweb Business Solution theme
Version: 2.9
License: copyright commercial
License URI: https://themeforest.net/user/template_path/portfolio
Text Domain: saasweb
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
* Tested up to: 6.2
* Requires PHP: 7.2
*/


/*  

==============  [Table of contents] ==============
1. Fonts
2. Resources / Css Files
3. Global 
4. Main Header / Two / Three / Four / Five
5. Banner Section
6. Feature Section
7. Clients Section
8. About Section
9. Intro Section
10 .Testimonial Section
11. Call to Action
12. Footer Section
13. Pricing Section
14. Funfact Section
15. Team Section
16. Process Section
17. Blog Section
18. Contact Section
19. Portfolio Section


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

/*** 

====================================================================
	Fonts
====================================================================

 ***/


/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/




/*** 

====================================================================
	Main Header
====================================================================

***/
[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
    font-family: 'Font Awesome 5 Brands'!important;
}
a:hover {
    color: #0eaf96;
}
.text,p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}
.main-header{
	position:fixed;
	z-index:999;
	width:100%;
	top: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header{
	top: 0;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 10px 20px rgba(42,38,49,.03);
	        box-shadow: 0 10px 20px rgba(42,38,49,.03);
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .header-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.main-header .header-upper .logo-box{
	position:relative;
	left:0px;
	z-index:10;
	padding: 20px 0;
}

.main-header .header-upper .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper .nav-outer{
	position: relative;
}

.main-header .header-upper .nav-outer .main-menu{
	position: relative;
	float: left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:30px 0px;
	margin-right: 35px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size: 16px;
	line-height:30px;
	font-weight: 600;
	opacity:1;
	color: #222;
	padding: 0;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #0eaf96;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width: 280px;
	z-index:100;
	padding: 30px 0px;
	opacity: 1;
	background:#ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	        box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
}



.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding: 0 35px;
}

.main-menu .navigation > li > ul > li:last-child{
	margin-bottom:0px;	
}

.main-menu .navigation > li > ul > li > a{
	display:block;
	font-size: 14px;
	line-height:24px;
	padding: 6px 0;
	white-space: nowrap;
	color: #222;
	font-weight: 400;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #0eaf96;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	content: "\f105";
	position:absolute;
	right: 0;
	top: 5px;
	display:block;
	font-size:16px;
	line-height:24px;
	padding: 3px 25px;
	color:#222222;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: 0;
	width: 230px;
	z-index:100;
	padding: 30px 35px;
	opacity: 1;
	background:#ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	        box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	margin-bottom:0px;	
}

.main-menu .navigation > li > ul > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > ul li a{
	display:block;
	font-size: 14px;
	line-height:24px;
	padding: 6px 0;
	color: #222;
	font-weight: 400;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > ul li:hover a{
	color: #0eaf96;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility:visible;
	opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity:1;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	margin-right: -100px;
}

.main-header .outer-box .btn-box{
	position: relative;
	padding: 20px 0;
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two .auto-container{
	/* max-width: 1580px; */
}

.header-style-two .outer-box {
	margin-right: 0px;
}


/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three.fixed-header {
    background: #403ab4;
}

.header-style-three .auto-container{
	max-width: 1580px;
}

.header-style-three .outer-box {
	margin-right: 0px;
}

.header-style-three .theme-btn {
	padding: 12px 35px;
}

.header-style-three .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-three .main-menu .navigation > li > a:before{
	background-color: #ffffff;
}


.header-style-three.fixed-header .main-menu .navigation > li > a:before{
	background-color: #8a57de;
}

/*** 

====================================================================
	Header Style Four
====================================================================

***/

.header-style-four.fixed-header{
	background-color: #403ab4;
}

.header-style-four .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-four .main-menu .navigation > li > a:before{
	background-color: #ffffff;
}

.header-style-four .outer-box {
	margin-right: 0px;
}

.header-style-four .theme-btn {
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.15);
	padding: 12px 35px;
}

.header-style-four .theme-btn:hover {
	background-color: #fff;
	color: #b83b96;
}


/*** 

====================================================================
	Header Style Five
====================================================================

***/

.header-style-five.fixed-header{
	background-color: #403ab4;
}

.header-style-five .header-upper .nav-outer{
	float: right;
}

.header-style-five .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-five .main-menu .navigation > li > a:before{
	background-color: #ffffff;
}

.header-style-five .outer-box {
	margin-right: 0px;
}

.header-style-five .theme-btn {
	padding: 12px 35px;
}


/*

====================================================================
	Banner Section One
====================================================================

***/

.banner-section-one{
	position:relative;
}

.shape-29 {
	height: 118px;
	width: 214px;
	background-image: url(images/icons/shape-29.png);
}

.banner-section-one .shape-29 {
	top: 0;
	left: 0;
}

.banner-section-one .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 150px;
	width: 70%;
}

.banner-section-one .layer-image{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(images/resource/illustration-1.png);
	background-repeat:no-repeat;
	background-position: top right;
}

.banner-section-one .content-column .inner-column{
	position: relative;
}

.banner-section-one .content-box{
	position:relative;
	max-width: 600px;
	width: 100%;
	padding: 360px 0 200px;
}

.banner-section-one .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-one .content-box h1{
	position:relative;
	color: #222;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-one .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 50px;
}

.banner-section-one .content-box .btn-box{
	position: relative;
	margin: 0 -17px;
}

.banner-section-one .content-box .btn-box a{
	margin: 0 17px;
}

.banner-section-one .video-box .video-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section-one .video-box .video-link {
	position: absolute;
	right: 50%;
	bottom: -80px;
	padding-top: 95px;
	font-size: 14px;
	color: #222;
}

.banner-section-one .video-box .video-link .icon{
	position: absolute;
	left: 20px;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 18px;
	line-height: 80px;
	color: #403ab4;
	background: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
}

.banner-section-one .video-box .video-link .icon:after{
	content: '';
	position: absolute;
	left: -15px;
	top: -15px;
	width: 110px;
	height: 110px;
	border: 1px solid rgb(239, 243, 255);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-one .video-box:hover .video-link .icon{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.banner-section-one .video-box:hover .video-link .icon:after{
	border-color:rgba(255,255,255,0.70);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


/*

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	padding: 185px 0 90px;
	background: #eff3ff;
}

.banner-section-two .layer-outer{
	position: absolute;
	left: 0;
	top: 0;
	bottom: -70px;
	width: 100%;
}

.banner-section-two .layer-image{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(images/icons/big-shape-5.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}

.banner-section-two .content-column .inner-column{
	position: relative;
}

.banner-section-two .content-box{
	position:relative;
	max-width: 600px;
	width: 100%;
	padding: 50px 0 50px;
	margin-left: -45px;
}

.banner-section-two .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-two .content-box h1{
	position:relative;
	color: #222;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-two .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 50px;
}

.banner-section-two .content-box .btn-box{
	position: relative;
	margin: 0 -17px;
}

.banner-section-two .content-box .btn-box a{
	margin: 0 17px;
}

.banner-section-two .image {
	display: inline-block;
	margin-right: -152px;
	margin-left: -45px;
	-webkit-box-shadow: 0px 0px 65px 25px rgba(197, 203, 214, 0.5);
	        box-shadow: 0px 0px 65px 25px rgba(197, 203, 214, 0.5);
}

.shape-12 {
    height: 18px;
    width: 36px;
    background-image: url(images/icons/shape-12.png);
}

.shape-13 {
    height: 36px;
    width: 35px;
    background-image: url(images/icons/shape-13.png);
}

.shape-14 {
    height: 37px;
    width: 42px;
    background-image: url(images/icons/shape-14.png);
}

.shape-15 {
    height: 21px;
    width: 38px;
    background-image: url(images/icons/shape-15.png);
}

.shape-16 {
    height: 115px;
    width: 115px;
    background-image: url(images/icons/shape-16.png);
}

.banner-section-two .shape-12 {
    top: 200px;
    left: 245px;
    z-index: 5;
}

.banner-section-two .shape-13 {
    top: 185px;
    left: 44%;
    z-index: 5;
}

.banner-section-two .shape-14 {
    top: 60%;
    left: 35%;
    z-index: 5;
}

.banner-section-two .shape-15 {
    top: 50%;
    right: 160px;
    z-index: 5;
}

.banner-section-two .shape-16 {
    bottom: 200px;
    right: 50px;
    z-index: 5;
}


/*

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	padding: 185px 0 0px;
	background-color: #320fa1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section-three .auto-container {
	max-width: 1390px;
}

.banner-section-three .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: -70px;
	width: 50%;
}

.banner-section-three .layer-image{
	position: absolute;
	left: 0;
	top: 145px;

	width: 1057px;
	height: 958px;
	background-image: url(images/icons/big-shape-10.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}

.banner-section-three .content-column .inner-column{
	position: relative;
}

.banner-section-three .content-box{
	position:relative;
	max-width: 600px;
	width: 100%;
	padding: 50px 0 50px;
	margin-left: -45px;
}

.banner-section-three .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-three .content-box h1{
	position:relative;
	color: #fff;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-three .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 80px;
	color: #fff;
}

.banner-section-three .content-box .btn-box{
	position: relative;
	margin: 0 -17px;
}

.banner-section-three .content-box .btn-box a{
	margin: 0 17px;
}

.banner-section-three .image {
	text-align: right;
	margin-top: 95px;
}

.shape-18 {
	width: 148px;
	height: 115px;
	background-image: url(images/icons/shape-18.png);
}

.banner-section-three .shape-18 {
	top: -50px;
	right: -140px;
}

.banner-section-three .video-box .video-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section-three .video-box .video-link {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-left: 90px;
	text-decoration: underline;
}

.banner-section-three .video-box .video-link .icon{
	position: absolute;
	left: 0;
	top: -25px;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
	color: #ffffff;
	background: #e654bd;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(45, 5, 156, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(45, 5, 156, 0.65);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-three .video-box .video-link .icon:after{
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	width: 80px;
	height: 80px;
	border: 5px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-three .video-box:hover .video-link .icon:after{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.banner-section-three .ripple,
.banner-section-three .ripple:before,
.banner-section-three .ripple:after {
	position: absolute;
	left: -5px;
	top: -30px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 5s infinite;
	animation: ripple 5s infinite;
}

.banner-section-three .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.banner-section-three .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}


/*

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four{
	position:relative;
	padding: 250px 0 0px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.banner-section-four .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 130px;
	width: 100%;
}

.banner-section-four .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/icons/banner-shape-1.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.banner-section-four .content-column .inner-column{
	position: relative;
}

.banner-section-four .content-box{
	position:relative;
	width: 100%;
	padding: 50px 0 50px;
}

.banner-section-four .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-four .content-box h1{
	position:relative;
	color: #fff;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-four .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 50px;
	color: #fff;
}

.banner-section-four .content-box form {
	position: relative;
	display: initial;
}

.banner-section-four .content-box input {
	position: relative;
	height: 70px;
	padding: 0 30px;
	background-color: #fff;
	width: 100%;
	max-width: 650px;
}

.banner-section-four .content-box button {
	position: absolute;
	right: 30px;
	top: -2px;
	border-left: 2px solid #9cacd8;
	padding-left: 15px;
	background: transparent;
	font-size: 14px;
	cursor: pointer;
}

.banner-section-four .image {
	position: relative;
	margin-top: 40px;
	display: inline-block;
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 15px 48.75px 16.25px rgba(0, 0, 0, 0.1);
}



/*

====================================================================
	Banner Section Five
====================================================================

***/

.banner-section-five{
	position:relative;
	padding: 195px 0 219px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section-five .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.banner-section-five .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/icons/banner-shape-2.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.banner-section-five .content-column .inner-column{
	position: relative;
}

.banner-section-five .content-box{
	position:relative;
	max-width: 600px;
	width: 100%;
	padding: 90px 0 50px;
}

.banner-section-five .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-five .content-box h1{
	position:relative;
	color: #fff;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-five .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 60px;
	color: #fff;
}

.banner-section-five .content-box .theme-btn{
	background: #f0467a;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgb(42, 38, 133);
	        box-shadow: 0px 11px 21.25px 3.75px rgb(42, 38, 133);
}

.banner-section-five .image {
	text-align: right;
	margin-right: -155px;
}

.drone {
	width: 93px;
	height: 132px;
	background-image: url(images/resource/drone.png);
}

.banner-section-five .drone {
	top: -15px;
	left: 12%;
}
/******************************************************************************************** Main Slider  **********************************************************************/

.main-slider-carousel .slide-item {
    position: relative;
    padding: 185px 0 90px;
}

.main-slider-carousel .content-box h1{
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider-carousel .content-box .text{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider-carousel .content-box .btn-box{
	opacity:0;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider-carousel .active .content-box .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider-carousel .image-column .image{
	opacity:0;
	-webkit-transition: all 1300ms ease;
	-moz-transition: all 1300ms ease;
	-ms-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider-carousel .active .image-column .image{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider-carousel .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
	opacity: 0;
	transition: .5s ease;
}

.main-slider-carousel:hover .owl-nav {
	opacity: 1;
}

.main-slider-carousel .owl-nav .owl-prev{
	position:absolute;
	left: 50px;
	width: 70px;
	height: 70px;
	color: #222;
	line-height: 70px;
	text-align:center;
	font-size: 22px;
	border-radius: 50%;
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.10);
	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-slider-carousel .owl-nav .owl-next{
	position:absolute;
	right: 50px;
	width: 70px;
	height: 70px;
	color: #222;
	line-height: 70px;
	text-align:center;
	font-size: 22px;
	border-radius: 50%;
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.10);
	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-slider-carousel .owl-nav .owl-prev:hover,
.main-slider-carousel .owl-nav .owl-next:hover{
	color: #0eaf96;
	border-color: #0eaf96;
}

.main-slider-carousel .owl-nav .owl-prev:before {
	position: absolute;
}


.main-slider-carousel .owl-nav .owl-prev span,
.main-slider-carousel .owl-nav .owl-next span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(18px);
	    -ms-transform: translateX(18px);
	        transform: translateX(18px);
	display: inline-block;
	-webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
		-o-transition: .7s cubic-bezier(.2, .96, .34, 1);
			transition: .7s cubic-bezier(.2, .96, .34, 1);
}

.main-slider-carousel .owl-nav .owl-next span {
	left: auto;
	right: 0;
	-webkit-transform: translateX(-18px);
	    -ms-transform: translateX(-18px);
	        transform: translateX(-18px);
}

.main-slider-carousel .owl-nav .owl-prev:hover span,
.main-slider-carousel .owl-nav .owl-next:hover span {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.main-slider-carousel .owl-nav .owl-prev span:before,
.main-slider-carousel .owl-nav .owl-next span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border-bottom: 2px solid #403ab4;
	border-left: 2px solid #403ab4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg) translateY(-50%);
	-webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
	-o-transition: .7s cubic-bezier(.2, .96, .34, 1);
	transition: .7s cubic-bezier(.2, .96, .34, 1);
}

.main-slider-carousel .owl-nav .owl-next span:before {
	left: auto;
	right: 6px;
	border: none;
	border-top: 2px solid #403ab4;
	border-right: 2px solid #403ab4;
}

.main-slider-carousel .owl-nav .owl-prev:hover span:before {
	border-bottom: 2px solid #0daf96;
	border-left: 2px solid #0daf96;
}

.main-slider-carousel .owl-nav:hover .owl-next span:before {
	border-top: 2px solid #0daf96;
	border-right: 2px solid #0daf96;
}

.main-slider-carousel .owl-nav .owl-prev span:after,
.main-slider-carousel .owl-nav .owl-next span:after {
	content: '';
	position: absolute;
	top: 53%;
	left: 4px;
	-webkit-transform: translateY(-50%) scaleX(0);
	-ms-transform: translateY(-50%) scaleX(0);
	transform: translateY(-50%) scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	width: 40px;
	height: 2px;
	background: #0daf96;
	-webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
	-o-transition: .7s cubic-bezier(.2, .96, .34, 1);
	transition: .7s cubic-bezier(.2, .96, .34, 1);
}

.main-slider-carousel .owl-nav .owl-next span:after {
	left: auto;
	right: 2px;
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}

.main-slider-carousel .owl-nav .owl-prev:hover span:after,
.main-slider-carousel .owl-nav .owl-next:hover span:after {
	-webkit-transform: translateY(-50%) scaleX(1);
	    -ms-transform: translateY(-50%) scaleX(1);
	        transform: translateY(-50%) scaleX(1);
}



/*** 

====================================================================
	 	Chart Section
====================================================================

***/

.chart {
	position: relative;
}

.chart:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
    background: url(images/resource/graph-line.png) center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.chart-block {
	position: absolute;
	left: 22%;
	top: 53%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	-webkit-box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	        box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	cursor: pointer;
}

.chart-block:nth-child(2) {
	left: 49%;
	top: 32.5%;
}

.chart-block:nth-child(3) {
	left: auto;
	right: 13%;
	top: 18%;
}

.chart-block:after {
	position: absolute;
	content: '';
	left: 5px;
	top: 5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
}

.chart-block:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-ms-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-o-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-webkit-animation: ripple 1s infinite;
	animation: ripple 3s infinite;
}

.chart-block:nth-child(1):before,
.chart-block:nth-child(3):before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

.chart-block .chart-content {
	opacity: 0;
	position: relative;
	min-width: 200px;
	bottom: 100px;
	left: -120px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
}

.chart-block:hover .chart-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}


.chart-block .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: #222;
}

.chart-block h3 {
	font-size: 24px;
}

.chart-block h3 strong {
	color: #403ab4;
}




/*** 

====================================================================
	 	Features Section One
====================================================================

***/

.features-section-one{
	position: relative;
}

.features-section-one.style-two{
	padding-top: 100px;
}

.features-section-one .feature-outer {
	padding-bottom: 70px;
}

.features-section-one .auto-container{
	position:relative;
	max-width: 1300px;
}

.features-section-one .layer-image{
	position: absolute;
	right: 0;
	top: 200px;
	height: 916px;
	width: 534px;
	background-image: url(images/icons/shape-10.png);
	background-repeat: no-repeat;
	background-position:center;
}

.features-section-one .sec-title{margin-bottom: 70px;}

.feature-block-one{
	position: relative;
}

.feature-block-one .inner-box{
	position: relative;
	text-align: center;
	padding: 40px 0 0;
	margin-bottom: 30px;
}

.feature-block-one .icon-box{
	position: relative;
	margin-bottom: 60px;
}

.feature-block-one .icon{
	position: relative;
	font-size: 36px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 400;
	z-index: 9;
}

.feature-block-one .icon-box:before{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 82px;
	width: 80px;
	background-position: center;
	background-size: 100%;
	background-image: url(images/icons/shape-1.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: translate(-50%, -58%);
	    -ms-transform: translate(-50%, -58%);
	        transform: translate(-50%, -58%);
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.feature-block-one:hover .icon-box:before {
    -webkit-transform: translate(-50%, -58%) rotate(-20deg);
        -ms-transform: translate(-50%, -58%) rotate(-20deg);
            transform: translate(-50%, -58%) rotate(-20deg);
}

.feature-block-one h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
	margin-bottom: 18px;
}

.feature-block-one h4 a{
	color: #4c4754;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-one h4 a:hover{
	color: #0daf96;
}

.feature-block-one .text{
	position: relative;
	max-width: 270px;
	margin: 0 auto 20px;
}

.feature-block-one .link-btn a {
	font-weight: 500;
	color: #222;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-bottom: 1px solid transparent;
}

.feature-block-one .link-btn a span {
	color: #0daf96;
	margin-left: 5px;
	font-size: 12px;
}

.feature-block-one .link-btn a:hover {
	color: #0daf96;
	border-color: #403ab4;
}

.feature-block-one:nth-child(2) .icon-box:before{
	background-image: url(images/icons/shape-2.png);
}

.feature-block-one:nth-child(3) .icon-box:before{
	background-image: url(images/icons/shape-3.png);
}

.feature-block-one:nth-child(4) .icon-box:before{
	background-image: url(images/icons/shape-4.png);
}

/*** 

====================================================================
	 	Features Section Two
====================================================================

***/

.features-section-two {
	position: relative;
	padding: 150px 0 120px;
}

.features-section-two .shape-6 {
	top: 30%;
	right: -124px;
	z-index: 5;
}

.shape-6 {
	height: 248px;
	width: 248px;
	background-image: url(images/icons/shape-6.png);
}

.feature-block-two {
	position: relative;
	margin-bottom: 120px;
	margin-left: -15px;
	padding-right: 50px;
}

.feature-block-two h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-two .text {
	margin-bottom: 40px;
}

.feature-block-two .link-btn {
	margin-left: 30px;
}

.feature-block-two .count {
	position: absolute;
	right: -50px;
	top: 0;
}

.image-block-one {
	position: relative;
	padding-top: 95px;
	margin-bottom: 80px;
}

.image-block-one .image {
	position: relative;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	        box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	margin-right: 35px;
	text-align: center;
	padding: 58px 0;
	border-bottom-right-radius: 50px;
	background: #fff;
}

.big-shape-3 {
	width: 500px;
	height: 355px;
    background-image: url(images/icons/big-shape-3.png);
}

.image-block-one .big-shape-3 {
	top: 0;
	right: 50px;
}

/* Feature block three */
.feature-block-three {
	position: relative;
	margin-bottom: 120px;
	padding-left: 70px;
}

.feature-block-three h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-three .text {
	margin-bottom: 40px;
}

.feature-block-three .link-btn {
	margin-left: 30px;
}

.feature-block-three .count {
	position: absolute;
	left: -50px;
	top: 0;
}

.image-block-two {
	position: relative;
	padding-top: 95px;
	margin-bottom: 80px;
}

.image-block-two .image {
	position: relative;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	        box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	margin-right: 35px;
	text-align: center;
	padding: 58px 0;
	border-bottom-right-radius: 50px;
	background: #fff;
}

.big-shape-4 {
	width: 500px;
	height: 355px;
    background-image: url(images/icons/big-shape-4.png);
}

.image-block-two .big-shape-4 {
	top: 0;
	left: 50px;
}

/*** 

====================================================================
	 	Features Section Three
====================================================================

***/

.features-section-three {
	position: relative;
	z-index: 5;
	padding: 190px 0 0;
}

.features-section-three .auto-container {
	max-width: 1330px;
}

.feature-block-four {
	position: relative;
}

.feature-block-four .inner-box {
	position: relative;
	text-align: center;
	padding: 50px 20px 25px;
	border-bottom: 2px solid #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 140px;
	background: #fff;
}

.feature-block-four:nth-child(2) .inner-box {
	border-color: #b83b96;
}

.feature-block-four:nth-child(3) .inner-box {
	border-color: #d0ca43;
}

.feature-block-four:nth-child(4) .inner-box {
	border-color: #403ab4;
}

.feature-block-four .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 0px;
	width: 100%;
	background-image: -webkit-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	-webkit-transition: .9s ease;
	-o-transition: .9s ease;
	transition: .9s ease;
}


.feature-block-four .icon-box {
	position: relative;
	width: 96px;
	height: 96px;
	line-height: 102px;
	margin: 0 auto 38px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(13, 175, 150, 0.50);
	color: #222;
	font-size: 48px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-four:nth-child(2) .icon-box {
	border: 1px solid rgba(184, 59, 150, 0.50);
}

.feature-block-four:nth-child(3) .icon-box {
	border: 1px solid rgba(208, 202, 67, 0.50);
}

.feature-block-four:nth-child(4) .icon-box {
	border: 1px solid rgba(64, 58, 180, 0.50);
}

.feature-block-four h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.feature-block-four h4 a {
	color: #222;
}

.feature-block-four .overlay-content {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 50px 20px 10px;
	background-image: -webkit-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	-webkit-transform: scale(.9) translateY(20px);
	    -ms-transform: scale(.9) translateY(20px);
	        transform: scale(.9) translateY(20px);
	border-radius: 100px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
}

.feature-block-four .inner-box:hover .overlay-content {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0px);
	    -ms-transform: scale(1) translateY(0px);
	        transform: scale(1) translateY(0px);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 0px;
}

.feature-block-four .overlay-content .icon-box {
	color: #fff;
	background: #0eaf96;
	border-color: #0eaf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(75, 68, 209, 0.37);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(75, 68, 209, 0.37);
}

.feature-block-four:nth-child(2) .overlay-content .icon-box {
	border-color: #b83b96;
	background-color: #b83b96;
}

.feature-block-four:nth-child(3) .overlay-content .icon-box {
	border-color: #d0ca43;
	background-color: #d0ca43;
}

.feature-block-four:nth-child(4) .overlay-content .icon-box {
	border-color: #403ab4;
	background-color: #403ab4;
}

.feature-block-four .overlay-content h4 a {
	color: #fff;
}

.feature-block-four .overlay-content .text {
	color: #fff;
}

.feature-block-four .overlay-content .theme-btn {
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.12);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.12);
	-webkit-transform: translateY(35px);
	    -ms-transform: translateY(35px);
	        transform: translateY(35px);
}

.feature-block-four .overlay-content .theme-btn:hover {
	background: #0daf96;
	color: #fff;
}


/*** 

====================================================================
	 	Features Section Four
====================================================================

***/

.features-section-four {
	position: relative;
	padding: 110px 0 120px;
}

.big-shape-6 {
    height: 1115px;
    width: 797px;
    background-image: url(images/icons/big-shape-6.png);
}

.features-section-four .big-shape-6 {
    top: -200px;
    left: 0px;
}

.features-section-four .auto-container {
	max-width: 1495px;
}

.features-section-four .image {
	display: inline-block;
    -webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
            box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

/* Tab style one */

.tab-btn-style-one {
	position: relative;
	margin-bottom: 40px;
	border: 0px;
	margin-left: 40px;
}

.tab-btn-style-one li {
	display: block;
}

.tab-btn-style-one .nav-link {
	position: relative;
	padding: 30px 40px 15px 50px;
	border: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 1;
}

.tab-btn-style-one .nav-link:before{
	position: absolute;
	content: '';
	background: #0daf96;
	width: 0%;
	height: 100%;
	left:0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.tab-btn-style-one .nav-link.active:before,
.tab-btn-style-one .nav-link:hover:before{
	width: 100%;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

.tab-btn-style-one h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	transition: all 500ms ease;
}

.tab-btn-style-one p {
	color: #555;
	transition: all 500ms ease;
}

.tab-btn-style-one .nav-link.active p,
.tab-btn-style-one .nav-link.active h3,
.tab-btn-style-one .nav-link:hover p,
.tab-btn-style-one .nav-link:hover h3{
	color: #fff;
}

/* Tab style two */

.tab-btn-style-two {
	position: relative;
	margin-bottom: 50px;
	border: 0px;
}

.tab-btn-style-two li {
	position: relative;
	display: inline-block;
}

.tab-btn-style-two li:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.40);
	height: 1px;
	left: 53px;
	right: -53px;
	top: 7px;
}

.tab-btn-style-two li:last-child:before {
	display: none;
}

.tab-btn-style-two .nav-link {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	border: 0px;
	padding: 0 30px;
}

.nav-tabs.tab-btn-style-two .nav-link.active, 
.nav-tabs.tab-btn-style-two .nav-item.show .nav-link {
	background: transparent;
	color: #fff;
}

.tab-btn-style-two li:last-child .nav-link {
	margin-right: 0px;
}

.tab-btn-style-two li .dot {
	display: block;
	width: 14px;
	height: 14px;
	background: rgba(13, 175, 150, 0.4);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 10px;
}

.tab-btn-style-two li .active .dot {
	background-color: #0daf96;
}


/*** 

====================================================================
	 	Features Section Five
====================================================================

***/

.features-section-five {
	position: relative;
	padding: 120px 0 90px;
}

.big-shape-8 {
    height: 792px;
    width: 726px;
    background-image: url(images/icons/big-shape-8.png);
}

.big-shape-9 {
    height: 792px;
    width: 726px;
    background-image: url(images/icons/big-shape-9.png);
}

.features-section-five .big-shape-8 {
    top: 100px;
    left: 0px;
}

.features-section-five .big-shape-9 {
    bottom: -110px;
    right: 0px;
}

.feature-block-five {
	position: relative;
}

.feature-block-five .sec-title .title {
	color: #0daf96;
}

/*** 

====================================================================
	 	Features Section Six
====================================================================

***/

.features-section-six {
	position: relative;
	padding: 150px 0 120px;
}

.features-section-six .image {
	margin-left: 65px;
	margin-bottom: 30px;
	overflow: hidden;
}

.features-section-six .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.features-section-six .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.feature-block-six {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-six h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-six .text {
	margin-bottom: 40px;
}

.feature-block-six .link-btn .theme-btn {
	background-color: rgb(194, 52, 160);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(236, 168, 220, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(236, 168, 220, 0.65);
	transition: all 600ms ease;
}


.feature-block-six .link-btn .theme-btn:hover{
	background-color: #0eaf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(14, 175, 150, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(14, 175, 150, 0.65);
}


/*** 

====================================================================
	 	Features Section Seven
====================================================================

***/

.features-section-seven {
	position: relative;
	padding: 150px 0 90px;
}

.feature-block-seven .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-seven .icon-box {
	line-height: 245px;
	margin-bottom: 10px;
}

.feature-block-seven h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

/*** 

====================================================================
	 	Features Section eight
====================================================================

***/

.features-section-eight {
	position: relative;
	padding: 150px 0 90px;
}

.feature-block-eight {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-eight .icon-box {
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #0daf96;
	color: #fff;
	font-size: 20px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	margin-bottom: 50px;
}

.feature-block-eight h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

/*** 

====================================================================
	 	Features Section Nine
====================================================================

***/

.features-section-nine {
	position: relative;
}

.feature-block-nine {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-nine .icon-box {
	margin-bottom: 40px;
	font-size: 20px;
}

.features-section-nine .row:nth-child(2) .icon-box {
	background-color: rgb(184, 59, 150);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(255, 190, 237, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(255, 190, 237, 0.65);
}

.features-section-nine .row:nth-child(3) .icon-box {
	background-color: rgb(193, 187, 53);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 227, 92, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(233, 227, 92, 0.65);
}

.feature-block-nine h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-nine .text {
	margin-bottom: 40px;
}

.features-section-nine .image {
	margin-left: 65px;
	margin-bottom: 30px;
}


/*** 

====================================================================
	 	Features Section Ten
====================================================================

***/

.features-section-ten{
	position: relative;
	padding: 140px 0 120px;
}

.feature-block-ten{
	position: relative;
}

.feature-block-ten .inner-box{
	position: relative;
	padding: 40px 0 0;
	margin-bottom: 30px;
}

.feature-block-ten .icon-box{
	position: relative;
	margin-bottom: 40px;
}

.feature-block-ten .icon{
	position: relative;
	line-height: 1em;
	color: #403ab4;
	font-weight: 400;
	z-index: 9;
	font-size: 48px; /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(42,38,133,1)), color-stop(100%, rgba(130,45,196,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(170deg, rgba(130,45,196,1) 0%, rgba(42,38,133,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(170deg, rgba(130,45,196,1) 0%, rgba(42,38,133,1) 100%); /* opera 11.10+ */ /* ie10+ */
	background: linear-gradient(280deg, rgba(130,45,196,1) 0%, rgba(42,38,133,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.feature-block-ten .icon-box:before{
	position: absolute;
	left: 39px;
	top: 50%;
	height: 81px;
	width: 77px;
	background-position: center;
	background-size: 100%;
	background-image: url(images/icons/shape-23.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: translate(-50%, -66%);
	    -ms-transform: translate(-50%, -66%);
	        transform: translate(-50%, -66%);
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.feature-block-ten:hover .icon-box:before {
    -webkit-transform: translate(-50%, -58%) rotate(-20deg);
        -ms-transform: translate(-50%, -58%) rotate(-20deg);
            transform: translate(-50%, -58%) rotate(-20deg);
}

.feature-block-ten h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
	margin-bottom: 18px;
}

.feature-block-ten h4 a{
	color: #4c4754;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-ten h4 a:hover{
	color: #0daf96;
}

.feature-block-ten .text{
	position: relative;
	max-width: 315px;
	margin-bottom: 25px;
}

.feature-block-ten .link-btn a {
	font-weight: 500;
	color: #2a2685;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-bottom: 1px solid transparent;
}

.feature-block-ten .link-btn a span {
	color: #f0467a;
	margin-left: 5px;
	font-size: 12px;
}

.feature-block-ten .link-btn a:hover {
	color: #0daf96;
	border-color: #403ab4;
}

.feature-block-ten:nth-child(2) .icon-box:before{
	background-image: url(images/icons/shape-24.png);
}

.feature-block-ten:nth-child(3) .icon-box:before{
	background-image: url(images/icons/shape-25.png);
}

.feature-block-ten:nth-child(4) .icon-box:before{
	background-image: url(images/icons/shape-26.png);
}

.feature-block-ten:nth-child(5) .icon-box:before{
	background-image: url(images/icons/shape-27.png);
}

.feature-block-ten:nth-child(6) .icon-box:before{
	background-image: url(images/icons/shape-28.png);
}

/*** 

====================================================================
	 	Features Section Eleven
====================================================================

***/

.features-section-eleven {
	position: relative;
	padding: 120px 0 90px;
}

.feature-block-eleven {
	position: relative;
}

.feature-block-eleven .sec-title .title {
	color: #0daf96;
}

.features-section-eleven .image {
	position: relative;
	margin-left: -50px;
	margin-right: -50px;
}


/***

==================================================================
		Clients Section
==================================================================

***/

.clients-section {
	padding: 50px 0 90px;
}

.clients-section .image-box{
	position: relative;
	margin: 0;
	text-align: center;
	line-height: 100px;
}

.clients-section .image-box img{
	display: inline-block;
	max-width: 100% !important;
	width: auto !important;
	height: auto;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .image-box:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* style two */
.clients-section.style-two {
	padding-top: 120px;
}

.clients-section.style-two .auto-container {
	max-width: 1310px;
}

.clients-section.style-two .image-box img {
	opacity: .5;
}

/***

==================================================================
		Clients Section Two
==================================================================

***/

.clients-section-two {
	position: relative;
	padding: 120px 0 60px;
}

.clients-section-two:before {
	position: absolute;
	content: '';
	background-color: #eff3ff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewY(1.5deg);
	    -ms-transform: skewY(1.5deg);
	        transform: skewY(1.5deg);
}

.clients-section-two .sponsor-logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.clients-section-two .sponsor-logo-list li {
	margin: 0 80px;
	margin-bottom: 50px;
}

.clients-section-two li img{
	position: relative;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.clients-section-two li:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/***

==================================================================
		About Section
==================================================================

***/

.about-section {
	position: relative;
}

.about-section .shape-5 {
	bottom: -105px;
	right: -198px;
	z-index: 5;
}

.shape-5 {
	height: 400px;
	width: 400px;
	background-image: url(images/icons/shape-5.png);
}

.about-section .outer-box {
	position: relative;
	padding-top: 85px;
}

.about-section .outer-box:before {
	position: absolute;
	content: '';
	background: #403ab4;
	left: 325px;
	top: 0;
	bottom: 33px;
	width: 2000%;
}

.about-section .image {
	padding-right: 47px;
}

.about-section .link {
	margin-right: -23px;
}

.about-section .link .theme-btn {
	vertical-align: middle;
}

.about-section .link .btn-style-two {
	border-radius: 0px;
	padding: 22px 35px;
	-webkit-box-shadow: -4px 8px 21.25px 3.75px rgba(167, 238, 227, 0.65);
	        box-shadow: -4px 8px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

.about-block-one {
	margin-left: 25px;
	margin-right: -160px;
}

/***

==================================================================
		About Section Two
==================================================================

***/

.about-section-two {
	position: relative;
	padding-top: 170px;
	padding-bottom: 120px;
}

.about-section-two .big-shape-2 {
	bottom: 105px;
	right: -80px;
}

.big-shape-2 {
	height: 648px;
	width: 745px;
	background-image: url(images/icons/big-shape-2.png);
}

.about-section-two .sec-title {
	margin-bottom: 30px;
}

.about-section-two .image {
	margin-top: 70px;
    margin-right: -190px;
}

.about-block-two {
	position: relative;
}

.about-block-two h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

.about-block-two .text {
	margin-bottom: 30px;
}

.about-block-two ul {
	margin-bottom: 35px;
}

.about-block-two ul li {
	position: relative;
	padding-left: 27px;
	margin-bottom: 20px;
}

.about-block-two ul li span {
	position: absolute;
	left: 0;
	top: 8px;
	color: #0daf96;
}

/***

==================================================================
		About Section Three
==================================================================

***/

.about-section-three {
	position: relative;
	padding-top: 170px;
	padding-bottom: 150px;
}

.about-section-three .big-shape-7 {
	top: 0;
	right: 0px;
}

.big-shape-7 {
	height: 1062px;
	width: 941px;
	background-image: url(images/icons/big-shape-7.png);
}

.about-section-three .content-column {
    width: 50%;
    padding: 0 15px;
}

.about-section-three .integrations-column {
    position: relative;
    width: 50%;
    padding: 0 15px;
}

/* Integrtions Block */
.integrations-block {
    position: relative;
    height: 760px;
    max-width: 840px;
    margin-right: -270px;
    margin-top: -100px;
    background-image: url(images/icons/integration-bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.integrations-block .circle-shape-1 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 52%;
	top: 99px;
}

.integrations-block .circle-shape-2 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 22%;
	top: 146px;
}

.integrations-block .circle-shape-3 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 9%;
	top: 46%;
}

.integrations-block .circle-shape-4 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 203px;
	bottom: 22%;
}

.integrations-block .circle-shape-5 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 38%;
	bottom: 18px;
}

.integrations-block .circle-shape-6 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 13%;
	bottom: 30%;
}

.integrations-block .circle-shape-7 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 17%;
	top: 20%;
}

.integrations-block .icon{
	position: absolute;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.integrations-block .icon.now-in-view{
	-webkit-animation-name: zoomIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -ms-animation-name: zoomIn; 
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: 1;
    -moz-animation-name: zoomIn; 
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
}

.integrations-block .icon img,
.integrations-block .icon a{
	position: relative;
	display: block;
}

.integrations-block .icon-1{
	left: 32%;
	top: 11%;
}

.integrations-block .icon-2{
	right: 26%;
	top: 3%;
}

.integrations-block .icon-3{
	right: 10%;
	top: 33%;
}

.integrations-block .icon-4{
	right: 9%;
	bottom: 23%;
}

.integrations-block .icon-5{
	right: 34%;
	bottom: 11%;
}

.integrations-block .icon-6{
	left: 25%;
	bottom: 5%;
}

.integrations-block .icon-7{
	left: 10%;
	top: 53%;
}

.integrations-block .icon-8{
	left: 9%;
	top: 25%;
}

.integrations-block .circle-one{
	position: absolute;
	left: 0;
	top: 21px;
	right: 0;
	height: 718px;
}

.integrations-block .circle-two{
	position: absolute;
	left: 80px;
	top: 66px;
	right: 80px;
	bottom: 72px;
}

.integrations-block .circle-three{
	position: absolute;
	left: 80px;
	top: 73px;
	right: 80px;
	bottom: 68px;
}

.integrations-block .circle-three .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.integrations-block .circle-three .image img {
	position: relative;
	top: -15px;
}

.integrations-block .circle-three .image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	-webkit-transform: rotate(12deg);
	    -ms-transform: rotate(12deg);
	        transform: rotate(12deg);
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	        box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

/***

==================================================================
		Intro Section
==================================================================

***/

.intro-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 150px;
}

.intro-section.style-two {
	padding-bottom: 80px;
}

.intro-section .sec-title{
	margin-bottom: 50px;
}

.intro-section.style-two .sec-title{
	margin-bottom: 70px;
}

.intro-section .big-shape-2 {
	bottom: 105px;
	right: -80px;
}

.big-shape-2 {
	height: 648px;
	width: 745px;
	background-image: url(images/icons/big-shape-2.png);
}

.intro-section .image {
	margin-top: 70px;
    margin-right: -190px;
}

.intro-block .inner-box {
	position: relative;
	margin-bottom: 45px;
}

.intro-block .icon-box {
	color: #b83b96;
	font-size: 48px;
	margin-bottom: 15px;
}

.intro-block h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.intro-block:nth-child(2) .icon-box {
	color: #d0ca43;
}

.intro-block:nth-child(3) .icon-box {
	color: #403ab4;
}

.intro-block:nth-child(4) .icon-box {
	color: #0daf96;
}


/***

==================================================================
		Testimonial Section 
==================================================================

***/

.testimonial-section {
	position: relative;
	padding: 140px 0 120px;
}

.testimonial-section .shape-7 {
	bottom: 20%;
	left: 100px;
	z-index: 5;
}

.shape-7 {
	height: 94px;
	width: 94px;
	background-image: url(images/icons/shape-7.png);
}

.testimonial-section .auto-container {
	max-width: 100%;
}

.testimonial-section .owl-carousel .owl-stage-outer {
	position: relative;
	right: -210px;
}

/*Testimonial Block one*/
.testimonial-block-one {
	position: relative;
}

.testimonial-block-one .inner-box {
	position: relative;
	padding: 80px 40px 75px 98px;
	margin-left: 62px;
	background: #eff3fe;
}

.testimonial-block-one .image {
	position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.testimonial-block-one .image img {
	border-radius: 50%;
	width: auto;
}

.testimonial-block-one .text {
	margin-bottom: 20px;
}

.testimonial-block-one h5 {
	font-size: 16px;
	font-weight: 700;
}

.testimonial-block-one .quote {
	width: auto;
	position: absolute;
	right: 30px;
	bottom: -20px;
}


/***

==================================================================
		Testimonial Section Two
==================================================================

***/

.testimonial-section-two {
	position: relative;
	padding: 135px 0 180px;
}

.testimonial-section-two .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.testimonial-section-two .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/icons/bg-testimonial.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
}

.testimonial-section-two .auto-container {
	max-width: 1300px;
}

.testimonial-section-two .testimonial-outer {
	position: relative;
}

.testimonial-section-two .thumb-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial-section-two .thumb-box .image-1 {
	position: absolute;
	left: 0;
	top: 120px;
	-webkit-animation: zoom-fade 6s infinite linear;
	        animation: zoom-fade 6s infinite linear;
}

.testimonial-section-two .thumb-box .image-2 {
	position: absolute;
	left: 60px;
	bottom: 50px;
	-webkit-animation: zoom-fade-two 8s infinite linear;
	        animation: zoom-fade-two 8s infinite linear;
}

.testimonial-section-two .thumb-box .image-3 {
	position: absolute;
	right: 150px;
	top: 90px;
	-webkit-animation: zoom-fade 9s infinite linear;
	        animation: zoom-fade 9s infinite linear;
}

.testimonial-section-two .thumb-box .image-4 {
	position: absolute;
	right: -40px;
	top: 45%;
	-webkit-animation: zoom-fade-two 11s infinite linear;
	        animation: zoom-fade-two 11s infinite linear;
}

.testimonial-section-two .thumb-box .image-5 {
	position: absolute;
	right: 100px;
	bottom: 30px;
	-webkit-animation: zoom-fade 9s infinite linear;
	        animation: zoom-fade 9s infinite linear;
}

.testimonial-section-two .thumb-box img {
	border-radius: 50%;
	opacity: .7;
}

/*Testimonial Block two*/
.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
	padding: 80px 0px;
	text-align: center;
	max-width: 880px;
	margin: 0 auto;
}

.testimonial-block-two .image {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-block-two .image img {
	border-radius: 50%;
	width: auto;
	margin: 0 auto;
}

.testimonial-block-two .text {
	margin-bottom: 20px;
	color: #fff;
	margin-bottom: 60px;
}

.testimonial-block-two h5 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.testimonial-block-two .quote {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: 59px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/*** 

====================================================================
		Call to Action
====================================================================

***/

.call-to-action-one{
	position: relative;
	padding: 214px 0 90px;
}

.call-to-action-one .auto-container {
	position: relative;
}

.shape-8 {
	height: 248px;
	width: 248px;
	background-image: url(images/icons/shape-8.png);
}

.call-to-action-one .shape-8 {
	top: -60px;
	left: -124px;
	z-index: 5;
}

.call-to-action-one .shape-5 {
    bottom: -105px;
    right: -198px;
    z-index: 5;
}

.call-to-action-one .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.call-to-action-one .outer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.call-to-action-one .title-column{
	position: relative;
	margin-bottom:30px;
}

.call-to-action-one .title-column h1{
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.call-to-action-one .link-column{
	position: relative;
	margin: 0 -10px;
}

.call-to-action-one .link-column .theme-btn{
	margin: 0 10px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.10);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.10);
}
 
/*** 

====================================================================
		Call to Action Two
====================================================================

***/

.call-to-action-two{
	position: relative;
	padding: 70px 0 80px;
	background: #2fbba5;
}

.call-to-action-two .shape-5 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.call-to-action-two .sec-title {
	margin-bottom: 50px;
}

.call-to-action-two .sec-title.light .title {
    color: #fff;
}

/***

==================================================================
		Main Footer 
==================================================================

***/

.main-footer {
	background: #ffffff!important;
}

/* Style two */
.main-footer.style-two {
	background: #eff3ff;
}

.main-footer .widgets-section{
	padding-top: 100px;
	padding-bottom: 60px;
}

.main-footer .widget-title{
	color: #4c4754;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.main-footer .footer-widget {
	margin-bottom: 20px;
}

/* About Widget */

.main-footer .about-widget .footer-logo {
	margin-bottom: 15px;
}

.main-footer .about-widget .text {
	margin-bottom: 15px;
}

.main-footer .about-widget form {
	position: relative;
	margin-bottom: 35px;
	max-width: 280px;
}

.main-footer .about-widget input {
	position: relative;
	background: #f0f0f0;
	color: #555;
	height: 60px;
	width: 100%;
	padding: 0 25px;
}

.main-footer.style-two .about-widget input {
	background: #fff;
}

.main-footer .about-widget button {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #555;
	font-size: 14px;
	background: transparent;
	cursor: pointer;
	padding: 10px;
}

/* Link Widget */

.main-footer .links-widget{
	position: relative;
}

.main-footer .list{
	position: relative;
}

.main-footer .list li{
	position:relative;
	display: block;
	margin-bottom: 10px;
}

.main-footer .list li a{
	position: relative;
	color: #555;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	font-size: 15px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #848484;
}

.main-footer .list li a:hover {
	color: #0daf96;
}

/* Contact widget */

.contact-widget {
	margin-left: -20px;
}

.contact-widget .widget-content {
	position: relative;
	margin-bottom: 25px;
}

.contact-widget .widget-content li {
	position: relative;
	margin-bottom: 10px;
	color: #222;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #848484;
}

.contact-widget .social-icon-one {
	margin: 0 -7px;
}

/*** 

====================================================================
			Pricing Section
====================================================================

***/

.pricing-section{
	position: relative;
	padding: 0px 0 90px;
}

.pricing-section.style-two {
	padding-top: 120px;
}

.pricing-section.grey-bg {
	background: #eff3ff;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

.pricing-tabs{
	position: relative;
	text-align: center;
}

.pricing-tabs .tab-buttons{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.pricing-tabs .tab-buttons:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 40px;
	width: 90px;
	content: "";
	border-radius: 40px;
	background-image: -webkit-linear-gradient( 0deg, rgb(104,97,230) 30%, rgb(64,58,180) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(104,97,230) 30%, rgb(64,58,180) 100%);
}

.pricing-section.theme-two .tab-buttons:before{
	background:#0daf96;
}

.pricing-tabs .tab-buttons:after{
	display: table;
	clear: both;
	content: "";
}

.pricing-tabs .tab-buttons .tab-btn{
	position: relative;
	display: inline-block;
	padding-right: 70px;
	min-width: 120px;
	text-align: right;
	font-size: 18px;
	line-height: 40px;
	color: #222;
	font-weight: 300;
	cursor: pointer;
}

.pricing-tabs .tab-buttons .tab-btn:last-child{
	padding-right: 0;
	padding-left: 57px;
	text-align: left;
}

.pricing-tabs .tab-buttons .tab-btn:last-child:before{
	display: none;
}

.pricing-tabs .tab-buttons .tab-btn:before{
	position: absolute;
	top: 5px;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 30px;
	content: "";
	right: -38px;
	-webkit-box-shadow: 0 4px 20px rgba(44,44,56,.30);
	        box-shadow: 0 4px 20px rgba(44,44,56,.30);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn.active-btn:before{
	right: 15px;
}

.pricing-tabs .tab-buttons .tab-btn.active-btn {
    /* color: #403ab4; */
}

.pricing-tabs .tab-buttons .tab-btn span {
	position: absolute;
	right: -70px;
	top: 0;
	font-size: 12px;
	font-weight: 300;
}

.pricing-tabs .tab-buttons .tab-btn span:before {
	position: absolute;
	content: '';
	background-image: url(images/icons/arrow.png);
	bottom: -10px;
	left: -16px;
	width: 35px;
	height: 12px;
}

.pricing-table{
	position: relative;
	margin-bottom: 40px;
}

.pricing-table .inner-box{
	position: relative;
	padding: 60px 55px 60px;
	text-align: center;
	overflow: hidden;
	background: #f7f9ff;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-table .inner-box:hover {
    background-color: #ffffff!important;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.06) ;
            box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.06) ;
}

.shape-17 {
    height: 120px;
    width: 120px;
    background-image: url(images/icons/shape-17.png);
}

.pricing-table .shape-17 {
    top: 50px;
    left: 50%;
    margin-left: -53px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation-duration: 9s;
            animation-duration: 9s; 
}

.pricing-table:nth-child(2) .shape-17 {
	-webkit-animation-duration: 7s;
	        animation-duration: 7s;
}

.pricing-table:nth-child(3) .shape-17 {
	-webkit-animation-duration: 8s;
	        animation-duration: 8s;
}

.pricing-table.tagged .inner-box{
	background-color: #eff3ff;
}

.pricing-table.tagged.style-two .inner-box{
	background-color: #fff;
}

.pricing-table .icon-box {
	position: relative;
	font-size: 48px;
	color: #fff;
	background: #d0ca43;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	        box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 55px;
}

.pricing-table:nth-child(2) .icon-box{
	background: #0daf96;
}

.pricing-table:nth-child(3) .icon-box{
	background: #b83b96;
}

.pricing-table .title{
	position: relative;
	display: block;
	font-size: 24px;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
}

.pricing-table h6 {
	font-size: 15px;
	font-weight: 300;
}

.pricing-table .price{
	position: relative;
	font-size: 72px;
	line-height: 1em;
	color: #222;
	font-weight: 300;
	padding: 30px 0;
	border-top: 1px solid #dbe0ef;
	border-bottom: 1px solid #dbe0ef;
	margin: 35px 0;
}

.pricing-table .price sup {
    position: relative;
    font-size: 36px;
    top: -24px;
    margin-right: 5px;
}

.pricing-table .price sub{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1em;
	color: #222;
	letter-spacing: 1px;
	font-weight: 300;
	top: 0px;
} 

.pricing-table .table-content{
	position: relative;
}

.pricing-table .table-content ul{
	position: relative;
	margin-bottom: 40px;
}

.pricing-table .table-content ul li{
	position: relative;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 14px;
}

.pricing-table .table-content ul li span {
	color: #999;
}

.pricing-table .table-footer{
	position: relative;
}


/***

==================================================================
		Funfact Section 
==================================================================

***/

.fun-fact-section {
	position: relative;
	padding-top: 140px;
}

.fun-fact-section .counter-wrapper {
	position: relative;
	text-align: center;
}

.counter-block .affix,
.counter-block .count-text {
    position: relative;
    font-size: 100px;
    line-height: 1.4em;
    color: #403ab4;
    font-weight: 800;
}

.counter-block .counter-title {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 50px;
    color: #222;
    font-weight: 300;
}


/***

==================================================================
		Funfact Section Two
==================================================================

***/

.fun-fact-section-two {
	position: relative;
	padding-bottom: 120px;
}

.big-shape-12 {
    height: 956px;
    width: 1049px;
    background-image: url(images/icons/big-shape-12.png);
}

.fun-fact-section-two .big-shape-12 {
    top: -20px;
    right: 0px;
}

.counter-block-two .inner-box {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.55);
	        box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.55);
	padding: 77px 0;
	text-align: center;
    border-bottom-right-radius: 30px;
	overflow: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.counter-block-two:nth-child(2) .inner-box {
	background-color: #f0467a;
	margin-top: 75px;
	left: 38px;
}

.counter-block-two:nth-child(3) .inner-box {
	margin-top:150px;
	left: 78px;
}

.counter-block-two:nth-child(4) .inner-box {
	background-color: #2a2685;
	right: 97px;
	margin-top: -155px;
}

.counter-block-two .icon-box {
	position: absolute;
	left: 50%;
	bottom: -60px;
	color: #f4f4f9;
	font-size: 210px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.counter-block-two .inner-box:hover .icon-box {
	bottom: 0;
}

.counter-block-two .affix,
.counter-block-two .count-text {
    position: relative;
    font-size: 54px;
    line-height: 1.2em;
    color: #2a2685;
    font-weight: 500;
}

.counter-block-two.light .affix,
.counter-block-two.light .count-text {
	color: #fff;
}


.counter-block-two .counter-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #555;
    font-weight: 300;
}

.counter-block-two.light .counter-title {
	color: #fff;
}



/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding:110px 0 80px;
	background:#ffffff;
}

.team-block{
	position:relative;
	margin-bottom: 30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
	text-align:center;
}

.team-block .inner-box .image .overlay-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
	opacity:0;
	-webkit-transform:translateY(110%);
	-ms-transform:translateY(110%);
	transform:translateY(110%);
	background-color: rgba(64, 58, 180, 0.86);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.team-block .inner-box:hover .image .overlay-box:before{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.team-block .inner-box .social-icons{
	position:absolute;
	left:0;
	bottom:20px;
	-webkit-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px);
	opacity:0;
	padding:0px 10px;
	width:100%;
}

.team-block .inner-box:hover .social-icons{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
	transition:all 0.5s ease 500ms;
	-moz-transition:all 0.5s ease 500ms;
	-webkit-transition:all 0.5s ease 500ms;
	-ms-transition:all 0.5s ease 500ms;
	-o-transition:all 0.5s ease 500ms;
}

.team-block .inner-box .social-icons li{
	position:relative;
	margin:0px 3px 7px;
	display:inline-block;
}

.team-block .inner-box .social-icons li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	display:block;
	width:50px;
	height:50px;
	line-height:46px;
	text-align:center;
	border:2px solid #ffffff;
	border-radius:50%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.team-block .inner-box .social-icons li a:hover{
	background:#ffffff;
	color:#75717b;
}


.team-block .inner-box .lower-box {
    position: relative;
    padding-top: 30px;
    text-align: center;
    position: relative;
    padding: 20px;
    border: 1px solid #dfdfdf00;
    background: #fff;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 15px 46px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 46px rgba(0,0,0,.1);
    box-shadow: 0 15px 46px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.team-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight: 600;
	line-height:1.3em;
	margin-bottom:4px;
}

.team-block .inner-box .lower-box h3 a{
	position:relative;
	color: #222;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color: #403ab4;
	font-size: 14px;
	font-weight: 500;
}

/*** 

====================================================================
		Process Section
====================================================================

***/

.working-process {
	position: relative;
	padding: 100px 0 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: cover;
}

.working-process .auto-container {
	max-width: 1350px;
}

.working-process:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: block;
    background: url(images/icons/work-step-arrow.png) center center no-repeat;
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
}

.process-block{
	position:relative;
	margin-bottom:40px;
}

.process-block .inner-box{
	position:relative;
	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;
	text-align: center;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.process-block .inner-box:hover {
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}

.process-block:nth-child(4) .inner-box,
.process-block:nth-child(2) .inner-box {
	margin-top: 45px;
}

.process-block .inner-box .icon-box{
	position: relative;
	width: 190px;
	height: 190px;
	line-height: 190px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-radius: 50%;
	margin-bottom: 25px;
}

.process-block .inner-box .icon-box:before{
	position: absolute;
	left: -40px;
	top: 7px;
	height: 190px;
	width: 230px;
	background-position: center;
	background-image: url(images/icons/shape-19.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.process-block .inner-box:hover .icon-box:before {
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
}

.process-block:nth-child(2) .icon-box:before{
	background-image: url(images/icons/shape-20.png);
	left: 40px;
	width: 207px;
}

.process-block:nth-child(3) .icon-box:before{
	background-image: url(images/icons/shape-21.png);
	width: 202px;
	top: -13px;
	left: -50px;
}

.process-block:nth-child(4) .icon-box:before{
	background-image: url(images/icons/shape-22.png);
	left: 9px;
	top: 0;
}

.process-block .inner-box h4{
	position:relative;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

/*** 

====================================================================
		Project Tab Section
====================================================================

***/

.project-tab-section {
	position: relative;
	padding: 140px 0 120px;
}

.project-tab-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 694px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.project-tab-section .tab-content {
	position: relative;
	background-color: #fff;
	padding: 60px 80px;
	-webkit-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.05);
}

/* Project Tab Block*/
.project-tab-block {
	position: relative;
}

.project-tab-block  h3 {
	position: relative;
	font-size: 24px;
	color: #b83b96;
	font-weight: 600;
	margin-bottom: 25px;
}

.project-tab-block  h3 span {
	font-size: 24px;
	margin-right: 10px;
	color: #222;
}

.project-tab-block  h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*** 

====================================================================
		Faq Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 140px 0 100px;
}




/*** 

====================================================================
		Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 214px 0px 250px;
	background-color: #ffffff;
	text-align:center;
	overflow: hidden;
}

.page-title .layer-outer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.page-title .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.page-title .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/icons/bg-page-title.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.page-title h1{
	position:relative;
	font-size: 60px;
	line-height: 1em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 18px;
}

.page-title .bread-crumb {
    position: relative;
    color: #fff;
    font-size: 18px;
}


/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	padding: 120px 0 70px;  
	overflow: hidden;
}

.news-block-one{
	position: relative;
	margin-bottom: 0px;
}

.news-block-one .inner-box{
	position: relative;
}

.news-block-one .image-box{ 
	position: relative;
}

.news-block-one .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.news-block-one .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
} 

.news-block-one .inner-box:hover .image-box .image a img{
	opacity: .70;
}

.news-block-one .lower-content{
	position: relative;
	padding: 0px;
}



.news-block-one .lower-content .date strong {
	font-size: 30px;
	font-weight: 600;
	display: block;
}

.news-block-one .category li {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #403ab4;
	display: inline-block;
}

.news-block-one .category li a {
	color: #403ab4;
}

.news-block-one h2{
	position: relative;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.news-block-one h2 a{
	color: #222;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one h2 a:hover{
	color: #0daf96;
}

.news-block-one .info {
    position: relative;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.news-block-one .info li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    color: #0eaf96;
    font-weight: 500;
    padding-left: 25px;
    margin-right: 8px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    padding-right: 15px;
    display: inline-block;
    line-height: 1.3em;
}

.news-block-one .info .icon {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 18px;
    color: #535353;
    font-weight: 600;
}
.news-block-one .info li a{
	color: #8182a8;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .info li a:hover{
	color: #0daf96;
}


.news-block-one .text{
	position: relative;
	margin-bottom: 30px;
}

blockquote {
    margin-bottom: 50px;
    position: relative;
    border-left: 7px solid #403ab4;
    font-size: 15px;
    font-weight: 500;
    color: #f4f4f4;
    margin: 40px 0;
    background: #ffffff;
    padding: 25px;
    padding-left: 32px;
    margin-bottom: 50px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
}
blockquote p {
    font-size: 17px;
    color: #3f3f3f;
    /* margin-bottom: 20px; */
    font-style: italic;
    /* padding-bottom: 20px; */
}
blockquote:before {
    font-family: Flaticon;
    position: absolute;
    bottom: -33px;
    right: 40px;
    width: 73px;
    height: 70px;
    border-radius: 50%;
    /* background: #dbdbdb; */
    content: "\e939";
    color: #0eaf9636;
    font-size: 53px;
    line-height: 70px;
    text-align: center;
    content: "\f12e";
}
.news-block-one blockquote cite {
	margin-top: 20px;
	color: #0eaf96;
	display: block;
	font-style: normal;
}

.news-block-one .link-box{
	position: relative;
}

.news-block-one .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #222;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .link-box a i{
	position: relative;
	top: 0px;
	font-size: 12px;
	margin-left: 3px;
	color: #403ab4;
}

.news-block-one .link-box a:hover{
	color: #0daf96;
}

/*====== Blog Single ==========*/
.blog-single {
	position: relative;
}


/*====== Sidebar Page Container ==========*/

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 50px;
}

/*====== Sidebar Widget ==========*/

.sidebar-widget{
    /* position: relative; */
    /* margin-bottom:55px; */
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 40px;
}

.sidebar-page-container .sidebar-title h4 {
	position: relative;
	font-size: 18px;
	color: #222;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 1px solid #403ab4;
	padding-bottom: 10px;
}

.sidebar-page-container .widget-content{
	position: relative;
}

/*Search Box Widget*/

.search-box{
	position: relative;
}

.search-box .form-group{
	position:relative;
	margin:0px 0 50px; 	
}

.search-box .form-group input[type="text"],
.search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	color: #222;
	line-height:30px;
	padding:20px 30px;
	padding-right: 75px;
	height:70px;
	width:100%;
	border: 1px solid #ddd;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-box .form-group input:focus{
	border-color:#91c53c;	
}

.search-box .form-group input[type="submit"],
.search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:70px;
	height:70px;
	line-height: 70px;
	text-align:center;
	font-size:20px;
	color:#454789;
	padding: 0;
	font-weight:400;
	cursor: pointer;
	background-color: 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;
}

.search-box .form-group button {
	font-size: 24px;
}

.search-box .form-group input[type="submit"]:hover,
.search-box .form-group button:hover{
	color: #000000;
}

/*=== Categories ===*/
#categories-2 {
	position: relative;
}

#categories-2 .sidebar-title{
	margin-bottom: 35px;
}

#categories-2 .sidebar-title h4 {
    position: relative;
    font-size: 22px;
    color: #222;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #403ab4;
    padding-bottom: 10px;
}

#categories-2{
	position: relative;
}

#categories-2 li{
	position: relative;
}

#categories-2 li a {
    position: relative;
    /* display: block; */
    font-size: 15px;
    line-height: 36px;
    color: #222;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 90%;
}

#categories-2 li a span{
	margin-left: 10px;
	color: #222;
	float: right;
}

#categories-2 li:hover:before{
	color: #00e399;

}

#categories-2 li a:hover{
	color: #0daf96;
}

/*=== Latest News ===*/

.post-widget{
	position: relative;
}

.post-widget .post{
	position: relative;
	padding-left: 95px;
	margin-bottom: 30px;
	min-height: 80px;
	padding-top: 5px;
}

.post-widget .post:last-child{
	margin-bottom: 0px;
}

.post-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.post-widget .post .thumb img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post .date{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

.post-widget .post h5{
	position: relative;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.post-widget .post h5 a{
	color: #222;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h5 a:hover{
	color: #0daf96;
}

/*=== Tags ===*/



#tag_cloud-2 .sidebar-title h4 {
    position: relative;
    font-size: 22px;
    color: #222;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #403ab4;
    padding-bottom: 10px;
}

#tag_cloud-2 .sidebar-title {
    margin-bottom: 35px;
}



#tag_cloud-2 .tagcloud {
	/* position: relative; */
	/* float: left; */
	/* margin-right: 10px; */
	margin-bottom: 10px;
} 

#tag_cloud-2 .tagcloud a {
    position: relative;
    display: inline-block;
    font-size: 16px !important;
    line-height: 12px;
    color: #555;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-right: 2px solid #ddd;
    padding-right: 10px;
    margin-bottom: 13px;
}

#tag_cloud-2 .tagcloud a:hover{
	color: #0eaf96;
}

.blog-single .social-icon-nine a i {
    display: block;
    line-height: 40px;
}

.tag-list li:last-child a {
	border: 0px;
}

.blog-single .social-icon-nine li {
    margin: 0 1px;
}

.blog-single .social-icon-nine {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 80px;
}

.blog-single .social-icon-nine a {
	
height: 40px;
	
width: 68px;
	
display: inline-block;
}

/*==== Feature Widget ====*/

.feature-widget .inner-box {
	position: relative;
	background-color: #000364;
	text-align: center;
	padding-bottom: 30px;
}

/* Post Tags */

.blog-single .tags{
	position: relative;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-bottom: 15px;font-weight: 600;
}

.blog-single .tags li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #222;
	font-weight: 500;
}

.blog-single .tags li strong{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.blog-single .tags li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 12px;
	color: #555;
	font-weight: 400;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-right: 1px solid #555;
	padding-right: 11px;
}

.blog-single .tags li a:hover{
	color: #0eaf96;
}

/* Author Box */

.author-box{
	position:relative;
	padding: 35px 40px 45px;
	background-color: #f9faff;
	margin-bottom: 95px;
	border: 1px solid #e5e9ff;
}

.author-box .inner-box{
	position:relative;
	padding-left: 130px;
	min-height: 100px;
}

.author-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.author-box .thumb img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.author-box .info{
	position: relative;
	padding-top: 10px;
	margin-bottom: 15px;
}

.author-box .info span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	font-weight: 300;
}

.author-box .info h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	font-weight: 500;
}

.author-box .text{
	position: relative;
	display: block;
	margin-bottom: 20px;
}



/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title{
	position: relative;
	margin-bottom: 35px;
}

.group-title h5{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
}

.comments-area{
	position:relative;
	margin-bottom: 90px;
}

.comments-area .comments-outer{
	position: relative;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom: 40px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment{
	position:relative;
	padding-left: 100px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

.comments-area .comment-box:last-child .comment{
	border-bottom: 0;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left: 0;
	top:0px;
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 50%;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-info{
	position: relative;
	display: block;
	padding-top: 5px;
	margin-bottom: 15px;
}

.comments-area .comment-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height:22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 8px;
}

.comments-area .comment-box .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.comments-area .comment-box .text{
	position: relative;
	display: block;
	margin-bottom: 27px;
}


.comments-area .comment-box.reply-comment{
	margin-left: 90px;
}

.comments-area .comment-box.reply-comment .comment{
	padding-left: 75px;
}

.comments-area .comment-box.reply-comment .author-thumb{
	height: 50px;
	width: 50px;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form{
 	position: relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
	display: block;
	height: 66px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #999ab9;
	font-weight: 400;
	padding: 20px 30px;
	border: 1px solid #eee;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 20px rgba(68,71,198,.10);
	        box-shadow: 0 10px 20px rgba(68,71,198,.10);
}

.comment-form .form-group textarea{
	height: 200px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	cursor: pointer;
}

/*** 

====================================================================
	 	App Info Section
====================================================================

***/

.app-info-section {
	position: relative;
	padding: 60px 0 150px;
}

.big-shape-11 {
    height: 937px;
    width: 751px;
    background-image: url(images/icons/big-shape-11.png);
}

.app-info-section .big-shape-11 {
    top: -20px;
    left: 0px;
}

.image-block-three {
	position: relative;
}

.image-block-three .image-box-one img {
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	        box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

.image-block-three .image-box-two {
	position: absolute;
	left: 50px;
	bottom: -117px;
}

.image-block-three .image-box-two img {
	-webkit-box-shadow: -20px 20px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	        box-shadow: -20px 20px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

.app-info-block {
	position: relative;
	margin-bottom: 60px;
}

.app-info-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 70px;
}

.app-info-block .icon-box {
	position: absolute;
	left: 0;
	top: 2px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #f3f6ff;
	font-size: 20px;
	color: #2a2685;
	text-align: center;
}

.app-info-block h5 {
	font-size: 16px;
	font-weight: 500;
}


/*** 

====================================================================
	 	App Screen Section
====================================================================

***/

.app-screenshots-section {
	position: relative;
	padding-bottom: 110px;
}

.big-shape-11 {
    height: 937px;
    width: 751px;
    background-image: url(images/icons/big-shape-11.png);
}

.app-screenshots-section .big-shape-11 {
    top: 20px;
    left: 0px;
}

.app-screenshots-section .slide {
	padding: 30px;
}

.app-screenshots-section .slide img {
	width: auto;
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	        box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	-webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 20px;
}

.app-screenshots-section .center .slide img {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}


/*** 

====================================================================
	 	App Download Section
====================================================================

***/

.app-download-section {
	position: relative;
	margin-top: -40px;
}

.big-shape-14 {
    height: 912px;
    width: 1242px;
    background-image: url(images/icons/big-shape-14.png);
}

.app-download-section .big-shape-14 {
    top: 40px;
    right: 0px;
}

.app-download-section .outer-box {
	position: relative;
	padding: 100px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(66, 66, 66, 0.06);
	        box-shadow: 0px 0px 36.5px 13.5px rgba(66, 66, 66, 0.06);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.app-download-section .link-btn {
	text-align: center;
}

.google-play-btn {
	position: relative;
	border-radius: 8px;
	background-color: rgb(64, 58, 180);
	-webkit-box-shadow: 0px 8px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	        box-shadow: 0px 8px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	padding: 15px 30px;
	padding-left: 75px;
	line-height: 1em;
	margin: 0 10px 10px;
}

.google-play-btn i {
	position: absolute;
	left: 28px;
	top: 19px;
	font-size: 36px;
}

.google-play-btn span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.80);
	display: block;
}

.google-play-btn:hover {
	color: #fff;
	background: #0eaf96;
}


.app-store-btn {
	position: relative;
	border-radius: 8px;
	background-color: rgb(240, 70, 122);
	-webkit-box-shadow: 0px 8px 21.25px 3.75px rgba(253, 188, 208, 0.65);
	        box-shadow: 0px 8px 21.25px 3.75px rgba(253, 188, 208, 0.65);
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	padding: 15px 30px;
	padding-left: 75px;
	line-height: 1em;
	margin: 0 10px 10px;
}

.app-store-btn i {
	position: absolute;
	left: 28px;
	top: 19px;
	font-size: 36px;
}

.app-store-btn span {
	font-size: 14px;
	color: #fff;
	display: block;
}

.app-store-btn:hover {
	color: #fff;
	background: #1c96f6;
}



/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:100px 0px 50px;
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
	margin-right:-20px;
	padding:50px 35px 45px;
	background-color:#0daf96;
	-webkit-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
	box-shadow:0px 0px 45px rgba(0,0,0,0.20);
}

.contact-page-section .info-column .inner-column .title-box{
	position:relative;
}

.contact-page-section .info-column .inner-column .title-box h3{
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:500;
	line-height:1.3em;
}

.contact-page-section .info-column .inner-column .title-box .title-text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	margin-top:8px;
	margin-bottom:30px;
	color: #fbfbfb;
}

.contact-page-section .info-column .inner-column .social-links{
	position:relative;
}

.contact-page-section .info-column .inner-column .social-links li{
	position:relative;
	margin-right:4px;
	margin-bottom:5px;
	display:inline-block;
}

.contact-page-section .info-column .inner-column .social-links li a{
	position:relative;
	color:#ffffff;
	width:45px;
	height:45px;
	border-radius:2px;
	display:inline-block;
	text-align:center;
	line-height:43px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid rgba(255,255,255,0.30);
}

.contact-page-section .info-column .inner-column .social-links li a:hover{
	color:#0daf96;
	border-color:#ffffff;
	background-color:#ffffff;
}

/* Contact Info List */

.contact-info-list{
	position:relative;
}

.contact-info-list li{
	position:relative;
	margin-bottom:30px;
	font-size:16px;
	min-height:50px;
	line-height:1.8em;
	padding-left:50px;
	color: rgb(255, 255, 255);
}

.contact-info-list li strong{
	font-weight:700;
	font-size:18px;
	display:block;
}

.contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size: 36px;
	line-height:1em;
}

.contact-page-section .form-column{
	position:relative;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}

.contact-page-section .form-column .inner-column .row{
	margin:0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group{
	padding:0px 10px;
}

/* Contact Form */

.contact-form{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:22px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	color:#a5a5a5;
	line-height:26px;
	padding:10px 28px;
	height:60px;
	font-size:14px;
	border-radius:2px;
	background: #ffffff;
	border: 1px solid #eee;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#0daf96;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 28px;
	color:#a5a5a5;
	height: 158px;
	font-size:14px;
	resize:none;
	border-radius:2px;
	background: #ffffff;
	border: 1px solid #eee;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
}

.contact-map-section .map-outer{
	position: relative;
	height: 500px;
} 

.contact-map-section .map-canvas{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	padding: 10px;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#121212;
}




/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	padding: 150px 0px 150px;
}

.error-section .inner-section {
	position: relative;
	text-align: center;
}

.error-section .inner-section h1 {
	position: relative;
	color: #222;
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
}

.error-section .inner-section h2 {
	position: relative;
	font-size: 20px;
	color: #555;
	font-weight: 500;
	text-transform: uppercase;
}

.error-section .inner-section .text {
	position: relative;
	color: #0eaf96;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
	position: relative;
	line-height: 22px;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 54px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 10px 50px 10px 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;
}

.error-search-form .form-group input:focus {
	border-color: #0eaf96;
}

.error-search-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 54px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	background: #0eaf96;
	font-weight: normal;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section {
	position: relative;
	padding: 120px 0 90px;
}

.portfolio-section .auto-container {
	max-width: 1400px;
}

/* portfolio block one */

.portfolio-block-one {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block-one .inner-box {
    position: relative;
}

.portfolio-block-one .image {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.portfolio-block-one .image img {
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.portfolio-block-one:hover .image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.portfolio-block-one .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-one:hover .image::before {
    opacity: 0.8;
}

.portfolio-block-one .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
        -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
            transform: translateX(0%) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-block-one .overlay a:hover {
    background: rgba(255, 255, 255, .95) none repeat scroll 0 0;
    color: #0daf96;
}

.portfolio-block-one:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
        -ms-transform: translateX(0) translateY(0%) scale(1);
            transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-one .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-block-one:hover .overlay {
    opacity: 1;
}

.portfolio-block-one .caption-title {
    bottom: 30px;
    left: 30px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.portfolio-block-one:hover .caption-title {
    opacity: 1;
}

.portfolio-block-one .caption-title h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-one .caption-title h4 a {
    color: #fff;
}

.portfolio-block-one:hover .caption-title h4,
.portfolio-block-one:hover .caption-title span {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.portfolio-block-one .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.portfolio-block-one .caption-title-two {
    padding-top: 20px;
    padding-left:  30px;
    padding-bottom:  20px;
    border: 1px solid #ecf0f6;
}

.portfolio-block-one .caption-title-two h4 {
}

.portfolio-block-one .caption-title-two h4 a {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-block-one .caption-title-two span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
}



/* portfolio block two */

.portfolio-block-two {
    position: relative;
    padding: 0;
}

.portfolio-block-two .inner-box {
    position: relative;
}

.portfolio-block-two .image img {
    width: 100%;
}

.portfolio-block-two .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-two:hover .image::before {
    opacity: 0.8;
}

.portfolio-block-two .image {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.portfolio-block-two .image img {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.portfolio-block-two:hover .image img {
    -webkit-transform: translateX(0%) translateY(-90px) scale(1);
        -ms-transform: translateX(0%) translateY(-90px) scale(1);
            transform: translateX(0%) translateY(-90px) scale(1);
}

.portfolio-block-two .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
        -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
            transform: translateX(0%) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-block-two .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio-block-two:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
        -ms-transform: translateX(0) translateY(0%) scale(1);
            transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-two .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -46.5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-block-two:hover .overlay {
    opacity: 1;
}

.portfolio-block-two .caption-title {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    background-color: white;
    width:  100%;
    padding: 16px 30px 20px;
}

.portfolio-block-two:hover .caption-title {
    opacity: 1;
}

.portfolio-block-two .caption-title h4 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-two .caption-title h4 a {
    color: #222;
}

.portfolio-block-two:hover .caption-title h4,
.portfolio-block-two:hover .caption-title span {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.portfolio-block-two .caption-title span {
    color: #848484;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* portfolio block three */

.portfolio-block-three {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block-three .inner-box {
    position: relative;
}

.portfolio-block-three .image img {
    width: 100%;
    -webkit-transition:  .5s ease;
    -o-transition:  .5s ease;
    transition:  .5s ease;
}

.portfolio-block-three:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.portfolio-block-three .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-three:hover .image::before {
    opacity: 0.8;
}

.portfolio-block-three .image {
    position: relative;
    margin: 0;
    overflow:  hidden;
}

.portfolio-block-three .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
        -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
            transform: translateX(0%) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-block-three .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio-block-three:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
        -ms-transform: translateX(0) translateY(0%) scale(1);
            transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-three .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-block-three:hover .overlay {
    opacity: 1;
}

.portfolio-block-three .caption-title {
    bottom: 50%;
    margin-bottom: -65px;
    left: 0;
    width:  100%;
    text-align:  center;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.portfolio-block-three:hover .caption-title {
    opacity: 1;
}

.portfolio-block-three .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-three .caption-title h4 a {
    color: #fff;
}

.portfolio-block-three:hover .caption-title h4,
.portfolio-block-three:hover .caption-title span {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.portfolio-block-three .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* portfolio block four */

.portfolio-block-four {
    position: relative;
    margin-bottom: 35px;
}

.portfolio-block-four .inner-box {
    position: relative;
}

.portfolio-block-four .image {
    position: relative;
    overflow: hidden;
}

.portfolio-block-four .image img {
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.portfolio-block-four:hover .image img {
    -webkit-transform: rotateX(20deg) scale(1.1);
            transform: rotateX(20deg) scale(1.1);
}

.portfolio-block-four .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-four:hover .image::before {
    opacity: 0.8;
}

.portfolio-block-four .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
        -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
            transform: translateX(0%) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-block-four .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio-block-four:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
        -ms-transform: translateX(0) translateY(0%) scale(1);
            transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-four .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-block-four:hover .overlay {
    opacity: 1;
}

.portfolio-block-four .caption-title {
    bottom: 20px;
    left: 20px;
    width: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.portfolio-block-four:hover .caption-title {
    opacity: 1;
}

.portfolio-block-four .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-four .caption-title h4 a {
    color: #fff;
}

.portfolio-block-four:hover .caption-title h4,
.portfolio-block-four:hover .caption-title span {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.portfolio-block-four .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.portfolio-block-four .read-more {
    position:  absolute;
    right: 50px;
    bottom: 10px;
}


/* portfolio block five */

.portfolio-block-five {
    position: relative;
}

.portfolio-block-five .inner-box {
    position: relative;
}

.portfolio-block-five .image {
    position: relative;
    overflow: hidden;
}

.portfolio-block-five .image img {
    position: relative;
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.portfolio-block-five:hover .image img {
    -webkit-transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
            transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
}

.portfolio-block-five .caption-title {
    bottom: 70px;
    left: 75px;
    position: absolute;
    z-index: 12;
}

.portfolio-block-five .caption-title h4 a {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    display:  inline-block;
}

.portfolio-block-five .caption-title .text {
    color: #fff;
    margin-bottom: 10px;
    max-width: 580px;
}

.portfolio-block-five .read-more span {
    color: #fff;
}



/* portfolio block six */

.portfolio-block-six {
    position: relative;
    padding: 0px;
}

.portfolio-block-six .inner-box {
    position: relative;
}

.portfolio-block-six .image img {
    width: 100%;
    -webkit-transition:  .5s ease;
    -o-transition:  .5s ease;
    transition:  .5s ease;
}

.portfolio-block-six:hover .image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.portfolio-block-six .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-six:hover .image::before {
    opacity: 0.8;
}

.portfolio-block-six .image {
    position: relative;
    overflow:  hidden;
}

.portfolio-block-six .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
        -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
            transform: translateX(0%) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60px;
}

.portfolio-block-six .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio-block-six:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
        -ms-transform: translateX(0) translateY(0%) scale(1);
            transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-six .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.portfolio-block-six:hover .overlay {
    opacity: 1;
}

.portfolio-block-six .caption-title {
    bottom: 50%;
    margin-bottom: -65px;
    left: 0;
    width:  100%;
    text-align:  center;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.portfolio-block-six:hover .caption-title {
    opacity: 1;
}

.portfolio-block-six .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-six .caption-title h4 a {
    color: #fff;
}

.portfolio-block-six:hover .caption-title h4,
.portfolio-block-six:hover .caption-title span {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.portfolio-block-six .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}
.working-process .icon-box img {
    /* margin: 0 auto; */
    /* top: 0; */
    /* position: relative; */
}


.page_pagination_two li span.page-numbers.current{
    color: #fff;
    background: #403ab4;
    border-color: #403ab4;
    box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 3px;
}

.news-block-one .lower-content {
    /* padding: 19px; */
    /* border: 2px solid #e6e6e6; */
    margin-bottom: 40px;
    padding: 19px;
    /* border: 2px solid #e6e6e6; */
    margin-bottom: 40px;
    background: #f4f4f4;
}
.blog-classic .post.type-post {
    margin-bottom: 80px;
}
.mrside ul li{
    font-size: 15px!important;
    color: #222!important; 
}
.mrside ul li:hover a{
    color: #403ab4!important; 
}
.mrside ul li:hover{
    color: #403ab4!important; 
}
.mrside ul li a{
	width: 88%;
    position: relative;
    font-size: 15px!important;
    line-height: 36px;
    color: #222!important;
    font-weight: 400!important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tagcloud a{
    position: relative;
    font-size: 16px!important;
    line-height: 12px;
    color: #555;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-right: 2px solid #ddd;
    padding-right: 10px;
    margin-bottom: 13px;
	position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tagcloud a:hover{
	color:#0eaf96;
}
.news-block-one .image-box .image {
    margin-bottom: -10px!important;
}


/* 8.4. Arrow button */
.arrow-btn-box {
	display: inline-block;
	position: relative;
}

.arrow-btn {
    padding: 6px 60px 6px 0px;
    background: #ffffff;
    color: #686868;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
}

.arrow-btn-box:hover .arrow-btn {
	padding: 6px 90px 6px 0px;
	letter-spacing: 5px;
}

.arrow-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%) scaleX(0);
	    -ms-transform: translateY(-50%) scaleX(0);
	        transform: translateY(-50%) scaleX(0);
	width: 30px;
	height: 2px;
	-webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
		-o-transition: .5s cubic-bezier(.86, 0, .07, 1);
			transition: .5s cubic-bezier(.86, 0, .07, 1);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	background: #0eaf96;
}

.arrow-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #686868;
    border-top: 2px solid #686868;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
}
.arrow-btn-box:hover .arrow-btn:before {
	-webkit-transform: translateY(-50%) scaleX(1);
	    -ms-transform: translateY(-50%) scaleX(1);
	        transform: translateY(-50%) scaleX(1);
}

.arrow-btn-box:hover .arrow-btn:after {
	border-right: 2px solid #0eaf96;
	border-top: 2px solid #0eaf96;
}
.fade-anim-box.fade-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fade-anim-box {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
    -o-transition: 1s cubic-bezier(.77, 0, .175, 1);
    transition: 1s cubic-bezier(.77, 0, .175, 1);
}
.tr-delay05, .tr-delay05:before, .tr-delay05:after {
    -webkit-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
    transition-delay: .5s !important;
}
.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.arrow-btn-box {
    display: inline-block;
    position: relative;
}

code {
    font-size: 87.5%;
    color: #0eaf96;
    word-break: break-word;
}
.blog-single .image-box .image {
    margin-bottom: 0px!important;
}

.paginate-links>a>span{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    transition: .5s ease; 
	margin: 0 4px;
}
.paginate-links>a>span:hover{
    color: #fff;
    background: #403ab4;
    border-color: #403ab4;
    box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 4px;
    text-align: center;
}
.paginate-links>span {
    color: #fff;
    background: #403ab4;
    border-color: #403ab4;
    box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 4px;
    text-align: center;
}

.reply-btn a {
    position: absolute;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    right: 0;
    top: 0px;
    transition: .5s ease;
}
.reply-btn a:hover {
    color: #f13729;
}

#respond .group-title {
    margin-bottom: 0px!important;
}

.aaa .arrow-btn {
    padding: 25px 60px 25px 40px;
    background: #0eaf96;
    color: white;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
}
.aaa .arrow-btn-box:hover .arrow-btn {
	padding: 25px 90px 25px 40px;
	background: #403ab4;
	letter-spacing:4px;
}
.aaa .arrow-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
}
.aaa .arrow-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    width: 30px;
    height: 2px;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background: #ffffff;
}
.aaa .arrow-btn-box:hover .arrow-btn:after {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

/* 8.5. Scroll button */
.scroll-btn {
    position: absolute;
    left: 75%;
    bottom: 137px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 23px;
    /* overflow: hidden; */
    z-index: 3;
}
.scroll-btn-flip-box {
	overflow: hidden;
	display: inline-block;
	-webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
		-o-transition: 1s cubic-bezier(.86, 0, .07, 1);
			transition: 1s cubic-bezier(.86, 0, .07, 1);
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}

body.anim .scroll-btn-flip-box {
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	        transition-delay: .2s;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.scroll-btn-flip {
	position: relative;
	color: transparent;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	margin-right: -3px;
	animation: pulse 1s infinite;    
	padding: 1px;
}

.scroll-btn-flip:before,
.scroll-btn-flip:after {
	color: white;
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
		-o-transition: .5s cubic-bezier(.86, 0, .07, 1);
			transition: .5s cubic-bezier(.86, 0, .07, 1);
}

.scroll-btn-flip:before {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.scroll-btn-flip:after {
	-webkit-transform: translateY(-170%);
	    -ms-transform: translateY(-170%);
	        transform: translateY(-170%);
	color: #ef0d33;
}

.scroll-btn:hover .scroll-btn-flip:before {
	-webkit-transform: translateY(52%);
	    -ms-transform: translateY(52%);
	        transform: translateY(52%);
}

.scroll-btn:hover .scroll-btn-flip:after {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.scroll-arrow-box {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 30px;
	-webkit-transform: translateX(-50%) translateY(30px);
	    -ms-transform: translateX(-50%) translateY(30px);
	        transform: translateX(-50%) translateY(30px);
	-webkit-transition: 1s cubic-bezier(.165, .84, .44, 1);
		-o-transition: 1s cubic-bezier(.165, .84, .44, 1);
			transition: 1s cubic-bezier(.165, .84, .44, 1);
}

body.anim .scroll-arrow-box {
	-webkit-transform: translateX(-50%) translateY(0);
	    -ms-transform: translateX(-50%) translateY(0);
	        transform: translateX(-50%) translateY(0);
	-webkit-transition-delay: .7s;
	    -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.scroll-arrow {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
	width: 100%;
	height: 100%;
	-webkit-transition: 1s cubic-bezier(.23, 1, .32, 1);
		-o-transition: 1s cubic-bezier(.23, 1, .32, 1);
			transition: 1s cubic-bezier(.23, 1, .32, 1);
}

.scroll-btn:hover .scroll-arrow {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.scroll-arrow:before {
	content: '';
	width: 14px;
	height: 14px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	position: absolute;
	bottom: 2px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: .6s cubic-bezier(.23, 1, .32, 1);
		-o-transition: .6s cubic-bezier(.23, 1, .32, 1);
			transition: .6s cubic-bezier(.23, 1, .32, 1);
}

.scroll-btn:hover .scroll-arrow:before{
	border-right: 2px solid #ef0d33;
	border-bottom: 2px solid #ef0d33;
}

.scroll-arrow:after {
	content: '';
	width: 2px;
	height: 100%;
	background: #ef0d33;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleY(0);
	    -ms-transform: translateX(-50%) scaleY(0);
	        transform: translateX(-50%) scaleY(0);
	-webkit-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transition: 1s cubic-bezier(.23, 1, .32, 1);
		-o-transition: 1s cubic-bezier(.23, 1, .32, 1);
			transition: 1s cubic-bezier(.23, 1, .32, 1);
}

.scroll-btn:hover .scroll-arrow:after {
	-webkit-transform: translateX(-50%) scaleY(1);
	    -ms-transform: translateX(-50%) scaleY(1);
	        transform: translateX(-50%) scaleY(1);
}

@media only screen and (max-width: 999px) {
	
	.scroll-btn {
		left: 50%;
	}
	
}

@media only screen and (min-width: 1000px) {
	
	.red-bg .scroll-btn-flip:after {
		color: #262626;
	}
	
	.red-bg .scroll-btn:hover .scroll-arrow:before{
		border-right: 2px solid #262626;
		border-bottom: 2px solid #262626;
	}
	
	.red-bg .scroll-arrow:after {
		background: #262626;
	}
	
}
.scroll-arrow:before {
    content: '';
    width: 14px;
    height: 14px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    bottom: 2px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .6s cubic-bezier(.23, 1, .32, 1);
    -o-transition: .6s cubic-bezier(.23, 1, .32, 1);
    transition: .6s cubic-bezier(.23, 1, .32, 1);
}
.scroll-arrow:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #ef0d33;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
    -ms-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 1s cubic-bezier(.23, 1, .32, 1);
    -o-transition: 1s cubic-bezier(.23, 1, .32, 1);
    transition: 1s cubic-bezier(.23, 1, .32, 1);
}

.tag-sticky-2 .lower-content,.sticky .lower-content{
    padding: 19px;
    border: 2px solid #0eaf96;
    margin-bottom: 40px;
}
.blogpage{
    padding: 19px;
    border: 2px solid #e6e6e6;
    margin-bottom: 40px;
}

.error-section {
    background-image: none!important;
}

.aaa .arrow-btn {
    box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}
.aaa .arrow-btn-box:hover .arrow-btn {
    box-shadow: 0px 11px 21.25px 3.75px rgba(64, 58, 180, 0.47);
}

.banner-section-two .scroll-btn {
    top: 93%;
}

.banner-section-two .scroll-btn-flip:before {
    color: #0eaf96;
}
.banner-section-two .scroll-arrow:before {
    border-right: 2px solid #0eaf96;
    border-bottom: 2px solid #0eaf96;
 
}
.shape-eight1 {
    background-image: url(images/icons/11.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    /* opacity: -1; */
    width: 60px;
    height: 60px;
    /* background: #dbdbdb; */
    z-index: 999;
    position: absolute;
    bottom: 3%;
    left: 38%;
    animation: animationFramesFour 20s alternate infinite linear;
}
.shape-eight2 {
    background-image: url(images/icons/15.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    /* opacity: -1; */
    width:60px;
    height:60px;
    /* background: #dbdbdb; */
    z-index: 999;
    position: absolute;
    bottom: 30%;
    left: 10%;
    animation: animationFramesFour 20s alternate infinite linear;
}
.shape-nine1 {
    background-image: url(images/icons/10.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    /* opacity: -1; */
    width: 50px;
    height: 50px;
    /* background: #dbdbdb; */
    z-index: 999;
    position: absolute;
    bottom: 4%;
    right: 30%;
    animation: animationFramesOne 17s infinite linear;
}

.shape-nine2 {
    background-image: url(images/icons/14.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    /* opacity: -1; */
    width: 50px;
    height: 50px;
    /* background: #dbdbdb; */
    z-index: 999;
    position: absolute;
    bottom: 80%;
    right: 38%;
    animation: animationFramesOne 17s infinite linear;
}
footer{
	clear:both!important;    
	background-image: none;
}

.xyxx {
    margin-top: 40px;
    clear: both;
}

.twitter_feed li:before {
    content: "\f099";
    font-family: FontAwesome;
    color: #4bcaff;
    width: 50px;
    font-family: 'Font Awesome 5 Brands';
}
.twitter_feed li p{
margin-left: 25px;
margin-top: -29px;}
.twitter_ago{color:white}


.instagram-posts-widget img {
    width: 100px;
    /* float: left; */
    /* display: inline; */
    /* margin: 3px; */
}










#saasweb_recentnews1-3 {
    clear: both;
    margin-bottom: 40px;
}
#saasweb_recentnews1-3 .date {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-left: 111px;
    margin-bottom: 10px;    
	color:#626262;
}
#saasweb_recentnews1-3 .news-item h4 {
    margin-left: 111px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
}
#saasweb_recentnews1-3 h4 a {
    color: #222;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#saasweb_recentnews1-3 .news-item {
    position: relative;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 15px;
    /* padding-left: 95px; */
    min-height: 94px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
#saasweb_recentnews1-3 .news-item .inner-box {
    position: relative;
}
#saasweb_recentnews1-3 .news-item .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
}
#saasweb_recentnews1-3 .news-item .inner-box .image a {}
#saasweb_recentnews1-3 .news-item .inner-box .image a img {
    width: 90px;
    height: 70px;
}
#saasweb_recentnews1-3 .news-item:last-child {
    padding-bottom: 0px;
}


#saasweb_gallery-2 {}
#saasweb_gallery-2 .image {
    display: inline-block;
    margin-left: 5px;
    /* margin-bottom: 8px; */
    width: 29%;
}
#saasweb_gallery-2 .image a {}
#saasweb_gallery-2 .image a img {
    width: 100%;
}


#categories-2 {
    margin-bottom: 40px;
}
#tag_cloud-2 .tagcloud {
    /* margin-bottom: 30px; */
}
#text-11 {
    overflow: hidden;
}
#text-11 .xyxx {
    margin-top: 0px;
}
#text-4 {
    left: 70px;
}
#text-3 .about-widget .text {
    margin-right: -40px;
}
#text-5 {
    left: 30px;
}

.twitter_feed li p{
margin-left: 25px;
margin-top: -25px;}
.twitter_ago{color:white}


.instagram-posts-widget img {
    /* height: 101px; */
    /* float: left; */
    /* display: inline; */
    /* margin: 2px; */
}
#saasweb_twitter-2  ul li:before {
    font-family: 'Font Awesome 5 Brands';
    font-size: 15px;
    top: 8px;
    left: 0;
    position: relative;
}
#saasweb_twitter-2  a:before {
    display: none;
}
#saasweb_twitter-2  ul li {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#saasweb_twitter-2  ul li a {
    padding: 0px 0px;
}

.scroll-btn{
    display: none;
}


.about-block-one .text p {
    color: #fff;
}
.main-header .header-upper .logo-box .logo img{
    width: 178px;
}


.features-section-three .anim-icons{
	display:none;
}
footer .about-widget .copy-right-text {
    color: #0eaf96;
    font-weight: 500;
    font-size: 16px;
}


footer .footer-bottom .copyright-text{
    font-size: 16px;
}
footer .footer-bottom .copyright-text a{
    margin-left: 5px;
}
.widget_categories ul li.cat-item a:before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background: #d4d4d4;
    left: 0;
    top: 15px;
    transition: .5s ease;
    transform: skew(0deg);
}
.widget_categories ul li.cat-item a{
	padding-left:20px;
}
#add-comment-form .adminclass a {
    color: #555;
}
#respond .group-title h2 {
    font-size: 36px;
}
.btn-style-thirteen:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(left, #C21837 0%, #ED2C4F 100%);
    background-image: -moz-linear-gradient(left, #C21837 0%, #ED2C4F 100%);
    background-image: -o-linear-gradient(left, #C21837 0%, #ED2C4F 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #403ab4), color-stop(100, #0eaf96));
    background-image: -webkit-linear-gradient(left, #403ab4 0%, #0eaf96 100%);
    background-image: linear-gradient(to right, #403ab4 0%, #0eaf96 100%);
    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;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
/*:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(left, #ED2C4F 0%, #c21837 100%);
    background-image: -moz-linear-gradient(left, #ED2C4F 0%, #c21837 100%);
    background-image: -o-linear-gradient(left, #ED2C4F 0%, #c21837 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #403ab4), color-stop(100, #0eaf96));
    background-image: -webkit-linear-gradient(left, #403ab4 0%, #0eaf96 100%);
    background-image: linear-gradient(to right, #403ab4 0%, #0eaf96 100%);
    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;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}*/
/* Shutter Out Vertical */
.btn-style-thirteen {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-style-thirteen:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( 0deg, rgb(152,0,203) 20%, rgb(81,47,183) 100%);
  border-radius: 25px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-style-thirteen:hover, .btn-style-thirteen:focus, .btn-style-thirteen:active {
    color: white;
    transition: all 1500ms ease;
}
.btn-style-thirteen:hover:before, .btn-style-thirteen:focus:before, .btn-style-thirteen:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-thirteen .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
}
.btn-style-thirteen .icon {
    margin-right: 0px;
    margin-left: 10px;
}
#respond .group-title h2 {
    font-size: 36px;
}


#text-12 .single-sidebar.subscribe-form-box{
    position: relative;
    display: block;  
    margin-top: 50px;
}
#text-12 .sidebar-subscribe-form {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 370px;
    width: 100%;
    background: #000364;
    padding: 50px 30px 50px;
    z-index: 1;
}
#text-12 .sidebar-subscribe-form .icon{
    position: relative;
    display: block;
    padding-bottom: 22px;
}
#text-12 .sidebar-subscribe-form .icon span:before{
    color: #3398fd;
    font-size: 80px;
    line-height: 80px;
}
#text-12 .sidebar-subscribe-form h3{
    color: #f3f7fa;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 24px;
}
#text-12 .sidebar-subscribe-form form {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
#text-12 .sidebar-subscribe-form form .input-field{
    position: relative;
    display: block;
}
#text-12 .sidebar-subscribe-form form .input-field input[type=email] {
    position: relative;
    display: block;
    background: #2a3e72;
    border: 1px solid #31426c;
    color: #f3f7fa;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 30px;
    transition: all 500ms ease 0s;
}
#text-12 .sidebar-subscribe-form form .input-field input::-webkit-input-placeholder {
    color: #ffffff;
}
#text-12 .sidebar-subscribe-form form .input-field input:-moz-placeholder {
    color: #ffffff;
}
#text-12 .sidebar-subscribe-form form .input-field input::-moz-placeholder {
    color: #ffffff;
}
#text-12 .sidebar-subscribe-form form .input-field input:-ms-input-placeholder {
    color: #ffffff;
}
#text-12 .sidebar-subscribe-form form button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0daf96;
    color: #ffffff;
    font-size: 14px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 0px solid #f2f2f2;
    transition: all 500ms ease 0s;
    font-family: 'Roboto', sans-serif;
}
#text-12 .sidebar-subscribe-form form .input-field input[type=email]:focus {
    border: 1px solid #f3f7fa;
}
#text-12 .sidebar-subscribe-form form .input-field input[type=email]:focus + button, #text-12 .sidebar-subscribe-form form button:hover {
    background: #ffffff;
    color: #0daf96;
    transform: rotate(360deg);
}
.news-block-one .lower-content {
    padding: 25px;
    /* border: 2px solid #e6e6e6; */
    margin-bottom: 40px;
    background: #f4f4f4;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
    padding: 30px 47px 42px 50px;
    position: relative;
}
.news-block-one .info {
    position: relative;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}
.news-block-one .info:after {
    content: "";
    height: 2px;
    width: 20px;
    background-color: #403ab4;
    position: absolute;
    top: 31%;
    left: 0;
    transform: translateY(-50%);
}
.news-block-one .info {
    padding-left: 30px;
}
.news-block-one .info .icon.flaticon-calendar {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 13px;
    color: #535353;
    font-weight: 400;
}
.news-block-one .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #8d8d8d;
    font-weight: 500;
    padding-left: 25px;
    margin-right: 8px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    padding-right: 15px;
    display: inline-block;
    border-right: 1px solid #9b9b9b;
    line-height: 1.3em;
}
.news-block-one .info .icon {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 18px;
    color: #535353;
    font-weight: 600;
}
.news-block-one .info li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}
.news-block-one .info .icon {
    color: #535353;
}
.news-block-one h3.blog_title {
    position: relative;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;    
	color: #222;
}
.news-block-one h3.blog_title a{   
	color: #222;
}
.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #0eaf96;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.page-title .bread-crumb li:before {
    color: #fff;
}
.page-breadcrumb {
    padding-top: 30px;
}

#saasweb_recentnews1-3{
    position: relative;
    padding: 35px 40px 20px;
    border: 1px solid #eaeaea;
	border-radius: 10px;
}
#saasweb_recentnews1-3 .news-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
#categories-2 {
    margin-bottom: 40px;
    position: relative;
    padding: 35px 40px 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
#tag_cloud-2 {
    /* position: relative; */
    /* display: block; */
    margin-bottom: 40px;
    position: relative;
    padding: 35px 40px 10px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
#saasweb_gallery-2 {
    margin-bottom: 40px;
    position: relative;
    padding: 35px 40px 10px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.social-icon-one li a {
    position: relative;
    color: #666;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #848484;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
}
.main-footer .phone i {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    color: #c8c9cc;
    margin-right: 20px;
}
.main-footer  .phone a {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #4640c6;
}
.search-box .form-group input[type="submit"], .search-box .form-group button {
    line-height: 80px;
 
}

/*Btn Style Thirteen*/

.btn-style-thirteen {
    position: relative;
    padding: 6px 18px 5px;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-style-thirteen .icon {
    margin-right: 0px;
    margin-left: 10px;
}
.btn-style-thirteen:hover{
	color:#ffffff;
}

.btn-style-thirteen:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(left, #ED2C4F 0%, #c21837 100%);
    background-image: -moz-linear-gradient(left, #ED2C4F 0%, #c21837 100%);
    background-image: -o-linear-gradient(left, #ED2C4F 0%, #c21837 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #403ab4), color-stop(100, #0eaf96));
    background-image: -webkit-linear-gradient(left, #403ab4 0%, #0eaf96 100%);
    background-image: linear-gradient(to right, #403ab4 0%, #0eaf96 100%);
    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;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;    
	border-radius: 0px!important;
}

.btn-style-thirteen:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(left, #C21837 0%, #ED2C4F 100%);
    background-image: -moz-linear-gradient(left, #C21837 0%, #ED2C4F 100%);
    background-image: -o-linear-gradient(left, #C21837 0%, #ED2C4F 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #403ab4), color-stop(100, #0eaf96));
    background-image: -webkit-linear-gradient(left, #403ab4 0%, #0eaf96 100%);
    background-image: linear-gradient(to right, #403ab4 0%, #0eaf96 100%);
    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;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.btn-style-thirteen:hover:before{
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transform:scaleX(0);
}

.btn-style-thirteen:hover:after{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform:scaleX(1);
}

.btn-style-thirteen .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
}

.mrfooter ul.social-icon-one li {
    display: inline-block;

}

.sec-title.centered {
    text-align: center;
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.3em;
    color: #3d415b;
    font-weight: 700;
}

a.theme-btn.btn-style-fourteen {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #3d415b;
    padding: 13px 42px;
    font-weight: 700;
    overflow: hidden;
    background: #eaf1fb;
    font-size: 14px;
    border: 2px solid #eaf1fb;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: 'Quicksand', sans-serif;
}

a.theme-btn.btn-style-fourteen:hover {
    color: #ffffff;
    border-color: #7362ff;
    background: #7362ff;
}
.fullwidth.portfolio-section .auto-container {
    max-width: 1900px!important;
}

footer .instagram-posts-widget img {
    height: 101px;
    float: left!important;
    margin: 2px;
    display: inline-block!important;
}
footer .instagram-posts-widget figure {
    max-width: 100%;
    display: block;
    float: left;    margin: 3px;
}


.fullwidth.gallery-section .auto-container {
    max-width: 1900px!important;
}
.fullwidth.gallery-section .outer-box{
    max-width: 1900px!important;
}

.dark .filter-tabs li span {
    color: #ffffff!important;

}

.dark .filter-tabs li:hover span,.dark .filter-tabs li.active span {
    color: #000000;
    background: #5c5c5c;
    border-color: #0a0a0a;
}

.dark.gallery-section .filters li{
    color: #fff!important;
}
.projects-block-one .caption-title-two {
    background: #fff;
}

.banner-section-two_ex {
    position: relative;
    padding-top: 200px;
    padding-bottom: 0px;
    background-size: cover;
}
.banner-section-two_ex .image-2 img{
    margin-top: -120px;
}
.fluid-section-two .pattern-layer {
    animation: none!important;
}
.sec-title.centered h2{	
	color: #3d415b;
    font-size: 42px;
    font-weight: 700;
}
.sm-cta-section .inner-box .btn-box a {
    animation: none!important;
}

.secdark .banner-section-five {

    background-color: #000!important;

}
.darkfooter.main-footer{
    background: #000000!important;
	border-top: 2px solid #242424;
}
.darkfooter.main-footer:before {
    content: none;

}

.darkpricing{
    background: #000!important;
}
.darkpricing .pricing-table {
    background: #000!important;
}

.darkbread {
    background: black;
    -webkit-box-shadow: 0px 3px 5px 2px #000000;
    box-shadow: 0px 3px 5px 2px #1a1a1a;
    padding: 200px 0px 120px;
}

.darkhader .header-upper {
    position: relative;
    background: black;
    -webkit-box-shadow: 0px 3px 5px 2px #ededed;
    box-shadow: 0px 3px 5px 2px #1e1e1e;
}

.darkhader  .navigation > li > a {
    color: #fff;
}
.breadstyle_two:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    content: "";
    /* z-index: -1; */
}

.breadstyle_two {
    padding: 214px 0px 180px!important;
    background-attachment: fixed;
}
.beadone{
	background-image:none!important;
}
.bread_four .banner-section-two{
	padding:0px;
}
.breadstyle_five:before {
    position: absolute;
    content: '';
    background: url(images/page-title.jpg);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
 .breadstyle_five{
    position: relative;
    padding: 150px 0px 100px!important;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-top: 80px!important;
}
 .breadstyle_five h1 {
    color: #403ab4!important;
}
 .breadstyle_five li a {
    color: #2e2e2e!important;
}
.breadstyle_five li:before {
    color: #161616!important;
}
.footer_two .copyright-text{
	float:right!important;    
	padding-bottom: 40px!important; 
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.footer_four{
	position:relative;
	padding:165px 0px 145px;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
}

.footer_four:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(37,41,50,0.95);
}

.footer_four .logo-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.footer_four .widgets-section{
	position:relative;
	padding-top:50px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.10);
	width:100%!important;
}

.footer_four .widgets-section .info-list{
	position:relative;
}

.footer_four .widgets-section .info-list li{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-bottom:4px;
}

.footer_four .widgets-section .copyright{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-bottom:4px;
}

.footer_four .widgets-section .location{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-bottom:8px;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two {
    position: relative;
    text-align: center;
    padding: 130px 0px 130px;
    background: #403ab4;
}
.footer-style-two .social-icon-two li{
	margin:0px 10px;
}

.footer-style-two .social-icon-two li a:hover{
	color:#00024f;
}

.footer-style-two .footer-nav{
	position:relative;
	margin-top:60px;
}

.footer-style-two .footer-nav li{
	position:relative;
	line-height:1em;
	padding:0px 20px;
	margin-bottom:10px;
	display:inline-block;
	border-right:1px solid #eeeef3;
}

.footer-style-two .footer-nav li.active a,
.footer-style-two .footer-nav li:hover a{
	color:#feb322;
}

.footer-style-two .footer-nav li:last-child{
	border-right:0px;
}

.footer-style-two .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-style-two .footer-nav li a:hover{
	color:#feb322;
}

.footer-style-two .scroll-box{
	position:relative;
	width:360px;
	margin:0 auto;
	margin-top:60px;
}

.footer-style-two .scroll-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:100%;
	height:2px;
	background-color:rgba(255,255,255,0.10);
}

.footer-style-two .scroll-box .arrow{
	position:relative;
	color:#feb322;
	font-size:18px;
	z-index:1;
	cursor:pointer;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-style-two .scroll-box .arrow:hover{
	color:#00024f;
}

.footer-style-two .scroll-box .arrow:hover::after{
	background-color:#feb322;
}

.footer-style-two .scroll-box .arrow:after{
	position:absolute;
	content:'';
	left:-9px;
	top:-7px;
	width:30px;
	height:30px;
	z-index:-1;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-style-two .copyright{
	position:relative;
	color:#feb322;
	font-size:14px;
	font-weight:700;
	margin-top:45px;
}


.footer-style-two  p{
    color: #fff;
}
.header_for_ex .header-upper {
    position: relative;
    background: #ffffff00!important;
    -webkit-box-shadow: 0px 3px 5px 2px #ededed;
    box-shadow: 0px 3px 5px 2px #ededed;
}

.darkfooter.main-footer .footer-bottom {

    padding-bottom: 60px!important;
}
.darkfooter p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.darkfooter .widget-title {
    color: #ffffff;
}

.banner-section-five .content-box .theme-btn{
	z-index: 1;
}

.banner-section-five .content-box .theme-btn:before{
	position: absolute;
	content: '';
	background: #ffffff;
	border-radius: 3px;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.banner-section-five .content-box .theme-btn:hover:before{
	width: 100%;
}

.banner-section-five .content-box .theme-btn:hover {
    color: #f0467a;
}



#saasweb_recentnews1-4 {
    margin-bottom: 50px;
}
#saasweb_gallery-4 {
    margin-top: 50px;
}
#saasweb_gallery-4 figure.image {
    display: inline-block;
    margin: 0px 6px 10px 0px;
}
#saasweb_gallery-4 figure.image img{}
#saasweb_twitter-5 {
    margin-top: 50px;
}
.pricing-section.style-three .pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
    margin-top: 0px;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
}
.pricing-section.style-three .sec-title {
    margin-bottom: 110px;
}
.pricing-section .pattern-layer {
    position: absolute;
    left: 150px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    z-index: -1;
}
.faq-fluid-section .accordion-box .block .content {
    margin-bottom: 0;
}
.faq-fluid-section .accordion-box .block .acc-content.current {
    padding: 0px 0px;
}
.faq-fluid-section .accordion-box .block .acc-content {
    padding-left: 0;
    padding-right: 0;
}
.screenshot-section_ix .owl-nav-style-one .owl-nav .owl-next, .screenshot-section_ix .owl-nav-style-one .owl-nav .owl-prev {
    border: 0px;
    width: 50px!important;
    color: #ccc;
}


.main-menu .navigation > li > ul > li.newhome:before {
    content: 'New*';
    z-index: 111;
    font-weight: 600;
    font-size: 12px;
    color: red;
    left: 210px;
    position: absolute;
    top: 0px;
}



ul li.mega-menu>ul.submenu{
    background-color: #fff !important;
    padding: 25px 0!important;
    width: 600px !important;
}
ul li.mega-menu>ul.submenu>li {
    display: block;
    float: left;
    margin: 0 5px;
    width: 230px;
    border: none;
}
ul li.mega-menu ul.submenu li {
    background-color: inherit;
    padding: 0 35px;
    border-top: none!important;
    border-left: 1px solid #c9c9c9;
    padding-right: 60px;
    margin-right: 20px;
}
ul li.mega-menu ul.submenu li:nth-child(odd){
	border-left: none!important;
}

.sm-banner-section-two.style-four .image-box {
  
    margin: -110px 0 -40px 0px!important;
}

.sm-subscribe-section .inner-content .form-group {

    margin-right: 5px!important;
}


.dark1 .sec-title.centered h2 {
    color: #ffffff!important;

}


.dark1 .service-block-five .inner-box {

    background: #ffffff!important;
}

.dark1  .sm-work-section .content-box h1 {

    color: #fff!important;
}

.dark1 .sm-work-section .content-box .text{
    color: #fff!important;

}
.dark1 .sm-work-section .content-box .list li {
    color: #fff!important;
}

.dark1 .sec-title h1 {

    color: #ffffff!important;
}
.darkpricing .pricing-table {
    background: #fff!important;
}

.counter-block-two .inner-box{
	transform: translate(0px) !important;
}




