/*******************************************************
    Template Name    : Sharp - Beauty Salon & Makeup Studio Landing Page
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Navber Area Style
    03.Home Section Style
    04.About Section Style
    05.Services Section Style
    06.Team Section Style
    07.Review Section Style
    08.Price Section Style
    09.Gallery Section Style
    10.Blog Section Style
    11.Contact Section Style
    12.Partner Logo Section Style
    13.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

 body {
	background: #fff;
	color: #000;
	font-family: 'Rambla', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Marcellus', serif;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}
a {
	color: #ea2367;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
}
a:hover {
	color: #ea2367;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #ea2367;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #777;
	font-weight: normal;
	line-height: 26px;
	font-family: 'Rambla', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #ea2367;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 400;
	border: 2px solid #ea2367;
	border-radius: 0px;
	background: #ea2367;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	margin-top: 25px;
}
.button:hover {
	color: #333;
	background: transparent;
	border: 2px solid #ea2367;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 65px;
}
.section-title h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.3;
	color: #333;
	text-transform: capitalize;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	z-index: 11;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 45px;
	border-radius: 0;
	right: 25px;
	bottom: 30px;
	text-align: center;
	background: #ea2367;
	transition: background 0.5s;
	cursor: pointer;
}
.back-to-top i {
	color: #fff;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**************************************
 * 02.Navber Area Style
 *************************************/

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.3px;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #333;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #ffffff;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}
.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #000;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #ea2367;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #ea2367;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 * 03.Home Section Style
 *************************************/

.home-slider-area {
	min-height: 670px;
	position: relative;
	z-index: 1;
}

.home-slider,
.home-slider-single-item {
	height: 670px;
	overflow: hidden;
	display: block;
}

.home-slider-single-item {
	display: flex;
	align-items: center;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 120px;
}

.home-slider-single-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .3;
	z-index: -1;
	background: #000;
}

.home-slider-single-item .container {
	position: relative;
	z-index: 3;
}

.home-slider-single-item::after {
	content: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
}

.home-slider-content {
	width: 100%;
	max-width: 510px;
	text-align: left;
}

.home-slider-title {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 20px;
}

.home-slider-description {
	max-width: 360px;
}

.home-slider-description p {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
}

