/*======================================
Theme Name: Dexlin
更多精品模板：Http://www.bootstrapmb.com
Description: Dexlin – Data Science & Analytics Bootstrap Template.
Version: 1.0.0
========================================*/

/*======================================
	CSS Theme Table of Contents
========================================	
1. Topbar Area CSS
	+ Social Icons
	+ Contact Information
2. Header Area CSS
	+ Logo
	+ Main Menu
	+ Header Button
	+ Header Style Two
	+ Header Style Three
3. Hero Area CSS
	+ Heo Area Style One CSS
	+ Heo Area Style Two CSS
	+ Heo Area Style Three CSS
4. Partner Area CSS
5. Services Area CSS
	+ Services One CSS
	+ Services Two CSS
	+ Service Details CSS
6. About Us Area CSS
7. Funfact Area CSS
	+ Fun Fact One CSS
	+ Fun Fact Two CSS
8. Process Area CSS
	+ Process Area One CSS
	+ Process Area Two CSS
9. Team Area CSS
10. Intro Video Area CSS
11. Faq Area CSS
12. Portfolio CSS
	+ Latest Portfolio
	+ Portfolio Single
13. Industries Area CSS
14. Testimonial Area CSS
15. Pricing Area CSS
16. Blog Area CSS
	+ Latest Blog CSS
	+ Blog Details CSS
17. Newsleter Area CSS
18. 404 Page CSS
19. Coming Soon Page CSS
20. Mail Success Area CSS
21. Contact Area CSS
22. Theme Others CSS
23. Footer Area CSS
========================================*/ 

/*=============================
	1. Topbar Area CSS
===============================*/
.topbar {
	background: #222;
}
/*Social Icons */
.topbar-Social{}
.topbar-Social li {
	display: inline-block;
}
.topbar-Social li.active a{
	background: #ff0066;
}
.topbar-Social li a {
	padding: 10px 13px;
	display: block;
	color: #fff;
}
.topbar-Social li a:hover {
	background: #ff0066;
}
/* Contact Information */
.topbar-Contact {
	text-align: right;
}
.topbar-Contact li {
	display: inline-block;
	margin-right: 20px;
}
.topbar-Contact li:last-child{
	margin:0;
}
.topbar-Contact li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0px;
}
.topbar-Contact li a i {
	margin-right: 8px;
	font-size: 17px;
	color: #fff;
}

/*=============================
	End Topbar Area CSS
===============================*/

/*=============================
	2. Header Area CSS
===============================*/
.header {
	box-shadow: 0px 6px 20px #0000000a;
	position: relative;
	z-index: 2;
}
/* Logo */
.header .logo {
	margin-top: 27px;
}

/* Main Menu */
.header .main-menu {
	float: right;
}
.header .navbar {
	padding: 0;
}
.header .navigation{}
.header .navigation li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.header .navigation li:last-child{
	margin:0;
}
.navigation li.active a{
	color:#ff0066;
}
.navigation li a {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	padding: 35px 12px;
	display: block;
	position: relative;
}
.navigation li a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	background: #ff0066;
	bottom: 22px;
	left: 50%;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left: -25%;
}
.navigation li a:hover::before,
.navigation li.active a::before{
	opacity: 1;
	visibility: visible;
	width: 50%;
}
.navigation li a:hover{
	color:#ff0066;
}
.menu-right-btn {
	text-align: right;
	margin-top: 17px;
}
/* Dropdown Menu */
.header .navigation li .sub-menu {
	position: absolute;
	top: 94px;
	width: 220px;
	background: #fff;
	z-index: 5222;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(-20px);
	box-shadow: 0px 10px 15px #22222217;
	border-radius:4px;
	margin: 0;
}
.header .navigation li .sub-menu li .sub-menu-2 {
	position: absolute;
	width: 220px;
	background: #fff;
	z-index: 5222;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(-20px);
	box-shadow: 0px 10px 15px #22222217;
	border-radius: 4px;
	top: 0;
	left: 225px;
	margin: 0;
}
.header .navigation li .sub-menu li:hover .sub-menu-2{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .navigation li .sub-menu li.active a {
	color: #ff0066 !important;
	padding: 10px 25px;
}
.header .navigation li:hover .sub-menu{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .navigation li .sub-menu li {
	display: block;
	margin: 0;
	text-align: left;
	border-bottom: 1.5px dashed #FE00663D;
}
.header .navigation li .sub-menu li:last-child{
	border:none;
}
.header .navigation li .sub-menu li a {
	color: #222;
	display: block;
	padding: 10px 25px;
	font-size: 15px;
	border-radius: 0;
}
.header .navigation li .sub-menu li a:hover {
	color: #ff0066;
	padding: 10px 25px;
	margin-left: 5px;
}
.header .navigation li a i {
	margin-left: 5px;
	font-weight: 600;
	font-size: 12px;
}
.header .navigation li:hover .sub-menu a::before {
	opacity:0;
	visibility:hidden;
}
.header .navigation li:hover a {
	color: #ff0066;
}
.header .navigation li:hover a::before {
	opacity: 1;
	visibility: visible;
	width: 50%;
}
.header .navigation li .sub-menu li a::before {
	display: none;
}
/*---- Header Sticky ----*/
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    box-shadow: chartreuse;
    z-index: 666;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 17%);
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
}

/* Header Two Area */
.header.header-2 .logo-2 {
	display: none;
}
.header.header-2 {
	position: absolute;
	width: 100%;
	padding: 0px;
	z-index: 99;
	box-shadow: none;
}
.header.header-2 .navigation li a {
	color: #fff;
}
.header.header-2 .navigation li a::before {
	position: absolute;
	content: "";
	background: #fff;
}
.header.header-2 .menu-right-btn{}
.header.header-2 .menu-right-btn .theme-btn {
	border: 2px solid transparent;
	color: #ff0066;
	background: #fff;
}
.header.header-2 .menu-right-btn .theme-btn i {
	background: #ff0066;
	color: #fff;;
}
.header.header-2 .menu-right-btn .theme-btn:hover {
	border: 2px solid #fff;
	color: #fff;
	background:transparent;
}
.header.header-2 .menu-right-btn .theme-btn:hover i {
	background: #fff;
	color: #ff0066;
}
.header.header-2 .navigation li .sub-menu li .sub-menu-2 {
	position: absolute;
	left: -225px;
}
.header.header-2.sticky .menu-right-btn .theme-btn {
	border: 2px solid #ff006614;
	color: #222;
}
.header.header-2.sticky .menu-right-btn .theme-btn:hover{
	border: 2px solid transparent;
    color: #fff;
    background: #ff0066;
}
.header.header-2.sticky .menu-right-btn .theme-btn:hover i{
	background:#fff;
	color:#ff0066;
}
.header.header-2.sticky .navigation li a::before {
	position: absolute;
	content: "";
	background: #ff0066;
}
/*---- Header Two Sticky ----*/
.header.header-2.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    box-shadow: chartreuse;
    z-index: 666;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 17%);
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
}
.header.header-2.sticky .logo-1 {
	display: none;
}
.header.header-2.sticky .logo-2{
	display:block;
}
.header.header-2.sticky .navigation li a {
	color: #222;
}
.header.header-2.sticky .navigation li a:hover{
	color: #ff0066;
}
.header.header-2.sticky .navigation li:hover a {
	color: #ff0066 !important;
}
.header.header-2.sticky .navigation li.active a {
	color: #ff0066;
}
.header.header-2.sticky .navigation li .sub-menu li a:hover {
	color: #ff0066 !important;
	padding: 10px 25px;
}
.header.header-2.sticky .navigation li .sub-menu li a {
	color: #222 !important;
}
.header.header-2.sticky .navigation li .sub-menu li.active a {
	color: #ff0066 !important;
}
/*=============================
	End Header Area CSS
===============================*/

