/*----------------------------------------------------------------------------
Template Name: Weddio - Cryptocurrency Bitcoin & ICO Landing Page Template
Description: This is HTML5 template with bootsrap 5
Author: bootstrapshaper
Version: 1.0
------------------------------------------------------------------------------

[ Weddio Table Of Content ]

1.global css
	1.1.background color
	1.2.global paddin and margin
	1.3.browserupgrade css
2.Page Loader
3.header style
	3.1.main-menu

4.banner
	4.1.banner scroll down button css

5.weddio-bannerbottom-content
6.clocktime-container
7.weddio timeline
8.testimonial
9.contact-form-area
	9.1.contact-form-7
10.weddio-gallery
11.feture-column-container
12.product-slider
13.testimonial-slider
14.news-container
15.newsletter-area
16.footer
17.about css
	17.1.weddio-gift
	17.2.live-video-container
	17.3.team-container
18.gallery page
19.rsvp
20.service-container
	20.1.price table section
	20.2.client-logos
	22.3.about-us-container
	22.4.testimonial-boxes
21.contact page
22.blog page
	22.1.pagination nav
	22.2.sidebar
	22.3.blog-single
	22.4.author-box
	22.5.form comment
23.404 page
24.entry-content
25.transition css
26.backtop

-------------------------------------------------------------------------*/

/*-------------------*/
/* 1.global css      */
/*-------------------*/
@font-face {
    font-family: 'ReeyRegular';
    src: url('../fonts/ReeyRegular.eot');
    src: url('../fonts/ReeyRegular.eot') format('embedded-opentype'),
         url('../fonts/ReeyRegular.woff2') format('woff2'),
         url('../fonts/ReeyRegular.woff') format('woff'),
         url('../fonts/ReeyRegular.ttf') format('truetype'),
         url('../fonts/ReeyRegular.svg#ReeyRegular') format('svg');
    font-style: normal;
    font-weight: normal;
}

figure,figcaption { display: block; }
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-size: 1.8rem;
	color: #6e7078;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body.no-scroll { overflow: hidden; }
