/*****************************************************************

** - 01 - Default CSS
** - 02 - Preloader Area CSS
** - 03 - Navbar Area CSS
** - 04 - Home + Slider Area CSS
** - 05 - Features Section CSS
** - 06 - About Section CSS
** - 07 - Fun Facts Section CSS
** - 08 - Services Section CSS
** - 09 - Overview Section CSS
** - 10 - Project Section CSS
** - 11 - Blog Section CSS
** - 12 - Hire Section CS
** - 13 - Subscribe Section CSS
** - 14 - Other Page Banner Title Area CSS
** - 15 - 404 Error Page Area CS
** - 16- All Page Footer Section CSS
** - 17 - Page Copyright Section CSS
** - 18 - Yunsite-tab Section CSS
** - 19 - Blog Page Number Pagination Area CSS
** - 20 - Choose-us Section CSS
** - 21 - Seo-data Section CSS
** - 22 - Seo-advantage Section CSS
** - 23 - Seo-use Section CSS
** - 24 - Cloud-box Section Css
** - 25 - Case-area Section Css
** - 26 - Article-list Section Css
** - 27 - Edm-box Section Css
*****************************************************************/

/**************************************
 ** - 01 - Default CSS
 **************************************/
 
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@200;300;400;500;600;700;800;900&display=swap');

body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: 'Catamaran', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

button {
	outline: 0 !important;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.bg-grey {
	background-color: #fafbfc;
}

.section-padding {
	padding: 100px 0;
}

a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	outline: 0 !important;
	color: #0b0b31;
}

a:hover {
	text-decoration: none;
	color: #7b68ee;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
}

p {
	font-size: 15px;
	line-height: 1.8;
	color: #5a5c5f;
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

p:last-child {
	margin-bottom: 0;
}

.default-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
	background-color: #7b68ee;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
}

.default-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3e57d0;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

.default-btn:hover, .default-btn:focus {
	color: #ffffff;
}

.default-btn:hover span, .default-btn:focus span {
	width: 225%;
	height: 562.5px;
}

.default-btn-one {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #7b68ee;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
	margin-right: 25px;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
}

.default-btn-one span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3e57d0;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

.default-btn-one:hover, .default-btn-one:focus {
	color: #ffffff;
}

.default-btn-one:hover span, .default-btn-one:focus span {
	width: 225%;
	height: 562.5px;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.section-title h6 {
	font-size: 13px;
	font-weight:normal;
	color: #FF9800;
	letter-spacing:1.5px;
}

.section-title h2 {
	font-size: 38px;
	color: #0b0b31;
	margin: 10px 0 0 0;
	font-weight: 900;
}

.color-text {
    color: #7b68ee;
}

/* [ Start Overlay ] */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-dark]:before {
	background: #02050b;
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}

/* [ End Overlay ] */

/*****************************************
 ** - 00 -  Go Top CSS
 ******************************************/
.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background-color: #7b68ee;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 50%;
}

.go-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #0b0b31;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.go-top:hover, .go-top:focus {
	color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
/**************************************
 ** - 02 - Preloader Area CSS
 **************************************/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: transparent;
	top: 0;
	left: 0;
}