/*=============================
	3. Hero Area CSS
===============================*/
.hero-area {
	height: 700px;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hero-shape-1 {
	animation-name: rotateIn;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 15%;
	left: 25%;
}
.hero-shape-2 {
	position: absolute;
	top: 25%;
	animation-name: flash;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	left: 5%;
}
.hero-shape-3 {
	animation-name: shake;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 10%;
	left: 55%;
}
.hero-shape-4 {
	animation-name: flash;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	bottom: 20%;
	left: 5%;
}
.hero-content {
	margin: 220px 0px;
	z-index: 2;
	position: relative;
}
.hero-content span {
	color: #ff0066;
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	z-index: 2;
}
.hero-content span::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background: #ff0066;
	left: 0;
}
.hero-content h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	color: #222;
}
.hero-content .hero-subscribe {
	position: relative;
	margin-top:40px;
}
.hero-content .hero-subscribe input {
	width: 430px;
	border: none;
	background: #EAF0FF;
	padding: 10px 170px 10px 20px;
	height: 60px;
	font-size: 15px;
	color: #222;
	font-weight: 500;
	border-radius: 4px;
}
.hero-content .hero-subscribe .button {
	position: absolute;
	top: 0;
	right: 110px;
}
.hero-content .hero-subscribe .theme-btn {
	line-height: 36px;
	background: #ff0066;
	color: #fff;
	border: 2px solid transparent;
	font-size: 15px;
	padding: 10px 30px;
	border-radius: 0px 4px 4px 0px;
}
.hero-content .hero-subscribe .theme-btn:hover {
	background: #222;
	color: #fff;
}
.hero-image {
	margin: 85px 0px;
	position: relative;
	z-index: 2;
}
.hero-image::before {
	position: absolute;
	content: "";
	background-image: url('../images/hero-overlay.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 600px;
	height: 600px;
	top: -185px;
	left: 100px;
}
.hero-image img {
	animation-name: shake;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	z-index: 1;
	position: relative;
}

/* Hero Animations */
.hero-content.animation-1 span{
	animation: fadeInLeft 1s both 1.2s;
}
.hero-content.animation-1 h1{
	animation: fadeInUp 1s  both 1.5s;
}
.hero-content.animation-1 .hero-subscribe{
	animation: fadeInRight 1.5s both 2s;
}

/*---- Hero Two Area ----*/
.hero2-area {
	position: relative;
	overflow: hidden;
	height: 700px;
	background: #ff0066;
}
.h-shape-bottom {
	position: absolute;
	top: auto;
	bottom: -7px;
	left: 0;
	right: 0;
}
.hero2-area .hero-content{
	z-index: 33;
	position: relative;
	margin: 185px 0px;
}
.hero2-area .hero-content span {
	color: #fff;
}
.hero2-area .hero-content span::before {
	background: #fff;
}
.hero2-area .hero-content h1 {
	line-height: 60px;
	margin-bottom: 15px;
	color: #fff;
}
.hero2-area .hero-content p{
	color:#fff;
}
.hero2-area .hero-image-2 {
	z-index: 33;
	position: relative;
	margin: 155px 0px;
}
.hero2-area .hero-image-2 img{
	animation-name: shake;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.hero2-area .hero-btn {
	margin-top: 40px;
	display: inline-flex;
	align-items: center;
}
.hero2-area .hero-btn .theme-btn.primary {
	background: #fff;
	border: 2px solid transparent;
	color: #ff0066;
	padding: 13px 30px;
}
.hero2-area .hero-btn .theme-btn.primary:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

/* Hero Two Animations */
.hero-content.animation-2 span{
	animation: fadeInDown 1s both 1s;
}
.hero-content.animation-2 h1{
	animation: fadeInUp 1s both 1.2s;
}
.hero-content.animation-2 p{
	animation: fadeInRight 1s both 1.5s;
}
.hero-content.animation-2 .hero-btn{
	animation: fadeInUp 1.2s both 1.8s;
}
/* Hero Video Popup */
.hero2-area .hero-btn .video-main {
	margin-left: 30px;
	position: relative;
}
.hero2-area .promo-video .waves-block .waves {
	position: absolute;
	width: 100px;
	height: 100px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	z-index: 444;
	background: #f5f5f5;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
}
.hero2-area .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero2-area .promo-video .waves-block .wave-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.hero2-area .promo-video .waves-block .wave-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.hero2-area .video-main .video {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	color: #ff0066;
	display: inline-block;
	z-index: 444;
	padding: 0;
	padding-left: 2px;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.hero2-area .video-main .video:hover {
	background: #222;
	color: #fff;
}

/*---- Hero Three Area ----*/
.hero3-area {
	height: 1160px;
	position: relative;
	overflow: hidden;
	background: #ff0066;
}
.hero3-area::before {
	position: absolute;
	content: "";
	width: 500px;
	height: 500px;
	background: #fff;
	border-radius: 100%;
	opacity: 0.2;
	right: -82px;
	top: -225px;
}
.hero3-area::after {
	position: absolute;
	content: "";
	width: 700px;
	height: 700px;
	background: #fff;
	border-radius: 100%;
	opacity: 0.1;
	right: -300px;
	top: -500px;
}
.hero3-area .hero-content {
	text-align: center;
	margin: 0;
	margin-top: 190px;
	margin-bottom: 70px;
}
.hero3-area .hero-content h5 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}
.hero3-area .hero-content .typed {
	font-weight: 600;
}
.hero3-area .hero-content .typed-cursor{
	font-weight: 700;
	margin-left: 5px;
}
.hero3-area .hero-content h1 {
	color: #fff;
	font-size: 45px;
	animation: none;
}
.hero3-area .hero-content p {
	color: #fff;
	margin-top: 20px;
}
.hero-content-btn {
	margin-top: 30px;
}
.hero3-area .hero-content-btn .theme-btn {
	background: #fff;
	border: 2px solid transparent;
	font-size: 15px;
	font-weight: 500;
	padding: 13px 25px;
	color:#FF0066;
}
.hero3-area .hero-content-btn .theme-btn:hover{
	border:2px solid #fff;
	background:transparent;
	color:#fff;
}
.hero3-area .hero-image-3 {
	text-align: center;
}
.hero3-area .hero-image-3 img{
	animation-name: shake;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
/*=============================
	End Hero Area CSS
===============================*/

/*=============================
	4. Partner Area CSS
===============================*/
.partner-area {
	padding: 30px 0px;
	background: #EAF0FF;
}
.single-partner {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0.4;
}
.single-partner:hover {
	opacity:1;
}
/*=============================
	End Partner Area CSS
===============================*/

/*=============================
	5. Services Area CSS
===============================*/
.service-area {
	padding: 100px 0px;
}
.service-inner {}
.single-service.active.service-2::before{
	opacity: 0.2;
	visibility:visible;
	right: 30px;
}
.service-1::before {
	position: absolute;
	content: "";
	background-image: url('../images/service-1.2.png');
	width: 90px;
	height: 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	right: 0;
	top:20px;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service-2::before {
	position: absolute;
	content: "";
	background-image: url('../images/service-2.2.png');
	width: 90px;
	height: 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	right: 0;
	top:20px;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service-3::before {
	position: absolute;
	content: "";
	background-image: url('../images/service-3.2.png');
	width: 90px;
	height: 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	right: 0;
	top:20px;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-service:hover.service-1::before,
.single-service:hover.service-2::before,
.single-service:hover.service-3::before{
	opacity: 0.2;
	visibility:visible;
	right: 30px;
}
.single-service.active .service-img-2{
	display: inline-block;
}
.single-service.active .service-img-1{
	display: none;
}
.single-service.active .service-img{
	background:#ff0066;
}
.single-service.active .service-btn a{
	color:#ff0066;
	letter-spacing:1px;
}
.single-service {
	background: #EAF0FF;
	padding: 40px;
	position: relative;
	border-radius: 4px;
	z-index: 33;
	margin-top: 90px;
}
.single-service:hover .service-img-2{
	display: inline-block;
}
.single-service:hover .service-img-1{
	display:none;
}
.service-img-1 {
	display: inline-block;
}
.service-img-2 {
	display: none;
}
.single-service:hover .service-img{
	background:#ff0066;
}
.service-img {
	width: 110px;
	height: 110px;
	line-height: 110px;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: -55px;
	box-shadow: 3px 3px 17px #2222220f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service-img::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 30px;
	background: #ff0066;
	bottom: -4px;
	border-radius: 30px;
	transform: rotate(56deg);
	left: 15px;
	z-index: -1;
}
.service-img::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 30px;
	background: #ff0066;
	top: 9px;
	border-radius: 30px;
	transform: rotate(48deg);
	right: 1px;
	z-index: -1;
}
.service-img img {
	width: 50px;
}
.service-content {
	margin-top: 50px;
}
.service-content h3 {
	margin-bottom: 15px;
}
.single-service:hover .service-btn a{
	color:#ff0066;
	letter-spacing:1px;
}
.service-content h3 a:hover{
	color:#ff0066;
}
.service-content h3 a {
	font-size: 23px;
	font-weight: 600;
	display: block;
}
.service-content p{}
.service-btn {
	margin-top: 10px;
}
.service-btn a {
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	color: #666;
}

/* Service Two Area */
.service2-area {
	padding: 100px 0px;
}
.service-content-left{}
.service-c-title {
	margin-bottom: 20px;
}
.service-c-title span {
	text-transform: capitalize;
	margin-bottom: 15px;
	background: #ff00661A;
	padding: 8px 25px;
	display: inline-block;
	color: #ff0066;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
}
.service-c-title h3 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
}
.service-content-left p{}
.service2-area .s-service {
	padding: 30px;
	box-shadow: 0px 0px 10px #2222220f;
	position: relative;
	border-radius: 4px;
	margin: 10px;
	overflow: hidden;
	background: #fff;
}
.service2-area .s-service.active::before{
	opacity:1;
	visibility:visible;
	height:100%;
}  
.service2-area .s-service.active .s-service-icon{
	background:#fff;
}
.service2-area .s-service.active .s-service-content h3 a,
.service2-area .s-service.active .s-service-content p,
.service2-area .s-service.active .s-service-btn a{
	color:#fff;
}
.service2-area .s-service::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: #ff0066;
	top: 0;
	left: 0;
	opacity:0;
	visibility:hidden;
	border-radius:4px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service2-area .s-service::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 100%;
	top: -70px;
	right: -100px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}
.service2-area .s-service:hover::before{
	opacity:1;
	visibility:visible;
	height:100%;
}
.service2-area .s-service:hover::after,.service2-area .s-service.active::after {
	opacity:0.2;
	visibility:visible;
	top:-50px;
	right:-50px;
}
.service2-area .s-service:hover .s-service-icon{
	background:#fff;
}
.service-shape{
	position:relative;
}
.service-shape::before{
	position:absolute;
	content:"";
}
.s-service-icon {
	width: 100px;
	height: 100px;
	background: #EAF0FF;
	text-align: center;
	border-radius: 100%;
	line-height: 100px;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.s-service-icon img {
	width: 50px !important;
	height: 50px;
	display: inline-block !important;
}
.s-service-content {
	margin-top: 15px;
	z-index: 1;
	position: relative;
}
.service2-area .s-service:hover .s-service-content h3 a,
.service2-area .s-service:hover .s-service-content p,
.service2-area .s-service:hover .s-service-btn a{
	color:#fff;
}
.s-service-content h3 {
	margin-bottom: 10px;
}
.s-service-content h3 a {
	font-size: 23px;
	font-weight: 600;
}
.s-service-content p {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.s-service-btn {
	margin-top: 15px;
}
.s-service-btn a{}
.s-service-btn a i {
	margin-left: 5px;
	font-size: 16px;
}
/* Slider Nav */
.service2-area .owl-carousel .owl-controls {
	position: absolute;
	bottom: 50%;
	right: -50px;
	margin-bottom: -40px;
	z-index: 999;
	background: #ff0066;
	padding: 5px;
	border-radius: 4px;
}
.service2-area .owl-carousel .owl-controls .owl-dot {
	display: block;
}
.service2-area .owl-theme .owl-dots .owl-dot span {
	background: #ff0066;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	margin: 15px 8px;
}
.service2-area .owl-theme .owl-dots .owl-dot.active span{
	background:#fff;
	border: 2px solid #ff0066;
}
/* Service Single */
.service-details-area {
	padding: 100px 0px;
}
.service-details-main{}
.service-d-single-top{}
.service-d-single-content {
	margin-bottom: 30px;
}
.service-d-single-content:last-child{
	margin:0;
}
.service-d-single-content h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
}
.service-d-single-content h3::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #ff0066;
	border-radius: 4px;
	left: 0;
	top: 8px;
}
.service-d-single-content h3::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	left: 0px;
	top: 8px;
	margin-top: 7px;
	margin-left: 7px;
}
.service-d-single-content p {
	padding-left: 40px;
}
.service-d-top-img {
	margin-top: 50px;
}
.service-details-content {
	margin-top: 50px;
}
.service-details-content h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-details-content p{}
.service-d-list-content {
	margin-top: 50px;
}
.service-d-list-left{}
.service-d-list-left h5 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-d-list-left p{}
.service-d-list-inner {
	margin-top: 20px;
}
.service-d-list-inner li {
	font-size: 16px;
	margin-bottom: 10px;
}
.service-d-list-inner li:last-child{
	margin:0;
}
.service-d-list-inner li i {
	font-size: 18px;
	color: #ff0066;
	margin-right: 5px;
}
.service-d-list-right{}
.service-details-sidebar{}
.service-sidbar-widget {
	margin-bottom: 30px;
	background: #EAF0FF;
	padding: 30px;
	border-radius: 4px
}
.service-d-menu {}
.service-d-menu li {
	margin-bottom: 10px;
}
.service-d-menu li:last-child{
	margin:0;
}
.service-d-menu li a {
	padding: 13px;
	font-size: 15px;
	display:block;
}
.service-d-menu li.active a,
.service-d-menu li a:hover {
	background: #ff0066;
	padding: 13px;
	color: #fff;
	border-radius: 3px;
	font-size: 15px;
	display: block;
}
.service-d-menu li a:hover{
	background: #ff0066;
}
.service-d-download{}
.service-d-sidebar-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	padding-left: 35px;
}
.service-d-sidebar-title::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #ff0066;
	border-radius: 4px;
	left: 0;
	top: 9px;
}
.service-d-sidebar-title::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	left: 0px;
	top: 8px;
	margin-top: 8px;
	margin-left: 7px;
}
.service-d-download{}
.service-d-download li {
	margin-bottom: 15px;
}
.service-d-download li:last-child{
	margin:0;
}
.service-d-download li a {
	display: block;
	padding: 13px;
	border: 1px solid #2222221f;
	border-radius: 3px;
}
.service-d-download li i {
	margin-right: 10px;
	color: #ff0066;
	font-size: 18px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service-d-download li a:hover{
	background:#ff0066;
	color:#fff;
	border:1px solid transparent;
}
.service-d-download li a:hover i{
	color:#fff;
}
.service-d-client-slider{
	background: #ff0066;
	border-radius: 4px;
}
.service-d-client-content {
	margin-top: 15px;
}
.service-d-single-client {
	background: #ff0066;
	padding: 30px;
	border-radius: 4px;
	text-align:center;
}
.service-d-client-head{}
.service-d-client-head img {
	width: 100px !important;
	display: inline-block !important;
	height: 100px;
	border: 2px dashed #fff;
	border-radius: 100%;
	padding: 0.2rem;
}
.service-d-client-content{}
.service-d-client-content p {
	color: #fff;
	font-size: 15px;
}
.service-d-client-title {
	margin-top: 20px;
}
.service-d-client-title h5 {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 5px;
}
.service-d-client-title span {
	color: #fff;
	opacity: 0.8;
}
/*=============================
	End Services Area CSS
===============================*/

/*=============================
	6. About Us Area CSS
===============================*/
.section-shape{
	position:relative;
	overflow:hidden;
}
.section-shape::before {
	position: absolute;
	content: "";
	background-image: url('../images/shape-1.png');
	width: 78%;
	height: 100%;
	right: 0;
	top: -7px;
	background-size: cover;
	background-position: center;
}
.about-area {
	padding-bottom: 100px;
}
.about-content{}
.about-content .about-title{
	margin-bottom: 30px;
}
.about-content .about-title span {
	background: #ff00661A;
	padding: 6px 25px;
	display: inline-block;
	color: #ff0066;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
}
.about-content .about-title h3 {
	font-size: 40px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 45px;
}
.about-content .about-title p {
	color: #222;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
}
.about-tab-menu {
	text-align: center;
}
.about-tab-menu .nav-tabs .nav-item a {
	padding: 17px 55px;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.about-tab-menu .nav-tabs .nav-item a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	background: #fff;
	bottom: -1px;
	left: 50%;
	margin-left: -25%;
	border-radius: 2px 2px 0px 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.about-tab-menu .nav-tabs .nav-item a:hover::before{
	opacity:1;
	visibility:visible;
	width:50%;
}
.about-tab-menu .nav-tabs .nav-item a.active::before{
	opacity:1;
	visibility:visible;
	width:50%;
}
.about-tab-menu .nav-tabs .nav-item a.active,
.about-tab-menu .nav-tabs .nav-item a:hover {
	background: transparent;
	color: #fff !important;
	
}
.about-tab-menu .nav-tabs .nav-item {
	margin: 0;
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
}
.about-tab-menu .nav-tabs .tab-line{
	position:relative;
}
.about-tab-menu .nav-tabs .tab-line::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background: #fff;
	right: -1px;
	top: 2px;
}
.about-tab-menu .nav-tabs .nav-item:last-child {
	margin: 0;
	padding:0;
}
.about-tab-menu .menu-tab-menu {
	text-align: center;
	border: none;
	margin-bottom: 20px;
	background: #ff0066;
	padding: 15px 0px;
	box-shadow: 0px 4px 15px #2222220f;
	border-radius: 3px;
}
.mission-content {
	padding: 0px 10px;
}
.mission-content h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 40px;
}
.mission-content p {
	font-size: 15px;
}
.mission-c-btn {
	margin-top: 25px;
}
.mission-c-list {
	margin-top: 20px;
}
.mission-c-list li {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	font-weight: 500;
}
.mission-c-list li:last-child{
	margin:0;
}
.mission-c-list li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #fff;
	box-shadow: 0px 2px 10px #22222214;
	font-size: 16px;
	color: #ff0066;
	margin-right: 15px;
	border-radius: 100%;
}
.about-image {
	margin-top: 30px;
	padding-left: 50px;
}
/*=============================
	End About Us Area CSS
===============================*/

