/*
Template Name: Xcouple – Wedding Bootstrap5 HTML5 Template
Description: Xcouple – Wedding Bootstrap5 HTML5 Template
Author: maan_theme
Version: 1.0.0
*/
/* #-Header
 * #-Hero Area
 * #-About Area
 * #-Section Headding
 * #-Story Area
 * #-Wait To See
 * #-Bridesmaids 
 * #-Instagram
 * #-News
 * #-Footer
 * #-Breadcrumb
 * #-Blog
 * #-Skill
 * #-Counter
 * #-History
 * #-Home Page 02
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #BF4F8F;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #BF4F8F;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #BF4F8F;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #8A8A8A;
	font-size: 15px;
	opacity: 1;
}
*::placeholder {
	color: #8A8A8A;
	font-size: 15px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display', serif;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
img {
	max-width: 100%;
}
p{
	font-size: 16px;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
	width: 45px;
	height: 45px;
	background-color: #BF4F8F;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
}
/*
 * #-Header
*/
.header {
	padding: 40px 0px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.menu {
	text-align: right;
}
.top-right {
	height: 100%;
	display: flex;
	align-items: center;
	float: right;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu ul li a {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 38px;
	color: #2A2A2A;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 0px 18px;
	font-family: 'Playfair Display', serif;
}
.menu ul li:hover a{
	color: #BF4F8F;
}
.menu nav ul li > ul {
	position: absolute;
	top: 100px;
	left: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	box-shadow: 0px 0px 16px #ccc;
}
.menu nav ul li:hover > ul{
	opacity: 1;
	visibility: visible;
	top: 50px;
}
.menu nav ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
	padding: 0px;
}
.menu nav ul li > ul > li:hover a {
	color: #2A2A2A;
}
.menu nav ul li > ul > li:hover a {
	color: #BF4F8F !important;
}
.menu nav ul li > ul > li li > a:hover{
	color: #fff;
}
.menu nav ul li > ul > li a {
	display: inline-block;
	width: 100%;
	padding: 8px 14px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #333 !important;
	margin: 0px;
	text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
	border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
	left: 200px;
	top: 28px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
}
.top-search {
	float: left;
	margin: 0px 35px;
	position: relative;
}
.header-search-icon i {
	color: #707070;
	font-size: 20px;
	cursor: pointer;
}
.canvas_open a {
	font-size: 28px;
	color: #BF4F8F;
}
/*
 * #-Hero Area
*/
.hero-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
}
.hero-caption h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
	color: #BF4F8F;
}
.hero-caption h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.shap-bg {
	position: absolute;
	z-index: -1 !important;
	right: 0%;
	width: 60% !important;
	bottom: 6%;
}
.hero-image {
	padding-top: 60px;
	padding-bottom: 150px;
}
.hero-image .img {
	margin: 0 auto;
	width: 90% !important;
}
.hero-slider .owl-nav {
	position: absolute;
	bottom: 60px;
}
.hero-slider-nav i {
	font-size: 24px;
	color: #707070;
}
.hero-slider-nav i:hover {
	font-size: 24px;
	color: #BF4F8F;
}
.hero-slider .owl-nav .owl-prev {
	margin-right: 40px;
}
.hero-caption p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #2A2A2A;
}
.button-1 {
	display: inline-block;
	text-transform: capitalize;
	padding: 15px 20px;
	background: #ffff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #BF4F8F;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	position: relative;
	z-index: 1;
}
.button-1:hover{
	color: #fff;
}
.button-1:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #BF4F8F;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-1:hover:after{
	width: 100%;
}
.button-1 i {
	font-size: 20px;
	padding-right: 12px;
}
.button-3 {
	display: inline-block;
	text-transform: capitalize;
	padding: 20px 40px;
	background: #ffff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #BF4F8F;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	position: relative;
	z-index: 1;
	border: 1px solid;
}
.button-3:hover{
	color: #fff;
}
.button-3:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #BF4F8F;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-3:hover:after{
	width: 100%;
}
.button-3 i {
	font-size: 20px;
	padding-right: 12px;
}
.main-shap .shap {
	position: absolute;
	opacity: 24%;
}
.main-shap .shap.shap1 {
	top: 28%;
	left: 11%;
}
.main-shap .shap.shap2 {
	left: 5.5%;
	top: 55%;
	width: 32px;
}
.main-shap .shap.shap3 {
	left: 42%;
	top: 52%;
	width: 42px;
}
.main-shap .shap.shap4 {
	left: 19%;
	top: 49%;
	width: 20px;
}
.main-shap .shap.shap5{
	left: 25%;
	top: 46%;
	width: 25px;
}
.main-shap .shap.shap6 {
	top: 95%;
	left: 30%;
	width: 30px;
}
.main-shap .shap.shap7 {
	right: 7.5%;
	width: 22px;
	top: 20%
}
.main-shap .shap.shap8 {
	right: 3%;
	width: 30px;
	top: 50%;
}
.main-shap .shap.shap9{
	right: 10%;
	width: 26px;
	top: 45%;
}
.main-shap .shap.shap10{
	right: 5%;
	width: 26px;
	top: 68%;
}
/*
 * #-About Area
*/
.about-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #BF4F8F;
}
.about-info .button-1 {
	border: 1px solid #ffff;
}
.button-1 i {
	float: left;
}
.about-info h4 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-top: 10px;
	line-height: 16px;
}
.about-info h2 {
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	line-height: 65px;
	margin-bottom: 20px;
}
.about-info p {
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
/*
 * #-Section Headding
*/
.section-headding .icon {
	width: 30.6px;
	height: 30.6px;
	margin: 0 auto;
	background: #FF97D247;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #BF4F8F;
}
.section-headding h4 {
	color: #BF4F8F;
	font-size: 20px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 10px;
}
.section-headding h2 {
	color: #2A2A2A;
	font-size: 45px;
	font-weight: 700;
	line-height: 95px;
}
/*
 * #-Story Area
*/
.story-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.stroy-item .thumbnail {
	overflow: hidden;
}
.stroy-item img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease;
}
.stroy-item:hover img{
	transform: scale(1.15);
}
.stroy-item h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 20px 0px;
	color: #2A2A2A;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.stroy-item:hover h2{
	color: #BF4F8F;
}
.stroy-item P{
	color: #393939;
	font-size: 16px;
	line-height: 30px;
}
/*
 * #-Wait To See
*/
.wait-to-see-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.wait-to-see-form {
	background: #fff;
	text-align: center;
	padding: 50px 60px;
	box-sizing: border-box;
}
.wait-to-see-form h2{
	color: #2A2A2A;
	font-size: 45px;
	line-height: 95px;
	font-weight: 700;
}
.wait-to-see-form p{
	color: #2A2A2A;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 30px;
}
.wait-to-see-form input {
	width: 100%;
	border: 1px solid #D5D5D5;
	padding: 15px;
	margin-bottom: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 48px;
}
.wait-to-see-form input:focus{
	border-color: #BF4F8F;
}
.wait-to-see-form select {
	width: 100%;
	border: 1px solid #D5D5D5;
	padding: 15px;
	margin-bottom: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.wait-to-see-form select:focus{
	border-color: #BF4F8F;
}
.wait-to-see-form .nice-select {
	width: 100%;
	border: 1px solid #D5D5D5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-bottom: 15px;
	border-radius: 0px;
	height: 48px;
	display: flex;
	align-items: center;
	color: #8A8A8A;
	font-size: 15px;
}
.wait-to-see-form .nice-select:focus{
	border-color: #BF4F8F;
}
.wait-to-see-form textarea {
	width: 100%;
	border: 1px solid #D5D5D5;
	padding: 15px;
	margin-bottom: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 100px;
}
.wait-to-see-form textarea:focus{
	border-color: #BF4F8F;
}
.wait-to-see-form .nice-select .list {
	width: 100%;
	border-radius: 0px;
}
.wait-to-see-form button {
	background: #BF4F8F;
	border: none;
	padding: 16px 60px;
	margin-top: 10px;
	color: #fff;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}
/*
 * #-Bridesmaids 
*/
.section-headding .brder {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 0px 100px;
	font-size: 30px;
	color: #BF4F8F;
	background: transparent;
}
.section-headding .brder::after {
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #000;
	z-index: -1;
}
.section-headding .brder i {
	padding: 0px 8px;
	background: #fff;
}
.section-headding .brder::after {
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	left: 0;
	top: 41%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #BF4F8F;
	z-index: -1;
}
.bridesmaids-item {
	text-align: center;
}
.bridesmaids-item .thumbnail {
	width: 90%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	border-radius: 50%;
}
.bridesmaids-item .thumbnail img {
	width: 100%;
	border-radius: 50%;
	border: 15px solid #FFF6F7;
	box-sizing: border-box;
}
.bridesmaids-overly {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #BF4F8F87;
	width: 100%;
	height: 100%;
	transform: scale(0);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
	display: flex;
	justify-content: center;
	align-items: end;
	padding-bottom: 60px;
}
.bridesmaids-item:hover .bridesmaids-overly{
	transform: scale(1.0);
}
.bridesmaids-overly ul li {
	display: inline-block;
	margin: 0px 3px;
}
.bridesmaids-overly ul li a{
	display: inline-block;
}
.bridesmaids-overly ul li a i {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	font-size: 15px;
	color: #BF4F8F;
}
.bridesmaids-item .content h2 {
	color: #191B1C;
	font-size: 20px;
	font-weight: 700;
	line-height: 38px;
	margin-top: 10px;
}
.bridesmaids-item .content p {
	color: #191B1C;
	line-height: 38px;
}
.bridesmaids-slider .owl-dots {
	text-align: center;
	margin-top: 50px;
}
.bridesmaids-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #ddd;
	margin: 0px 3px;
}
.bridesmaids-slider .owl-dots .owl-dot.active span {
	background: #BF4F8F;
}
.section-bg{
	background: #FFF9FD;
}
/*
 * #-Instagram
*/
.instagram-feed-area h2 {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight: 700;
}
.instagram-single {
	position: relative;
}
.instagram-overly {
	width: 100%;
	height: 100%;
	background: #BF4F8FB8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(0);
}
.instagram-single:hover .instagram-overly{
	transform: scale(1.0);
}
.instagram-overly a{
	color: #fff;
	font-size: 30px;
}
/*
 * #-News
*/
.news-single .content {
	margin-top: 14px;
}
.news-single .thumbnail {
	overflow: hidden;
}
.news-single .thumbnail img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
}
.news-single:hover .thumbnail img{
	transform: scale(1.15);
}
.news-single .content h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 25px;
}
.news-single .content h4 a{
	color: #2A2A2A;
}
.news-single:hover .content h4 a{
	color: #BF4F8F;
}
.news-single .content .meta span{
	padding-right: 20px;
	display: inline-block;
	font-size: 18px;
	color: #8A8A8A;
}
.news-single .content .meta span a{
	color: #8A8A8A;
}
.news-single .content .meta span:last-child{
	padding: 0px;
}
.news-single .content .meta span a:hover{
	color: #BF4F8F;
}
/*
 * #-Footer
*/
.footer-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-text h5 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
}
.border-footer {
	height: 1px;
	background: #BF4F8F4F;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footer-text p {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 30px;
}
.footer-social ul li {
	display: inline-block;
	margin: 0px 2px;
}
.footer-social ul li a {
	display: inline-block;
}
.footer-social ul li a i {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #BF4F8F;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.footer-social ul li a i:hover{
	color: #fff;
	background: #BF4F8F;
}
/*
 * #-Breadcrumb
*/
.breadcrumb-area {
	background: #F8F8F8;
}
.breadcrumb-content h2 {
	color: #2A2A2A;
	font-size: 45px;
	font-weight: 700;
	line-height: 95px;
}
.breadcrumb-content ul li{
	display: inline-block;
	color: #2A2A2A;
	padding: 0px 5px;
	position: relative;
}
.breadcrumb-content ul li::after {
	content: "/";
	clear: both;
	position: absolute;
	right: -7px;
	font-size: 16px;
}
.breadcrumb-content ul li:last-child:after{
	content: "";
}
.breadcrumb-content ul li a{
	color: #2A2A2A;
}
.breadcrumb-content ul li a:hover{
	color: #BF4F8F;
}
/*
 * #-Blog
*/
.blog-single {
	border-bottom: 1px dashed #C5C5C5;
	padding-bottom: 30px;
	position: relative;
}
.blog-single .date {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	width: 72px;
	height: 72px;
	background: #BF4F8F;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.blog-single .date span{
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
}
.blog-single .meta {
	margin-top: 20px;
	margin-bottom: 25px;
}
.blog-single .meta span {
	margin-right: 20px;
}
.blog-single .meta span:last-child{
	margin: 0px;
}
.blog-single .meta span {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #8A8A8A;
}
.blog-single .meta span a{
	color: #8A8A8A;
}
.blog-single .meta span a:hover{
	color: #BF4F8F;
}
.blog-single .meta span .category {
	padding: 5px 15px;
	display: inline-block;
	background: #BF4F8F5E;
	color: #BF4F8F;
	font-size: 15px;
}
.blog-single h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}
.blog-single h3 a{
	color: #2A2A2A;
}
.blog-single:hover h3 a{
	color: #BF4F8F;
}
.blog-pagination ul li {
	display: inline-block;
	margin: 0px 5px;
}
.blog-pagination ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #BF4F8F;
	font-size: 16px;
	font-weight: 600;
	color: #BF4F8F;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-in-out;
}
.blog-pagination ul li a:hover{
	color: #fff;
	background: #BF4F8F;
}
.blog-pagination ul li span{
	color: #fff;
	background: #BF4F8F;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #BF4F8F;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-in-out;
}
.blog-pagination ul li:first-child a {
	color: #A7A7A7;
	border: none;
	font-weight: 400;
	font-size: 16px;
}
.blog-pagination ul li:first-child a:hover{
	color: #BF4F8F;
	background: transparent;
}
.blog-pagination ul li:last-child a{
	color: #A7A7A7;
	border: none;
	font-weight: 400;
	font-size: 16px;
}
.blog-pagination ul li:last-child a:hover{
	color: #BF4F8F;
	background: transparent;
}
.widgets-single .wi-seach {
	position: relative;
	width: 100%;
}
.widgets-single .wi-seach input::-moz-placeholder {
	color: #8A8A8A;
	font-size: 16px;
	opacity: 1;
}
.widgets-single .wi-seach input::placeholder {
	color: #8A8A8A;
	font-size: 16px;
	opacity: 1;
}
.widgets-single .wi-seach input {
	height: 65px;
	padding: 0px 10px;
	color: #8A8A8A;
	font-size: 16px;
	border: 1px solid #C2C2C2;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.widgets-single .wi-seach input:focus{
	border-color: #BF4F8F;
}
.widgets-single .wi-seach button {
	position: absolute;
	height: 65px;
	border: none;
	right: 12px;
	width: 37px;
	background: none;
	font-size: 20px;
	color: #BF4F8F;
}
.widgets-single h2 {
	font-size: 24px;
	font-weight: 700;
	color: #2A2A2A;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 12px;
	position: relative;
}
.widgets-single h2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 150px;
	height: 2px;
	background: #707070;
	bottom: 0;
}
.widgets-single h2::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 90px;
	height: 2px;
	background: #BF4F8F;
	bottom: 0px;
	z-index: 1;
}
.about-info-w h3 {
	margin: 20px 0px;
	font-size: 20px;
	font-weight: 700;
}
.about-info-w h3 a{
	color: #BF4F8F;
}
.about-info-w p {
	color: #6E6E6E;
	font-size: 16px;
	line-height: 28px;
}
.latest-sroty-w .single {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	padding-left: 100px;
	border-bottom: 1px solid #BEBEBE;
	overflow: hidden;
}
.latest-sroty-w .single img {
	position: absolute;
	left: 0;
	width: 80px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.latest-sroty-w .single:hover img{
	transform: scale(1.15);
	opacity: .8;
}
.latest-sroty-w .single p {
	color: #6E6E6E;
	line-height: 28px;
}
.about-info-w img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.about-info-w img:hover{
	transform: scale(1.1);
	opacity: .8;
}
.about-info-w-img {
	overflow: hidden;
}
.blog-details-content .thumbnail {
	overflow: hidden;
}
.blog-details-content .thumbnail img{
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.blog-details-content .thumbnail img:hover{
	transform: scale(1.15);
}
.tags a {
	color: #8A8A8A;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 28px;
	display: inline-block;
	margin: 6px 3px;
	background: #EFEFEF;
	border: 1px solid #E5E5E5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: capitalize;
}
.tags a:hover{
	color: #fff;
	border-color: #BF4F8F;
	background: #BF4F8F;
}
.blog-details-content img {
	width: 100%;
}
.blog-details-content .content .meta span {
	padding-right: 20px;
	display: inline-block;
	font-size: 18px;
	color: #8A8A8A;
}
.blog-details-content .meta span:last-child {
	padding: 0px;
}
.blog-details-content .content .meta span a {
	color: #8A8A8A;
}
.blog-details-content .content .meta span a:hover {
	color: #BF4F8F;
}
.blog-details-content .content h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 25px;
	color: #2A2A2A;
}
.blog-details-content .content p{
	color: #6E6E6E;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 28px;
}
.blog-details-content .content p.active {
	font-weight: 700;
	font-style: italic;
	color: #2A2A2A;
	border-left: 10px solid #BF4F8F;
	box-sizing: border-box;
	padding: 50px;
	background: #F8F8F8;
}
.blog-details-content .content .tag {
	padding-top: 20px;
	border-top: 1px solid #BEBEBE;
}
.blog-details-content .content .tag span {
	color: #8A8A8A;
	font-size: 14px;
	font-weight: 300;
}
.blog-details-content .content .tag a{
	color: #8A8A8A;
	font-size: 14px;
	font-weight: 300;
}
.blog-details-content .content .tag a:hover{
	color: #BF4F8F;
}
.commetnt-form h2 {
	margin-bottom: 45px;
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
}
.commetnt-form input {
	width: 100%;
	color: #8A8A8A;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	height: 60px;
	padding: 0px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.commetnt-form input:focus{
	border-color: #BF4F8F;
}
.commetnt-form textarea {
	width: 100%;
	color: #8A8A8A;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	padding: 20px 20px;
	height: 150px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.commetnt-form textarea:focus{
	border-color: #BF4F8F;
}
.commetnt-form button {
	padding: 0px 40px;
	height: 60px;
	border: none;
	background: #BF4F8F;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
}
/*
 * Sticky
*/
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
.header.sticky {
	padding: 25px 0px;
}
.header-top-search-form {
	position: absolute;
	right: 0;
	width: 300px;
	background: #fff;
	padding: 20px 16px;
	z-index: 9999;
	top: 62px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #eee;
	border-top: 5px solid #BF4F8F;
}
.header-top-search-form.active{
	opacity: 1;
	visibility: visible;
	top: 40px;
}
.header-top-search-form-full {
	width: 100%;
	position: relative;
}
.header-top-search-form-full input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	padding: 0px 12px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.header-top-search-form-full input:focus{
	border-color: #BF4F8F;
}
.header-top-search-form-full i {
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border: none;
	background: #BF4F8F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

/*.offcanvas_menu {
  display: none;
}
*/@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
	font-size: 16px;
	display: block;
	padding: 0px 10px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ededed;
	font-weight: 700;
	text-transform: uppercase;
	color: #2A2A2A;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-family: 'Playfair Display', serif;
}
.offcanvas_main_menu li a:hover {
  color: #BF4F8F;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #FF4800;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #FF4800;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.canvas_close a:hover {
  background: #FF4800;
  border-color: #FF4800;
  color: #fff;
}
.mobile-logo {
	padding-left: 20px;
	margin-bottom: 40px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.canvas_open a {
  font-size: 27px;
  width: 41px;
  height: 37px;
  display: block;
  line-height: 37px;
  text-align: center;
  color: #BF4F8F;
}
@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 33px;
    font-size: 27px;
  }
}
.mobile-logo h2 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 900;
}
.mobile-logo h2 a{
	color: #333;
}
.mobile-logo img {
	max-width: 80%;
	margin: 0 auto;
}
.mobile-social {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.mobile-social ul li {
	display: inline-block;
	margin: 0px 3px;
}
.mobile-social ul li a{
	display: inline-block;
}
.mobile-social ul li a i{
	display: flex;
}
.mobile-social ul li a i {
	display: flex;
	width: 38px;
	height: 38px;
	border: 1px solid #eee;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	color: #BF4F8F;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.mobile-social ul li a i:hover{
	color: #fff;
	background: #BF4F8F;
	border-color: #BF4F8F;
}
.mobile-footer-copy {
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.mobile-footer-copy p {
	font-size: 15px;
}
/*===== All Preloader Style =====*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999; 
}
#preloader .preloader {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #e52e06;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
#preloader .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	background-color: green;
}

@keyframes preloader {
  	0% {
    	transform: scale(0, 0);
    	opacity: 0.5; 
	}
  	100% {
    	transform: scale(1, 1);
    	opacity: 0; 
	} 
}
@-webkit-keyframes preloader {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.5; 
	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0; 
    } 
}
/*End Preloader Style*/
.button-2 {
	display: inline-block;
	padding: 14px 40px;
	border: 2px solid #BF4F8F;
	border-radius: 50px;
	color: #BF4F8F;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-2:hover{
	background: #BF4F8F;
	color: #fff;
}
.gallery-category-list ul li {
	display: block;
	position: relative;
	line-height: 30px;
	padding: 8px 0px;
	font-size: 15px;
	color: #2A2A2A;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}
.gallery-category-list ul li:hover{
	color: #BF4F8F;
}
.gallery-category-list ul li::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #BF4F8F;
	bottom: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.gallery-category-list ul li:hover::after{
	width: 70px;
}
.photo-gallery-single {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.photo-gallery-single a {
	color: #fff;
	font-size: 45px;
}
.photo-gallery-single img {
	width: 100%;
	-webkit-transition: all .6s ease-in-out;
	transition: all .8s ease;
}
.photo-gallery-single:hover img {
	transform: scale(1.3);
}
.gallery-item-overly {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(0,0,0,.5);
	transform: scale(.5);
	opacity: 0;
}
.photo-gallery-single:hover .gallery-item-overly {
	opacity: 1;
	transform: scale(1.0);
}
.photo-gallery-single-style-2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.photo-gallery-single-style-2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000000d4, transparent 100%);
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.photo-gallery-single-style-2:hover::after{
	opacity: 1;
	visibility: visible;
}
.photo-gallery-single-style-2-overly {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	display: flex;
	align-items: end;
	opacity: 0;
}
.photo-gallery-single-style-2:hover .photo-gallery-single-style-2-overly{
	height: 100%;
	opacity: 1;
}
.photo-gallery-single-style-2-overly-full {
	box-sizing: border-box;
	color: #fff;
	padding: 26px 20px;
	width: 100%;
}
.photo-gallery-single-style-2-overly-full p {
	float: left;
	font-size: 18px;
}
.photo-gallery-single-style-2-overly-full a {
	float: right;
	border: 1px solid #eee;
	color: #fff;
	padding: 5px 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.photo-gallery-single-style-2-overly-full a:hover{
	background: #BF4F8F;
	color: #fff;
	border-color: #BF4F8F;
}
.photo-gallery-single-style-2 img {
	width: 100%;
}
.about-us-area-img img {
	width: 100%;
}
.about-us-info h4 {
	font-size: 22px;
	font-weight: 400;
	color: #BF4F8F;
	margin-bottom: 10px;
}
.about-us-info h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.about-us-info p {
	color: #393939;
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 16px;
}
/*
 * #-Skill
*/
.skill-area {
	padding-bottom: 220px;
}
.skill-content h4 {
	font-size: 22px;
	font-weight: 400;
	color: #BF4F8F;
	margin-bottom: 10px;
}
.skill-content h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.resume-skill-single {
	margin-bottom: 34px;
}
.resume-skill-single:last-child{
	margin-bottom: 0px;
}
.resume-skill-single span {
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
}
.progress {
	display: flex;
	height: 16px;
	overflow: hidden;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.progress-bar {
	background: #BF4F8F;
}
.skill-image {
	position: relative;
}
.skill-image img{
	width: 100%;
}
.skill-image-overly {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.video-btn a {
	width: 100px;
	height: 100px;
	background: #BF4F8F;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.video-btn a:hover{
	color: #BF4F8F;
	background: #fff;
}
/*
 * #-Counter
*/
.counter-area {
	margin-top: -110px;
}
.counter-area-full {
	background: #fff;
	padding: 50px;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
}
.counter-item h2 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 5px;
}
.counter-item p {
	text-transform: capitalize;
	color: #666;
	font-size: 18px;
}
/*
 * #-History
*/
.history-item {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.history-item img{
	width: 100%;
}
.history-item .thumbnail {
	position: relative;
}
.history-item .thumbnail .history-year {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #fff;
	padding: 10px 20px;
}
.history-item .thumbnail .history-year span {
	color: transparent;
	font-size: 24px;
	font-weight: 700;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #BF4F8F;
}
.history-item .content-full {
	margin: -50px 15px 8px 15px;
	position: relative;
	z-index: 2;
	padding: 30px 30px 30px 30px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	background: #fff;
	text-align: center;
}
.history-item .content-full h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.history-item .content-full p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
/*
 * #-Home Page 02
*/
.home-page-2 .offcanvas_menu_wrapper {
	background: #E6E6E6;
	margin-left: 0;
	text-align: center;
}
.home-page-2 .canvas_close {
	display: none;
}
.home-page-2 .mobile-logo {
	margin-top: 40px;
}
.home-page-2 .mobile-footer-copy {
	margin-top: 60px;
	margin-bottom: 20px;
}
.page-content {
	padding-left: 290px;
}
.hero-section-content {
	height: 100vh !important;
}
.page-content .container {
	padding: 0px 40px;
	box-sizing: border-box;
}
.hero-inner-content {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-inner-content h2 {
	font-size: 65px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.hero-inner-content p {
	color: #fff;
	font-size: 30px;
	margin-bottom: 50px;
}
.arrow.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.hero-inner-content a {
	display: inline-block;
	font-size: 30px;
	margin-top: 20px;
	color: #fff;
}
.home-page-2 .canvas_open {
	display: none
}
.blog-single .thumbnail {
	width: 100%;
	overflow: hidden;
}
.blog-single .thumbnail img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
}
.blog-single:hover .thumbnail img{
	transform: scale(1.15);
}
.hero-section-conten-a {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.hero-section-conten-a::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #3333331c;
}
.recent-works-item {
	text-align: center;
}
.recent-works-item .thumbnail {
	width: 100%;
	overflow: hidden;
}
.recent-works-item .thumbnail img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .6s ease;
}
.recent-works-item:hover .thumbnail img{
	transform: scale(1.15);
}
.recent-works-item .content {
	margin-top: 25px;
}
.recent-works-item .content p {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}
.recent-works-item .content h2 {
	-webkit-transition: all .5s ease-in-out;
	transition: all .4s ease;
	font-size: 30px;
	font-weight: 600;
}
.recent-works-item:hover .content h2{
	color: #BF4F8F;
}
.about-photography {
	width: 100%;
	overflow: hidden;
	background: #BF4F8F;
}
.about-photography .col-lg-7 {
	padding: 0;
	margin: 0;
}
.about-photography .col-lg-5 {
	padding: 0;
	margin: 0;
}
.about-photography .col-lg-6 {
	padding: 0;
	margin: 0;
}
.about-photography-content {
	box-sizing: border-box;
	padding: 0px 60px;
}
.about-photography-content-full .icon {
	font-size: 60px;
	color: #fff;
}
.about-photography-content-full h2 {
	font-size: 37px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 700;
}
.about-photography-content-full p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
/*
 * Testimonials
*/
.testimonials-item .content {
	height: 100%;
	background: #E3D7DF;
	margin-left: -70px;
	text-align: center;
	padding: 50px 50px;
}
.testimonials-item .thumbnail {
	padding-bottom: 50px;
}
.testimonials-item .content .icon {
	font-size: 50px;
	color: #BF4F8F;
}
.testimonials-item .content h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.testimonials-item .content p {
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
	margin-bottom: 20px;
}
.testimonials-slider-nav {
	font-size: 34px;
	color: #666;
	margin-right: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.testimonials-slider-nav:hover{
	color: #BF4F8F;
}
.about-con-info-box {
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #eee;
	padding: 50px 40px;
	border-radius: 10px;
}
.about-con-info-box .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: #BF4F8F26;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	border-radius: 50%;
	margin-bottom: 10px;
	color: #BF4F8F;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.about-con-info-box:hover .icon{
	color: #fff;
	background: #BF4F8F;
}
.about-con-info-box h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-con-info-box p {
	line-height: 30px;
	color: #666;
}