.home-slider-btn-box {
	margin-top: 5px;
}
.home-slider-btn-box .button:hover {
	color: #fff;
	background: transparent;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flickity-page-dots {
	position: relative;
	bottom: inherit;
	margin-top: 33px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flickity-page-dots .dot {
	position: relative;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	background: 0 0;
	opacity: 1;
	margin: 0 1.125rem .625rem 0;
}

.flickity-page-dots .dot:last-child {
	margin-right: 0;
}

.flickity-page-dots .dot.is-selected::after {
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.flickity-page-dots .dot:hover::after {
	background-color: #fff;
}

.flickity-page-dots .dot::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: transparent;
    border: 1px solid #fff;
	margin: 0;
	border-radius: 50%;
	outline: 0;
	transition: all .25s;
}

.flickity-dots-white .flickity-page-dots .dot::after {
	background-color: #fff;
}

.flickity-dots-white .flickity-page-dots .dot.is-selected::after {
	background-color: #fff;
}

.flickity-prev-next-button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 0;
	display: flex;
}

.flickity-prev-next-button .flickity-button-icon {
	position: relative;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	fill: #fff;
}

.ios .flickity-prev-next-button .flickity-button-icon {
	width: 15px;
	height: 15px;
}

.carusel-col {
	padding: 0;
	margin-right: 30px;
}

.carusel-col:last-child {
	margin-right: 0;
}

.flickity-dots-absolute .flickity-page-dots {
	position: absolute;
	bottom: 25px;
}

/**************************************
 * 04. About Section Style
 *************************************/

.about-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-content p {
	margin-bottom: 15px;
}
.about-content p:last-child {
	margin-bottom: 0px;
}
.color-text {
	color: #ffc209;
}

/**************************************
 * 05. Services Section Style
 *************************************/
.service-area {
	background: #fff8fb;
}
.single-services-item {
	position: relative;
	margin-bottom: 35px;
}
.single-services-img {
    overflow: hidden;
}
.single-services-item img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.single-services-item:hover .single-services-img img {
    -webkit-filter: none;
    filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.single-services-item .single-services-desc {
	text-align: center;
	display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
	box-shadow: 0 3px 55px 0px rgb(0, 0, 0, 0.05);
}
.single-services-item .single-services-desc h3 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-services-item:hover .single-services-desc h3 {
	color: #ea2367;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services-btn-box {
	margin-top: 20px;
}
.services-btn-box h5 {
	font-size: 13px;
	letter-spacing: 2px;
}

/**************************************
 * 06. Team Section Style
 *************************************/

.team-area {
}

.team-area .section-title {
	margin-bottom: 35px;
}
.single-team-box {
	padding: 0px 10px;
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-image {
	position: relative;
	z-index: 1;
}
.single-team-box .single-team-images img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.team-info {
	padding: 20px 15px 25px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.team-info span {
	color: #ff561d;
	font-size: 14px;
	font-weight: 700;
	display: block;
}
.team-social-icon {
	display: block;
	margin-top: 15px;
}
.single-team-box .team-social-icon a {
	display: inline-block;
	color: inherit;
	font-size: 14px;
	margin: 0 5px;
	vertical-align: middle;
	background: transparent;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
.single-team-box .team-social-icon a:after {
	top: 0px;
	left: 0px;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: inherit;
	border-radius: inherit;
}
.single-team-box .team-social-icon a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.single-team-box .team-social-icon a:hover i:before {
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.social-color-1:hover:after {
	background-color: #3b5998 !important;
}
.social-color-2:hover:after {
	background-color: #00acee !important;
}
.social-color-3:hover:after {
	background-color: #0e76a8 !important;
}
.social-color-1 {
	color: #3b5998 !important;
	background-color: transparent;
	border: 1px dashed #3b5998;
}
.social-color-2 {
	color: #00acee !important;
	background-color: transparent;
	border: 1px dashed #00acee;
}
.social-color-3 {
	color: #0e76a8 !important;
	background-color: transparent;
	border: 1px dashed #0e76a8;
}
.mt-70 {
	margin-top: 70px !important;
}
.team-more-btn-box {
    margin-top: 30px;
}

/**************************************
 * 07.Review Section Style
 *************************************/

.testimonial-area {
	position: relative;
	z-index: 1;
	background-color: #080808;
	background: url(../img/review-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .3;
	z-index: -1;
	background: #000;
}
.single-testimonial {
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	padding: 40px 35px;
	border-radius: 3px;
	opacity: .5;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.testimonial-area .owl-carousel .active.center .single-testimonial {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}
.single-testimonial .testimonial-bio {
	text-align: left;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.single-testimonial .testimonial-bio img {
    border-radius: 50%;
    width: 80px;
}
.single-testimonial .testimonial-bio .bio-info {
	margin-left: 15px;
}
.single-testimonial .testimonial-bio .bio-info .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
}
.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
	color: #fff;
}
.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}
.testimonial-content h3 {
	font-size: 20px;
	margin-bottom: 25px;
	color: #ffc209;
}
.single-testimonial .testimonial-content p {
	font-size: 16px;
	color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffc209;
	border: 1px solid #ffc209;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

/**************************************
 * 08.Price Section Style
 *************************************/

.price-area {
	padding-top: 70px;
}

.price-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.single-pricing-content {
	padding: 50px 30px;
	background: #ffffff;
	text-align: left;
	border-radius: 3px;
	margin-top: 30px;
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.10);
	transition: all 0.4s ease 0s;
}

.single-pricing-content:hover {
	box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.price-name-box {
	position: relative;
}

.price-name-box h3 {
    color: #333;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
	margin-bottom: 15px;
}

.price-heading {
	margin-bottom: 20px;
	text-align: center;
}

.price-heading .price-usd h2 {
	font-size: 33px;
	font-weight: 700;
	color: #ea2367;
	padding: 10px 0;
}

.price-heading .price-usd .price-small-text {
	font-size: 14px;
    display: block;
    color: #ea2367;
}

.price-body ul li {
	display: block;
	border-top: 1px dashed;
	padding: 10px 0;
	border-color: #dfe4e8;
}

.single-pricing-content .price-body {
	text-align: center;
}

.price-body ul li:last-child {
	padding-bottom: 0;
}

.price-body .offer-list-none {
	color: #b7b7b7;
}

.single-pricing-content .price-btn {
	text-align: center;
}

/**************************************
 * 09. Gallery Section Style
 *************************************/

#gallery {
	position: relative;
}
#gallery .project-list {
	text-align: center;
}
#gallery .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}
#gallery .project-list .nav li {
	position: relative;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 15px 20px;
	padding: 12px 20px;
	border-radius: 0;
	color: #ffffff;
	background-color: #2b2b2b;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}

#gallery .project-list .nav li:hover,
#gallery .project-list .nav li.filter-active {
	color: #fff;
	background: #ea2367;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#gallery .project-container {
	display: inline-block;
	width: 100%;
}
.project-area .project-grid-item {
	overflow: hidden;
}
.project-grid-item img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.project-grid-item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.project-item .project-img-overlay {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0, 0, 0, 0);
}
.project-item .project-img-overlay:before {
	left: 0;
	top: 0;
}
.project-item .project-img-overlay:after {
	right: 0;
	bottom: 0;
}
.project-item .project-img-overlay:before,
.project-item .project-img-overlay:after {
	content: '';
	position: absolute;
	width: 0;
	height: 50%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.project-item:hover .project-img-overlay:before,
.project-item:hover .project-img-overlay:after {
	width: 100%;
}
.project-item .project-img-overlay .project-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden;
}
.project-item:hover .project-img-overlay .project-content h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.project-item .project-img-overlay .project-content h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

/**************************************
 * 10. Blog Section Style
 *************************************/

.blog-area {
	background: #fff8fb;
}

.blog-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.blog-area .single-blog {
	background: #fff;
	padding: 20px 20px;
    margin-top: 30px;
	box-shadow: 0 3px 55px 0px rgb(0, 0, 0, 0.05);
}
.blog-area .post-img {
	position: relative;
	overflow: hidden;
}
.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding-top: 20px;
}

.blog-content .blog-date {
    margin-bottom: 15px;
}

.blog-content .blog-date ul li {
    display: inline-block;
}

.blog-content .blog-date ul li h6 {
    font-size: 14px;
    color: #777;
    display: inline-block;
}
.blog-area .single-blog .blog-content h5 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #555;
	margin-bottom: 5px;
	display: block;
}
.blog-area .single-blog .blog-content h5 a:hover {
	color: #ea2367;
}
.blog-area .single-blog .blog-content .blog-type {
	margin-top: 15px;
	font-weight: 600;
	color: #444;
	font-size: 14px;
	background: #fff4f9;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 3px;
}

/**************************************
 * 11. Contact Section Style
 *************************************/

.contact-information {
	margin-bottom: 15px;
}

.contact-sub-title {
	margin-bottom: 20px;
    max-width: 300px;
}

.contact-sub-title h3 {
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
}

.contact-details {
	text-align: left;
	margin-bottom: 10px;
	display: block;
}
.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	padding-top: 8px;
}
.contact-details p {
	font-weight: 500;
	font-size: 15px;
	color: #555;
	text-transform: capitalize;
}
.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
	height: 55px;
    padding: 10px 20px;
    color: #000;
    border: 0;
    font-size: 14px;
    padding-left: 15px;
    background-color: transparent;
    font-weight: 600;
    border-radius: 0px;
    text-transform: capitalize;
    border: 1px solid #e2e2e2;
	display: block;
}

.contact-area .form textarea {
    width: 100%;
	height: auto;
}
#contact-form .button {
	margin: 0;
}
.form-group {
	margin-bottom: 30px;
}
button,
input,
textarea {
	color: #505050;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}
.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 12. Partner Logo Section Style
 *************************************/

.partner-area {
	padding: 50px 0px;
	background-color: #fff8fb;
}

.partner-item {
	padding: 0px 10px;
	margin: 0px 15px;
}

.partner-area .partner-carousel img {
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.partner-area .partner-carousel img:hover {
	opacity: .7;
	cursor: pointer;
}

/**************************************
 * 13. Footer Section Style
 *************************************/

.footer-area {} 
.copyright-area {
	padding: 100px 0;
	background: #000;
}
.copyright-area p {
	color: #fff;
}
.footer-logo-box h5 {
	color: #ffc209;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer-content-box h5 {
	color: #ffc209;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.footer-social-icon li {
	display: inline-block;
	margin-right: 15px;
}
.footer-social-icon li:last-child {
	margin-right: 0px;
}
.footer-social-icon li a {
	width: 34px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ea2367;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	display: inline-block;
}
.footer-social-icon li a:hover {
	color: #fff;
	background-color: #ea2367;
}