/*=============================
	7. Funfact Area CSS
===============================*/
.funfact-area{}
.funfact-inner {
	background: #ff0066;
	padding: 20px 50px 50px 50px;
	border-radius: 5px;
}
.single-fact {
	position: relative;
	padding: 0px 10px;
	margin-top: 30px;
}
.single-fact .fact-image {
	position: absolute;
	width: 50px;
}
.single-fact .fact-image img{}
.single-fact .fact-content {
	padding-left: 70px;
}
.single-fact .fact-content h6 {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.single-fact .fact-content h6 span{}
.single-fact .fact-content p {
	color: #fff;
}

/* Funfact Two Area */
.funfact2-area {
	background: #ff0066;
	z-index: 2;
	position: relative;
	padding: 70px 0px 100px;
}
.funfact-area.funfact2-area::before {
	position: absolute;
	content: "";
	background-image: url('../images/bg-pattern.png');
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.2;
}
.single-fact2 {
	background: #fff;
	padding: 50px;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 4px 10px #22222224;
	position: relative;
	z-index: 22;
	overflow: hidden;
	margin-top: 30px;
}
.single-fact2::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: #ff00660F;
	left: -100px;
	bottom: -100px;
	border-radius: 100%;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.single-fact2:hover::before{
	left: -50px;
	bottom: -70px;
	opacity:1;
	visibility:visible;
}
.single-fact-icon {
	margin-bottom: 25px;
}
.single-fact-icon i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	background: #ff00660F;
	border-radius: 100%;
	color: #fff;
	font-size: 25px;
	color: #ff0066;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1.5px dashed #ff0066;
}
.single-fact2:hover .single-fact-icon i {
	transform: rotate(1turn);
	background: #ff0066;
	color: #fff;
	border: 1.5px solid transparent;
}
.single-fact2:hover{
	transform:translateY(-10px);
}
.s-fact-content{}
.s-fact-content h6 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px;
}
.s-fact-content p {
	color: #ff0066;
	font-weight: 500;
}
/*=============================
	End Funfact Area CSS
===============================*/

