h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
body{
    font-family: 'Poppins', sans-serif;
}
.bg-gray{
	background-color: #f6f7fd;
}
.logo-header{
    width: 180px;
}
.logo-header img{
	max-width: 180px;
}

.extra-nav{
    padding: 20px 0 20px 0;
}
.is-fixed .extra-nav{
	 padding: 15px 0 15px 0;
}




/* Contact Form Bx */
.contact-form-bx .form-control{
	background-color: transparent;
	border-width: 0 0 0px 0;
	border-bottom-color: #771cb8;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	position:relative;
	padding: 15px 0;
}
.contact-form-bx textarea.form-control{
	height: 207px;
}
.contact-form-bx label {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    top: 5px;
    left: 0;
    transition: all 0.5s;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.contact-form-bx .form-group {
    margin-bottom: 40px;
}
.contact-form-bx .focused label {
	font-size: 12px;
	top: -10px;
    left: 0;
	color: #707070;
}
.contact-form-bx .input-group:after {
    width: 100%;
    height: 3px;
    content: "";
    border-radius: 4px;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.75);
    bottom: 0;
    background: #000;
}
.contact-form-bx .form-control::-moz-placeholder{
	color:#000;
}
.bridal-footer .footer-top{
	background-image:url(../images/background/bg10.jpg);
	background-color: #fff;
}
.bridal-footer.footer-white .footer-top h6 {
	font-size: 28px;
	font-family: 'Abhaya Libre', serif;
	text-transform: capitalize;
	color: #000;
}
.bridal-footer.footer-white {
	font-family: 'Montserrat', sans-serif;
}

/* Our Service */
.service-images{
	position:relative;
	padding: 20px 20px 0 20px; 
}
.service-images img {
    border-radius: 500px;
	width:220px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	border:10px solid #fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.service-images i {
	font-size: 40px;
	width: 70px;
	height: 70px;
	border-radius: 40px;
	position: absolute;
	bottom: 10px;
	line-height: 70px;
	right: 10px;
	background: #fff;
	color:#fecb07;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.img-carousel{
	margin-top:-30px;
}
.service-content .title{
	font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 5px;
}
.service-content p{
    font-size: 16px;
    line-height: 32px;
}
.services-box .icon-bx-wraper{
	position:relative;
}
.service-box:hover .service-images img{
	    border: 10px solid #fecb07;
}

.section-head .title{
    font-size: 50px;
    margin-bottom: 10px;
}
.section-head p{
    font-size: 16px;
    line-height: 32px;
    color: #000;
    opacity: 0.9;
}



.site-button {
    color: #000;
    text-transform: uppercase;
    border-radius: 4px !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 30px;
}
.button-md{
    padding: 15px 40px;
    font-size: 15px;
}





/* Owl Item */
.team-carousel .owl-item .team-box {
    overflow: hidden;
    will-change: transform;
    transition: 0.7s transform ease;
    transform: scale(1) translateX(-50%);
    top: 0;
    left: 50%;
    width: 290px;
    transform-origin: 0;
}
.team-carousel .owl-item .item {
	width: 100%;
}
.team-carousel .owl-item .team-box {
    transform: scale(0.5) translateX(-50%);
}
.team-carousel .owl-item .item .dlab-title-bx{
	opacity:0;
}
.team-carousel .owl-item.center .item .dlab-title-bx{
	opacity:1;
}
.team-carousel .owl-item.center .team-box {
    transform: scale(1) translateX(-50%);
}
.team-carousel .owl-item.center .team-box {
    transform: scale(1) translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 290px;
    z-index: 1;
}
.team-carousel .owl-item {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    float: left;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 1px;
	float: left;
}
.team-carousel .owl-item.center {
    filter: none;
}
/* blog-style-1 */
.blog-style-1 .dlab-post-meta{
	margin-bottom: 5px;
	padding: 16px 5px 0;
}
.blog-style-1 .dlab-post-title .post-title{
	margin-top: 0;
}
.blog-md .dlab-post-meta{
	padding: 0 5px 0;
}
.site-button-link.border-link {
    border-bottom: 2px solid;
    padding: 0;
}


/* Testimonial */
.testimonial-9 {
    background-color: #fff;
    padding: 35px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-bottom: 5px solid #fecb07;
	border-radius: 5px;
}
.testimonial-9 .testimonial-pic {
    margin-bottom: 15px;
}
.team-box .dlab-media{
	background-color: #FFF;
    position: relative;
    padding: 10px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    margin: 10px 10px;
}
.testimonial-9 .testimonial-text p {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}
.testimonial-9 .testimonial-name{
    font-size: 18px;
    text-transform: capitalize;
}
.testimonial-9 .testimonial-position{
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
}


.spa-our-portfolio .overlay-bx .spa-port-bx{
	background:#fff;
	padding:20px;
	height:100%;
	display:flex;
	align-items: center;
}
.spa-our-portfolio .overlay-bx{
	padding:20px;
}
.spa-our-portfolio .overlay-bx .spa-port-bx h4 a{
	color:#586bb4;
}
.spa-our-portfolio .overlay-bx .spa-port-bx h4{
	font-size:24px;
	font-family: 'Abhaya Libre', serif;
	margin-bottom:10px;
}
.spa-our-portfolio .overlay-bx .spa-port-bx p{
	color:#0f1b48;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	margin:0;
}
.bridal-portfolio .site-filters.style1 li a{
    font-size: 18px;
    font-weight: 500;
}





/*  Services Box */
.services-box .icon-content p{
    color: #000;
    font-size: 16px;
    line-height: 28px;
}


/* Blog */
.blog-post.blog-style-1 .dlab-post-meta ul li {
    padding: 0 8px 0 0;
    color: #00;
    font-size: 14px;
}


/* Site Footer */
.site-footer {
    border-top: 1px solid #d3d3d3;
}
.site-footer .footer-top {
    padding: 60px 0 10px;
}
.site-footer .widget h6.title {
    font-size: 24px;
    color: #000;
    line-height: 34px;
}
.site-footer .widget ul li {
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    line-height: 26px;
	font-weight: 500;
}
.site-footer .site-button{
	color: #000;
}

@media only screen and (max-width: 600px){
	.section-head .title {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.section-head p {
		font-size: 16px;
		line-height: 26px;
	}
	.logo-header img {
		max-width: 120px;
	}
	.extra-nav{
		display: none;
	}
}
@media only screen and (max-width: 360px){
	.section-head .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	.section-head p {
		font-size: 14px;
		line-height: 24px;
	}
	.blog-post .dlab-post-title .post-title{
		font-size: 18px;
	}
	.testimonial-9 .testimonial-text p {
		font-size: 14px;
		line-height: 24px;
	}
	.testimonial-pic.style1 {
		height: 80px;
		width: 80px;
	}
	.testimonial-9 {
		padding: 20px;
	}
	.testimonial-9 .testimonial-name {
		font-size: 16px;
	}
}