
@font-face {
  font-family: "laug";
  src: url("../fonts/laug/laug.eot");
  src: url("../fonts/laug/laugd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/laug/laug.woff2") format("woff2"),
    url("../fonts/laug/laug.woff") format("woff"),
    url("../fonts/laug/laug.ttf") format("truetype"),
    url("../fonts/laug/laug.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* @import url("https://fonts.googleapis.com/css2?family=Sumana&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');
/*!
1. Base
================*/
/* Fonts */
body {
  font-family: 'Aboreto', cursive;
}
.title {
  font-family: 'Satisfy', cursive;
  font-size: 35px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .title {
    font-size: 35px;
  }
}

.title--white {
  color: #fff;
}

.title--white:before {
  background: url(../img/title-l-w.png) no-repeat;
}

.title--white:after {
  background: url(../img/title-r-w.png) no-repeat;
}

.title--special {
  font-family: "laug";
  line-height: 1.2;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .title--special {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .c-hero-banner .title--special {
    font-size: 36px;
  }
}

.subtitle {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .subtitle {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .lead {
    width: 50%;
    margin: 0 auto;
  }
}

.aside h3 {
  font-family: "Aboreto", serif;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  font-weight: 400;
  margin: 0 0 20px 0;
}
h4 {
  font-size: 1.0rem;
}

a {
  transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
  color: #eab96a;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1.0rem;
  line-height: 1.6;
  font-family: 'El Messiri', sans-serif;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* Body */
html,
body {
  height: 100%;
}

body {
  font-family: 'El Messiri', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #212529;
  overflow-x: hidden;
}

body.offcanvas {
  overflow: hidden;
}

/* List */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 0;
  list-style-position: outside;
  padding: 0;
}

li {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: inherit;
}

ul {
  list-style-type: none;
  margin-left: 0rem;
}

ol {
  margin-left: 0rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Common */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  
}

.img--rounded {
  border-radius: 20px;
}

.img--circle {
  border-radius: 50%;
}

.parallax {
  z-index: 99;
}

.img--cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width:560px){
  img{
    /* width:100%; */
  max-width:100%;}}
.mw-64 {
  max-width: 64px;
}

a {
  color: inherit;
}

a:hover {
  color: #eab96a;
}

/*!
2. Components
================*/
/*====Banner========*/


.banner{
  margin-top: 95px;
  background-size: cover;
}

.comments-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 28px;
}

.comment-respond {
  margin-top: 45px;
}

.comments-area {
  background: #fff;
  padding: 20px;
}
#myCarousel .carousel-control-prev,#myCarousel .carousel-control-next{
  opacity: 1 !important;
}
.comments-area .comment-list,
.comments-area .comment-list ol {
  list-style: none;
}

.comments-area .comment-author {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comments-area .comment-authot__img {
  float: left;
  margin-right: 20px;
}

.comments-area .comment-authot__img img {
  border-radius: 50%;
}

.comments-area .comment-author__meta {
  margin-left: 104px;
  position: relative;
}

.comments-area .comment-author__name {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.comments-area .comment-meta {
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 10px;
}

.comments-area .comment__text {
  margin: 3px 0;
}

.comments-area .comment__reply {
  position: absolute;
  top: 0;
  right: 0;
  font-style: italic;
  text-decoration: underline;
}

.comments-area .children {
  margin-left: 0;
  padding-left: 40px;
}

.comments-area label {
  display: block;
}

.comments-area .comment-form .comment-form-author {
  float: left;
  margin-right: 20px;
}

.comments-area .comment-form input:not(.submit) {
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #000;
}

.comments-area .comment-form textarea {
  height: 50px;
  border: none;
  border-bottom: 1px solid #000;
  width: 495px;
}

.comments-area .comment-form .submit {
  padding: 8px 20px;
  background: none;
}

.comments-area .submit {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  text-transform: uppercase;
}

.comment-reply-title {
  font-family: "Playfair Display", serif;
}

.card {
  border-width: 0px;
  margin-bottom: 50px;
}

.card-body {
  padding: 0;
}

.card-body a {
  color: inherit;
}

.card-body a:hover {
  color: #eab96a;
}

.card-image {
  max-height: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.card-title {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .card-title {
    font-size: 40px;
  }
}

.card-tags {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.card-tags span {
  padding: 0 3px;
}

.card-tags span:first-child:before {
  content: "-";
  padding-right: 3px;
}

.card-tags span:last-child a {
  margin: 0;
}

.card-tags span:last-child:after {
  content: "-";
  padding-left: 3px;
}

.card-text {
  text-align: center;
  margin-bottom: 30px;
}

.card-category,
.post-tags a {
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-right: 5px;
}

.card-bottom {
  font-family: "Playfair Display", serif;
  font-style: italic;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  cursor: pointer;
}

.form-group {
  position: relative;
  margin: 2.5rem 0 0;
}

.form-group .control-label {
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 12px;
  transition: all 0.3s ease;
}

.form-group .control-label.filled {
  top: -20px;
}

.form-control {
  border-width: 0 0 1px 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.success-msg {
  top: 0;
  padding-top: 40px;
  position: absolute;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

input.search-field {
  border: none;
  width: 100%;
  border-bottom: 1px solid #343a40;
  background: none;
  padding: 8px 10px;
}

.search-submit {
  position: absolute;
  right: 0;
  top: 5px;
  border: none;
  font-size: 18px;
}

.c-hero-banner {
  position: relative;
}

.c-hero-banner .couple {
  font-family: "noelan";
  font-size: 1.875rem;
}

@media only screen and (min-width: 768px) {
  .c-hero-banner .couple {
    font-size: 4.6875rem;
  }
}

.c-hero-banner .jumbotron {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0;
  background: none;
}

.c-hero-banner .jumbotron--bottom {
  bottom: 20%;
  top: initial;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-hero-banner .mask {
  position: absolute;
  bottom: -5px;
}

.c-hero-banner .cover-img {
  position: absolute;
  bottom: 0;
  max-width: 250px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-hero-banner__image {
  height: 100%;

   
}
@media only screen and (max-width: 575px){
  .c-hero-banner__image {
  margin-top: 50px;
  }
}
.c-hero-banner__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-hero-banner--small {
  max-height: 50vh;
  overflow: hidden;
}

.c-hero-banner--md {
  max-height: 60vh;
  overflow: hidden;
}

.c-hero-banner__text-section {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 40%;
  text-align: center;
  text-decoration: none;
}

.c-hero-banner--text-left .c-hero-banner__text-section {
  left: 20%;
  text-align: left;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-hero-banner--text-right .c-hero-banner__text-section {
  left: inherit;
  right: 20%;
  text-align: right;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-hero-banner--bg .c-hero-banner__text-section {
  top: inherit;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}

.c-hero-banner--bg {
  padding: 4.6875rem 0;
}

.c-hero-banner--main {
  height: 100%;
}

.c-hero-banner__mask {
  position: absolute;
  bottom: -5px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media only screen and (max-width: 767px) {
  .-ios-fix .main-hero,
  .-ios-fix .c-hero-banner__image img {
    height: 500px;
  }
}

.navbar {
  background-color: #279a8d;
 
}

@media only screen and (min-width: 992px) {
  .navbar {
    background: #279a8d;
    height: 97px;
  }
}
@media only screen and (min-width: 575px) {
  .navbar {
    background: #279a8d;
    height: 97px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav {
    height: 72px;
  }
}

.navbar.onscroll .navbar-collapse {
  border: none;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .navbar.onscroll .navbar-brand {
    padding-top: 8px;
  }
}

.navbar.onscroll .navbar-brand__img {
  transition: all 0.5s ease;
}

@media only screen and (min-width: 992px) {
  .navbar.onscroll .navbar-brand__img {
    max-height: 66px;
  }
}

.navbar .navbar-toggler {
  position: absolute;
  right: 14px;
  top: 14px;
  border: none;
}

.nav-link {
  text-transform: uppercase;
  list-style: none;

  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}

.nav-link:not(.dropdown-toggle):after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
}

.nav-link.active,
.nav-link:hover {
  color: #eab96a;
}

.nav-link.active,
.nav-link:hover {
  background: #ffffff;
  border-radius: 20px;
  color: #000;
}

.nav-item:last-child .nav-link:after {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 22px;
  }
}

.nav-link_social:after {
  background: none !important;
}

.nav-link_social:hover:before {
  background: none;
}

.nav-link--phone {
  font-size: 1.5rem;
}

.nav-link--phone:hover:before {
  display: none;
}

.nav-item {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navbar-brand {
  padding-top: 0;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) {
  .navbar-brand {
    padding-left: 3.125rem;
  }
  .navbar-brand:before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 0.0625rem;

    position: absolute;
    top: 50%;
    left: 0;
  }
  .onscroll .navbar-brand:before {
    display: none;
  }
}

.navbar-brand__img {
  max-height: 3.75rem;
  position: relative;
  transition: all 0.5s ease;
  top: 0;
}

@media only screen and (min-width: 992px) {
  .navbar-brand__img {
    max-height: 5.75rem;
    height: 7vw;
    padding-top: 0.5rem;
  }
}

.navbar-collapse.show {
  overflow: scroll;
  max-height: 500px;
}

.navbar--center-mode .navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
}

.navbar--center-mode .navbar-toggle {
  z-index: 3;
}

.navbar-toggle {
  background: none;
  border: none;
  padding: 17px;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 14px;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
  background: none;
  outline: none;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 4px;
  transition: all 0.2s;
  display: block;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle .top-bar {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.dropdown-menu {
  background: rgba(0, 0, 0, 0.75);
  top: 110%;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 30px;
}

.dropdown-menu .dropdown-item:hover {
  color: #eab96a;
  background: none;
}

.c-list--bullets {
  list-style-type: disc;
  margin-left: 20px;
}

.c-list--horizontal .c-list__item {
  display: inline-block;
  margin-right: 10px;
}

.c-list--horizontal .c-list__item:last-child {
  margin-right: 0;
}

.c-list--horizontal .fa {
  font-size: 1.5625rem;
}

.jumbotron h1 {
  /* font-family: "Playfair Display", serif; */
  font-family: 'Satisfy', cursive;
  text-transform: capitalize;
}

.widget li {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  padding-bottom: 10px;
  color: #868e96;
}

.widget span:not(.comment-author-link) {
  float: right;
}

.widget #searchform {
  width: 100%;
  max-width: 320px;
  position: relative;
}

.widget-author__image {
  margin-bottom: 25px;
}

.widget-author__image img {
  border-radius: 50%;
}

.widget-author__name {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
}

.widget-author__desc {
  font-size: 18px;
}

.widget_recent_entries li {
  padding-bottom: 18px;
}

.widget-rp__img {
  margin-right: 20px;
}

.widget-rp__content a {
  font-family: sans-serif;
}

.widget-rp__content .post-date {
  font-size: 14px;
  font-style: italic;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar table a {
  color: #eab96a;
}

.widget_calendar table a:hover {
  font-weight: 900;
}

.widget_tag_cloud .tag-cloud-link {
  font-size: 14px !important;
  font-style: italic;
  margin-right: 7px;
  text-transform: uppercase;
}

.widget_recent_comments a {
  text-decoration: underline;
}

/*!
3. Modules
================*/
.section {
  padding: 6.25rem 0;
}

.section--blue {
  background: rgba(109, 148, 142, 0.2);
}

.main-hero {
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  
  .banner{
    margin-top: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .main-hero {
    height: 90%;
  }
 /*.banner{
    margin-top: 95px;
  }*/ 
}
@media only screen and (max-width: 575px) {
  
  .banner{
    margin-top: 55px;
  }
}

.breadcrumbs .fa {
  font-size: 4px;
  padding: 0 5px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .love-story:before {
    content: "";
    position: absolute;
    display: block;
    width: 143px;
    height: 186px;
    background: url(../img/ls-flower.png) no-repeat;
  }
}

.love-story__flower-parallax {
  left: 20px;
  top: 150px;
}

@media only screen and (min-width: 768px) {
  .love-story__flower-parallax {
    left: 100px;
  }
}

.love-story__flowers {
  max-width: 300px;
  padding-bottom: 30px;
}
.wishes .love-story__flowers {
  max-width: 300px;
  padding-top: 3rem;
  padding-bottom: 30px;
}
.date-section__block {
  position: relative;
}
.btn-outline-dark {
  background-color: #fedde0 !important;
  color: #000;
  font-weight: 700;
  border-radius: 30px !important;
  transition: all 0.3s ease-in-out;
}
.btn-outline-dark:hover {
  background-color: #000 !important;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .date-section__block:before,
  .date-section__block:after {
    content: "";
    display: block;
    width: 100%;

    position: absolute;
    width: 239px;

    height: 500px;

    background-size: 500px;
    width: 500px;
    background-repeat: no-repeat;
  }
  .wishes .date-section__block:after {
    background-image: url(../img/leaves-right.png);
    right: 0;
  }
  .wishes .date-section__block:before {
    background-image: url(../img/leaves-left.png);
  }
}
.wishes__person img {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .date-section__block {
    max-width: 720px;
    margin: 0 auto;
  }
}

.date-section__block .title--special {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}

.date-section__flowers {
  max-width: 300px;
  padding-bottom: 30px;
}

.date-section__place {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  margin-bottom: 40px;
}

.timer-item {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .timer-item {
    padding: 0 30px;
  }
}

.timer__digit {
  font-size: 40px;
}

@media only screen and (min-width: 768px) {
  .timer__digit {
    font-size: 50px;
    line-height: 80px;
    font-weight: 400;
  }
}

.timer__text {
  font-size: 14px;
  text-transform: capitalize;
}

.gallery {
  position: relative;
  /* background: url(../img/gallery.png); */
  background-size: cover;
  background-position: center;
}

.gallery:before {
  content: "";
  background: rgba(245, 226, 228, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.gallery__slider {
  position: relative;
  margin-top: 80px;
}
/* Testimonial Slider*/
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */
/* Testimonial Slider Ends*/

.map{
width: 1000px;
  height:500px;
}
@media only screen and (min-width:  575px) {
 .map{
width: 300px;
  height:150px;
} 
}
@media only screen and (min-width: 992px) {
  .gallery__slider {
    margin-bottom: 100px;
  }
}

.gallery__slider .slick-list {
  margin-bottom: 30px;
  height: 500px;
}

.gallery__slider-num {
  position: absolute;
  bottom: -79px;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
  font-family: georgia;
}

.gallery__flower-prlx-l {
  top: -150px;
}

.gallery__flower-prlx-r {
  bottom: -75px;
  right: 0;
}

.wishes__person {
  margin-bottom: 11px;
  margin-top: -3rem;
  padding-top: 5rem;
}

.wishes__title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 40px;
  margin: 0px !important;
}
.wishes .checked {
  color: #eab96a;
}
.wishes__slider {
  margin-bottom: 30px;
  /* border: 2px solid #409d55; */
  border-radius: 30px;
  padding-bottom: 3rem;
}
.blog-content {
  text-align: center !important;
}
.sub-heading{
  font-family: 'Satisfy', cursive;
}
@media only screen and (min-width: 768px) {
  .wishes__slider p {
    width: 75%;
  }
}

@media only screen and (min-width: 992px) {
  .wishes__slider p {
    width: 50%;
  }
}

.rsvp {
  position: relative;
}

.rsvp:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/rsvp-flowers-r.png) no-repeat;
  background-size: contain;
  background-position: 0 100%;
  max-width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .rsvp:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/rsvp-flowers-l.png) no-repeat;
    background-size: contain;
    background-position: left;
    max-width: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

.rsvp .title {
  font-family: "Playfair Display", serif;
  display: block;
}

.rsvp .title:after,
.rsvp .title:before {
  display: none;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #f5f5f5;
}

#my-svg {
  position: relative;
  height: 50%;
}

.loader-img {
  height: 50%;
}

.loader-img img {
  max-height: 100%;
}

svg {
  height: 100%;
}

svg path,
svg text {
  fill-opacity: 0;
  stroke: #000;
  stroke-width: 1;
  fill: #000;
  transition: fill-opacity 0.2s ease-in 0s;
}

svg.finish path {
  fill-opacity: 1;
}

.grid-item,
.grid-sizer {
  width: 25%;
}

.grid-item--width2 {
  width: 50%;
}

.grid-item {
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.aside .widget {
  margin-bottom: 48px;
}

.aside h3,
.aside .widget-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

.post-article {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

.single-post_banner {
  margin: -20px -20px 40px -20px;
}

.single-post_title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  text-align: center;
}

.blog-item_meta {
  font-family: "Playfair Display", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
  font-style: italic;
}

.blog-item_meta span {
  padding-right: 5px;
}

.blog-item_meta span i {
  padding-right: 3px;
}

.post-tags {
  margin-bottom: 16px;
}

.post-author__img {
  margin-right: 20px;
}

.post-author__meta {
  padding: 25px 0;
}

.post-author__name {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.post-author__desc {
  width: 80%;
}

.post-content blockquote {
  text-align: center;
  border: none;
  font-style: italic;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .post-tags {
    margin-bottom: 16px;
  }
}

.latest-posts .media {
  font-family: "Playfair Display", serif;
}

.latest-posts .text-truncate {
  font-size: 16px;
}

.latest-posts small {
  font-style: italic;
}

.blog-tags__item {
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-right: 10px;
}

/* Footer */
footer {
  background-color: #194d46;
  background-size: cover;
  background-position: bottom;
  color: #fff;

  position: relative;
}
.footer .logo {
  width: 20vw;
  margin-top: -60px !important;
  
}
@media only screen and (min-width:  575px) {
  .footer .logo {
    width: 20vw;
   
  }
}
footer .nav-link:hover:before {
  background: none;
}
.footer p,
.footer li {
  font-size: 1.2rem;
}
footer .nav-link::after {
  display: none !important;
}

.footer__title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer__title {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}

/*# sourceMappingURL=main.css.map */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;

  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery-slider.carousel-indicators li:active {
  background-color: #fff !important;
}
.widget-area li {
  text-align: left;
  color: #000;
}
.rounded-lg {
  border-radius: 30px !important;
}
.news .card .card-body p img{
  height:auto!important;
  width:100%!important;
  max-width: 100%;
  max-height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}