/*=============================
	8. Process Area CSS
===============================*/
.process-area {
	padding: 100px 0px;
}
.single-process {
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-top: 40px;
}
.single-process.active .process-image{
	background:#ff0066;
}
.single-process.active .process-img-1{
	display:none;
}
.single-process.active .process-img-2{
	display:inline-block;
}
.single-process.active .process-count span{
	background:#fff;
	color:#ff0066;
	box-shadow: 0px 0px 15px #22222212;
}
.single-process-2{
	margin-top:150px;
}
.process-inner {
	position: relative;
}
.process-inner::before {
	position: absolute;
	content: "";
	background-image: url('../images/process-line.png');
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 100%;
	top: -60px;
	background-repeat: no-repeat;
	opacity: 0.2;
	left: 5px;
}
.process-count{}
.process-count span {
	position: absolute;
	top: -11px;
	width: 40px;
	height: 40px;
	background: #ff0066;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	line-height: 40px;
	z-index: 22;
	left: 54%;
	font-weight: 600;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-process .process-image {
	width: 130px;
	height: 130px;
	background: #fff;
	box-shadow: 0px 3px 10px #22222214;
	line-height: 130px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-process .process-image img {
	width: 55px;
}
.single-process:hover .process-count span {
	background: #fff;
	color: #ff0066;
	box-shadow: 0px 0px 15px #22222212;
}
.single-process:hover .process-image{
	background:#ff0066;
}
.single-process:hover .process-img-1{
	display:none;
}
.single-process:hover .process-img-2{
	display:inline-block;
}
.single-process .process-img-1{}
.single-process .process-img-2{
	display:none;
}
.process-content {
	padding-top: 150px;
}
.process-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.process-content p{}

/* Process Two Area */
.process2-area {
	padding-bottom: 100px;
}
.single-process2 {
	background: #fff;
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,.08);
	padding: 50px 30px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	border-radius: 4px;
}
.single-process2::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #ff0066;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-process2:hover::before{
	opacity:1;
	visibility:visible;
	width:100%;
	left:0;
}
.single-process2:hover .process2-img-1{
	opacity:1;
}
.single-process2-head {
	margin-bottom: 25px;
}
.process2-img-1 {
	width: 50px;
	height: 50px;
	opacity: 0.3;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.process2-count{}
.process2-count span {
	font-size: 50px;
	display: block;
	font-weight: 800;
	text-shadow: -5px 5px 0px #E7ECFC;
	position: relative;
	line-height: 1;
	color: #ff0066;
}
.process2-image {
	position: absolute;
	top: 50px;
	right: 30px;
}
.process2-content{}
.process2-content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.process2-content p{}
.s-process-style-2{}
.s-process-style-2 .process2-content {
	margin-bottom: 25px;
}
.s-process-style-2 .single-process2-head {
	margin: 0;
}
.s-process-style-2 .process2-image {
	position: absolute;
	top: 225px;
	bottom: 0;
}
/*=============================
	End Process Area CSS
===============================*/

/*=============================
	9. Team Area CSS
===============================*/
.team-section-title{
	z-index: 2;
	position: relative;
}
.team-section-title span {
	background: #fff;
	box-shadow: 0px 2px 10px #22222214;
}
.team-section-title h3 {
	color: #fff;
	margin-top:20px;
}
.team-area {
	padding: 70px 0px;
	background: #ff0066;
	position:relative;
}
.team-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url('../images/bredcrumbs-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	opacity: 0.8;
}
.single-team {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 18px #22222208;
	border-radius: 5px;
	margin-top: 30px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-team::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #ff0066;
	left:0;
	bottom: 0;
	border-radius: 3px 3px 0px 0px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.single-team:hover::before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.single-team:hover {
	box-shadow: 0px 0px 20px #2222221f;
}
.team-image{}
.team-image img {
	border-radius: 100%;
	width: 200px;
	border-right: 3px dashed #ff0066;
	border-bottom: 3px solid #ff0066;
	padding: 0.4rem;
}
.team-content {
	margin-left: 30px;
}
.team-content span {
	color: #ff0066;
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
}
.team-content h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.team-content p {
	font-size: 15px;
	text-transform: capitalize;
}
.team-social {
	margin-top: 10px;
}
.team-social li {
	display: inline-block;
	margin-right: 10px;
}
.team-social li:last-child{
	margin:0;
}
.team-social li a {
	color: #ff0066;
	width: 35px;
	height: 35px;
	line-height: 34px;
	display: block;
	border: 1px dashed #ff0066;
	border-radius: 100%;
	text-align: center;
}
.team-social li a:hover{
	color: #fff;
	background:#ff0066;
	border:1px solid transparent;
}
.team-page{
	padding:70px 0px 100px 0px
}
/* Team Two Area*/
.team2-area {
	padding: 100px 0px 70px 0px;
	background: #EAF0FF;
	position: relative;
}
.team2-area::before {
	position: absolute;
	content: "";
	background-image: url('../images/shape-2.png');
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	bottom: -30px;
}
.single-team2 {
	margin: 30px 0px;
}
.single-team2-head {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.single-team2-head::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 150%) repeat scroll 0 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.single-team2:hover .single-team2-head::before{
	opacity:1;
	visibility:visible;
	height:100%;
}
.single-team2:hover .single-team2-head img{
	transform:scale(1.1);
}
.single-team2-head img{}
.single-team2-social {
	position: absolute;
	background: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	left: 50%;
	margin-left: -110px;
	top: 50%;
	margin-top: -27.5px;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
	box-shadow: 2px 4px 14px #22222261;
}
.single-team2:hover .single-team2-social{
	opacity:1;
	visibility:visible;
	transform: scale(1);
}
.single-team2-social li {
	display: inline-block;
	margin-right: 10px;
}
.single-team2-social li:last-child{
	margin:0;
}
.single-team2-social li a {
	width: 35px;
	height: 35px;
	line-height: 34px;
	display: block;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #ff0066;
	border: 1px dashed #ff0066;
}
.single-team2-social li a:hover{
	background:#ff0066;
	color:#fff;
	border:1px solid transparent;
}
.single-team2-social li i{}
.single-team2-content {
	padding: 0 30px;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
	z-index: 1;
}
.single-t-info-box {
	padding: 20px 30px;
	background: #ffffff;
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,.08);
	border-radius: 5px;
	position: relative;
	z-index: 22;
	overflow: hidden;
	text-align: center;
}
.single-t-info-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: #ff0066;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	z-index: -2;
}
.single-team2:hover .single-t-info-box::before{
	height:100%;
	opacity:1;
	visibility:visible;
}
.single-team2:hover .single-t-info-box h5,
.single-team2:hover .single-t-info-box span{
	color:#fff;
}
.single-t-info-box h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-t-info-box span {
	color: #ff0066;
	font-size: 17px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*=============================
	End Team Area CSS
===============================*/

/*=============================
	10. Intro Video Area CSS
===============================*/
.intro-video-area {
	padding: 100px 0px;
}
.video-overview {
	position: relative;
	margin: 30px;
}
.video-overview::before {
	position: absolute;
	content: "";
	background-image: url('../images/shape-1.png');
	width: 150px;
	height: 150px;
	right: -30px;
	top: -30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.video-overview::after {
	position: absolute;
	content: "";
	background-image: url('../images/shape-2.png');
	width: 156px;
	height: 190px;
	left: -120px;
	bottom: -30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
.video-image {
	position: relative;
}
.video-image img {
	border-radius: 5px;
}
.video-image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ff0066;
	opacity: 0.7;
	border-radius: 5px;
}
.video-overview-shape-1 {
	margin: 75px 0px;
}
.video-overview-shape-2 {
	margin: 40px 0px;
}
.video-overview-shape-1 img {
	animation-name: shake;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.video-overview-shape-2 img {
	animation-name: shake;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/* Video Popup */
.video-overview .video-main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.video-overview .promo-video .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	z-index: 444;
	background: #f5f5f5;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.video-overview .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.video-overview .promo-video .waves-block .wave-2 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.video-overview .promo-video .waves-block .wave-3 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.video-overview .video-main .video {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	color: #ff0066;
	display: inline-block;
	z-index: 444;
	padding: 0;
	padding-left: 2px;
	font-size: 25px;
	font-weight: 600;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*=============================
	End Intro Video Area CSS
===============================*/

/*=============================
	11. Faq Area CSS
===============================*/
.faq-area {
	padding: 100px 0px;
	background: #EAF0FF;
}
.faq-img {
	margin-top: 30px;
}
.faq-inner {
	margin-top: 30px;
}
/* Main Faq Area */
.faq-area .panel-group {
    margin: 0;
}
.faq-area .panel {
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.faq-area .panel-heading{
	background:none;
}
.faq-area .faq-title a {
	position: relative;
	width: 100%;
	display: block;
	padding: 20px;
	background: #fff;
	border-radius: 0;
	line-height: 26px;
	font-weight: 600;
	font-size: 17px;
	color: #222;
}
.faq-area .faq-title b {
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	color: #ff0066 ;
	margin-right: 10px;
}
.faq-area .faq-title a::before {
	content: "\f068";
	font-family: "Fontawesome";
	top: 55%;
	margin-top: -15px;
	position: absolute;
	background: transparent;
	color: #ff0066;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	right: 20px;
}
.faq-area .panel .faq-title a {
	text-decoration: none;
}
.faq-area .panel .faq-title a.collapsed {
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 0;
	padding: 20px;
	background: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	color: #222;
}
.faq-area .faq-title a.collapsed::before {
	content: "\f067";
	font-family: "Fontawesome";
	color: #ff0066 ;
	background: transparent;
	transition: all 0.4s ease;
	font-size: 16px;
	font-weight: 300;
}
.faq-area .faq-body {
	padding: 0px 20px 20px 20px;
	color: #666;
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	font-weight: normal;
	background: #fff;
	font-size: 15px;
	line-height: 26px;
}
.faq-area .faq-body .body-btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #ff0066 ;
}
.faq-area .panel-default {
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin: 0 0 15px;
	margin-bottom: 30px;
	box-shadow: none;
	border-radius: 0;
}
.faq-area .panel-default:last-child{
	margin-bottom:0;
}
/*=============================
	End Faq Area CSS
===============================*/

/*=============================
	12. Portfolio CSS
===============================*/
.portfolio-area{
	padding:100px 0px;
}
/* Project Nav */
.project-nav {
	text-align: center;
	margin: 30px 0px 50px 0px;
}
.project-nav li {
	display: inline-block;
	font-weight: 500;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize !important;
	margin-right: 25px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #181E4E !important;
	padding: 5px 18px !important;
	background: transparent;
	border-radius: 3px;
	margin: 0 !important;
	position: relative !important;
	margin-right: 10px !important;
}
.project-nav li.active {
	color: #fff !important;
	background: #ff0066;
}
.project-nav li:hover {
	color: #fff !important;
	background: #ff0066 !important;
}
.project-nav li:last-child{
	margin:0px!important;
}
.single-portfolio{
	position:relative;
}
.single-portfolio::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background: #ff0066;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	border-radius: 6px;
}
.single-portfolio::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background: #ff0066;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	top: 0;
	right:0;
	border-radius: 6px;
}
.single-portfolio:hover::before,
.single-portfolio:hover::after{
	opacity: 0.6;
	visibility: visible;
	width: 100%;
	height: 100%;
}
.portfolio-image{}
.portfolio-image img {
	border-radius: 6px;
}
.single-portfolio:hover .portfolio-image .image-view{
	opacity:1;
	visibility:visible;
	transform: translateY(0px);
}
.portfolio-image .image-view {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 100%;
	font-size: 15px;
	transform: translateY(-70px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
}
.portfolio-image .image-view:hover{
	background:#fff;
	color:#ff0066;
}
.single-portfolio:hover .portfolio-content{
	opacity:1;
	visibility:visible;
	transform: translateY(0px);
}
.portfolio-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	transform: translateY(70px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
}
.portfolio-content h3 {}
.portfolio-content h3 a {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.portfolio-content .item-category {
	color: #fff;
	font-size: 16px;
	font-weight:normal;
}
.portfolio-content .item-category:hover{
	text-decoration:underline;
	letter-spacing:1px;
}
/* Portfolio Details */
.portfolio-details-area {
	padding: 100px 0px;
}
.portfolio-d-content-left{}
.portfolio-d-content-widget{}
.portfolio-d-content-widget h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.portfolio-d-content-widget h3::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff0066;
	border-radius: 4px;
	top: 6px;
	left: 0;
}
.portfolio-d-content-widget h3::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	top: 0;
	left: 0;
	margin-top: 14px;
	margin-left: 9px;
}
.portfolio-d-content-widget p{}
.portfolio-d-img-inner {
	margin: 30px 0px;
}
.portfolio-d-single-widget{
	position:relative;
	z-index:2;
}
.portfolio-d-single-widget img {
	border-radius: 4px;
}
.portfolio-d-single-widget::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background: #ff0066;
	opacity: 0;
	visibility: hidden;
	left: 0;
	bottom: 0;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
}
.portfolio-d-single-widget::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background: #ff0066;
	opacity: 0;
	visibility:hidden;
	right:0;
	top:0;
	border-radius: 4px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.portfolio-d-single-widget:hover::before,.portfolio-d-single-widget:hover::after{
	opacity:0.7;
	visibility:visible;
	width:100%;
	height:100%;
}
.portfolio-d-single-widget .image-view {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background: transparent;
	line-height: 50px;
	display: block;
	text-align: center;
	border-radius: 100%;
	margin-left: -25px;
	margin-top: -25px;
	border: 1px solid #fff;
	color: #fff;
	z-index: 22;
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.portfolio-d-single-widget .image-view:hover{
	color:#ff0066;
	background:#fff;
}
.portfolio-d-single-widget:hover .image-view{
	opacity:1;
	visibility:visible;
	transform: scale(1);
}
.portfolio-d-single-widget{}
.portfolio-d-list {
	margin-bottom: 30px;
}
.portfolio-d-list-title {
	margin-bottom: 20px;
}
.portfolio-d-list-title h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.portfolio-d-list-title p{}
.portfolio-d-list-inner{}
.portfolio-d-list-inner li {
	font-size: 16px;
	margin-bottom: 10px;
}
.portfolio-d-list-inner li:last-child{
	margin:0;
}
.portfolio-d-list-inner li i {
	font-size: 18px;
	color: #ff0066;
	margin-right: 5px;
}
.portfolio-d-sidebar{}
.p-single-sidebar-widget {
	background: #EAF0FF;
	padding: 40px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
}
.p-single-sidebar-widget h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	padding-left: 40px;
}
.p-single-sidebar-widget h3::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff0066;
	top: 6px;
	left: 0;
	border-radius: 4px;
}
.p-single-sidebar-widget h3::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	top: 6px;
	left: 0;
	border-radius: 100%;
	margin-top: 8px;
	margin-left: 9px;

}
.p-single-sidebar-widget li {
	font-size: 17px;
	margin-bottom: 15px;
	border-bottom: 1px solid #2222221f;
	padding-bottom: 15px;
	font-weight: 500;
}
.p-single-sidebar-widget li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.p-single-sidebar-widget li span {
	float: right;
	font-weight: normal;
	color: #ff0066;
}
.n-project-contact-widget {
	background: #ff0066;
	padding: 30px;
	border-radius: 4px;
}
.n-project-contact-widget h5 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 33px;
}
.n-project-contact-btn {
	margin-top: 20px;
}
.n-project-contact-btn .theme-btn {
	background: #fff;
	color: #ff0066;
	border: 2px solid transparent;
}
.n-project-contact-btn .theme-btn:hover {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}
/*=============================
	End Portfolio Area CSS
===============================*/