.preloader .loader {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	text-align: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.preloader .loader .box {
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}

.preloader .loader .shadow {
	width: 100%;
	height: 5px;
	background: #000000;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background: #7b68ee;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader::after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/**************************************
 ** - 03 - Navbar Area CSS
 **************************************/
.privine-responsive-nav {
	display: none;
}

.privine-nav {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
}

.privine-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.privine-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.privine-nav .navbar .navbar-nav {
	margin: auto;
}

.privine-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.privine-nav .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.privine-nav .navbar .navbar-nav .nav-item a:hover, .privine-nav .navbar .navbar-nav .nav-item a:focus, .privine-nav .navbar .navbar-nav .nav-item a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.privine-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.privine-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.privine-nav .navbar .navbar-nav .nav-item:hover a, .privine-nav .navbar .navbar-nav .nav-item:focus a, .privine-nav .navbar .navbar-nav .nav-item.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	position: absolute;
	border: none;
	top: 80px;
	left: 0;
	width: 230px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 8px 15px;
	padding-left: 0;
	margin: 0;
	position: relative;
	color: #0b0b31;
	font-size: 15.5px;
	font-weight: 500;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	width: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	height: 1px;
	background-color: #7b68ee;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #7b68ee;
	padding-left: 26px;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 20px;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #696997;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .other-option {
	margin-left: 0;
	margin-top: 5px;
}

.privine-nav .navbar .other-option .default-btn.seo-btn {
	padding: 10px 25px;
	font-size: 15px;
	background-color: transparent;
	border: 2px solid #7b68ee;
	color: #7b68ee;
}

.privine-nav .navbar .other-option .default-btn.seo-btn:hover {
	background-color: #7b68ee;
	color: #ffffff;
}

.privine-nav .black-logo {
	display: none;
}

.navbar-area {
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navbar-area.is-sticky .navbar-nav .nav-item a {
	color: #5b5b98;
}

.navbar-area.is-sticky .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .navbar-nav .nav-item a.active {
	color: #7b68ee;
}

.navbar-area.is-sticky .privine-nav .navbar-brand .white-logo {
	display: none;
}

.navbar-area.is-sticky .privine-nav .navbar-brand .black-logo {
	display: block;
}

@media only screen and (max-width: 991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.is-sticky {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.is-sticky .logo .white-logo {
		display: none;
	}

	.navbar-area.is-sticky .logo .black-logo {
		display: block;
	}

	.privine-responsive-nav {
		display: block;
	}

	.privine-responsive-nav .privine-responsive-menu {
		position: relative;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #7b68ee;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .others-options {
		display: none;
	}

	.privine-responsive-nav .mean-container a.meanmenu-reveal {
		color: #0b0b31;
	}

	.privine-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #0b0b31;
	}

	.privine-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.privine-responsive-nav .logo .white-logo {
		display: block;
	}

	.privine-responsive-nav .logo .black-logo {
		display: none;
	}

	.privine-nav {
		display: none;
	}
}

/**************************************
 ** - 04 - 04.1 - Home + Slider Area CSS
 **************************************/
.home-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 800px;
	background-image: url(../images/slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .3;
	z-index: -1;
	background: #060620;
}

.main-banner-content h1 {
	font-size: 55px;
	color: #ffffff;
	margin: 0 0 20px 0;
	font-weight: 800;
}

.main-banner-content p {
	color: #ffffff;
	margin: 0 0 0 0;
}

.main-banner-content .banner-btn {
	margin-top: 25px;
}

/**************************************
 ** - 04.1 - Home Slider Section CSS
 **************************************/
.slider {
	position: relative;
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	animation: fadeInLeft .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s;
}

.slider .parallax-slider .caption {
	text-align: center;
}

.slider .parallax-slider .caption h1 {
	font-size: 55px;
	font-weight: 900;
	color: #fff;
	opacity: 1;
	visibility: visible;
}

.slider .parallax-slider .swiper-slide-active .caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	opacity: 1;
	animation: fadeInRight .8s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
	opacity: 1;
	animation: fadeInUp 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.slider .control-text {
	position: absolute;
	top: 50%;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.slider .control-text .swiper-nav-ctrl {
	color: #eee;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 50px;
	margin-right: 50px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: rgb(255 255 255 / 0.05);
	padding: 6px 10px;
	border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl .arrow {
	position: relative;
}

.slider .control-text .swiper-nav-ctrl .arrow:after {
	content: '';
	position: absolute;
	top: 9px;
	right: -30px;
	height: 6px;
	width: 17px;
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
	background: -webkit-linear-gradient(left, transparent, #fff);
	background: -o-linear-gradient(left, transparent, #fff);
	background: linear-gradient(to right, transparent, #fff);
	line-height: 1;
}

.slider .control-text .swiper-nav-ctrl .arrow:before {
	content: '';
	position: absolute;
	right: -45px;
	top: 4px;
	background: transparent;
	height: 1px;
	width: 8px;
	border: 8px solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	line-height: 1;
}

.slider .control-text .swiper-nav-ctrl .arrow.prv:after {
	top: 9px;
	left: -30px;
	right: auto;
	background: #fff;
	background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
	background: -webkit-linear-gradient(right, transparent, #fff);
	background: -o-linear-gradient(right, transparent, #fff);
	background: linear-gradient(to left, transparent, #fff);
}

.slider .control-text .swiper-nav-ctrl .arrow.prv:before {
	left: -45px;
	right: auto;
	top: 4px;
	background: transparent;
	border: 8px solid transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: #fff;
	border-bottom-color: transparent;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
	display: none;
}

.slider .swiper-pagination-bullets {
	bottom: 20px;
}

.slider .swiper-pagination-bullet {
	background: #fff;
	opacity: .4;
}

.slider .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/**************************************
 ** - 05 - Features Section CSS
 **************************************/
.single-features-box {
	padding: 25px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
	box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.features-icon {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.features-info {
	width: 70%;
}

.features-info h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

.features-info p {
	margin-bottom: 5px;
}

.features-btn .features-btn-one {
	display: inline-block;
	font-size: 15px;
	color: #5a5c5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-features-box .features-btn i {
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #5a5c5f;
	top: 1.4px;
}

/**************************************
 ** - 06 - About Section CSS
 **************************************/
.about-area .about-img-wrapper .about-images-1 {
	height: 250px !important;
}

.about-area .about-img-wrapper .about-images-2 {
	position: relative;
}

.about-area .about-img-wrapper .about-images-1,
.about-area .about-img-wrapper .about-images-2,
.about-area .about-img-wrapper .about-images-3 {
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
}

.about-area .about-img-wrapper .about-images-1 img,
.about-area .about-img-wrapper .about-images-2 img,
.about-area .about-img-wrapper .about-images-3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.about-area .about-img-wrapper .about-images-3 {
	width: 75%;
	margin-top: 20px;
}

.rcom-padding {
	padding: 0 10px;
}

.about-content-text h6 {
	font-size: 13px;
	font-weight:normal;
	color: #FF9800;
	letter-spacing:1.5px;
}

.about-content-text h2 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 15px;
}
.about-content-text p{
	display: -webkit-box;
	height:297px;
	text-indent:30px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:11;
	text-overflow: ellipsis;
	overflow: hidden;
}
.about-content .about-btn {
	margin-top: 25px;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**************************************
 ** - 07 - Fun Facts Section CSS
 **************************************/
.fun-facts-area {
	position: relative;
	background-image: url(../images/banner-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.fun-facts-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #0b0b31;
	z-index: -1;
	opacity: 0.4;
}

.single-fun-fact {
	text-align: center;
	position: relative;
}

.single-fun-fact h3 {
	position: relative;
	color: #ffffff;
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 45px;
	font-weight: 700;
}

.single-fun-fact h3 .sign-icon {
	display: inline-block;
	font-size: 40px;
}

.single-fun-fact p {
	line-height: initial;
	color: #ffffff;
	margin: 0 0 0 0;
	font-weight: 700;
	font-size: 18px;
}

/**************************************
 ** - 08 - Services Section CSS
 **************************************/
.single-services-box {
	position: relative;
	z-index: 1;
	padding: 35px 25px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
	box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
}

.single-services-box .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #eeeefd;
	border-radius: 50%;
	color: #7b68ee;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	margin-bottom: 15px;
}

.single-services-box .icon i::before {
	font-size: 30px;
}

.single-services-box h3 {
	font-size: 20px;
	position: absolute;
	top: 55px;
	left: 95px;
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-services-box h3 a {
	display: inline-block;
}

.single-services-box p {
	font-size: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-top: 15px;
	margin-bottom: 0;
}

.single-services-box .services-btn {
	margin-top: 16px;
}

.single-services-box .services-btn .services-btn-one {
	display: inline-block;
	font-size: 15px;
	color: #5a5c5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-services-box .services-btn i {
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #5a5c5f;
	top: 1.4px;
}

.single-services-box .services-btn i::before {
	font-size: 14px;
}

.single-services-box::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 0%;
	background: #7b68ee;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.single-services-box:hover::before {
	height: 100%;
}

.single-services-box:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	color: #7b68ee;
	background-color: #ffffff;
}

.single-services-box:hover h3 {
	color: #ffffff;
}

.single-services-box:hover h3 a {
	color: #ffffff;
}

.single-services-box:hover p {
	color: #ffffff;
}

.single-services-box:hover .services-btn .services-btn-one {
	color: #ffffff;
	letter-spacing: 1px;
}

.single-services-box:hover .services-btn i {
	color: #ffffff;
}

/**************************************
 ** - 09 - Overview Section CSS
 **************************************/
.overview-content h6 {
	font-size: 12px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.overview-content h2 {
	font-size: 38px;
	color: #0b0b31;
	margin: 8px 0 10px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.overview-content .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-content .features-list li span {
	display: block;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #0b0b31;
	border-left: 3px solid #7b68ee;
	font-weight: 600;
	font-size: 18px;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
}

.overview-content .features-list li span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 3px;
	background-color: #7b68ee;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.overview-content .features-list li span:hover {
	color: #ffffff;
}

.overview-content .features-list li span:hover::before {
	width: 100%;
}

.overview-image {
	text-align: center;
}

/**********************************************
 ** ** - 10 - Work Project Section CSS
 **********************************************/
.single-project {
	position: relative;
	margin-bottom: 30px;
}

.single-project::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #7b68ee;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.project-image img {
	border-radius: 5px;
}

.single-project .image-hover {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	text-align: left;
	color: #ffffff;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover:hover {
	text-decoration: none;
}

.single-project .image-hover .text {
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 5px;
}

.single-project .image-hover .text h3 {
	color: #333;
	font-size: 18px;
	margin: 0;
	line-height: 1.3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover .text h3 a {
	color: #333;
	font-size: 18px;
	margin: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover .text .read-more {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover .text .read-more:hover {
	color: #7b68ee;
	text-decoration: underline;
}

.single-project:hover::before, .single-project:focus::before {
	opacity: 0.7;
	visibility: visible;
}

.single-project:hover .image-hover, .single-project:focus .image-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: .6s;
	transition: .6s;
}

.portfolio-more-button-box .project-btn-1 {
	margin-right: 15px;
}
/**************************************
 ** - 11 - Blog Section CSS
 **************************************/
.blog-item {
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.blog-item .blog-image a{
	display:block;
	width:100%;
	text-align: center;
	color:#fff;
	font-size:18px;
	font-weight: 500;
	letter-spacing:1px;
	line-height: 109px;
}
.blog-item .single-blog-item {
	border-top: none;
	padding: 20px 25px;
}

.blog-item .single-blog-item .blog-list {
	padding-left: 0;
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-list li {
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-right: 15px;
	color: #7b68ee;
}

.blog-item .single-blog-item .blog-list li:last-child {
	margin-right: 0;
}

.blog-item .single-blog-item .blog-list li i {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.blog-item .single-blog-item .blog-list li i::before {
	font-size: 14px;
}

.blog-item .single-blog-item .blog-list a {
	color: #7b68ee;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-content h3 {
	color: #0b0b31;
	font-size: 20px;
	margin: 10px 0px 10px 0;
	line-height: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 32px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
}

.blog-item .single-blog-item .blog-content h3:hover {
	color: #7b68ee;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content p {
	margin: 0;
	font-size: 15px;
	color: #6a6c72;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:81px;
}

.blog-item .single-blog-item .blog-content a {
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content .blog-btn {
	margin-top: 15px;
}

.blog-item .single-blog-item .blog-content .blog-btn .blog-btn-one {
	display: inline-block;
	font-size: 15px;
	color: #5a5c5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-content .blog-btn i {
	position: relative;
	top: 1px;
}

.blog-item .single-blog-item .blog-content .blog-btn i::before {
	font-size: 14px;
}

.blog-item:hover {
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
}

.blog-item:hover .single-blog-item {
	border-top: none;
}

.blog-item:hover .blog-content h3 {
	color: #7b68ee;
}

.blog-item:hover .blog-content .blog-btn .blog-btn-one {
	color: #7b68ee;
}

/**************************************
 ** - 12 - Hire Section CSS
 **************************************/
.hire-section {
	position: relative;
	z-index: 1;
	background-image: url(../images/hire-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 70px 0;
}

.hire-section::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #0b0b31;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
}

.hire-inside-wrapper {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 5px;
	padding: 70px 175px;
	overflow: hidden;
}

.hire-inside-wrapper::before {
	position: absolute;
	content: "";
	z-index: -1;
	height: 100%;
	width: 100%;
	background-image: url(../images/hire-cover.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
}

.hire-content h6 {
	font-size: 12px;
	font-weight: 800;
	color: #FF9800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.hire-content h3 {
	font-size: 38px;
	color: #333;
	margin: 0;
	font-weight: 800;
}

.hire-content p {
	color: #333;
	margin: 20px 0 0 0;
}

.hire-content .hire-btn {
	margin-top: 20px;
}

.hire-content .hire-btn .hire-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
	background-color: #7b68ee;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
}

.hire-content .hire-btn .hire-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3e57d0;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 5px;
}

.hire-content .hire-btn .hire-btn:hover, .hire-content .hire-btn .hire-btn:focus {
	color: #ffffff;
}

.hire-content .hire-btn .hire-btn:hover span, .hire-content .hire-btn .hire-btn:focus span {
	width: 225%;
	height: 562.5px;
}

.hire-content .hire-btn .hire-btn-one {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #7b68ee;
	background-color: #ffffff;
	border: 2px solid #7b68ee;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
	margin-left: 25px;
}

.hire-content .hire-btn .hire-btn-one span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #7b68ee;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 5px;
}

.hire-content .hire-btn .hire-btn-one:hover, .hire-content .hire-btn .hire-btn-one:focus {
	color: #ffffff;
}

.hire-content .hire-btn .hire-btn-one:hover span, .hire-content .hire-btn .hire-btn-one:focus span {
	width: 225%;
	height: 562.5px;
}

/**************************************
 ** - 13 - Subscribe Section CSS
 **************************************/
.subscribe-area {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.5;
	border-bottom: 1px solid #3c4350;
}

.subscribe-content {
	text-align: left;
}

.subscribe-content .sub-title {
	color: #fff;
	display: block;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.subscribe-content h2 {
	color: #fff;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 24px;
}

.newsletter-form {
	max-width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: none;
	height: 50px;
	padding-left: 25px;
	border-radius: 5px;
	outline: 0;
	color: #0b0b31;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
	color: #5a5c5f;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #5a5c5f;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #5a5c5f;
}

.newsletter-form .input-newsletter::placeholder {
	color: #5a5c5f;
}

.newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #7b68ee;
	color: #ffffff;
	border: none;
	height: 50px;
	padding: 0 30px;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 50px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.newsletter-form button:hover {
	background-color: #FF9800;
	color: #ffffff;
}

.newsletter-form #validator-newsletter {
	color: red;
	position: relative;
	top: 10px;
}


/**********************************************
 ** - 14 - Other Page Banner Title Area CSS
 **********************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}

.page-title-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #030821;
	left: 0;
	top: 0;
	opacity: 0.5;
	z-index: -1;
}

.page-title-content {
	text-align: center;
	margin-top: 45px;
}

.page-title-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0;
}

.page-title-content ul li {
	color: #ffffff;
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.page-title-content ul li a:hover {
	color: #7b68ee;
}

.page-title-content ul li::before {
	content: '';
	position: absolute;
	right: -15px;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #7b68ee;
}

.page-title-content ul li:last-child::before {
	display: none;
}

.item-bg1 {
	background-image: url(../img/page-title-bg-2.jpg);
}

.item-bg2 {
	background-image: url(../img/page-title-bg-3.jpg);
}

/**************************************
 ** - 15 - 404 Error Page Area CSS
 **************************************/
.error-area {
	height: 100vh;
}

.error-content {
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
}

.error-content h3 {
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 18px;
}

.error-content p {
	max-width: 520px;
	margin: 0 auto 20px;
	line-height: 30px;
}

.error-content .default-btn-one {
	display: inline-block;
	padding: 12px 30px;
	background: #7b68ee;
	border: 2px solid #7b68ee;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: .6s;
	transition: .6s;
	margin-right: 0;
}

.error-content .default-btn-one:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #7b68ee;
}


.pagination-area {
	margin: 20px auto 2rem auto !important;
	text-align: center;
}

.pagination-area .page-numbers,.pagination-area ul li{
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #0b0b31;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus,.pagination .active,.pagination-area ul li:hover{
	background: #7b68ee;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area ul li:hover a{
	display:block;
	width:100%;
	color:#fff;
}
/*****************************************
 ** - 16 - All Page Footer Section CSS
 ******************************************/
.footer-subscribe-wrapper {
	background-image: url(../images/banner-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-subscribe-wrapper::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #0b0b31;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.5;
}

.footer-heading {
	margin-bottom: 25px;
}

.footer-heading h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 0 0;
	position: relative;
	border-bottom: 1px solid #3c4350;
	padding-bottom: 10px;
}

.single-footer-widget .footer-social {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

.single-footer-widget .footer-social li {
	display: inline-block;
	margin-right: 10px;
}

.single-footer-widget .footer-social li:last-child {
	margin-right: 0;
}

.single-footer-widget .footer-social i {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	color: #7b68ee;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
}

.single-footer-widget .footer-social i::before {
	font-size: 14px;
}

.single-footer-widget .footer-social i:hover {
	background-color: #7b68ee;
	color: #ffffff;
	border: 1px solid #7b68ee;
}

.single-footer-widget p {
	font-size: 14px;
	color: #d1cfcf;
	font-weight: 400;
}

.single-footer-widget .footer-heading {
	margin-bottom: 25px;
}

.single-footer-widget .footer-heading h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 0 0;
}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
	list-style-type: none;
	padding-bottom: 18px;
}

.single-footer-widget .footer-quick-links li:last-child {
	padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
	display: inline-block;
	color: #e0dbdb;
	font-size: 14px;
	font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
	color: #7b68ee;
	text-decoration: underline !important;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact {
	position: relative;
	padding-left: 35px;
	margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
	margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
	color: #ffffff;
	position: absolute;
	left: 0;
	top: -4px;
}

.single-footer-widget .footer-info-contact i::before {
	font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
	font-size: 16px;
	color: #e0dbdb;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
	font-size: 14px;
	color: #e0dbdb;
	font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
	font-size: 14px;
	color: #e0dbdb;
	font-weight: 400;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact span a:hover {
	color: #7b68ee;
	letter-spacing: 1px;
}

/*****************************************
 ** - 17 - Page Copyright Section CSS
 ******************************************/
.copyright-area {
	background-color: #0b122f;
	padding-top: 35px;
	padding-bottom: 35px;
}

.copyright-area p {
	color: #d9d3d3;
	font-size: 14px;
}

.copyright-area p a {
	color: #d9d3d3;
	display: inline-block;
	font-weight: 600;
}

.copyright-area p a:hover {
	color: #7b68ee;
}

.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right;
}

.copyright-area ul li {
	display: inline-block;
	color: #d9d3d3;
	font-size: 14px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-area ul li a {
	display: inline-block;
	color: #d9d3d3;
}

.copyright-area ul li a:hover {
	color: #7b68ee;
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.copyright-area ul li:last-child {
	margin-right: 0;
}

.copyright-area ul li:last-child::before {
	display: none;
}

.copyright-area ul li:first-child {
	margin-left: 0;
}
.page-section p{
	text-indent:32px;
}
.service_box > div{
	padding:0;
}

/*****************************************
 ** - 18 - Yunsite-tab Section CSS
 ******************************************/
.yun-title{
	color: #fff;
    text-align: center;
    padding: 30px 0;
	background-color:#7b68ee;
}
.yun-title p,.wp-site-box .row > div > div:hover p{color:#fff}
.yun-item{
	padding:30px 15px;
	border:1px solid #ebebeb;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgb(82,90,101,0.12);

}
.yun-item h5{
	display: block;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: normal;
}
.yun-item ul{
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding:0;
}
.yun-item ul li{
	list-style: none;
	padding: 5px 0 5px 20px;
    position: relative;
    width: calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    font-size: 13px;
}
.yun-item ul li::before{
	position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/domain-36.png) #d7d7d7 no-repeat center;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.yun-item ul li.check::before{
	background-color: #7b68ee;
}
.yun-item > div{
	margin-top: 25px;
    display: flex;
    align-items: center;
    color: #666;
}
.yun-item > div b{
	color: #FF9800;
    font-size: 24px;
    font-weight: normal;
}
.yun-item > div i{
	display: block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
    border: 1px solid #FF9800;
    color: #FF9800;
    font-size: 12px;
    font-style: normal;
}
.yun-item a{
	padding:0;
    line-height: 42px;
    text-align: center;
    background: #7b68ee;
    color: #fff;
    margin-top: 20px;
	width:100%;
}
.wp-box,.wp-site-box{text-align: center;} 
.wp-box .row > div{margin-bottom:20px;}
.wp-box h4,.wp-site-box h4{
    margin: 40px auto 15px auto;
	font-size: 20px;
}
.wp-site-box .row > div > div{
	padding:30px 15px;
	margin-bottom:30px;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgb(82,90,101,0.12);
	position: relative;
    z-index: 1;
	-webkit-transition: 0.4s;
    transition: 0.4s;
	border-radius: 5px;
}
.wp-site-box .row > div > div img{
	position: relative;
	z-index:5;
}
.wp-site-box .row > div > div::before
{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: #7b68ee;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.wp-site-box .row > div > div::after{
	content:'';
	display: block;
	position:absolute;
	width:71px;
	height:71px;
	border-radius: 50%;
	background-color:#eeeefd;
	top:20px;
	left:calc((100% - 71px) / 2);
	z-index:2;
	-webkit-transition: 0.4s;
    transition: 0.4s;
}
.wp-site-box .row > div > div:hover::before {
    height: 100%;
}
.wp-site-box .row > div > div:hover::after{
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		color: #7b68ee;
		background-color: #fff;
}
.wp-site-box .row > div > div:hover {
	color:#fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.yunsite-tab {
    background: #f5f5f5;
    padding: 80px 0 0 0;
}

.yunsite-title {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.yunsite-title ul {
    background: #f5f5f5;
    display: flex;
    list-style-type:none;
    margin:0;
	padding:0;
}

.yunsite-title ul li {
    width: calc(100% / 3);
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color:#999;
}

.yunsite-title ul li.on {
    background: #fff;
    border-top: 1px solid #7b68ee;
    color:#212529;
}

.yunsite-c {
    padding: 20px 19px;
    display: flex;
	flex-wrap: wrap;
}

.yunsite-c > dl {
    border-right: 1px solid #ebebeb;
    height: 58px;
    padding-right: 20px;
    margin-right: 23px;
}
@media only screen and (max-width: 768px) {
	.yunsite-c > dl{
	height:auto;	
	display: flex;
	border-right: 0;
	margin:10px 0 0 0;
	padding:0;
	align-items: center;
	}
}
.yunsite-c > dl:last-child {
    border-right: 0;
}

.yunsite-c > dl > dt {
    margin: 0 0 8px 0;
    color: #999
}

.yunsite-c > dl > dd {
    display: flex;
    align-items: center;
    height: 28px;
}

.yunsite-c > dl > dd > a {
    display: block;
    color: #666;
    line-height: 28px;
    padding: 0 10px;
    background: #f0f0f0;
    margin-right: 4px;
    border-radius: 4px;
}

.yunsite-c > dl > dd > a:hover,.yunsite-categroy > dl a:hover,.yunsite-categroy > dl dt a.on {
    color: #7b68ee;
}

.yunsite-c > dl > dd > a.on {
    background: #7b68ee;
    color: #fff;
}

.yunsite-c > dl > dd > div {
    width: 100%;
    background: #fff;
}

.yunsite-categroy {
    padding: 30px;
    background-color: #fff;
    transition: all 1s ease-in 1s;
}

.yunsite-categroy > dl dd {
    display: flex;
    flex-wrap: wrap;
}

.yunsite-categroy > dl a {
    width: calc(100% / 6);
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #666
}

.yunsite-c > dl dd i {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: block;
    cursor: pointer;
}

.yunsite-c > dl dd i.on {
    border: 2px solid #ddd;
}

.yunsite-c > dl dd i#all {
    background: url(../images/all.png) no-repeat
}

.yunsite-c > dl dd i#red {
    background-color: #f00
}

.yunsite-c > dl dd i#orange {
    background-color: #f60
}

.yunsite-c > dl dd i#yellow {
    background-color: #ff0
}

.yunsite-c > dl dd i#green {
    background-color: #007600
}

.yunsite-c > dl dd i#light_blue {
    background-color: #00d9d9
}

.yunsite-c > dl dd i#blue {
    background-color: #03f
}

.yunsite-c > dl dd i#light_purple {
    background-color: #964b00
}

.yunsite-c > dl dd i#purple {
    background-color: #909
}

.yunsite-c > dl dd i#white {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    width: 14px;
    height: 14px;
}

.yunsite-c > dl dd i#grey {
    background-color: #999
}

.yunsite-c > dl dd i#brown {
    background-color: #964b00
}

.yunsite-c > dl dd i#black {
    background-color: #000
}

.yunsite-c > dl dd i#colors {
    background: url(../images/newtem-sprite-img.png) no-repeat
}

.yunsite-con {
    background: #fff;
    padding: 30px 0 70px 0;
    margin-top: 50px;
}
.yunsite-con-all ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    list-style: none;
    margin:0;
}
.yunsite-con-all li {
    width: 322px;
    height: 295px;
    margin:35px 34px 0 0;
    background: url(../images/newtem-sprite.png) no-repeat -117px 0;
    position: relative;
}
@media (min-width: 768px) and (max-width:980px){
	.yunsite-con-all li{
		width:calc(50% - 35px);
	}
}
@media (min-width:981px) and (max-width:1198px){
	.yunsite-con-all li:nth-child(2n){
		margin-right:0;
	}
}
.yunsite-con-all li > a > img {
    width: 320px;
    height: 203px;
    margin: 11px 1px 0 1px;
}

.yunsite-tt {
    display: flex;
    align-items: center;
    line-height: 38px;
    position: absolute;
    width: 100%;
    height: 70px;
    background: url(../images/newtem-sprite.png) no-repeat -598px 0;
    left: 0;
    bottom: 0;
}

.yunsite-tt span {
    font-size: 13px;
    margin: 0 0 0 15px;
    color: #666
}

.yunsite-tt p {
    line-height: 26px;
    height: 26px;
    width: auto;
    margin-left: auto;
    margin-right: 15px;
    font-size: 13px;
    border: 1px solid #ff6800;
    color: #ff6800;
    padding: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.yunsite-li-hover,.wap-m-hover,.mbl-hover {
    display: none;
}

.yunsite-con-all li:hover .yunsite-li-hover {
    display: block;
    padding-top: 75px;
    margin: 0 2px;
    width: 100%;
    height:203px;
    position: absolute;
    top: 11px;
    left: -1px;
    background: rgba(0,0,0,.5);
    text-align: center;
    z-index: 2;
}

.yunsite-li-hover > * {
    display: block;
    color: #fff;
    margin: 0 auto;
}
.wap-m {
    position: absolute;
    z-index: 4;
    width: 90px;
    height: 178px;
    background: url(../images/newtem-sprite.png) no-repeat -476px 0;
    bottom: 68px;
    right: 0;
}

.wap-m > a > img {
    width: 80px;
    height: 142px;
    margin: 12px 0 0 5px;
}

.yunsite-con-all li:hover .wap-m-hover {
    display: block;
    width: 80px;
    padding-top:57px;
    position: absolute;
    background: rgba(0,0,0,.5);
    text-align: center;
    top:12px;
    bottom: 24px;
    left: 5px;
    z-index:50;

}

.yunsite-con-all .pc-list,.yunsite-con-all .mbl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.yunsite-con-all .pc-list .pc-li {
    width: 250px;
    height: 223px;
    position: relative;
    margin: 35px 0 0 22px;
    font-size: 13px;
    background: url(../images/tem_6.gif) no-repeat;
    background-size:100% 100%;
}
@media only screen and (max-width: 768px) {
	.yunsite-con-all .pc-list .pc-li{
		width:100%;
		margin:35px 22px 0 22px;
	}
}
.yunsite-con-all .pc-list .pc-li dt {
    width: 100%;
    height: 223px;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 768px) {
	.yunsite-con-all .pc-list .pc-li dt{
		height:auto;
	}
}
.yunsite-con-all .pc-list .pc-li dt img {
    padding-top: 14px;
    width:calc(100% - 25px);
    height: 165px;
    display: inline-block;
}

.yunsite-con-all .pc-list .pc-li dd {
    display: flex;
    position: absolute;
    top: 164px;
    left: 3px;
    padding: 20px 15px 0 15px;
    width: 100%;
    background: url(../images/tem_10.png) no-repeat;
    background-size:calc(100% - 8px) auto;
}

.yunsite-con-all .pc-list .pc-li dd a {
    margin-left: auto;
}

.yunsite-con-all .pc-list .pc-li dd a img {
    margin-right: 5px;
}

.yunsite-con-all .pc-list .pc-li dd .red {
    color: #f00;
}

.yunsite-con-all .pc-list .pc-li:hover dt {
    background: url(../images/tem_6_h.gif) no-repeat;
    background-size:100% 223px;
}

.yunsite-con-all .mbl-list .mbl-li {
    width: 216px;
    height: 404px;
    position: relative;
    margin: 0 30px 35px 0;
    background: url(../images/wwz_27.png) no-repeat;
}

.yunsite-con-all .mbl-list .mbl-li > a {
    padding: 55px 0 0 14px;
    display: block;
}

.yunsite-con-all .mbl-list .mbl-li > a img {
    width: 185px;
    height: 279px;
}

.yunsite-con-all .mbl-li:hover .mbl-hover {
    display: block;
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 185px;
    height: 279px;
    top: 55px;
    left: 14px;
    color: #fff;
    text-align: center;
}

.yunsite-con-all .mbl-li:hover .mbl-hover span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 22px 0;
}

.yunsite-con-all .mbl-li:hover .mbl-hover img {
    width: 99px;
    height: 99px;
    margin: 0 auto;
}

.yunsite-con-all .mbl-li:hover .mbl-hover p {
    color: #f7f8fa;
    line-height: 18px;
    margin: 22px 0;
}

.yunsite-con-all .mbl-li:hover .mbl-hover a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    border: #f76301 1px solid;
    margin-top: 0px;
    background-color: #f76301;
    width: 95px;
    font-size: 12px;
    border-radius: 5px;
}
/************************************************
 ** - 19 - Blog Page Number Pagination Area CSS
 ************************************************/
 .pagination-area .pagination{
 	align-items: center;
    justify-content: center;
 }
.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #0b0b31;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	background: #7b68ee;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}
/************************************************
 ** - 20 - Choose-us Section CSS
 ************************************************/
 .choose-us dl{
 	 display: flex;
 	 padding: 25px;
 	 box-sizing: border-box;
 }
.choose-us dt{
	flex:0  0 30px;
	margin-right:8px;
}
.choose-us dd span{
	display: block;
	position: relative;
	line-height: 35px;
	padding-bottom: 10px;
	font-size:20px;
}
.choose-us dd span:after{
	content:'';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #7b68ee;
    left: 0;
    bottom: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.choose-us dl:hover span:after {
    width: 65px;
}
.choose-us dd p {
    display: block;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999;
}
/************************************************
 ** - 21 - Seo-data Section CSS
 ************************************************/
.seo-data .container > .row > div
{

	padding:30px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(232,232,232,1);
    box-sizing: border-box;
    text-align: center;
}
.seo-data .row h3{
	font-size: 18px;
	padding-top:30px;
    margin-bottom: 30px;
}
.seo-data .container > .row .row{
	align-items: flex-end
}
.seo-data .row dl{
	position: relative;
    background-color: #F6F8FB;
    box-shadow: 0 8px 24px rgba(0,0,0,.02);
    padding: 25px 15px;
    text-align: center;
    color: #333;
    min-height: 370px;
    box-sizing: border-box;
    transition: 0.4s;
    -webkit-transition:0.4s;
}
.seo-data .row dl:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.seo-data .row dl.recommend {
    background: #f4efff;
    height: 400px;
}
.seo-data .row dl.recommend:before{
	content: '';
    display: block;
    background: url(../images/baiduSeo-1.jpg) no-repeat;
    width: 38px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.seo-data .row dt div i{
	display: inline-block;
    margin: 6px 1px 5px 0;
    width: 14px;
    height: 14px;
    background: url(../images/baiduSeo-2.jpg) no-repeat;
}
.seo-data .row h4{
	font-size:24px;
}
.seo-data .row span{
	color:#7b68ee;
	display: block;
}
.seo-data .row span b{
	font-size:30px;
}
.seo-data .row del{
	color: #999;
    display: block;
}
.seo-data .row a{
	width: 168px;
    line-height: 42px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    color: #fff;
    background-color: #7b68ee;
}
.seo-data .row a:hover{
	background-color: #3e57d0;
}
.seo-data .row dd{
	margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    font-weight: bold;
}
.seo-data .row p{
	margin-bottom: 0;
	color:#333;
	font-size:13px;
}
.seo-data .row dd em{
	font-style: normal;
    color: #999;
    font-weight: normal;
}
/************************************************
 ** - 22 - Seo-advantage Section CSS
 ** - 23 - Seo-use Section CSS
 ************************************************/
.seo-advantage dl,.seo-use dl{
    box-sizing: border-box;
    display: flex;
}
.seo-advantage dl .img,.seo-use dl .img{
	flex: 0 0 75px;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    border-radius: 50%;
    background: #eeeefd;
    position: relative;
}
.seo-advantage dl img,.seo-use dl img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height:revert-layer;
}
.seo-advantage dl dd,.seo-use dl dd{
	padding-right: 40px;
}
.seo-advantage dl h3,.seo-use dl h3{
	font-size: 20px;
    margin-bottom: 10px;
}
/************************************************
 ** - 24 - Cloud-box Section Css
 ************************************************/
.cloud-box h3{
 	font-size:18px;
 	height:45px;
 	line-height:45px;
}
.cloud-box p{
	font-size: 14px;
    line-height: 34px;
}
.cloud-two > div > div,.cloud-three > div{
	border-radius:5px;
	-webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
    box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
    box-sizing: border-box;
    background: #fff;
    padding:30px 15px 15px 15px;
}
.cloud-two > div:hover > div,.cloud-three > div:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cloud-two > div img{
	height:35px;
}
.cloud-three{
	border:1px solid #eee;
	border-bottom:0;
}
.cloud-three > div{
	border-radius: 0;
	margin-bottom:0;
	border-bottom:1px solid #eee;
	box-shadow:none;
}
.cloud-three > div img{
	height:60px;
}
.cloud-three > div:nth-child(2n){
	background: #f9f9f9;
}
.table-striped.cloud-four tr:first-child{
	background:none;
	font-size:22px;
	color:#7b68ee;
	text-align: center;
}
.table-striped.cloud-four tr:first-child th{
	border:0;
}
.table-striped.cloud-four tr:first-child th:last-child{
	color:#333;
}
.cloud-five > div > div{
	width: 100%;
    border: 1px solid #eee;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    transition: .4s;
    -webkit-transition:.4s;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
    box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
}
.cloud-five > div > div:hover{
	transform: translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.cloud-five h3{
	height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.cloud-five em{
	display: block;
    height: 35px;
    line-height: 35px;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 15px;
    color: #5a5a5a;
}
.cloud-five p{
	display: block;
    padding: 15px 0;
    line-height: 28px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #5a5a5a;
    font-size: 14px;
}
.cloud-five p a,.cloud-five i font{
	color:#7b68ee;
}
.cloud-five span{
	display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #7b68ee;
}
.cloud-five span b{
	font-size:28px;
}
.cloud-five ins{
	display: block;
    text-decoration: line-through;
    color: #7b68ee;
    font-size: 14px;
    line-height: 28px;
}
.cloud-five i{
	display: block;
    line-height: 28px;
    font-style: normal;
    font-size: 14px;
}
.cloud-five a.online{
	display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #7b68ee;
    color: #7b68ee;
    width: 65%;
    margin: 15px auto;
}
.cloud-five a.online:hover{
	background:#7b68ee;
	color:#fff;
}
/************************************************
 ** - 25 - Case-area Section Css
 ************************************************/
.case-area > div:first-child,.article-list > div:first-child{
	padding-top:30px;
 	padding-bottom:10px;
 	margin-bottom:50px;
 	border-bottom:1px solid #eee;
 }
ul.cat-item{
 	list-style-type: none;
 	padding:0 15px;
 	display: flex;
 	justify-content: center;
 	text-align: center;
 }
ul.cat-item li{
 	padding:8px 30px;
 }
ul.cat-item li.current{
  	background:#7b68ee;
  	border-radius: 3px; 	
}
ul.cat-item li.current a{
    color:#fff;
}
.case-area .container > .row > div {
	transition: 0.4s;
	background:#fff;
}
.case-area .container > .row > div:hover {
	transform: translateY(-10px);
}
.case-area .container > .row > div.col-lg-3 a{
	display: block;
    overflow: hidden;
}
.case-area .container > .row > div.col-lg-3 div{
	display: flex;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom:30px;
    background:#fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
    box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
    border-radius: 3px; 
}
.case-area .container > .row > div.col-lg-3 div a{
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-area .container > .row > div.col-lg-3 div span {
    margin-left: auto;
    flex: 0 0 65px;
    text-align: right;
    font-size: 16px;
    color:#999;
}
.case-area .container > .row > div.col-lg-3 div span font{
	margin-left:3px;
}
.case-area .case-details dl{
	line-height:25px;
	margin-bottom:10px;
	display: flex;
}
.case-area .case-details dl dt{
	    flex: 0 0 80px;
}
.case-area .container.case-details > .row > div:last-child{
	background-image:url(../images/case-show.png);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
    padding: 28px 43px;
    margin-left: auto;
    box-sizing: border-box;
    min-height: 402px;
}
.case-area .container.case-details > .row > div:last-child a{
	display: block;
    height: 14px;
    padding-left: 40px;
    font-size: 12px;
    margin-bottom: 2px;
}
.case-area .container.case-details > .row > div:last-child div{
    overflow: hidden;
    max-height:299px;
}
.more-btn{
    margin-top: 30px;
}
.more-btn a{
	display: inline-block;
    margin: 0 5px;
    padding: 5px 15px;
    border: 1px solid #7b68ee;
    color: #7b68ee;
    font-size: 15px;
    border-radius: 5px;
}
.more-btn a:hover{
	background: #7b68ee;
	color:#fff;
}
/************************************************
 ** - 26 - Article-list Section Css
 ************************************************/
.article-list dl{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:20px;
    overflow: hidden;
    border: 1px #eaeaea solid;
    background: #fff;
    margin-bottom:-1px;
}
.article-list dl dt{
	width:220px;
	height:150px;
    padding-right: 15px;
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;;
}
.article-list dl dd{
	width:calc(100% - 235px);
}
@media screen and (max-width: 768px){
	.article-list dl dt{
		width:100%;
		padding-right: 0;
		padding-bottom:15px;
	}
	.article-list dl dd{
		width:100%;
	}
}
.article-list dl dd a{
	display: block;
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-list dl dd > div{
	color: #999;
    font-size: 12px;
    line-height: 30px;
}
.article-list dl dd > div img,.article .info em img{
	display: inline-block;
	width:14px;
	margin-right:5px;
}
.article-list dl dd p{
	display:-webkit-box;
	text-overflow: ellipsis;
  	overflow:hidden;
  	-webkit-line-clamp:3;
  	-webkit-box-orient:vertical;
  	height:84px;
	line-height:28px;
    font-size: 13px;
    color: #888;
}
.article .title{
	font-size: 24px;
    font-weight: normal;
    line-height: 1.5em;
}
.article .info {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.625rem;
    line-height: 1.875rem;
    font-size: .8125rem;
    border-bottom: 1px #eee solid;
    color: #888;
}
.article .info em {
    color: #888;
    margin-right: 0.625rem;
    font-style: normal;
}
.article .article-con {
    font-size: .9375rem;
    line-height: 2rem;
    margin: 1.25rem 0;
    color: #555;
}
.article .article-con h2 {
    position: relative;
    line-height: 2rem;
    padding: 0.5rem;
    margin: 0.9375rem 0;
    background: #f5f5f5;
    border-left: 3px solid #7b68ee;
    font-size: 1.125rem;
}
.article .article-con p{
	text-indent: 1.75rem;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: 0.625rem 0;
}
.prev-next{
    font-size: .875rem;
    border-top: 1px #eee solid;
    padding: 0.625rem 0 0 0;
    line-height: 1.875rem;
    color: #999;
}
.article-recommend {
    border-top: 0.5rem solid #f5f5f5;
    margin: 1.875rem -1.25rem 0 -1.25rem;
    padding: 20px 1.25rem 0;
}
.article-recommend ul{
	padding:0;
}
.article-recommend li {
    position: relative;
    height: 1.875rem;
    line-height: 1.875rem;
    overflow: hidden;
    color: #bbb;
}
.article-recommend li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    left: 0;
    top: 0.84375rem;
    background: #93979f;
}
.article-recommend li a {
    font-size: .875rem;
    padding-left: 0.625rem;
}
.widget{
	margin-bottom:25px;;
}
.widget-title{
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    font-size: 18px;
}
.widget-title::before{
	content: '';
    position: absolute;
    background: #7b68ee;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
}
.widget-con > a{
	display:block;
	padding:5px 0;
	margin-bottom:2px;
	color:#fff;
	text-align: center;
	background-color: #7b68ee;
	border-radius: 3px 3px 0 0;
}
.widget-con span{
	display:block;
	padding:2px 15px;
	background-color: #fafbfc;
	color:#7b68ee;
	border:1px dashed #ddd;
	border-top:0;
	font-weight: bold;
	text-align:right;
	border-radius:0 0 3px 3px;

}
.widget-con p{
	padding:8px 15px;
	margin:0;
	border:1px dashed #ddd;
	border-radius:0 0 3px 3px;
}
.widget-con p:after{
	clear:both;
	content:'';
	display: block
}
.widget-con p a{
	float:left;
	display: block;
	color:#7b68ee;
	margin-right:20px;
	background: url(../images/QQ.png) no-repeat left center;
	padding:0 10px 0 20px;
	background-size:16px 16px;
}
.r-service {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    overflow: hidden;
}
.r-service h3 {
    font-size: 16px;
    color: #7b68ee;
    border-bottom: 1px solid #eee;
    background-color: #fafbfc;
    margin: 0;
    padding: 8px 15px;
    font-weight: normal;
}
.r-service ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.r-service ul:after {
    content: "";
    display: block;
    clear: both;
}
.r-service li {
    position: relative;
    float: left;
    width: 50%;
    background-color: #fff;
    color: #777;
    border-bottom: 1px dashed #ddd;
}
.r-service li div, .more-service {
    padding: 5px 10px 15px;
    border-right: 1px dashed #ddd;
    text-align: center;
}
.r-service li span, .more-service span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 10px 0;
}
.r-service li p, .more-service p {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #bbb;
    margin-bottom: 10px;
    font-size: 13px;
}
.r-service li a, .more-service a {
    display: inline-block;
    border: 1px #ddd solid;
    color: #777;
    background-color: #fff;
    border-radius: 2px;
    padding: 3px 12px 0;
    font-size: 13px;
}
.r-service li:nth-child(2n) div, .more-service, .email-function .function-two dl:nth-child(3n) {
    border-right: 0;
}
/**************************************
 ** - 27 - Edm-box Section CSS
 **************************************/
.edm-box .row > dl{
	width: 20%;
    background: #fff;
    border: 1px solid #eee;
    border-right: 0;
    padding: 0 0px 20px 0px;
    box-sizing: border-box;
    text-align: center;
}
.edm-box .row > dl dt {
    background: #FE8715;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.edm-box .row > dl dt em {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-style: normal;
}
.edm-box .row > dl dd{
    padding: 30px 0 0 0;
}
.edm-box .row > dl dd > * {
    display: block;
    padding: 10px 20px;
}
.edm-box .row > dl dd p{
	font-size: 18px;
	margin:0;
}
.edm-box .row > dl dd ins {
    position: relative;
    border: 1px solid #c5c5c5;
    width: 50%;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 8px;
    text-decoration: none;
}
.edm-box .row > dl dd ins:after,.edm-box .row > dl dd ins:before {
    width: 1px;
    height: 1px;
    position: absolute;
    content: '';
    display: block;
    border-color: transparent transparent #c5c5c5;
    border-width: 0 13px 13px 0;
    border-style: solid;
    left: 40px;
    bottom: -7px;
    z-index: 1;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.edm-box .row > dl dd ins:before {
    border-color: transparent transparent #fff;
    border-width: 0 11px 11px 0;
    z-index: 3;
    bottom: -6px;
    left: 41px;
}
.edm-box .row > dl dd span {
    padding: 25px 20px 15px 20px;
    font-size: 24px;
    color: #FF1D00;
}
.edm-box .row > dl dd span i {
    font-size: 14px;
    font-style: normal;
}
.edm-box .row > dl dd a {
    border: 1px solid #FE1D01;
    width: 50%;
    margin: 0px auto 20px auto;
    border-radius: 20px;
    padding: 2px 0px;
    font-size: 14px;
    color: #FE1D01;
}
.edm-box .more{
	height: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}