h1,h2,h3,h4,h5,h6 {
	color: #454c56;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
h1 {
	font-size: 6rem;
	line-height: 1.2;
}
h2 {
	font-size: 5.8rem;
	line-height: 1.2;
}
h3 {
	font-size: 4.8rem;
	line-height: 1.2;
}
h4 {
	font-size: 3.6rem;
	line-height: 1.2;
}
h5 {
	font-size: 3rem;
	line-height: 1.2;
}
h6 {
	font-size: 2.1rem;
	line-height: 1.2;
}
a, a:active, a:visited { outline: 0; }
p {
	font-size: 1.8rem;
	line-height: 1.7;
	color: #6e7078;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.clearfix {
	overflow: hidden;
	clear: both;
}

/* 1.1.background color */
.bg-white { background: #fff; }
.bg-green { background: #749383; }
.bg-grayish-green { background: #749383; }
.bg-gray { background: #f1f7f4; }

/* 1.2.global paddin and margin */
.pt-175 { padding-top: 17.5rem; }
.pt-170 { padding-top: 17rem; }
.pt-165 { padding-top: 16.5rem; }
.pt-160 { padding-top: 16rem; }
.pt-155 { padding-top: 15.5rem; }
.pt-150 { padding-top: 15rem; }
.pt-145 { padding-top: 14.5rem; }
.pt-140 { padding-top: 14rem; }
.pt-135 { padding-top: 13.5rem; }
.pt-130 { padding-top: 13rem; }
.pt-125 { padding-top: 12.5rem; }
.pt-120 { padding-top: 12rem; }
.pt-115 { padding-top: 11.5rem; }
.pt-110 { padding-top: 11rem; }
.pt-105 { padding-top: 10.5rem; }
.pt-100 { padding-top: 10rem; }
.pt-95 { padding-top: 9.5rem; }
.pt-90 { padding-top: 9rem; }
.pt-85 { padding-top: 8.5rem; }
.pt-80 { padding-top: 8rem; }
.pt-75 { padding-top: 7.5rem; }
.pt-70 { padding-top: 7rem; }
.pt-65 { padding-top: 6.5rem; }
.pt-60 { padding-top: 6rem; }
.pt-55 { padding-top: 5.5rem; }
.pt-50 { padding-top: 5rem; }
.pt-45 { padding-top: 4.5rem; }
.pt-40 { padding-top: 4rem; }
.pt-35 { padding-top: 3.5rem; }
.pt-30 { padding-top: 3rem; }
.pt-25 { padding-top: 2.5rem; }
.pt-20 { padding-top: 2rem; }
.pt-15 { padding-top: 1.5rem; }
.pt-10 { padding-top: 1rem; }
.pt-5 { padding-top: 0.5rem; }
.pb-175 { padding-bottom: 17.5rem; }
.pb-170 { padding-bottom: 17rem; }
.pb-165 { padding-bottom: 16.5rem; }
.pb-160 { padding-bottom: 16rem; }
.pb-155 { padding-bottom: 15.5rem; }
.pb-150 { padding-bottom: 15rem; }
.pb-145 { padding-bottom: 14.5rem; }
.pb-140 { padding-bottom: 14rem; }
.pb-135 { padding-bottom: 13.5rem; }
.pb-130 { padding-bottom: 13rem; }
.pb-125 { padding-bottom: 12.5rem; }
.pb-120 { padding-bottom: 12rem; }
.pb-115 { padding-bottom: 11.5rem; }
.pb-110 { padding-bottom: 11rem; }
.pb-105{ padding-bottom: 10.5rem; }
.pb-100 { padding-bottom: 10rem; }
.pb-95 { padding-bottom: 9.5rem; }
.pb-90 { padding-bottom: 9rem; }
.pb-85 { padding-bottom: 8.5rem; }
.pb-80 { padding-bottom: 8rem; }
.pb-75 { padding-bottom: 7.5rem; }
.pb-70 { padding-bottom: 7rem; }
.pb-65 { padding-bottom: 6.5rem; }
.pb-60 { padding-bottom: 6rem; }
.pb-55 { padding-bottom: 5.5rem; }
.pb-50 { padding-bottom: 5rem; }
.pb-45 { padding-bottom: 4.5rem; }
.pb-40 { padding-bottom: 4rem; }
.pb-35 { padding-bottom: 3.5rem; }
.pb-30 { padding-bottom: 3rem; }
.pb-25 { padding-bottom: 2.5rem; }
.pb-20 { padding-bottom: 2rem; }
.pb-15 { padding-bottom: 1.5rem; }
.pb-10 { padding-bottom: 1rem; }
.pb-5 { padding-bottom: 0.5rem; }
.mt-100 { margin-top: 10rem; }
.mt-95 { margin-top: 9.5rem; }
.mt-90 { margin-top: 9rem; }
.mt-85 { margin-top: 8.5rem; }
.mt-80 { margin-top: 8rem; }
.mt-75 { margin-top: 7.5rem; }
.mt-70 { margin-top: 7rem; }
.mt-65 { margin-top: 6.5rem; }
.mt-60 { margin-top: 6rem; }
.mt-55 { margin-top: 5.5rem; }
.mt-50 { margin-top: 5rem; }
.mt-45 { margin-top: 4.5rem; }
.mt-40 { margin-top: 4rem; }
.mt-35 { margin-top: 3.5rem; }
.mt-30 { margin-top: 3rem; }
.mt-25 { margin-top: 2.5rem; }
.mt-20 { margin-top: 2rem; }
.mt-15 { margin-top: 1.5rem; }
.mt-10 { margin-top: 1rem; }
.mt-5 { margin-top: 0.5rem; }
.mb-100 { margin-bottom: 10rem; }
.mb-95 { margin-bottom: 9.5rem; }
.mb-90 { margin-bottom: 9rem; }
.mb-85 { margin-bottom: 8.5rem; }
.mb-80 { margin-bottom: 8rem; }
.mb-75 { margin-bottom: 7.5rem; }
.mb-70 { margin-bottom: 7rem; }
.mb-65 { margin-bottom: 6.5rem; }
.mb-60 { margin-bottom: 6rem; }
.mb-55 { margin-bottom: 5.5rem; }
.mb-50 { margin-bottom: 5rem; }
.mb-45 { margin-bottom: 4.5rem; }
.mb-40 { margin-bottom: 4rem; }
.mb-35 { margin-bottom: 3.5rem; }
.mb-30 { margin-bottom: 3rem; }
.mb-25 { margin-bottom: 2.5rem; }
.mb-20 { margin-bottom: 2rem; }
.mb-15 { margin-bottom: 1.5rem; }
.mb-10 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 0.5rem; }

header ul,
header ul li,
header ol li,
header ol {
	margin: 0;
	padding: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x,1.2rem);
    padding-left: var(--bs-gutter-x,1.2rem);
}
.row {
    margin-right: calc(var(--bs-gutter-x) * -.8);
    margin-left: calc(var(--bs-gutter-x) * -.8);
}
.row > * {
	padding-right: calc(var(--bs-gutter-x) * .8);
	padding-left: calc(var(--bs-gutter-x) * .8);
}

/* 1.3.browserupgrade css */
.browserupgrade {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	z-index: 99991;
}

/*----------------------*/
/* 2.Page Loader        */
/*----------------------*/
.loading-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
#loading {
	background-color: rgba(116,147,131,1);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.multi-ripple {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.multi-ripple div {
	position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    animation: 1.5s ripple infinite;
}
.multi-ripple div:nth-child(2) {
	animation-delay: 0.5s;
	opacity: 0;
}

/*-----------------*/
/* 3.header style  */
/*-----------------*/
.header-container {
	width: 100%;
	z-index: 999999;
}
.header-area {
	margin: 0;
}
.header-area .col-12 {
	padding-left: 0;
	padding-right: 0;
}
.position-header {
	width: 100%;
	position: absolute;
	left: 0; top: 0; right: 0;
	z-index: 999;
}
.logo {
	max-width: 267px;
	margin-top: 3px;
	margin-right: auto;
}
.logo a {
	color: #fff;
	font-size: 4rem;
	line-height: 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
}
.logo a:hover { text-decoration: none; }
.logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* 3.1.main-menu   */
.main-menu ul li  {
	font-size: 1.8rem;
	color: #fff;
	margin-left: 4.4rem;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 1rem;
	list-style-type: none;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.main-menu ul li a {
	position: relative;
	display: block;
	padding-bottom:4px;
}
.main-menu ul li.menuarrow {
	position: relative;
}
.main-menu ul li.menuarrow:before {
	content: '\f078';
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 2.15rem;
	right: -1.4rem;
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
}
.main-menu ul li.menuarrow.current-menu-item:before,
.main-menu ul li.menuarrow:hover:before { color: #fa6f6f; }
.main-menu ul li:first-child { margin-left: 0; }
.main-menu ul li a {
	height: 5.4rem;
	line-height: 5.4rem;
	font-size: 1.8rem;
	color: #fff;
	position: relative;
	text-decoration: none;
}
.main-menu ul li:hover > a,
.main-menu ul li a:hover,
.main-menu ul li.current-menu-item > a { color: #fa6f6f; }
.main-menu ul ul {
	background: #749383;
	width:186px;
	position:absolute;
	left:-10px;
	top:100%;
	visibility:hidden;
	opacity:0;
	padding: 0;
	z-index: 999;
	-webkit-border-radius: 5px; border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:  all .3s ease-in-out;
	-o-transition:  all .3s ease-in-out;
	transition:  all .3s ease-in-out;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.main-menu ul ul:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: #749383 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px;
	left: 30px;
}
.main-menu ul ul ul:before { display: none; }
.main-menu ul li ul li {
	width: 100%;
	font-size: 1.5rem;
	cursor:default;
	display: block;
	margin: 0;
	padding-bottom: 0;
}
.main-menu ul li ul li.menuarrow:before {
	display: none;
}
.main-menu ul li ul li:hover > a,
.main-menu ul li ul li a:hover,
.main-menu ul li ul li.current-menu-item > a {
	color: #fff;
}
.main-menu ul ul li a {
	height: inherit;
	line-height: 2rem;
	display:block;
	color:#fff;
	font-size: 1.5rem;
	padding:10px 10px;
	text-transform:none;
}
.main-menu ul ul li a:before {
	position: absolute;
	content: '';
	left: -10px;
	right: -10px;
	top: 0;
	height: 100%;
	background: #fa6f6f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.main-menu ul ul li a:hover {
	color: #fff;
}
.main-menu ul ul li a:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.main-menu ul li ul li:first-child a { border-top:none;}
.main-menu ul ul ul {
	left:100%;
	top:0;
}
.main-menu ul li ul li ul li:first-child a { border-top:none;}
.main-menu li:hover > ul {
	visibility:visible;
	opacity:1;
	transform: inherit;
}
.main-menu ul li.get-btn a {
	padding: 0 3.5rem;
	color: #fff;
	font-size: 1.6rem;
	height: 5.4rem;
	line-height: 5rem;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #fff;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-weight: 400;
}
.main-menu ul li.get-btn.current-menu-item > a,
.main-menu ul li.get-btn a:hover {
	color: #fa6f6f;
	border-color: #fa6f6f;
}
.header-social {
	padding: 6px 0 0 2.2rem;
	margin: 0 -7px 0 3rem;
	position: relative;
}
.header-social:before {
	background: #857f7e;
	width: 1px;
	height: 13px;
	content: '';
	position: absolute;
	left: 0;
	top: 2.2rem;
}
.header-social li {
	list-style-type: none;
	margin: 0 9px;
}
.header-social li a {
	height: 4.2rem;
	line-height: 4.2rem;
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
}
.header-social li a:hover { color: #fa6f6f; }

/*-------------------------*/
/*  4.banner               */
/*-------------------------*/
.banner-container {
	background-position: center 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 15.5rem 0 9rem 0;
	height: 100vh;
}
.bg-overlay {
	background: rgba(26,15,12,.6);
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	z-index: 1;
}
.banner-container .container {
	height: 100%;
}
.banner-container .row {
	height: 100%;
}
.banner-content {
	z-index: 99999;
}
.banner-cont-info h1 {
	font-size: 8.8rem;
	line-height: 1.25;
	text-transform: capitalize;
	padding-bottom: 3.4rem;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.banner-cont-info h5 {
	font-size: 2.3rem;
	line-height: normal;
	font-family: 'ReeyRegular';
	font-weight: 400;
}
.banner-cont-info p {
	font-size: 2.4rem;
	line-height: 1.49;
	padding-bottom: 3rem;
	font-weight: 400;
}
.more-btn {
	background: #fa6f6f;
	width: 100%;
	max-width: 170px;
	height: 5.4rem;
	line-height: 5rem;
	padding: 0 10px 0 10px;
	font-size: 1.8rem;
	display: block;
	text-align: center;
	border: 2px solid #fa6f6f;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.more-btn:hover {
	background: #fff;
	color: #454c56 !important;
	text-decoration: none;
}
.more-btn-center .more-btn,
.banner-cont-info .more-btn { margin: 0 auto; }

/* 4.1.banner scroll down button css */
a.btn-scroll {
    width: 23px;
    display: block;
    padding-top: 47px;
    position: absolute;
    left: 0; right: 0; bottom: 40px;
    z-index: 3;
    color: #fff;
    margin: 50px auto 0;
}
a.btn-scroll::before {
    background: #fff;
    width: 1px;
    height: 12px;
    position: absolute;
    top: -19px;
    left: 0; right: 0;
    margin: 0 auto;
    content: '';
}
a.btn-scroll span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 22px;
	height: 36px;
    margin-left: -12px;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.btn-scroll span::before {
	position: absolute;
	top: 4px;
	left: 50%;
	content: '';
	width: 2px;
	height: 7px;
	margin-left: -1px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% { opacity: 1; }
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% { opacity: 0; }
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% { opacity: 1; }
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% { opacity: 0; }
}

/*-------------------------------*/
/* 5.weddio-bannerbottom-content */
/*-------------------------------*/
.weddio-img {
	overflow: hidden;
	margin-bottom: 4.2rem;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.weddio-img img { width: 100%; }
.weddio-ring {
	background-color: #fa6f6f;
	width: 148px;
	height: 148px;
	margin: 0 auto;
	left: 0; right: 0;
	top: 26%;
	z-index: 50;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.weddio-content h5 {
	color: #fa6f6f;
	font-size: 1.8rem;
	line-height: normal;
	padding-bottom: 5px;
	font-family: 'ReeyRegular';
	font-weight: 400;
}
.weddio-content h3 {
	color: #454c56;
	font-size: 2.4rem;
	line-height: normal;
	padding-bottom: 1.5rem;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.weddio-content h3 a { color: #454c56; }
.weddio-content h4 {
	color: #676973;
	font-size: 1.6rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.weddio-content h4 a { color: #676973; }
.weddio-content p { padding-bottom: 17px; }
.section-title h2 {
	color: #454c56;
	font-size: 6rem;
	line-height: 1.2;
	padding-bottom: 16px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.section-title h3 {
	color: #454c56;
	font-size: 4.8rem;
	line-height: normal;
	padding-bottom: 15px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.section-title h3 a { color: #454c56; }
.section-title h5 {
	color: #fa6f6f;
	font-size: 2.1rem;
	line-height: normal;
	padding-bottom: 11px;
	font-family: 'ReeyRegular';
	font-weight: 400;
}
.tree-img {
	max-width: 107px;
	margin: 8px auto 6px;
}
.section-title-white h2,
.section-title-white h3,
.section-title-white h3 a,
.section-title-white h5 { color: #fff; }

.weddio-container .section-title h5 { font-size: 2.4rem; }

/*-----------------------*/
/* 6.clocktime-container */
/*-----------------------*/
.clocktime-container {
	background-image: url(../images/bgr-clocktime-container.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.clocktime-container .bg-overlay {
    background: rgba(79,102,90,.8);
}
.countup-content {
	color: #fff;
	z-index: 50;
}
.countup-content p {
	color: #fff;
}
.clockdiv_column {
	width: 148px;
	margin-left: 1.6rem;
	margin-right: 1.6rem;
}
.clocktimes {
	background: #fff;
	width: 148px;
	height: 148px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
}
.clocktimes span {
	color: #454c56;
    font-size: 7.2rem;
    line-height: normal;
    padding-bottom: 2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.clockdiv_column small {
	color: #fff;
    font-size: 2.4rem;
    line-height: normal;
	display: block;
	padding-top: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/*----------------------*/
/*  7.weddio timeline   */
/*----------------------*/
.weddio-tl-event {
    position: relative;
}
.weddio-tl-event li {
	position: relative;
}
.weddio-tl-event:before {
    content: '';
	display: block;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 11%;
	bottom: 0;
	border-left: 1px solid #9d9d9d;
	margin-left: -1px;
	height: 78%;
}
.weddio-tl-event li .event-img {
	padding-right: 12.3rem;
	position: relative;
}
.weddio-tl-event li .event-img:before {
	border-top: 1px solid #9d9d9d;
    content: '';
	display: block;
	width: 140px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	z-index: -1;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.weddio-tl-event li .timeline-date {
	width: 13.4rem;
    height: 13.4rem;
    top: 50%;
    right: -6.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #749383;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    text-transform: capitalize;
    padding: 1rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.weddio-tl-event li:nth-child(2n) .event-img:before {
	right: inherit;
	left: 0;
}
.weddio-tl-event li:nth-child(2n) .timeline-date {
    right: inherit;
    left: -6.5rem;
}
.weddio-tl-event li .timeline-date strong {
	font-size: 4.8rem;
	display: block;
	line-height: 1;
	padding-bottom: 5px;
}
.weddio-tl-event li .event {
	padding-left: 12.3rem;
}
.weddio-tl-event li .timeline-img {
	overflow: hidden;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
.weddio-tl-event li .timeline-img img {
	width: 100%;
}
.weddio-tl-event li:nth-child(even) .event-img  {
    padding-right: 0;
    padding-left: 12.3rem;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}
.weddio-tl-event li:nth-child(even) .event {
	padding-right: 12.3rem;
    padding-left: 0;
	-webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}
.weddio-tl-event li .event .timeline-content h4 {
	color: #454c56;
	line-height: 1.38;
	padding-bottom: 2rem;
}
.weddio-tl-event li .event .timeline-content h5 {
	color: #fa6f6f;
	font-size: 2.1rem;
	line-height: normal;
	font-family: 'ReeyRegular';
	font-weight: 400;
}
.weddio-tl-event li .event .timeline-content p {
	padding: 0.8rem 0;
}

/*------------------------*/
/*  8.testimonial         */
/*------------------------*/
.testimonial-container {
	background-image: url(../images/testimonial-container.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.testimonial-container .bg-overlay {
    background: rgba(38,43,40,.8);
}
.attend-content {
	z-index: 99999;
}
.testimonial-content p {
	color: #fff;
}

/*------------------------*/
/*  9.contact-form-area   */
/*------------------------*/
.contact-container {
	position: relative;
	z-index: 999;
}
.contact-form-area {
	background-color: #fff;
	max-width: 870px;
	padding: 8rem 2rem 9rem 2rem;
	margin: -24rem auto 0;
	z-index: 99999;
	-webkit-border-radius: 2.2rem;
	border-radius: 2.2rem;
	-webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.1);
}
.contact-form {
	max-width: 690px;
	margin: 0 auto 0;
}
.form-col { margin: 0 -9px; }
.form-col .form-group {
	width: 50%;
	padding-left: 9px;
	padding-right: 9px;
}
.form-three-col .form-group {
	width: 33.333%;
}
.form-group {
	padding-bottom: 18px;
	margin-bottom: 0;
}
.contact-form-area h4 {
	text-align: center;
	padding-bottom: 4rem;
}

/* 9.1.contact-form-7 */
.wpcf7-form label { display: block; padding-bottom: 0;  }
.form-select,
select,
textarea,
textarea.form-control,
input[type='number'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='date'],
input[type='email'],
input[type='text'] {
	background: #fff;
	width: 100%;
	height: 5.8rem;
	color: #a0a6b5;
	font-size: 1.8rem;
	border: 1px solid #c1d1c9;
	outline: none;
	padding: 0 2.4rem;
	resize: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.form-select {
	background-image: url("../images/bgr-select.png");
	background-repeat: no-repeat;
	background-position: right 1.8rem center;
}
textarea,
textarea.form-control {
	height: 18rem;
	padding-top: 1.7rem;
}
.form-select:focus,
textarea:focus,
input:focus {
	color: #a0a6b5;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-select:focus {
	border-color: #c1d1c9;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { color: #a0a6b5 !important; opacity: 1 !important; }
textarea::-moz-placeholder,
input::-moz-placeholder { color: #a0a6b5 !important; opacity: 1 !important; }
textarea::-ms-input-placeholder,
input::-ms-input-placeholder { color: #a0a6b5 !important; opacity: 1 !important; }
input[type='submit'] {
	background: #fa6f6f;
	width: 100%;
	height: 6rem;
	line-height: 5.6rem;
	font-size: 1.8rem;
	color: #fff;
	border: none;
	outline: none;
	padding: 0 10px;
	text-align: center;
	border: 2px solid #fa6f6f;
	resize: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
input[type='submit']:hover {
	background: #fff;
	color: #454c56;
	text-decoration: none;
}
input[type='file'] {
    outline: none;
	font-size: 1.8rem;
	text-align: center;
	color: #a0a6b5;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input[type='file']:focus { outline: none; box-shadow: none; }
.form-select option {
	color: #a0a6b5;
	font-size: 1.8rem;
	padding: 0 3.4rem;
}
.form-select:focus,
.form-control:focus {
	color: #a0a6b5;
	border-color: #c1d1c9;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-form .form-group .alert-error {
	width: 100%;
	color: #ff0000;
	font-size: 1.2rem;
	display: block;
}
.contact-form .contact-message {
	margin-top: 20px;
}
.border-none .form-select,
.border-none select,
.border-none textarea.form-control,
.border-none input[type='password'],
.border-none input[type='number'],
.border-none input[type='url'],
.border-none input[type='tel'],
.border-none input[type='date'],
.border-none input[type='email'],
.border-none input[type='text'] {
	border: none;
}

/*------------------------*/
/*  10.weddio-gallery     */
/*------------------------*/
.weddio-gallery-item { margin-bottom: 26px; }
.weddio-gallery-item a {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.weddio-gallery-item a img {
	width: 100%;
	-ms-transform: scale(1);
  	transform: scale(1);
}
.weddio-gallery-item:hover a img {
	-ms-transform: scale(1.1);
  	transform: scale(1.1);
}
.weddio-gallery-item a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
.weddio-gallery-item a:hover:after {
	background: rgba(116, 147, 131, 0.8);
}
.weddio-gallery-item a small {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: block;
	width: 72px;
	height: 72px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.weddio-gallery-item a small::before,
.weddio-gallery-item a small::after {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -36px;
	content: '';
	display: block;
	width: 72px;
	height: 4px;
	background: #fff;
}
.weddio-gallery-item a small::after {
	width: 4px;
	height: 72px;
	margin-left: 0;
	margin-top: -36px;
}
.weddio-gallery-item a:hover small {
	visibility: visible;
	opacity: 1;
}
.modal-video-body {
	padding: 3rem;
}
.modal-video-close-btn {
	top: -28px;
	right: -20px;
	width: 30px;
	height: 30px;
}

/*----------------------------*/
/* 11.feture-column-container */
/*----------------------------*/
.fts-column-box {
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.fts-column-box-info {
	max-width: 290px;
}
.fts-column-box h6 {
  color: #fa6f6f;
  font-size: 2.1rem;
  line-height: normal;
  padding-bottom: 12px;
  font-family: 'ReeyRegular';
  font-weight: 400;
}
.fts-column-box h5 { padding-bottom: 1.7rem; }
.fts-column-box small {
	color: #749383;
	font-size: 1.8rem;
	line-height: normal;
	padding-bottom: 1.4rem;
	display: block;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.fts-column-box p { padding-bottom: 3rem; }
.view-btn {
	color: #454c56;
	font-size: 1.6rem;
	line-height: normal;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #fa6f6f;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.view-btn:hover {
	color: #fa6f6f;
}

/*------------------------*/
/*  12.product-slider     */
/*------------------------*/
.product-slider.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.product-img {
	padding: 36px 10px 32px 10px;
	border: 1px solid #c1d1c9;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.pdt-card {
	width: 100%;
	left: 0; bottom: 0;
	visibility: hidden;
	opacity: 0;
}
.product-item:hover .pdt-card {
	visibility: visible;
	opacity: 1;
}
.pdt-card a {
	background-color: #749383;
	width: 100%;
	color: #fff;
	font-size: 1.7rem;
	padding: 1rem;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.pdt-card a:hover {
	background-color: #ee6666;
	/*color: #fa6f6f;*/
}
.product-item-content {
	padding: 2.1rem 0;
}
.product-item-content h5 {
	color: #454c56;
	font-size: 2.4rem;
	padding-bottom: 3px;
}
.product-item-content h5 a {
	color: #454c56;
	text-decoration: none;
}
.product-item-content h5 a:hover {
	color: #fa6f6f;
}
.product-item-content small {
	color: #fa6f6f;
	font-size: 2.4rem;
	display: block;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

.featured-slider .owl-dots,
.testimonial-boxes .owl-dots,
.testimonial-slider .owl-dots,
.product-slider .owl-dots {
	bottom: 0;
}
.featured-slider .owl-dots .owl-dot,
.testimonial-boxes .owl-dots .owl-dot,
.testimonial-slider .owl-dots .owl-dot,
.product-slider .owl-dots .owl-dot {
	background: #749383;
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	margin: 6px 9px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.featured-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	margin: 6px 11px;
}
.featured-slider .owl-dots .owl-dot.active,
.testimonial-boxes .owl-dots .owl-dot.active,
.testimonial-slider .owl-dots .owl-dot.active,
.product-slider .owl-dots .owl-dot.active {
	background: #749383;
}
.featured-slider .owl-dots .owl-dot::before,
.testimonial-boxes .owl-dots .owl-dot::before,
.testimonial-slider .owl-dots .owl-dot::before,
.product-slider .owl-dots .owl-dot::before {
	background: transparent;
	display: inline-block;
	content: '';
	position: absolute;
	left: -6px;
	top: -6px;
	width: 24px;
	height: 24px;
	border: 2px solid transparent;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.featured-slider .owl-dots .owl-dot::before {
	left: -5px;
	top: -5px;
	width: 18px;
	height: 18px;
}
.featured-slider .owl-dots .owl-dot.active::before,
.testimonial-boxes .owl-dots .owl-dot.active::before,
.testimonial-slider .owl-dots .owl-dot.active::before,
.product-slider .owl-dots .owl-dot.active::before {
	border-color: #fa6f6f;
}

/*------------------------*/
/* 13.testimonial-slider  */
/*------------------------*/
.testimonial-slider-container {
	background: #e6f0eb url(../images/bgr-tst-slider-container.png) no-repeat center 0;
	background-size: cover;
}
.testimonial-item-content .author-img {
	width: 9.6rem;
	height: 9.6rem;
	margin: 0 auto 4.6rem;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.testimonial-item-content p {
	font-style: italic;
	line-height: 1.94;
	padding-bottom: 4.2rem;
}
.testimonial-item-content small {
	color: #6e7078;
	font-size: 1.6rem;
	display: inline-block;
	padding-left: 3.6rem;
	position: relative;
}
.testimonial-item-content small:before {
	background-color: #b9bdc2;
	width: 2.4rem;
	height: 1px;
	content: '';
	position: absolute;
	left: 0; top: 1.6rem;
}
.testimonial-item-content small a { color: #6e7078; }
.testimonial-item-content small strong {
	color: #454c56;
	font-size: 2.1rem;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

/*------------------------*/
/*  14.news-container     */
/*------------------------*/
.news-img {
	overflow: hidden;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.news-img img {
	width: 100%;
	-ms-transform: scale(1);
  	transform: scale(1);
}
.news-img:hover img {
	-ms-transform: scale(1.1);
  	transform: scale(1.1);
}
.text-data {
	color: #a0a6b5;
	font-size: 1.6rem;
}
.card-body h6 {
	color: #454c56;
	line-height: 1.45;
}
.card-body h6 a {
	color: #454c56;
	text-decoration: none;
}
.card-body h6 a:hover { color: #fa6f6f; }

/*------------------------*/
/*  15.newsletter-area    */
/*------------------------*/
.newsletter-area {
	margin-bottom: -130px;
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
}
.newsletter-info {
	width: 100%;
	max-width: 1180px;
}
.newsletter-content {
	width: 54.04%;
}
.newsletter-form {
	width: 45.61%;
}
.newsletter-content h3,
.newsletter-content h6,
.newsletter-content p {
	color: #fff;
}
.newsletter-content h3 {
	padding-bottom: 1.8rem;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.newsletter-content h6 {
	padding-bottom: 11px;
	font-family: 'ReeyRegular';
	font-weight: 400;
}
.newsletter-field {
	width: 100%;
	max-width: 570px;
	position: relative;
}
.newsletter-field input[type='email'],
.newsletter-field input[type='text'] {
	background: #fff;
	width: 100%;
	height: 7rem;
	font-size: 1.8rem;
	color: #a0a6b5;
	border: none;
	outline: none;
	padding: 0 21rem 0 2.4rem;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	box-shadow: inherit;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
}
.newsletter-field input::-webkit-input-placeholder { color: #a0a6b5 !important; opacity: 1 !important; }
.newsletter-field input::-moz-placeholder { color: #a0a6b5 !important; opacity: 1 !important; }
.newsletter-field input::-ms-input-placeholder { color: #a0a6b5 !important; opacity: 1 !important; }
.newsletter-field input[type='submit'] {
	background: #fa6f6f;
	width: 19.5rem;
	position: absolute;
	right: 0; top: 0;
	height: 7rem;
	font-size: 1.8rem;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	border: 2px solid #fa6f6f;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.newsletter-field input[type='submit']:hover {
	background: #fff;
	color: #454c56;
}

/*------------------------*/
/*  16.footer             */
/*------------------------*/
.footer-col h5 {
	font-size: 2.4rem;
	color: #454c56;
	padding-bottom: 3rem;
}
.footer-phone {
	color: #6e7078;
	font-size: 2.4rem;
	line-height: normal;
	list-style-type: none;
	font-weight: 400;
}
.footer-phone a {
	color: #6e7078;
	display: inline-block;
	text-decoration: none;
}
.footer-phone a .fa-phone {
	transform: rotate(90deg);
}
.footer-phone span {
	width: 2rem;
	color: #fa6f6f;
	font-size: 2.2rem;
	margin-top: 6px;
}
.footer-phone p {
	color: #6e7078;
	font-size: 2.4rem;
	line-height: normal;
	display: inline-block;
	padding: 0 0 0 1.1rem;
	font-weight: 700;
}
.footer-logo {
	background: url(../images/footer-flower.png) no-repeat center 0 / cover;
	width: 39.6rem;
	height: 35.8rem;
	margin: 0 auto;
}
.footer-logo h2 {
	color: #454c56;
	font-size: 4.2rem;
	line-height: 4.7rem;
	padding: 2rem 0 0 7rem;
}
.footer-socials li { margin: 6px 3px 0 3px; }
.footer-socials li a {
	background: #749383;
	width: 5.4rem;
	height: 5.4rem;
	line-height: 4.5rem;
	color: #fff;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-socials li a:hover {
	background: #fa6f6f;
}
.footer-bottom-content p {
	color: #6e7078;
	font-size: 1.8rem;
	line-height: normal;
	padding: 4px 0;
}
.footer-bottom-content p a {
	color: #6e7078;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 700;
}
.footer-bottom-content ul {
	margin: 0 -21px;
}
.footer-bottom-content ul li {
	color: #6e7078;
	font-size: 1.8rem;
	line-height: normal;
	padding: 4px 21px;
}
.footer-bottom-content ul li a {
	color: #6e7078;
	text-decoration: none;
}
.footer-phone a:hover p,
.footer-bottom-content p a:hover,
.footer-bottom-content ul li a:hover {
	color: #fa6f6f;
}

/*------------------------*/
/*  17.about css          */
/*------------------------*/
.page-banner-container {
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	height: 100vh;
}
.page-banner-container .container {
	height: 100%;
}
.page-banner-container .banner-content-area {
	height: 100%;
}

/*  17.1.weddio-gift  */
.weddio-gift .weddio-content h3 {
	font-size: 3.6rem;
	padding-bottom: 1.1rem;
}
.weddio-content h5 {
	font-size: 2.4rem;
}
.weddio-gift .weddio-content p {
	padding: 3.3rem 0 3.2rem 0;
}
.weddio-gift-img {
	max-width: 424px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.weddio-gift-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.social-list {
	margin: 0 -13px;
}
.social-list li {
	list-style-type: none;
	color: #3b5998;
	font-size: 2.2rem;
	padding: 0 13px 6px 13px;
}
.social-list li a { color: #3b5998; }
.social-list li.social-list-tw a { color: #1da1f2; }
.social-list li.social-list-youtube a { color: #ff1e00; }
.social-list li.social-list-ins a { color: #dd4b39; }
.social-list li.social-list-linkdin a { color: #0077b5; }

.blog-item-content .social-list { margin: 0 -7px; }
.blog-item-content .social-list li { padding: 0 7px 6px 7px; }
.social-list li.social-share {
	color: #454c56;
	font-size: 1.4rem;
	padding-right: 12px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

/* 17.2.live-video-container */
.live-video-container {
	background-image: url(../images/bgr-live-video.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.live-video-container .bg-overlay {
	background: rgba(116,147,131,.7);
}
.live-video-area {
	z-index: 999;
}
.video-btn a {
	background-color: #fff;
	width: 12rem;
	height: 12rem;
	line-height: 12rem;
	color: #fa6f6f;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*  17.3.team-container   */
.team-member {
	width: 21.4rem;
	height: 21.4rem;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.team-member img {
	max-width: 100%;
	height: auto;
	display: block;
}
.team-member a {
	display: block;
}
.team-content h5 {
	color: #454c56;
	font-size: 2.4rem;
	line-height: normal;
	padding-bottom: 1rem;
	font-weight: 700;
}
.team-content h5 a {
	color: #454c56;
	text-decoration: none;
}
.team-content h5 a:hover { color: #fa6f6f; }
.team-content small {
	font-size: 1.6rem;
}

/*------------------------*/
/*  18.gallery page       */
/*------------------------*/
.gallery-video-item {
	width: 100%;
	height: 100%;
	top: 0; left: 0;
}
.gallery-video-item a:hover:after {
	background-color: transparent;
}
.gallery-video-item a {
	width: 7.2rem;
	height: 7.2rem;
	line-height: 7.2rem;
}

/*------------------------*/
/*  19.rsvp               */
/*------------------------*/
.border-grayish-green .fts-column-box {
	border: 1px solid #c1d1c9;
}

/*------------------------*/
/*  20.service-container  */
/*------------------------*/
.service-col-info {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.service-col-info img {
	width: 100%;
}
.service-info { overflow: hidden; }
.service-col-info .bg-overlay {
	background-color: rgba(36,53,44,.66);
}
.service-cont-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 99;
	padding: 2.4rem;
}
.service-cont-info {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,.3);
	padding: 1rem 1.5rem;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.service-cont {
	width: 100%;
	max-width: 280px;
}
.service-cont-wrap p,
.service-cont-wrap h4 {
	color: #fff;
}
.service-cont-wrap h4 {
	text-transform: capitalize;
	line-height: 1.3;
	padding: 1.5rem 0;
}
.service-cont-wrap p {
	padding: 2rem 0;
}
.service-hover .service-cont-wrap p {
	display: none;
}

/* 20.1.price table section */
.price-box {
	background: #fff;
	height: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0px 25px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 0px 25px 0px rgba(0,0,0,0.17);
    box-shadow: 0 0px 25px 0px rgba(0,0,0,0.17);
}
.price-header {
	background-color: #749383;
}
.price-header h6 {
	color: #fff;
	font-size: 1.8rem;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 2.2rem;
    font-family: 'ReeyRegular';
	font-weight: 400;
}
.price-header h4 {
	color: #fff;
    line-height: 25px;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.price-content {
    max-width: 300px;
}
.price-circle {
    width: 13.6rem;
    height: 13.6rem;
    background: #fff;
    padding: 4.9rem 1rem 2rem 1rem;
    font-size: 4.2rem;
    line-height: 3.5rem;
    color: #454c56;
    text-align: center;
    margin: -7.9rem auto 2rem;
    -webkit-box-shadow: 6px 0px 25px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 6px 0px 25px 0px rgba(0,0,0,0.17);
    box-shadow: 6px 0px 25px 0px rgba(0,0,0,0.17);
    font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.price-circle sup {
	font-size: 1.8rem;
	display: inline-block;
	font-weight: normal;
}
.price-content h5 {
	color: #454c56;
	font-size: 1.8rem;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.price-feture-list {
	padding: 2.7rem 0 2.4rem 0;
	margin: 0;
}
.price-feture-list li {
	color: #6e7078;
    font-size: 1.8rem;
    line-height: normal;
    padding: 15px 10px 20px 10px;
}
.price-feture-list li a {
	color: #6e7078;
}
.price-feture-list li:not(:last-child) {
    border-bottom: 1px dashed #d1dbd6;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.weddio-price .price-active .price-header {
	background-color: #fa6f6f;
}

/*  20.2.client-logos     */
.client-logos-slider.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/* 22.3.about-us-container */
.about-us-container:before {
	background-color: #f1f7f4;
	width: 50%;
	height: 63%;
	content: '';
	position: absolute;
	top: 0; right: 0;
	z-index: -1;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.about-us-cont h5 {
	color: #fa6f6f;
	font-size: 2.4rem;
	line-height: normal;
	padding-bottom: 11px;
	font-family: 'ReeyRegular';
	font-weight: 400;
}
.about-us-cont h2 {
	font-size: 6rem;
	padding-bottom: 2rem;
}
.about-us-cont .tree-img {
	margin: 8px 0 2rem 0;
}

/* 22.4.testimonial-boxes */
.ts-boxes .owl-stage,
.ts-boxes .owl-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ts-boxes .ts-slide-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ts-slide-cont {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.ts-slide-title .quote {
    color: #749383;
    font-size: 5rem;
    display: block;
    padding-bottom: 1.1rem;
}
.ts-boxes .author-image {
    width: 6rem;
    height: 6rem;
}
.ts-boxes .author-info {
	padding-left: 1.9rem;
	text-align: left;
}
.ts-slide-info p {
	font-size: 2.1rem;
	font-style: italic;
}
.author-info .author-name {
	display: block;
	color: #454c56;
	font-size: 2.1rem;
	padding-bottom: 3px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.author-info .author-name a {
	color: #454c56;
	text-decoration: none;
}
.author-info .author-designation {
	color: #a0a6b5;
	font-size: 1.6rem;
	line-height: normal;
}
.ts-boxes .owl-stage-outer { overflow: visible; }
.ts-boxes .ts-slide-info {
	background-color: #fff;
    width: 100%;
    padding: 1.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0 19px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0 19px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 0 19px 4px rgba(0,0,0,0.1);
    -webkit-transition: box-shadow 0.3s,transform 0.5s;
    transition: box-shadow 0.3s,transform 0.5s;
}
.ts-boxes .ts-slide-info:hover {
    -webkit-box-shadow: 1px 3px 17px 2px rgba(0,0,0,0.51);
    -moz-box-shadow: 1px 3px 17px 2px rgba(0,0,0,0.51);
    box-shadow: 1px 3px 17px 2px rgba(0,0,0,0.51);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.testimonial-boxes .owl-nav {
	top: -12rem;
	left: inherit;
	right: 0;
	width: auto;
	display: block;
	padding: 0;
}
.testimonial-boxes.owl-carousel .owl-nav button.owl-next,
.testimonial-boxes.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	color: #fa6f6f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 6rem;
	height: 6rem;
	margin-right: 12px;
	background: transparent;
	font-size: 2.5rem;
	border: 1px solid #c1d1c9;
}
.testimonial-boxes.owl-carousel .owl-nav button.owl-next.disabled,
.testimonial-boxes.owl-carousel .owl-nav button.owl-prev.disabled {
	opacity: 1;
}

/*------------------------*/
/*  21.contact page       */
/*------------------------*/
.contact-icon {
	background-color: #749383;
	width: 9rem;
	height: 9rem;
	line-height: 9rem;
	color: #fff;
	font-size: 2.3rem;
	margin: 0 auto 3.2rem;
}
.contact-icon .fa-phone {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.contact-address {
	height: 100%;
	border: 1px solid #c1d1c9;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.contact-address h5 {
	font-size: 2.4rem;
	padding-bottom: 2.1rem;
}
.contact-address p {
	max-width: 230px;
	margin: 0 auto;
}
.contact-address p small {
	display: block;
}
.contact-address p a {
	color: #6e7078;
	text-decoration: none;
}
#map {
	height: 408px;
}

/*------------------------*/
/*  22.blog page          */
/*------------------------*/
.blog-item-row {
	overflow:hidden;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.blog-item-img { overflow: hidden; }
.blog-item-img img {
	width:100%;
}
.blog-item-content {
	padding: 3.8rem 6rem 6rem 6rem;
	border: 1px solid #c1d1c9;
	border-top: 0;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
.blog-item-content h4 {
	color:#454c56;
	padding-bottom: 2.5rem;
}
.blog-item-content h4 a {
	color:#454c56;
	text-decoration: none;
}
.blog-item-content p {
	padding-bottom: 1.8rem;
}
.blog-item-content .more-btn { color: #fff; }
.post-meta ul {
	padding: 0;
	margin: 0;
}
.post-meta ul li {
	color: #6e7078;
	font-size: 1.8rem;
	list-style-type: none;
	padding: 0 3rem 5px 0;
	position: relative;
}
.post-meta ul li:after {
	background-color: #bbb;
	width: 1px;
	height: 12px;
	content: '';
	position: absolute;
	right: 1.5rem; top: 1rem;
}
.post-meta ul li.post-meta-cat {
	color: #454c56;
	font-size: 1.6rem;
}
.post-meta ul li:last-child:after { display: none; }
.post-meta ul li:last-child { padding-right: 0; }
.post-meta ul li .far,
.post-meta ul li .fas {
	color: #fa6f6f;
	font-size: 1.5rem;
	margin-right: 3px;
}
.post-meta ul li a {
	color: #6e7078;
	text-decoration: none;
}
.post-meta ul li a:hover {
	color: #fa6f6f;
}
.post-meta-no-border ul li:after { display: none; }

/*  22.1.pagination nav */
.pagination li {
	color:#777;
	text-align:center;
	font-size: 1.6rem;
	width: 5.8rem;
	text-decoration:none;
	margin: 0 11px 10px 0;
	font-weight: 400;
}
.pagination li .page-link {
	background: #fff;
	color:#6e7078;
	width: 5.8rem;
	height: 5.8rem;
	line-height: 5.8rem;
	padding: 0;
	border: 1px solid #c1d1c9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.pagination li:first-child { display: none; }
.pagination li:first-child .page-link,
.pagination li:last-child .page-link { color: #fa6f6f; }
.pagination li:first-child .page-link:hover,
.pagination li:last-child .page-link:hover { color: #fff; }
.pagination li .current,
.prev-next-area a:hover,
.pagination li a:hover {
	background: #749383;
	color: #fff;
	border-color: #749383;
}

.prev-next-area a {
	color: #454c56;
	font-size: 1.6rem;
	display: inline-block;
	text-decoration: none;
	padding: 0 12px;
	position: relative;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.prev-next-area a.prev-link:after,
.prev-next-area a.next-link:after {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.6rem;
    color: #fa6f6f;
    top: 1px;
    z-index: 1;
}
.prev-next-area a.next-link:after {
    content: '\f0da';
    right: 0;
}
.prev-next-area a.prev-link:after {
    content: '\f0d9';
    left: 0;
}
.pagination li .current { cursor: default !important; }
.prev-next-area a:hover {
	background-color: transparent;
	color: #454c56;
}
.prev-next-title {
	color: #454c56;
	font-size: 2.1rem;
	padding: 9px 0;
	border-top: 1px solid #c1d1c9;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.prev-next-title a {
	color: #454c56;
	text-decoration: none;
}
.prev-next-area a:hover,
.prev-next-title a:hover {
	color: #fa6f6f;
}

/*  22.2.sidebar  */
.sidebar { padding-left: 10px; }
.search-field {
	width:100%;
	position: relative;
	padding: 0;
	margin-bottom: 6rem;
}
.search-field input[type="email"],
.search-field input[type="text"],
.search-field input[type="search"]  {
    background: #fff;
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
    color: #a0a6b5;
    border: 1px solid #c1d1c9;
    outline: none;
    padding: 0 7rem 0 2.2rem;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    box-shadow: inherit;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.search-btn {
	background: #749383;
	width: 6rem;
	height: 6rem;
	position: absolute;
	right: 0; top: 0;
	color: #fff;
	font-size: 2.4rem;
	min-width: 48px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	-webkit-border-radius: 0;
    border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search-btn:hover {
	background: #fa6f6f;
	color: #fff;
}
.search-btn:focus { outline: none; box-shadow: none; }
.widgets-thum {
	background-image: url(../images/widgets-thum-img.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	min-height: 48rem;
	margin-bottom: 4rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widgets-thum-area {
	background-color: rgba(53,65,59,.84);
	width: 100%;
	height: 100%;
	min-height: 48rem;
	padding: 1.5rem;
}
.widgets-thum-content {
	max-width: 320px;
}
.widgets-thum-content h6 {
	color: #fa6f6f;
	padding-bottom: 1rem;
	font-family: 'ReeyRegular';
	font-weight: 400;
}
.widgets-thum-content h4 {
	color: #fff;
	padding-bottom: 1rem;
}
.widgets-thum-content p {
	color: #fff;
	padding: 1.5rem 0 5rem 0;
}
.sidebar-post-col {
	padding-bottom: 2rem;
}
.sidebar-post-cat { padding: 1.5rem 0 2.5rem 0; }
.sidebar-post-title {
	background: #e8f2ed;
	color: #454c56;
	padding: 1.8rem 2.8rem 2.3rem 2.8rem;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sidebar-post-title h3 {
	color: #454c56;
	font-size: 2.4rem;
	text-transform: capitalize;
	text-decoration: none;
	position: relative;
	padding-right: 2rem;
	display: inline-block;
}
.sidebar-post-col h3 a {
	color: #454c56;
	text-decoration: none;
}
.sidebar-post-title h3:after {
	content: '\f101';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration:inherit;
	position: absolute;
	font-size: 1.6rem;
	color: #fa6f6f;
	right:0px;
	top: 1rem;
	z-index:1;
}
.sidebar-post-row {
	overflow:hidden;
	padding: 1.1rem 0;
}
.sidebar-post-img {
	width: 8.4rem;
	float:left;
	margin-top: 4px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.sidebar-post-img img {
	max-width:100%;
	height:auto;
	display:block;
}
.sidebar-post-content { padding:0 0 0 11rem; }
.sidebar-post-content h4 {
	color: #454c56;
	font-size: 1.8rem;
	line-height: 1.6;
	padding-bottom: 7px;
}
.sidebar-post-content h4 a {
	color: #454c56;
	text-decoration: none;
}
.sidebar-post-content small {
	color: #a0a6b5;
	font-size: 1.6rem;
	line-height: normal;
}
.sidebar-post-cat ul {
	padding: 10px 0 3px 2.8rem;
	margin: 0;
}
.sidebar-post-cat ul li {
	padding: 0 0 9px 1.2rem;
	margin: 0;
	list-style-type: none;
	color: #454c56;
	font-size: 1.8rem;
	position: relative;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.sidebar-post-cat ul li:after {
	content: '\f0da';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	position: absolute;
	font-size: 1.4rem;
	color: #fa6f6f;
	left: 0;
	top: 5px;
	z-index: 1;
}
.sidebar-post-cat ul li a {
	color: #454c56;
	text-decoration: none;
}
.blog-item-content h4 a:hover,
.featured-item-content h6 a:hover,
.sidebar-post-content h4 a:hover,
.sidebar-post-col h3 a:hover,
.sidebar-post-cat ul li a:hover {
	color: #fa6f6f;
}
.tags-list {
	margin: 1.5rem -1px 1rem -1px;
}
.tags-list a {
	height: 3.6rem;
	line-height: 3.4rem;
	color: #6e7078;
	font-size: 1.4rem;
	padding: 0 2rem;
	margin: 0 1px 6px 1px;
	border: 1px solid #d1dbe5;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 1.8rem;
	border-radius: 1.8rem;
}
.tags-list a:hover {
	background: #fa6f6f;
	border-color: #fa6f6f;
	color: #fff;
}
.widgets-gallery {
	margin: 3rem -6px 2.8rem -6px;
}
.gallery-item {
	width: 25%;
	padding: 0 6px 12px 6px;
	margin: 0;
}
.gallery-icon {
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.gallery-icon img {
	width: 100%;
}
.featured-img {
	margin-bottom: 1.9rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.featured-item-content small {
	color: #a0a6b5;
	font-size: 1.6rem;
	line-height: normal;
	display: block;
}
.featured-item-content h6 {
	line-height: 1.42;
}
.featured-item-content h6 a {
	color: #454c56;
	text-decoration: none;
}

/*  22.3.blog-single  */
.blog-item-content blockquote {
	color: #6e7078;
	font-size: 21rem;
	font-style: italic;
	padding: 5px 0 4rem 7rem;
	margin-top: 20px;
	position: relative;
}
.blog-item-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	position: absolute;
	font-size: 4.4rem;
	color: #749383;
	left: 0;
	top: -2rem;
	z-index: 1;
}
.blog-item-content blockquote p {
	font-size: 2rem;
	color: #6e7078;
	line-height: 1.53;
	padding: 0;
}

/* 22.4.author-box */
.author-box {
	padding: 3.8rem 6rem 4.8rem 6rem;
	border: 1px solid #c1d1c9;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.author-img {
	width: 12rem;
	height: 12rem;
	margin: -10rem auto 3rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.author-info h5 {
	padding-bottom: 2.5rem;
}
.author-info p {
	padding-bottom: 2.4rem;
}
.cmt-border {
	border-bottom: 1px solid #c1d1c9;
	margin: 0;
	opacity: 1;
}
.blog-postcomment {
	padding: 4.5rem 6rem 0 6rem;
	border: 1px solid #c1d1c9;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.blog-postcomment h2 {
	color: #222;
	font-size: 2.9rem;
	line-height: normal;
	padding-bottom: 3rem;
}
.comment-author {
	width: 9.6rem;
	height: 9.6rem;
	float: left;
	overflow: hidden;
	margin-top: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.comment-meta {
	padding: 0 0 0 3rem;
	overflow: hidden;
}
.cmt-author-name {
	float: left;
}
.button-reply-edit {
	float: right;
	padding-top: 7px;
}
.comment-meta h4 {
	color: #454c56;
	font-size: 2.1rem;
	padding-bottom: 2px;
}
.comment-meta h4 a {
	color: #454c56;
	text-decoration: none;
}
.comment-meta h4 a:hover {
	color: #fa6f6f;
}
.cmt-author-name small {
	color: #a0a6b5;
	font-size: 1.4rem;
	display: block;
}
.comment-content { padding: 2.1rem 0 3.5rem 12.5rem; }
.postcomment-area .depth-1.comment:last-child .comment-content {
	padding-bottom: 2rem;
}
.posttimeinfo { float: right; }
.comment-content p {
	font-size: 1.8rem;
	color: #6e7078;
	line-height: 1.64;
	padding-bottom: 3.8rem;
}
.comment-content a {
	display: inline-block;
	color: #749383;
	text-decoration: none;
}
.comment-content a:hover {
	color: #fa6f6f;
}
.button-reply-edit a {
	padding: 0 3rem;
	height: 4.2rem;
	line-height: 4rem;
	display: inline-block;
	font-size: 1.6rem;
	color:#454c56;
	border: 1px solid #c1d1c9;
	text-transform: capitalize;
	text-decoration: none;
	margin-left: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.button-reply-edit a:hover {
	background: #fa6f6f;
	border-color: #fa6f6f;
	color: #fff;
}
.depth-2 { padding-left: 12.5rem; }

/* 22.5.form comment */
.comment-respond .contact-form { max-width: 100%; }
.comment-area {
	padding: 5.2rem 6rem 6rem 6rem;
	border: 1px solid #c1d1c9;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.comment-area h4 {
	padding-bottom: 2.7rem;
}
.comment-area p {
	padding-bottom: 3rem;
}
.comment-area p small { color: #fa6f6f; }
.comment-area p.form-submit {
	padding-bottom: 0;
}

/* product page */
.product-description {
	padding-left: 2rem;
}
.product-description h4 {
	line-height: 1;
	padding-bottom: 2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.product-description p {
	padding-bottom: 2rem;
}
.price { padding-bottom: 2rem; }
.product-gallery {
	border: 1px solid #6e7078;
	position: relative;
}
.product-gallery img {
	margin: 0 auto;
}
.product-search a {
	background: #fff;
	width: 4rem;
	height: 4rem;
	line-height: 3.7rem;
	color: #6e7078;
	font-size: 2rem;
	text-align: center;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #6e7078;
}
.onsale {
	width: auto;
	top: 10px;
	left: 10px;
	background: #749383;
	color: #fff;
	font-size: 1.2rem;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1rem;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.price {
	color: #454c56;
}
.price del {
	font-size: 1em;
	margin-right: 9px;
	opacity: .5;
	display: inline-block;
}
.price ins {
	font-size: 3rem;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
}
.product-meta { padding: 1.6rem 0 1rem 0; }
.product-meta,
.posted-in {
	font-size: 1.6rem;
	display: block;
}
.posted-in a {
	color: #fa6f6f;
	text-decoration: none;
}
.quantity {
	width: 7rem;
	margin-right: 2.5rem;
}
.quantity input[type="number"] {
	height: 5.4rem;
	padding: 0 1.5rem;
}
.add-to-cart-btn {
	width: 16rem;
}
.add-to-cart-btn button {
	background: #fa6f6f;
	width: 100%;
	height: 5.4rem;
	line-height: 5rem;
	padding: 0 10px 0 10px;
	color: #fff;
	font-size: 1.8rem;
	display: block;
	text-align: center;
	border: 2px solid #fa6f6f;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.add-to-cart-btn button:hover {
	background: #fff;
	color: #454c56 !important;
	text-decoration: none;
}
.product-nav-tabs .nav-pills {
	border-bottom: 1px solid #6e7078;
}
.product-nav-tabs .nav-pills li button {
	color: #6e7078;
	padding: .7rem 1.3rem;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.product-nav-tabs .nav-pills .nav-link.active,
.product-nav-tabs .nav-pills li button.active {
	background: #fa6f6f;
	color: #fff;
	opacity: 1;
}
.product-nav-tabs .tab-pane {
	padding: 2.5rem 0;
}
.product-nav-tabs .tab-pane h4,
.product-nav-tabs .tab-pane p {
	padding-bottom: 1.6rem;
}

/*-----------------------*/
/* 23.404 page           */
/*-----------------------*/
.error404 .hamburger { display: none; }
.container-404 {
	background: #749383;
	color: #fff;
	height: 100vh;
	min-height: 100vh;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.not-found-wrap {
	text-align: center;
	padding: 5rem 2rem;
}
.not-found-wrap small {
	display: block;
	font-size: 5rem;
	letter-spacing: 2px;
}
.text-404 {
	font-size: 22rem;
	line-height: 18.5rem;
	position: relative;
	display: inline-block;
	z-index: 2;
	letter-spacing: 1.5rem;
}
.text-404 strong { font-weight: 400; }
.text-thepage {
	text-align: center;
	display: block;
	position: relative;
	letter-spacing: 1.2rem;
	font-size: 5rem;
	line-height: 1.1;
}
.not-found-wrap .btn {
	background-color: #fa6f6f;
	position: relative;
	display: inline-block;
	min-width: 200px;
	padding: 5px 1.5rem;
	z-index: 5;
	font-size: 2.5rem;
	margin: 0 auto;
	color: #fff;
	border: 2px solid #fa6f6f;
	text-decoration: none;
	margin-right: 0;
	text-decoration: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.not-found-wrap .btn:hover {
	background: #fff;
	color: #454c56 !important;
}

/*----------------------*/
/*  24.entry-content    */
/*----------------------*/
.entry-content {width:100%;}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #454c56;
    line-height: 1.1;
	padding: 6px 0;
	margin: 0 0 6px 0;
}
.entry-content h1 { font-size: 4.5rem; }
.entry-content h2 { font-size: 4rem; }
.entry-content h3 { font-size: 3.5rem; }
.entry-content h4 { font-size: 3rem; }
.entry-content h5 { font-size: 2.5rem; }
.entry-content h6 { font-size: 2rem; }
.entry-content p {
	font-size: 1.8rem;
	color: #6e7078;
	line-height: 1.7;
	padding-bottom: 1.8rem;
}
.entry-content p a {
	color: #6e7078;
}
.entry-content p a:hover {
	text-decoration: underline;
}
.entry-content ul {
	padding: 0 0 20px 17px;
	margin: 0;
}
.entry-content ul li {
	color: #6e7078;
	font-size: 1.8rem;
	line-height: normal;
	padding: 0 0 8px 0;
}
.entry-content ol li a,
.entry-content ul li a {
	color: #6e7078;
	text-decoration: none;
}
.entry-content ol {
	padding: 0 0 20px 19px;
	margin: 0;
}
.entry-content ol li {
	list-style-type:decimal;
	color: #6e7078;
    font-size: 1.8rem;
    line-height: normal;
    padding-bottom: 8px;
}
.entry-content ol li a:hover,
.entry-content ul li a:hover {
	text-decoration: none;
}
.entry-content a {
	color: #6e7078;
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content blockquote {
    color: #6e7078;
	font-size: 21rem;
	font-style: italic;
	padding: 5px 0 4rem 7rem;
	margin-top: 20px;
	position: relative;
}
.blog-item-content blockquote::before {
	content: '\f10d';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	position: absolute;
	font-size: 4.4rem;
	color: #749383;
	left: 0;
	top: -2rem;
	z-index: 1;
}
.entry-content blockquote p {
    font-size: 2rem;
	color: #6e7078;
	line-height: 1.53;
	padding: 0;
	margin: 0;
}
.entry-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.entry-content table,
.entry-content table tr th,
.entry-content table tr td {
	color: #6e7078;
    font-size: 1.8rem;
    border: 1px solid #6e7078;
	line-height: 2.4rem;
	text-align: center;
	padding: 1rem;
}

/*------------------------*/
/*  25.transition css     */
/*------------------------*/
.service-info img,
.featured-img img,
.gallery-icon img,
.blog-item-img img,
.team-member img,
.weddio-img img,
.weddio-gift-img img {
	-ms-transform: scale(1);
  	transform: scale(1);
}
.service-info:hover img,
.featured-img:hover img,
.gallery-icon:hover img,
.blog-item-img:hover img,
.team-member:hover img,
.weddio-img:hover img,
.weddio-gift-img:hover img {
	-ms-transform: scale(1.1);
  	transform: scale(1.1);
}
.add-to-cart-btn button,
.search-btn a,
.not-found-wrap .btn,
.service-info img,
.featured-img img,
.gallery-icon img,
.blog-item-img img,
.team-member img,
.weddio-img img,
.weddio-gift-img img,
.news-img img,
.weddio-gallery-item img,
.pdt-card,
.service-cont-wrap h4,
.service-cont,
.footer-phone a p,
.footer-bottom-content p a,
.footer-bottom-content ul li a,
.product-slider .owl-dots .owl-dot.active::before,
.weddio-gallery-item a small::before,
.weddio-gallery-item a small::after,
.weddio-gallery-item a small,
.weddio-gallery-item a:after,
.weddio-gallery-item a,
input[type='submit'] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*-------------------------*/
/*  26.backtop             */
/*-------------------------*/
.backtop {
	background: #fa6f6f;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	position: fixed;
	right: 3rem; bottom: 3rem;
	z-index: 99999;
	visibility: hidden;
    opacity: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -moz-transition: visibility 0.5s, opacity 0.5s;
    -ms-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
}
.backtop:hover {
	background: #ed5e5e;
	color: #fff;
}
.skip_swing.show_icon {
    visibility: visible;
    opacity: 1;
}