/*=============================
	13. Industries Area CSS
===============================*/
.industries-area {
	padding: 100px 0px;
	background: #EAF0FF;
}
.industries-title{}
.industries-title span {
	background: #ff00661A;
	padding: 6px 25px;
	display: inline-block;
	color: #ff0066;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
}
.industries-title h3 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 46px;
	margin-top: 15px;
}
.industries-tab-menu {
	margin: 40px 0px 10px 0px;
}
.industries-tab-menu .menu-tab-menu {
	margin: 0;
	display: block;
	border: none;
}
.industries-tab-menu .menu-tab-menu .nav-item {
	margin: 0;
	display: inline-block;
	padding: 0;
	margin: 10px;
}
.industries-tab-menu .menu-tab-menu .nav-item a.active,
.industries-tab-menu .menu-tab-menu .nav-item a.active i,
.industries-tab-menu .menu-tab-menu .nav-item a:hover{
	color: #fff;
	background: #ff0066;
}
.industries-tab-menu .menu-tab-menu .nav-item a.active span{
	color:#fff;
}
.industries-tab-menu .menu-tab-menu .nav-item a:hover span{
	color:#fff;
}
.industries-tab-menu .menu-tab-menu a:hover i {
	color: #fff;
}
.industries-tab-menu .menu-tab-menu a {
	display: block;
	background: #fff;
	padding: 15px 50px;
	width: 348px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 1px 20px #2222220d;
	border-radius: 4px;
}
.industries-tab-menu .menu-tab-menu i {
	font-size: 20px;
	margin-right: 15px;
	color:#ff0066;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.industries-tab-menu .menu-tab-menu span {
	display: block;
	color: #222;
	font-size: 15px;
	margin-top: 10px;
	font-weight: 600;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
}
.industries-tab-inner{}
.industries-image {
	margin-top: 30px;
}
.industries-content {
	margin-top: 30px;
}
.industries-content h3 {
	font-size: 33px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 40px;
}
.industries-content h6 {
	margin-top: 15px;
	font-size: 16px;
	color: #ff0066;
	margin-bottom: 20px;
}
.industries-content p{}
.industries-content-btn {
	margin-top: 30px;
}
/*=============================
	End Industries Area CSS
===============================*/

/*=============================
	14. Testimonial Area CSS
===============================*/
.testimonial-area{
	padding:100px 0px;
}
.testimonial-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 40px;
}
.testimonial-inner::before {
	position: absolute;
	content: "";
	background-image: url('../images/bg-shape.png');
	width: 550px;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: 20px;
	top: -35px;
}
.single-testimonial {
	text-align: center;
	padding: 97px 45px;
	position: relative;
}
.single-testimonial::before {
	position: absolute;
	content: "\efcd";
	font-family: IcoFont;
	font-size: 120px;
	left: 40px;
	color: #fff;
	opacity: 0.4;
	top: 120px;
}
.testimonial-head{
	position:relative;
	z-index:1;
}
.testimonial-head::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 121px;
	background: #fff;
	opacity: 0.5;
	z-index: -1;
	border-radius: 100%;
	top: -12px;
}
.testimonial-head::after {
	position: absolute;
	content: "";
	width: 117px;
	height: 106px;
	background: #fff;
	opacity: 0.5;
	z-index: -1;
	border-radius: 100%;
	top: -4px;
	right: 167px;
}
.testimonial-head img {
	width: 100px !important;
	height: 100px;
	display: inline-block !important;
	border-radius: 100%;
}
.testimonial-content {
	margin-top: 30px;
	z-index: 1;
	position: relative;
}
.testimonial-content p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.9;
}
.testimonial-bottom {
	margin-top: 25px;
}
.testimonial-bottom h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.testimonial-bottom span {
	color: #fff;
}
.testimonial-title-content {
	padding: 100px 0px 100px 70px;
}
.testimonial-title-content span {
	background: #ff00661A;
	padding: 6px 25px;
	display: inline-block;
	color: #ff0066;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	margin-bottom: 10px;
}
.testimonial-title-content h3 {
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 42px;
}
.testimonial-title-content p{}

/* Slider Dot */
.testimonial-area .owl-carousel .owl-controls {
	position: absolute;
	bottom: 25%;
	right: -43%;
	z-index: 999;
}
.testimonial-area .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}
.testimonial-area .owl-theme .owl-dots .owl-dot span {
	background: #ff0066;
	width: 30px;
	height: 5px;
	border-radius: 0;
	opacity: 0.3;
}
.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
	background: #ff0066 !important;
	opacity: 1;
}

/* Testimonial Two Area*/
.testimonial2-area {
	padding: 100px 0px 80px 0px;
	position: relative;
}
.testimonial2-area::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background-image: url('../images/bg-pattern.png');
	top: 0;
	background-size: contain;
	background-position: center;
	opacity: 0.2;
}
.testimonial2-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background: #ff0066;
	top: 0;
}
.testimonial2-s-title {
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}
.testimonial2-s-title h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
}
.testimonial2-slider {
	margin-top: 20px;
}
.single-testimonial2 {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
	margin: 10px 15px 20px 15px;
	position: relative;
}
.single-testimonial2::before{
	position:absolute;
	content:"";
	width:0;
	height:2px;
	bottom:0;
	right:0;
	background:#ff0066;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-testimonial2:hover::before{
	width:100%;
	opacity:1;
	visibility:visible;
	left:0;
}
.s-testimonial2-head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position:relative;
}
.s-testimonial2-head::before {
	position: absolute;
	content: "\efce";
	font-family: IcoFont;
	font-size: 70px;
	color: #ff0066;
	opacity: ;
	top: 15px;
	right: 0;
}
.s-testimonial2-img{}
.s-testimonial2-img img{
	width:100px!Important;
	height:100px;
	display:inline-block!Important;
	border-radius:100%;
}
.s-testimonial2-title {
	margin-left: 20px;
}
.s-testimonial2-title h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.s-testimonial2-title span {
	color: #ff0066;
	font-size: 15px;
	font-weight: 500;
}
.s-testimonial2-content{}
.s-testimonial2-content p {
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
}
.testimonial-ratting {
	margin-bottom: 10px;
}
.testimonial-ratting li {
	display: inline-block;
	margin-right: 3px;
	font-size: 16px;
	color: #fbc509;
}
.testimonial-ratting li:last-child{
	margin:0;
}

/* Slider Nav */
.testimonial2-area .owl-carousel .owl-controls {
	position: absolute;
	top: 10px;
	right: 0;
	margin-left: -65px;
	z-index: 999;
}
.testimonial2-area .owl-carousel .owl-nav{
	margin: 0;
    width: 100%;
}
.testimonial2-area .owl-carousel .owl-nav div {
	width: 50px;
	height: 50px;
	position: absolute;
	margin: 0;
	padding: inherit;
	font-size: 25px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	bottom: 93px;
	margin-bottom: -20px;
	line-height: 50px;
	border-radius: 100%;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}
.testimonial2-area .owl-carousel .owl-nav div:hover{
	background:#fff;
	color:#ff0066;
}
.testimonial2-area .owl-carousel .owl-nav .owl-prev {
	right: 50px;
	margin-right: 15px;
}
.testimonial2-area .owl-carousel .owl-nav .owl-next {
    right:0px;
}
/*=============================
	End Testimonial Area CSS
===============================*/

/*=============================
	15. Pricing Area CSS
===============================*/
.pricing-area {
	padding: 100px 0px;
	background: #EAF0FF;
}
.single-pricing {
	text-align: center;
	background: #fff;
	padding: 40px 30px;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 40px;
}
.single-pricing.active{
	box-shadow:0px 20px 40px 0px rgba(0, 33, 121, 0.08);
	transform:translateY(-10px);
	background:#FF0066;
}
.single-pricing:hover{
	box-shadow:0px 20px 40px 0px rgba(0, 33, 121, 0.08);
	transform:translateY(-10px);
	background:#FF0066;
}
.single-pricing:hover .pricing-head h5,
.single-pricing:hover .price-rate h4,
.single-pricing:hover .price-rate span,
.single-pricing:hover .price-details li,
.single-pricing:hover .price-details li i{
	color:#fff;
}
.single-pricing .pricing-head h5,
.single-pricing .price-rate h4,
.single-pricing .price-rate span,
.single-pricing .price-details li,
.single-pricing .price-details li i{
	color:#222;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-pricing:hover .pricing-button .theme-btn{
	background:#fff;
	color:#FF0066;
}
.single-pricing:hover .pricing-button .theme-btn i{
	background: #FF0066;
	color:#fff;
}
.single-pricing.active .pricing-head h5,
.single-pricing.active .price-rate h4,
.single-pricing.active .price-rate span,
.single-pricing.active .price-details li,
.single-pricing.active .price-details li i{
	color:#fff;
}
.single-pricing.active .pricing-bottom {
	border-top: 1px solid #ffffff63;
}
.single-pricing .pricing-button .theme-btn{
	background:#FF0066;
	color:#fff;
	border:1px solid transparent;
}
.single-pricing .pricing-button .theme-btn i{
	background:#fff;
	color:#FF0066;
	border:1px solid transparent;
}
.single-pricing.active .pricing-button .theme-btn{
	background:#fff;
	color:#FF0066;
}
.single-pricing.active .pricing-button .theme-btn i {
	background: #FF0066;
	color:#fff;
}
.pricing-head {
	margin-bottom: 30px;
}
.pricing-head h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
}
.price-rate{}
.price-rate h4 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}
.price-rate span {
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}
.pricing-bottom {
	margin-top: 30px;
	border-top: 1px solid #ffffff63;
	padding-top: 30px;
}
.price-details{}
.price-details li {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 500;
}
.price-details li:last-child{
	margin:0;
}
.pricing-bottom li i {
	font-size: 18px;
	margin-right: 5px;
}
.pricing-button {
	margin-top: 30px;
}

/* Pricing Two Area*/
.pricing2-area {
	background: #F4F7FE;
}
.single-pricing2 {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 30px;
}
.single-pricing2:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,.07);
	transform: translateY(-10px);
}
.pricing2-head {
	margin-bottom: 30px;
}
.pricing2-head h5 {
	font-size: 20px;
	font-weight: 600;
}
.price2-rate {
	border-top: 2px dashed #f4f5fe;
	border-bottom: 2px dashed #f4f5fe;
	padding: 15px 0px;
	margin-top: 25px;
}
.price2-rate h4 {
	font-size: 40px;
	font-weight: 700;
}
.price2-rate h4 span {
	font-size: 16px;
	margin-left: 5px;
	font-weight: 500;
}
.price2-details{}
.pricing2-bottom{}
.pricing2-bottom li {
	font-size: 15px;
	margin-bottom: 15px;
	color: #666;
	font-weight: 500;
}
.pricing2-bottom li:last-child{
	margin:0;
}
.pricing2-bottom li i {
	font-size: 18px;
	margin-right: 5px;
	color: #ff0066;
}
.pricing2-button {
	margin-top: 30px;
}
.pricing2-button a {
	padding: 15px 30px;
	background:#ff0066;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
	font-size:15px;
}
.single-pricing2:hover .pricing2-button a{
	background:#222;
}
/*=============================
	End Pricing Area CSS
===============================*/

/*=============================
	16. Blog Area CSS
===============================*/
.blog-section-title {
	z-index: 2;
	position: relative;
}
.blog-section-title span {
	background: #fff;
	box-shadow: 0px 2px 10px #22222214;
}
.blog-section-title h3 {
	color: #fff;
	margin-top: 20px;
}
.blog-area {
	background: #EAF0FF;
	position: relative;
}
.blog-bg-pattern{
	position:relative;
	padding: 100px 0px;
}
.blog-bg-pattern::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	top: 0;
	background: #ff0066;
}
.blog-bg-pattern::after {
	position: absolute;
	content: "";
	background-image: url('../images/bg-pattern.png');
	width: 100%;
	height: 50%;
	top: 0;
	z-index: 1;
	opacity: 0.2;
}
.single-blog {
	box-shadow: 0px 3px 15px #22222214;
	margin-top: 30px;
	border-radius: 5px;
	z-index: 2;
	position: relative;
}
.single-blog:hover .blog-image img{
	transform:scale(1.2) rotate(4deg);
}
.blog-image {
	overflow: hidden;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}
.blog-image::before{
	position:absolute;
	content:"";
	width:0;
	height:0;
	background:#fff;
	left:0;
	bottom:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.blog-image::after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	background:#fff;
	right:0;
	top:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.single-blog:hover .blog-image::before,
.single-blog:hover .blog-image::after{
	width:100%;
	height:100%;
	opacity:0.2;
	visibility:visible;
}
.blog-image img{
	border-radius: 5px 5px 0px 0px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.blog-content {
	padding: 25px 30px;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
}
.blog-top-meta {
	margin-bottom: 15px;
}
.blog-top-meta li {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}
.blog-top-meta li:last-child{
	margin:0;
}
.blog-top-meta li i {
	margin-right: 8px;
	color: #ff0066;
}
.blog-content h3 {
	margin-bottom: 10px;
}
.blog-content h3 a {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	display: block;
	text-transform: capitalize;
}
.blog-content h3 a:hover{
	color: #ff0066;
}
.blog-content p{}
.single-blog:hover .blog-button a{
	color: #ff0066;
	letter-spacing:1px;
}
.blog-button {
	margin-top: 10px;
}
.blog-button a {
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
}
.blog-page-area {
	padding: 70px 0px 100px;
}

/* Blog Two Area*/
.blog2-area {
	background: #fff;
	padding: 100px 0px;
}
.single-blog2 {
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,.08);
	position: relative;
	border-radius: 4px;
	margin-top: 30px;
}
.blog2-image {
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}
.single-blog2:hover .blog2-image img{
	transform:scale(1.2) rotate(4deg);
}
.blog2-image img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.post-date {
	position: absolute;
	top: 20px;
	background: #fff;
	padding: 10px 23px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	left: 20px;
	box-shadow: 0px 5px 10px #22222263;
}
.post-date span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
	color: #ff0066;
}
.blog2-content {
	padding: 25px 20px;
}
.blog2-meta {
	margin-bottom: 10px;
}
.blog2-meta li {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}
.blog2-meta li:last-child{
	margin:0;
}
.blog2-meta li a {
	font-weight: 500;
	color: #666;
}
.blog2-meta li a:hover{
	color:#ff0066;
}
.blog2-meta li i {
	color: #ff0066;
	font-size: 17px;
}
.blog2-content h3 {
	margin-bottom: 10px;
}
.blog2-content h3 a {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	display: block;
}
.blog2-content h3 a:hover{
	color:#ff0066;
}
.blog2-content p {
	font-size: 15px;
}
.blog2-button {
	margin-top: 15px;
}
.single-blog2:hover .blog2-button{
	
}
.blog2-button a {
	color: #ff0066;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog2-button a i {
	font-size: 16px;
	margin-left: 5px;
}
.single-blog2:hover .blog2-button a{
	text-decoration: underline;
	letter-spacing:1px;
}
/* Blog Sidebar */
.blog-detail-sidebar{}
.singles-s-widget {
	background: #fff;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07) !important;
	padding: 40px 30px;
	margin-top: 30px;
	border-radius: 4px;
}
.singles-s-widget .search-widget {
	position: relative;
}
.singles-s-widget .search-widget input {
	width: 100%;
	height: 50px;
	padding: 10px 60px 10px 15px;
	border: 1px solid #2222221f;
	font-size: 15px;
	font-weight: 500;
	border-radius: 4px;
}
.singles-s-widget .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: #ff0066;
	font-size: 18px;
	color: #fff;
	padding: 15px 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px 4px 4px 0px;
}
.singles-s-widget .search-btn:hover{
	background:#222;
}
.singles-s-widget .widget-title {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
}
.singles-s-widget .widget-title::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #ff0066;
	border-radius: 4px;
	left: 0;
	top: 3px;
}
.singles-s-widget .widget-title::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 4px;
	left: 0;
	margin-top: 10px;
	margin-left: 7px;
}
.categories-widget{}
.categories-widget li {
	margin-bottom: 10px;
}
.categories-widget li:last-child{
	margin:0;
}
.categories-widget li a {
	color: #363636;
	font-weight: 500;
}
.categories-widget li a:hover{
	color: #ff0066;
}
.categories-widget li a:hover i{
	color: #ff0066;
	margin-right: 10px;
}
.categories-widget li a i {
	margin-right: 8px;
	font-size: 18px;
	color: #666;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.categories-widget li span {
	margin-left: 5px;
	color: #ff0066;
}
.popular-feeds{}
.popular-feed-loop{}
.single-popular-feed {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	overflow:hidden;
}
.single-popular-feed:last-child{
	margin:0;
}
.single-popular-feed .feed-img{}
.single-popular-feed .feed-img img {
	border-radius: 4px;
	max-width: 80px;
	height: auto;
}
.single-popular-feed .feed-desc {
	margin-left: 15px;
}
.single-popular-feed .feed-desc h6 {
	margin-bottom: 5px;
}
.single-popular-feed .feed-desc h6 a {
	font-size: 16px;
	font-weight: 500;
	display: block;
}
.single-popular-feed .feed-desc h6 a:hover{
	color: #ff0066;
}
.single-popular-feed .feed-desc .feed-date {
	font-size: 13px;
}
.single-popular-feed .feed-desc .feed-date i {
	margin-right: 5px;
	color: #ff0066;
}
.singles-s-widget.socail-widget{}
.singles-s-widget.socail-widget li {
	display: inline-block;
	margin-right: 10px;
}
.singles-s-widget.socail-widget li:last-child{
	margin:0;
}
.singles-s-widget.socail-widget li a {
	background: #EAF0FF;
	display: block;
	color: #222;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
}
.singles-s-widget.socail-widget li a:hover,
.singles-s-widget.p-tag-widget li a:hover{
	background:#ff0066;
	color:#fff;
}
.singles-s-widget.p-tag-widget{}
.singles-s-widget.p-tag-widget li {
	display: inline-block;
	margin: 5px 0px;
	margin-right: 10px;
}
.singles-s-widget.p-tag-widget li a {
	background: #EAF0FF;
	padding: 10px 20px;
	display: block;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 500;
}
/* Blog Details */
.blog-details-area {
	padding: 70px 0px 100px;
	background: #EAF0FF;
}
.blog-details-inner {
	margin-top: 30px;
}
.blog-detail-content {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.blog-d-head-img{}
.blog-d-head-img img {
	border-radius: 5px;
}
.blog-d-head-title {
	margin-bottom: 30px;
}
.blog-single-meta {
	margin-bottom: 20px;
	border-bottom: 1px solid #ff00661A;
	padding-bottom: 15px;
}
.blog-single-meta li {
	display: inline-block;
	margin-right: 15px;
}
.blog-single-meta li:last-child{
	margin:0;
} 
.blog-single-meta li i {
	margin-right: 8px;
	color: #ff0066;
}
.blog-single-meta li a {
	font-weight: 500;
}
.blog-single-meta li a:hover{
	color:#ff0066
} 
.blog-d-single-content{}
.blog-d-single-content blockquote {
	background: #EAF0FF;
	padding: 30px;
	position: relative;
}
.blog-d-single-content blockquote::before {
	position: absolute;
	content: "";
	left: 0;
	width: 3px;
	height: 100%;
	background: #ff0066;
	top: 0;
}
.blog-d-single-content blockquote i {
	position: absolute;
	right: 30px;
	font-size: 50px;
	opacity: 0.2;
	color: #ff0066;
	top: 30px;
}
.blog-d-single-content blockquote span {
	font-size: 17px;
	font-weight: 500;
	color: #ff0066;
}
.blog-d-single-content blockquote h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 10px;
}
.blog-d-img-widget {
	margin: 30px 0px;
}
.single-d-img-widget{
	position:relative;
	z-index:2;
}
.single-d-img-widget img {
	border-radius: 4px;
}
.single-d-img-widget::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background: #ff0066;
	opacity: 0;
	visibility: hidden;
	left: 0;
	bottom: 0;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
}
.single-d-img-widget::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	background: #ff0066;
	opacity: 0;
	visibility:hidden;
	right:0;
	top:0;
	border-radius: 4px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-d-img-widget:hover::before,.single-d-img-widget:hover::after{
	opacity:0.7;
	visibility:visible;
	width:100%;
	height:100%;
}
.single-d-img-widget .image-view {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background: transparent;
	line-height: 50px;
	display: block;
	text-align: center;
	border-radius: 100%;
	margin-left: -25px;
	margin-top: -25px;
	border: 1px solid #fff;
	color: #fff;
	z-index: 22;
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-d-img-widget .image-view:hover{
	color:#ff0066;
	background:#fff;
}
.single-d-img-widget:hover .image-view{
	opacity:1;
	visibility:visible;
	transform: scale(1);
}
.blog-d-content-list {
	margin-bottom: 30px;
}
.blog-d-content-list h5 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog-d-content-list li {
	margin-bottom: 10px;
	font-size: 16px;
}
.blog-d-content-list li:last-child{
	margin:0;
}
.blog-d-content-list li i {
	font-size: 18px;
	color: #ff0066;
	margin-right: 5px;
}
.blog-d-content-middle{}
.blog-d-content-middle h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.blog-d-content-middle p{}
.blog-d-tag-widget {
	margin-top: 30px;
	background: #EAF0FF;
	padding: 30px;
}
.blog-d-tag-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.blog-d-tag-title i {
	margin-right: 8px;
	color:#ff0066;
}
.blog-d-tag-widget li {
	display: inline-block;
	margin-right: 10px;
}
.blog-d-tag-widget li:last-child{
	margin:0;
}
.blog-d-tag-widget li a {
	padding: 8px 20px;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #2222221f;
	display: block;
	font-size: 14px;
}
.blog-d-tag-widget li a:hover {
	background: #ff0066;
	color: #fff;
	border: 1px solid transparent;
}
.prev-next-widget {
	margin: 40px 0px;
}
.prev-content-left {
	display: flex;
	align-items: center;
}
.prev-content-left .prev-img{}
.prev-content-left .prev-img img {
	border-radius: 4px;
}
.prev-content-left .prev-content {
	margin-left: 20px;
}
.prev-content-left .prev-content span {
	font-size: 15px;
	color: #ff0066;
	margin-bottom: 5px;
	display: block;
}
.prev-content-left .prev-content span i {
	font-size: 20px;
	margin-right: 10px;
}
.prev-content-left .prev-content h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
.prev-content-left .prev-content h3:hover{
	color: #ff0066;
}
.next-content-left{}
.next-content-left .next-content {
	margin: 0;
	margin-right: 20px;
	text-align: right;
}
.post-comment-widget{}
.p-comment-title {
	margin-bottom: 30px;
}
.p-comment-title h3 {
	font-size: 25px;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ff00661A;
	padding-bottom: 15px;
}
.p-comment-title h3::before {
	position: absolute;
	content: "";
	width: 23px;
	height: 23px;
	background: #ff0066;
	border-radius: 4px;
	top: 8px;
	left: 0;
}
.p-comment-title h3::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 100%;
	top: 0;
	left: 0;
	margin-top: 16px;
	margin-left: 8px;
}
.p-comment-title p{}
.p-comment-form{}
.p-comment-form .form-group {
	margin-bottom: 30px;
}
.p-comment-form .form-group input:hover,
.p-comment-form .form-group textarea:hover{
	border: 1px solid #ff0066;
}
.p-comment-form .form-group label {
	font-size: 14px;
	margin-left: 10px;
	color: #222;
	font-weight: 500;
	margin-bottom: 10px;
}
.p-comment-form .form-group input {
	width: 100%;
	height: 55px;
	border: 1px solid #2222221f;
	background: transparent;
	padding: 10px 15px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 500;
}
.p-comment-form .form-group textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #2222221f;
	background: transparent;
	padding: 10px 15px;
	border-radius: 3px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	font-weight: 500;
}
.p-comment-save {
	position: relative;
	margin-bottom: 30px;
}
.p-comment-save p {
	padding-left: 5px;
	color: #222;
	font-weight: normal;
	font-size: 15px;
	display: inline-block;
}
.p-comment-save .checkbox-inline {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 5px;
}
.p-comment-save .checkbox-inline input {
  width: 30px;
  height: 30px;
  background: transparent;
  background: red;
  display:none;
}
.p-comment-save .checkbox-inline::before {
	position: absolute;
	color: #fff;
	content: "";
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #ff0066;
	background: #FFFFFF;
	border: 1px solid #ff0066;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 3px rgba(58, 122, 251, 0.16);
	border-radius: 4px;
}
.p-comment-save .checkbox-inline::after {
	position: absolute;
	color: #fff;
	content: "\f00c";
	left: 3px;
	top: 8px;
	font-family: "fontawesome";
	font-size: 10px;
	line-height: 0px;
	display: none;
}
.p-comment-save .checkbox-inline.checked:after{
	display:block;
}
.p-comment-save .checkbox-inline.checked::before {
	background: #5966F8;
}
.post-comment-btn{}
.button.theme-btn.primary {
	padding: 15px 20px;
}
/*=============================
	End Blog Area CSS
===============================*/

/*=============================
	17. Newsleter Area CSS
===============================*/
.newsletter-area {
	padding-bottom: 100px;
}
.newsletter-inner {
	padding: 100px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.newsletter-inner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ff0066;
	top: 0;
	opacity: 0.9;
	border-radius: 8px;
}
.newsletter-inner{}
.newsletter-content {
	text-align: center;
	margin: 0px 180px;
	z-index: 1;
	position: relative;
}
.newsletter-title {
	margin-bottom: 40px;
}
.newsletter-title span {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.newsletter-title h3 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 46px;
}
.newsletter-form-content {
	margin: 0px 110px;
}
.newsletter-form-content .newsletter-f-widget{
	position:relative;
}
.newsletter-form-content .newsletter-f-widget input {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	padding: 10px 165px 10px 20px;
	font-size: 15px;
	font-weight: 500;
	border: none;
}
.newsletter-form-content .newsletter-f-widget .button {
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 17px 28px;
	background:#222;
	color:#fff;
}
.newsletter-form-content .newsletter-f-widget .button:hover{
	background:#FF0066;
	color:#fff;
}
.newsletter-shape {
	position: absolute;
	bottom: 40px;
}
.newsletter-shape img {
	max-width: 200px;
	height: 100%;
}
/*=============================
	End Newsleter Area CSS
===============================*/

/*=============================
	18. 404 Page CSS
===============================*/
.eror-page-area {
	padding: 40px 0px;
}
.eror-page-inner{}
.eror-content-img{}
.eror-content {
	margin-top: 30px;
	text-align: center;
	padding: 0px 130px;
}
.eror-content h3 {
	font-size: 40px;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 600;
}
.eror-content p {
	font-size: 16px;
	line-height: 25px;
}
.eror-content-btn {
	margin-top: 25px;
}
.eror-content-btn .theme-btn.primary {
	padding: 13px 25px;
}
/*=============================
	End 404 Page Area CSS
===============================*/

/*===============================
	19. Coming Soon Page CSS
=================================*/
.coming-soon-area {
	padding: 50px 0px;
	background: #ff0066;
	position: relative;
	overflow: hidden;
}
.coming-soon-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/bredcrumbs-bg.png');
	opacity: 0.7;
	top: 0;
}
.coming-soon-content {
	text-align: center;
}
.c-soon-top-content {
	margin-bottom: 40px;
}
.c-soon-top-content i {
	font-size: 50px;
	color: #fff;
	border-right: 3px dashed #fff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: inline-block;
	line-height: 100px;
	margin-bottom: 20px;
	animation-name: shake;
	animation-duration: 4222ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.c-soon-top-content h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.c-soon-top-content h5 {
	color: #fff;
	font-weight: 500;
	font-size: 23px;
	margin-bottom: 20px;
}
.c-soon-top-content p{
	color:#fff;
}
.coming-soon-form {
	position: relative;
	margin: 0px 130px;
}
.coming-soon-form input {
	width: 100%;
	height: 55px;
	padding: 10px 155px 10px 15px;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 3px 10px #0000000f;
}
.coming-soon-form .button {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 18px 25px !important;
	background: #222;
	border-radius: 0px 5px 5px 0px;
}
.coming-soon-form .button:hover{
	background:#FF0066;
	color:#fff;
}
.c-date-count {
	margin-top: 50px;
}
.coming-soon .count-date{
	margin-left:-25px;
}
.coming-soon .cdown {
	text-align: center;
	display: inline-block;
	width: 120px;
	height: 120px;
	background: transparent;
	border-radius: 100%;
	line-height: 120px;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	border: 1px dashed #fff;
	margin-left: 25px;
}
.coming-soon .cdown {
	text-align: center;
}
.coming-soon .cdown span {
	color: #fff;
	font-size: 40px;
}
.coming-soon .cdown p {
	font-size: 15px;
	color: #fff;
	display: block;
}
.coming-soon-social {
	margin-top: 50px;
	border-top: 2px dotted #fff;
	padding-top: 30px;
}
.coming-soon-social li {
	display: inline-block;
	margin-right: 10px;
}
.coming-soon-social li:last-child{
	margin:0;
}
.coming-soon-social li a {
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	box-shadow: 0px 5px 10px #2222220f;
	font-size: 15px;
	color: #FF0066;
}
.coming-soon-social li a:hover{
	color:#ff0066;
	transform:translateY(-3px);
}
.coming-soon-social li i{}

/*===============================
	End Coming Soon Area CSS
=================================*/

/*=============================
	20. Mail Success Area CSS
===============================*/
.mail-success-area {
	padding: 120px 0px;
	background: #EAF0FF;
}
.mail-success-content{
	text-align:center;
}
.mail-success-content i {
	width: 120px;
	height: 120px;
	line-height: 120px;
	display: inline-block;
	background: #ff0066;
	border-radius: 100%;
	color: #fff;
	font-size: 50px;
	border-right: 8px solid #222;
	margin-bottom: 20px;
}
.mail-success-content h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mail-success-content p{}
.mail-bottom-btn {
	margin-top: 25px;
}
/*=============================
	End Mail Success Area CSS
===============================*/

/*=============================
	21. Contact Area CSS
===============================*/
.contact-area {
	padding: 70px 0px 100px;
	background: #fff;
}
.contact-details{}
.single-c-details {
	text-align: center;
	background: #fff;
	box-shadow: 0px 2px 15px #22222214;
	padding: 40px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 4px;
	margin-top: 30px;
}
.single-c-details:hover{
	background:#ff0066;
}
.single-c-details:hover .contact-d-icon{
	border-right: 5px dashed #fff;
	border-bottom: 5px solid #fff;
}
.contact-d-icon {
	border-right: 5px dashed #ff0066;
	border-bottom: 5px solid #ff0066;
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 50%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-c-details.active{
	background:#ff0066;
	color:#fff;
}
.single-c-details.active .contact-d-icon i{
	background:#fff;
	color:#ff0066;
}
.single-c-details.active .contact-d-content h3,
.single-c-details.active .contact-d-content li{
	color:#fff;
}
.single-c-details.active .contact-d-btn a{
	background:#fff;
}
.single-c-details.active .contact-d-icon{
	border-right: 5px dashed #fff;
	border-bottom: 5px solid #fff;
}
.single-c-details:hover .contact-d-icon i{
	background:#fff;
	color:#ff0066;
}
.contact-d-icon i {
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 45px;
	background: #ff0066;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact-d-content{}
.single-c-details:hover .contact-d-content h3,
.single-c-details:hover .contact-d-content li{
	color:#fff;
}
.contact-d-content h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact-d-content li {
	font-size: 15px;
	color: #666;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact-d-btn {
	margin-top: 20px;
}
.single-c-details:hover .contact-d-btn a{
	background:#fff;
}
.contact-d-btn a {
	background: #ff006614;
	padding: 10px 25px;
	display: inline-block;
	color: #ff0066;
	font-size: 14px;
	border-radius: 4px;
}
.contact-d-btn a i {
	margin-right: 5px;
}
.contact-inner {
	margin-top: 100px;
}
.contact-inner .contact-img{}
.ontact-inner-box{}
.contact-c-title {
	margin-bottom: 30px;
}
.contact-c-title p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #ff0066;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
}
.contact-c-title p::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff006614;
	border-radius: 4px;
	left: 0;
	top: 0;
}
.contact-c-title p::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #ff0066;
	border-radius: 100%;
	left: 0;
	top: 0;
	margin-top: 9px;
	margin-left: 9px;
}
.contact-c-title h3 {
	font-size: 35px;
	font-weight: 600;
}
.contact-form{}
.contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .form-group label {
	display: block;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: 400;
	font-size: 15px;
}
.contact-form .form-group input {
	width: 100%;
	height: 55px;
	padding: 10px 15px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	background: #EAF0FF;
	font-weight: 500;
}
.contact-form .form-group textarea {
	width: 100%;
	height: 150px;
	padding: 10px 15px;
	font-size: 14px;
	border: none;
	background: #EAF0FF;
	border-radius: 4px;
	font-weight: 500;
}
.contact-btn .button.theme-btn {
	padding: 16px 25px;
}

/* Google Map */
#myMap {
	height: 500px;
	width: 100%;
	border-radius: 0px;
}
/*=============================
	End Contact Area CSS
===============================*/

/*=============================
	22. Theme Others CSS
===============================*/
/* Preloader CSS */
.preeloader {
	background: #ff0066 none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
.preloader-spinner {
	-webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
	animation: 1s ease-out 0s normal none infinite running pulsate;
	border: 10px solid #fff;
	border-radius: 40px;
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 10;
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.breadcrumbs {
	padding: 100px 0px;
	background: #ff0066;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.breadcrumbs::before {
	position: absolute;
	content: "";
	background-image: url('../images/bredcrumbs-bg.png');
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.7;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.breadcrumb-content{}
.breadcrumb-content p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}
.breadcrumb-content h3 {
	color: #ffff;
	font-size: 35px;
	font-weight: 700;
	position: relative;
	padding-left: 35px;
}
.breadcrumb-content h3::before {
	position: absolute;
	content: "";
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 4px;
	left: 0;
	top: 8px;
}
.breadcrumb-content h3::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #FF0066;
	border-radius: 100%;
	left: 0px;
	top: 8px;
	margin-top: 8px;
	margin-left: 8px;
}
.breadcrumb-menu {
	text-align: right;
	margin-top: 25px;
}
.breadcrumb-menu li {
	display: inline-block;
	margin-right: 10px;
}
.breadcrumb-menu li.active {
	position: relative;
	padding-left: 10px;
}
.breadcrumb-menu li.active::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background: #fff;
	left: -2px;
	top: 2px;
}
.breadcrumb-menu li:last-child{
	margin:0;
}
.breadcrumb-menu li a {
	color: #fff;
}
.breadcrumb-menu li a:hover {
	color: #222;
}
.breadcrumb-menu li.active a{
	color: #fff;
}

.pagination-main{
	text-align:center;
}
.pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin-right: 10px;
}
.pagination li:last-child{
	margin-right:0px;
}
.pagination li a {
	background: #fff;
	border: none;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 14px;
	color: #222;
	border-radius: 3px;
	box-shadow: 0px 4px 10px #22222212;
}
.pagination li:hover a {
	color: #fff;
	border-color: transparent;
}
.pagination li:hover a,
.pagination li.active a{
	border-color:transparent;
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
} 
.pagination li.prev a, 
.pagination li.next a {
	font-size: 15px;
	text-align:center;
}
.pagination li.active a,
.pagination li:hover a {
	color: #fff !important;
	background: #ff0066;
}
/* Theme ScrollUp */
.scrollToTop {
	right: 20px;
	z-index: 33;
	bottom: 20px;
	position: fixed;
	text-align: center;
	opacity: 0;
	transform: translateX(50px);
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.scrollToTop.show{
	opacity:1;
	visibility:visible;
	transform:translateX(0px);
}
.scrollToTop i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #ff0066;
	border-radius: 10px;
	font-size: 15px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	display: block;
	color: #fff;
}
.scrollToTop i:hover{
	background:#222;
	color:#fff;
}
/* Terms Page CSS */
.terms-conditions-area {
	padding: 100px 0px 80px 0px;
}
.terms-c-content-widget {
	margin-bottom: 30px;
}
.terms-c-content-widget h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
}
.terms-c-content-widget h3::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff0066;
	border-radius: 4px;
	left: 0;
	top: 6px;
}
.terms-c-content-widget h3::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	left: 0;
	top: 6px;
	margin-top: 9px;
	margin-left: 9px;
}
.terms-c-content-widget p {
	margin-bottom: 15px;
}
.terms-c-single-list {
	margin-bottom: 20px;
}
.terms-c-single-list h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #ff0066;
}
.terms-c-single-list p{}
.terms-c-single-list-inner {
	margin-top: 15px;
}.terms-c-single-list-inner li {
	font-size: 16px;
	margin-bottom: 5px;
}
.terms-c-single-list-inner li:last-child{
	margin:0;
}
.terms-c-single-list-inner li i {
	color: #ff0066;
	font-size: 18px;
	margin-right: 5px;
}
/*=============================
	End Theme Others CSS
===============================*/

/*=============================
	23. Footer Area CSS
===============================*/
.footer-area {
	background: #222;
}
.footer-area::before {
	position: absolute;
	content: "";
	width: 600px;
	height: 600px;
	background-image: url('../images/footer-map.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -300px;
}
.footer-top-inner {
	padding: 50px 0px 80px;
}
.single-widget {
	margin-top: 30px;
}
.footer-logo {
	margin-bottom: 15px;
}
.single-widget .widget-title {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	text-transform: capitalize;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 20px;
}
.single-widget .widget-title::before {
	position: absolute;
	content: "";
	width: 40%;
	height: 3px;
	background: #fff;
	bottom: 0;
	opacity: 0.1;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-widget .widget-title::after {
	position: absolute;
	content: "";
	width: 20%;
	height: 3px;
	background: #FF0066;
	bottom: 0;
	opacity: 1;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-widget:hover .widget-title::after{
	width:40%;
}
.footer-about-widget {
	margin-top: 30px;
}
.single-widget.about-widget {
	padding-left: 30px;
}
.footer-about-btn {
	margin-top: 30px;
}
.footer-about-btn .theme-btn {
	padding: 15px 25px;
	text-transform: uppercase;
}
.footer-about-btn .theme-btn:hover {
	background: #fff;
	border: 2px solid transparent;
	color: #FF0066;
}
.single-widget.logo{}
.footer-about-widget p {
	color: #fff;
}
.single-widget li {
	margin-bottom: 15px;
}
.single-widget li:last-child{
	margin:0;
}
.single-widget li a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.f-contact-widget{}
.f-contact-inner{}
.f-contact-inner li {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	padding-left: 60px;
}
.f-contact-inner li:last-child{
	margin:0;
}
.f-contact-inner li i {
	position: absolute;
	content: "";
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	color: #FF0066;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 6px;
}
.f-contact-inner li:hover i{
	background:#FF0066;
	color:#fff;
}
.f-latest-post{}
.single-f-post {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.single-f-post:last-child{
	margin:0;
}
.f-post-img{}
.f-post-img img {
	max-width: 80px;
	height: 80px;
	border-radius: 8px;
}
.f-post-content {
	margin-left: 15px;
}
.f-post-content h5{}
.f-post-content h5 a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.f-post-content h5 a:hover{
	color:#FF0066;
}
.f-post-date {
	color: #fff;
	font-size: 14px;
}
.f-post-date i {
	color: #FF0066;
	margin-right: 5px;
}
.footer-social{}
.footer-social {
	text-align:right ;
}
.footer-social li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}
.footer-social li:last-child{
	margin:0;
}
.footer-social li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	background: #FF0066;
	color: #fff;
	font-size: 15px;
	border-radius: 100%;
	box-shadow: 0px 5px 10px #22222212;
}
.footer-social li a:hover{
	background:#fff;
	color:#FF0066;
	padding:0;
	transform:translateY(-3px);
}
.app-store-img {
	margin-top: 20px;
}
.app-store-img img {
	margin-top: 10px;
}
.copyright {}
.copyright-inner {
	border-top: 2px solid #333;
	padding: 35px 0px;
}
.copyright-text {
	color: #fff;
	font-weight: 500;
}
/*=============================
	End Footer Area CSS
===============================*/