/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Rose - Responsive Wedding HTML Template
Version:        1.0.0
Author:         unique-theme
URL:            http://themeforest.net/user/unique-theme
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  wedding-couple-section
#0.7  count-down-section
#0.8  story-section
#0.9  cta
#1.0  events-section
#1.1  inportant-people-section
#1.2  gallery-section
#1.3  rsvp-section
#1.4  getting-there-section
#1.5  gift-registration-section

----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
    font-size: 18px;
}

body {
    background-color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #404546;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #384042;
    font-family: "Montserrat", sans-serif;
}

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

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #648e45;
    border-color: #122b40;
}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3 {
    background-color: #648e45;
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 14px;
        padding: 13px 22px;
    }
}

.theme-btn a,
.theme-btn-s2 a,
.theme-btn-s3 a {
    color: #fff;
} /*
.theme-btn:after, .theme-btn-s2:after, .theme-btn-s3:after {
  font-family: "Themify";
  content: "\e65d";
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .theme-btn:after, .theme-btn-s2:after, .theme-btn-s3:after {
    display: none;
  }
}*/

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s3:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s3:active {
    background-color: #ff5a58;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        padding: 12px 17px;
    }
}

@media (max-width: 991px) {
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 13px 22px;
    }
}

@media (max-width: 767px) {
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 12px 17px;
    }
}

.theme-btn-s3 {
    background-color: #ff5a58;
}
.theme-btn-s3:hover {
    background: #648e45;
}
.mar-r-10 {
    margin-right: 10px;
}
/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-iframe-holder {
    background: #1a1a1a;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

/*** validate rsvp form ***/
.validate-rsvp-form .success-error-message {
    margin: 15px 0 0;
}

.validate-rsvp-form label.error {
    color: red;
    margin: 5px 0 0 0;
}

.validate-rsvp-form #loader {
    display: none;
}

.validate-rsvp-form #loader i {
    font-size: 20px;
    color: #fff;
}

.validate-rsvp-form #success,
.validate-rsvp-form #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .validate-rsvp-form #success,
    .validate-rsvp-form #error {
        font-size: 15px;
    }
}

.validate-rsvp-form #success {
    background-color: green;
    margin-bottom: 5px;
}

.validate-rsvp-form #error {
    background-color: red;
}

/*** music box ***/
.music-box {
    position: fixed;
    width: 300px;
    height: 160px;
    z-index: 120;
    bottom: 30px;
    right: 30px;
}

@media (max-width: 991px) {
    .music-box {
        width: 250px;
        height: 120px;
        right: auto;
        right: 0;
    }
}

.music-box .music-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.music-box .music-holder iframe {
    width: 100%;
    height: 100%;
}

.music-box button {
    background: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 18px;
    font-size: 1rem;
    color: #ff5a58;
    border: 1px solid #e6e6e6;
    outline: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .music-box button {
        right: auto;
        right: 30px;
    }
}

.music-box .toggle-music-box {
    top: -50px;
    visibility: visible;
    opacity: 1;
}

/*** scrollbar style for chrome ***/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ff5a58;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/*** spirit-header ***/
.spirit-header {
    position: relative;
    z-index: 100;
}

.ripple,
.particleground,
.video-player,
.surface-shader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.video-player:before {
    content: "";
    background-color: rgba(94, 154, 142, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.section-title,
.section-title-white {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .section-title,
    .section-title-white {
        margin-bottom: 20px;
    }
}

.section-title h2,
.section-title-white h2 {
    font-family: "Sacramento", cursive;
    font-size: 46px;
    color: #848383;
    margin: 59px 0 30px;
    padding: 10px 25px 17px;
    border-top: 2px solid rgba(94, 154, 142, 0.1);
    border-bottom: 2px solid rgba(94, 154, 142, 0.1);
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 3px;
}

@media (max-width: 1199px) {
    .section-title h2,
    .section-title-white h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .section-title h2,
    .section-title-white h2 {
        font-size: 35px;
        margin-top: 52px;
    }
}

@media (max-width: 767px) {
    .section-title h2,
    .section-title-white h2 {
        font-size: 30px;
        padding: 8px 10px 3px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .section-title h2,
    .section-title-white h2 {
        margin-top: 45px;
    }
}

.section-title-white h2 {
    color: #fff;
}
.section-title h2:before,
.section-title-white h2:before {
    content: "";
    background: url(../images/sec-title-flower.png) center center/cover no-repeat local;
    width: 243px;
    height: 57px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 2px;
}
@media (max-width: 991px) {
    .section-title h2:before,
    .section-title-white h2:before {
        top: 3px;
        width: 210px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .section-title h2:before,
    .section-title-white h2:before {
        width: 180px;
        height: 43px;
    }
}

.section-title p,
.section-title-white p {
    padding-bottom: 40px;
}
.section-title-rsvp {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.section-title-rsvp h2 {
    font-family: "Sacramento", cursive;
    font-size: 60px;
    color: #ff5a58;
    margin: 0.1em 0 0.65em;
}

@media (max-width: 1199px) {
    .section-title-rsvp h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .section-title-rsvp h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .section-title-rsvp h2 {
        padding: 8px 10px 3px;
        letter-spacing: 1px;
    }
}
.section-title-rsvp h2 {
    color: #fff;
}
.theme-btn {
    background-color: #507336;
    line-height: 0.66em;
    color: #fff;
    padding: 15px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    background-color: #648e45;
    color: #fff;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 12px;
        font-size: 13px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #507336;
    -webkit-box-shadow: 0 0 5px 0 #ff5a58;
    -moz-box-shadow: 0 0 5px 0 #ff5a58;
    -o-box-shadow: 0 0 5px 0 #ff5a58;
    -ms-box-shadow: 0 0 5px 0 #ff5a58;
    box-shadow: 0 0 5px 0 #ff5a58;
}

.form ::-webkit-input-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 18px;
    font-style: italic;
    color: #595959;
}

.form select {
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
}

.social-links li a {
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #507336;
}

.page-title {
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    height: 300px;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
}

@media (max-width: 1199px) {
    .page-title {
        height: 250px;
    }
}

.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .container {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.page-title h2,
.page-title ol {
    color: #fff;
}

.page-title h2 {
    font-size: 55px;
    font-size: 3.05556rem;
    font-weight: 600;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .page-title h2 {
        font-size: 45px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
        font-size: 2.22222rem;
    }
}

.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
}

.page-title .breadcrumb a {
    color: #fff;
}

.page-title .breadcrumb ul {
    display: inline-block;
}

.page-title .breadcrumb ul li {
    font-size: 18px;
    font-size: 1rem;
    color: #507336;
    float: left;
    position: relative;
}

@media (max-width: 1199px) {
    .page-title .breadcrumb ul li {
        font-size: 16px;
        font-size: 0.88889rem;
    }
}

.page-title .breadcrumb ul > li + li {
    padding-left: 20px;
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .page-title .breadcrumb ul > li + li {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.page-title .breadcrumb ul > li + li:before {
    content: "/";
    position: absolute;
    left: -5px;
    top: 2px;
    color: #fff;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.preloader .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .icon {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
}

.preloader .icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #f1f1f1;
    border-top: 5px solid #ff5a58;
    border-radius: 50%;
    -webkit-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.preloader .icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .icon i:before {
    font-size: 55px;
    color: #ff5a58;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate3d(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate3d(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*sidebar*/
.blog-sidebar {
    background-color: #fff;
    padding: 0 25px 0 75px;
    /*search-widget*/
    /*categories-widget*/
    /*popular-posts-widget*/
    /*popular-tags*/
}

@media (max-width: 1199px) {
    .blog-sidebar {
        padding: 0 0 0 35px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        max-width: 450px;
        padding: 0 15px;
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 70px;
    }
}

.blog-sidebar .widget {
    margin-bottom: 50px;
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1rem;
    font-weight: 600;
    color: #3e3e3e;
    line-height: 0.86em;
    text-transform: uppercase;
    margin: 0 0 1.42em;
}

.blog-sidebar .widget input {
    border: 1px solid #dcdddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 50px;
}

.blog-sidebar .search-widget form {
    position: relative;
}

.blog-sidebar .search-widget button {
    background-color: transparent;
    position: absolute;
    right: 1px;
    top: 1px;
    border: 0;
    border-radius: 0;
}

.blog-sidebar .search-widget button:hover,
.blog-sidebar .blog-sidebar .search-widget button:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-sidebar .search-widget button i {
    color: #858686;
}

.blog-sidebar .categories-widget ul li {
    border-bottom: 1px solid #dcdddd;
}

.blog-sidebar .categories-widget ul li a {
    font-size: 16px;
    font-size: clac-rem-value(16);
    display: block;
    color: #777778;
    padding: 5px 0 5px 25px;
    position: relative;
}

.blog-sidebar .categories-widget ul li:first-child a {
    padding-top: 0;
}

.blog-sidebar .categories-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #182a4d;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .categories-widget ul li a:hover:before {
    color: #507336;
}

.blog-sidebar .categories-widget ul li a:hover {
    color: #507336;
}

.blog-sidebar .popular-posts-widget li {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-sidebar .popular-posts-widget li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .popular-posts-widget .date {
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600;
    color: #507336;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-sidebar .popular-posts-widget h6 {
    font-size: 16px;
    font-size: clac-rem-value(16);
    margin: 0;
    line-height: 1.7em;
}

.blog-sidebar .popular-posts-widget h6 a {
    color: #2f2f2f;
}

.blog-sidebar .popular-posts-widget h6 a:hover {
    color: #648e45;
}

.blog-sidebar .populer-tags-widget ul {
    overflow: hidden;
}

.blog-sidebar .populer-tags-widget ul li {
    float: left;
}

.blog-sidebar .populer-tags-widget ul li a {
    background-color: rgba(94, 154, 142, 0.1);
    display: block;
    font-size: 13px;
    font-size: 0.72222rem;
    color: #777778;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px 5px 25px;
    border: 1px solid rgba(94, 154, 142, 0.2);
    margin: 0 5px 5px 0;
    position: relative;
}

.blog-sidebar .populer-tags-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f02b";
    font-size: 13px;
    color: rgba(94, 154, 142, 0.3);
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .populer-tags-widget ul li a:hover {
    background-color: #507336;
    color: #fff;
    border-color: #507336;
}

.blog-sidebar .populer-tags-widget ul li a:hover:before {
    color: #fff;
}

.page-pagination .pagination {
    margin: 0;
}

@media (max-width: 767px) {
    .page-pagination .pagination {
        margin-top: -20px;
    }
}

.page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600;
    text-align: center;
    color: #565656;
    border-radius: 0;
    border: 1px solid #507336;
    padding: 0;
    margin: 2px;
    position: relative;
}

@media (max-width: 991px) {
    .page-pagination .pagination li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.page-pagination .pagination li a span {
    font-size: 14px;
    font-size: 0.77778rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .page-pagination .pagination li a span {
        font-size: 13px;
        font-size: 0.72222rem;
    }
}

.page-pagination .pagination li a:hover,
.page-pagination .pagination li a:focus,
.page-pagination .pagination li.current a {
    background-color: #507336;
    color: #fff;
}

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover {
    text-decoration: none;
    color: #507336;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar li {
        position: relative;
    }
    .site-header #navbar > ul > li > a {
        font-size: 16px;
        font-size: 0.88889rem;
    }
    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 220px;
        border-top: 2px solid #507336;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 110;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 14px;
        font-size: 0.77778rem;
        display: block;
        padding: 8px 15px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
        font-family: "FontAwesome";
        content: "\f105";
        font-size: 15px;
        font-size: 0.83333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}
@media screen and (min-width: 1200px) {
    .site-header #navbar > ul > .menu-item-has-children > a:before {
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 38%;
        color: #acadab;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.77778rem;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 15px;
        font-size: 0.83333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }
    .site-header #navbar .has-mega-menu {
        position: static;
    }
    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #507336;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.77778rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.77778rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }
    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }
    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }
    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }
    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.77778rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }
    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }
    .site-header .container {
        width: 100%;
    }
    .site-header .navbar-header button {
        background-color: #ff5a58;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20;
    }
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 99999999;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #507336;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #507336;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #cccccc;
    }
    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }
    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }
    .site-header .navbar-collapse.collapse.in {
        display: block;
    }
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }
    .site-header .navbar-header {
        float: none;
    }
    .site-header .navbar-right {
        float: none;
    }
    .site-header .navbar-nav {
        float: none;
    }
    .site-header .navbar-nav > li {
        float: none;
    }
}

/*** header style 1 ****/
.header-style-1 .couple-logo,
.header-style-2 .couple-logo {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .header-style-1 .couple-logo,
    .header-style-2 .couple-logo {
        margin-top: 0;
    }
}

.header-style-1 .couple-logo h1,
.header-style-2 .couple-logo h1 {
    font-family: "Sacramento", cursive;
    font-size: 35px;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 1px 1px 2px #999999;
}

@media (max-width: 991px) {
    .header-style-1 .couple-logo h1,
    .header-style-2 .couple-logo h1 {
        font-size: 30px;
    }
}

.header-style-1 .couple-logo .fi:before,
.header-style-2 .couple-logo .fi:before {
    font-size: 25px;
    font-size: 1.38889rem;
}

@media (max-width: 991px) {
    .header-style-1 .couple-logo .fi:before,
    .header-style-2 .couple-logo .fi:before {
        font-size: 20px;
        font-size: 1.11111rem;
    }
}

.header-style-1 .couple-logo a,
.header-style-2 .couple-logo a {
    color: #192224;
}
.header-style-1 .couple-logo a i,
.header-style-2 .couple-logo a i {
    color: #ff5a58;
}
.header-style-1 .navigation,
.header-style-2 .navigation {
    border-bottom: 1px solid #fff;
}

.header-style-1 .navigation:after,
.header-style-2 .navigation:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f3f8ee;
    position: absolute;
    bottom: 2px;
}

@media (max-width: 991px) {
    .header-style-1 .navigation,
    .header-style-2 .navigation {
        padding: 15px;
    }
}

.header-style-1 #navbar ul li.current-menu-item > a,
.header-style-2 #navbar ul li.current-menu-item > a,
.header-style-1 #navbar ul > li.current-menu-ancestor li.current-menu-item > a,
.header-style-2 #navbar ul > li.current-menu-ancestor li.current-menu-item > a,
.header-style-1 #navbar ul > li.current-menu-ancestor > a,
.header-style-2 #navbar ul > li.current-menu-ancestor > a {
    color: #507336;
}

@media screen and (min-width: 992px) {
    .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a {
        font-size: 19px;
        font-weight: 500;
        color: #383126;
        padding: 30px 17px;
        text-transform: capitalize;
    }
    .header-style-1 #navbar > ul .sub-menu,
    .header-style-2 #navbar > ul .sub-menu {
        -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .header-style-1 #navbar > ul > li .sub-menu a,
    .header-style-2 #navbar > ul > li .sub-menu a {
        font-size: 16px;
        font-size: 0.88889rem;
        color: #383126;
        padding: 10px 15px;
    }
    .header-style-1 #navbar > ul > li .sub-menu a:hover,
    .header-style-2 #navbar > ul > li .sub-menu a:hover {
        color: #507336;
    }
    .header-style-1 #navbar > ul > li:last-child > ul,
    .header-style-2 #navbar > ul > li:last-child > ul {
        left: auto;
        right: 0;
    }
    .header-style-1 #navbar > ul > li:last-child > .sub-menu .sub-menu,
    .header-style-2 #navbar > ul > li:last-child > .sub-menu .sub-menu {
        left: auto;
        right: 100%;
    }
}

@media (max-width: 991px) {
    .header-style-1 .navbar-header button,
    .header-style-2 .navbar-header button {
        top: -2px;
        right: 0;
    }
}

/*** header style 2 ****/
/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: calc(100vh - 90px);
    min-height: 700px;
    overflow: hidden;
    /** slider controls **/
    /*** arrow hover ***/
}

@media (max-width: 1199px) {
    .hero {
        min-height: 600px;
    }
}

@media (max-width: 991px) {
    .hero {
        min-height: 500px;
    }
}

.hero .slide-item {
    height: 100vh;
    min-height: 700px;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1199px) {
    .hero .slide-item {
        min-height: 600px;
    }
}

@media (max-width: 991px) {
    .hero .slide-item {
        min-height: 500px;
    }
}

.hero .slide-item .slider-bg {
    display: none;
}

.hero .slide-item:before {
    content: ""; /*
  background-color: rgba(0, 0, 0, 0.3);*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero .slide-item:focus {
    outline: none;
}

.hero .slide-item .container {
    height: 100%;
    display: table;
}

.hero .slide-item .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: rgb(255 90 88 / 49%);
    width: 50px;
    height: 50px;
    z-index: 111;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background-color: #507336;
    -webkit-box-shadow: rgb(80 115 54 / 80%);
    box-shadow: rgb(80 115 54 / 80%);
}

@media (max-width: 1199px) {
    .hero .slick-prev,
    .hero .slick-next {
        width: 45px;
        height: 45px;
        -webkit-box-shadow: 0 0 0 3px rgb(255 90 88);
        box-shadow: 0 0 0 3px rgb(255 90 88);
    }
}

@media (max-width: 991px) {
    .hero .slick-prev,
    .hero .slick-next {
        width: 35px;
        height: 35px;
        -webkit-box-shadow: 0 0 0 3px rgb(255 90 88);
        box-shadow: 0 0 0 3px rgb(255 90 88);
    }
}

.hero .slick-prev:before,
.hero .slick-next:before {
    font-size: 25px;
    font-size: 1.38889pxrem;
}

@media (max-width: 991px) {
    .hero .slick-prev:before,
    .hero .slick-next:before {
        font-size: 20px;
        font-size: 1.11111pxrem;
    }
}

.hero .slick-prev {
    left: 0;
}

.hero .slick-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    opacity: 1;
}

.hero .slick-next {
    right: 0;
}

.hero .slick-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    opacity: 1;
}

.hero:hover .slick-prev,
.hero:hover .slick-next {
    opacity: 1;
}

.hero:hover .slick-prev {
    left: 20px;
}

.hero:hover .slick-next {
    right: 20px;
}
.hero .wedding-announcement .slide-logo {
    width: 350px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s 2.3s ease-in-out;
    -o-transition: 1s 2.3s ease-in-out;
    transition: 1s 2.3s ease-in-out;
}
.hero .wedding-announcement .slide-logo img {
    display: none;
}
.hero {
    position: relative;
    height: calc(100vh - 90px);
    min-height: 700px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .hero {
        min-height: 600px;
    }
}
@media (max-width: 999px) {
    .hero {
        min-height: 500px;
    }
}
.hero .wedding-announcement {
    width: 25%;
    height: 100%;
    background-color: rgb(243 248 238 / 94%);
    position: absolute;
    left: 15%;
    top: 0;
    z-index: 101;
    text-align: center;
    display: table;
}
@media (max-width: 1600px) {
    .hero .wedding-announcement {
        width: 30%;
    }
}
@media (max-width: 1299px) {
    .hero .wedding-announcement {
        width: 35%;
    }
}
@media (max-width: 1199px) {
    .hero .wedding-announcement {
        width: 40%;
    }
}
@media (max-width: 991px) {
    .hero .wedding-announcement {
        left: 20%;
        width: 50%;
    }
}

@media (max-width: 520px) {
    .hero .wedding-announcement {
        width: 75%;
        left: 12%;
    }
}
@media (max-width: 280px) {
    .hero .wedding-announcement {
        width: 95%;
        left: 2%;
    }
}
.hero .wedding-announcement .couple-name-merried-text {
    display: table-cell;
    vertical-align: middle;
}

.hero .wedding-announcement .couple-name-merried-text h2 {
    font-family: "Sacramento", cursive;
    font-size: 60px;
    color: #192224;
    margin: 0 0 0.7em;
    position: relative;
    z-index: 10;
    text-shadow: 0px 4px 0px rgb(255 255 255);
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .couple-name-merried-text h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hero .wedding-announcement .couple-name-merried-text h2 {
        font-size: 45px;
    }
}

.hero .wedding-announcement .married-text h4 {
    font-size: 16px;
    color: #ff5a58;
    text-transform: uppercase;
    margin: 0;
    display: inline;
    padding: 12px 20px;
    position: relative;
    z-index: 10;
    letter-spacing: 1px;
    background: rgb(229 234 217);
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .married-text h4 {
    }
}

@media (max-width: 991px) {
    .hero .wedding-announcement .married-text h4 {
        font-size: 14px;
        padding: 8px 14px;
    }
}

@media (max-width: 767px) {
    .hero .wedding-announcement .married-text h4 {
        letter-spacing: 1px;
        font-size: 10px;
    }
}
@media (max-width: 520px) {
    .hero .wedding-announcement .married-text h4 {
        font-size: 10px;
        padding: 8px 14px;
    }
}
.hero .wedding-announcement .couple-name-merried-text i {
    font-size: 434px;
    color: rgba(180, 239, 249, 0.21);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.hero .wedding-announcement .save-the-date {
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    bottom: -350px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 1s 2.3s ease-in-out;
    -o-transition: 1s 2.3s ease-in-out;
    transition: 1s 2.3s ease-in-out;
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .save-the-date {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    .hero .wedding-announcement .save-the-date {
        width: 270px;
        height: 270px;
    }
}

.hero .wedding-announcement .save-the-date:before,
.hero .wedding-announcement .save-the-date:after {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.hero .wedding-announcement .save-the-date:before {
    background: url("../images/flower.png") center center/cover no-repeat local;
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%; /*
    -webkit-animation: save-the-date-pulse 1s infinite;
    animation: save-the-date-pulse 1s infinite;*/
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .save-the-date:before {
        width: 108%;
        height: 108%;
        left: -4%;
        top: -13%;
    }
}
@media (max-width: 999px) {
    .hero .wedding-announcement .save-the-date:before {
        top: -20%;
    }
}

.hero .wedding-announcement .save-the-date:after {
    background-color: rgb(100 142 69 / 5%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero .wedding-announcement .save-the-date h4 {
    font-size: 22px;
    color: #ff5a58;
    text-transform: capitalize;
    margin: 120px 0 0.5em;
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .save-the-date h4 {
        font-size: 24px;
        margin: 65px 0 0.15em;
    }
}

@media (max-width: 991px) {
    .hero .wedding-announcement .save-the-date h4 {
        font-size: 20px;
        margin: 30px 0 0.15em;
    }
}

.hero .wedding-announcement .save-the-date .date {
    font-size: 17px;
    color: #454748;
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .save-the-date .date {
        font-size: 18px;
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .hero .wedding-announcement .save-the-date .date {
        font-size: 16px;
        font-size: 0.88889rem;
    }
}

.hero .wedding-announcement .popup-save-the-date {
    bottom: -140px;
    opacity: 1;
    z-index: 50; /*
  background: url("../images/flower.png") center center/cover no-repeat local;*/
}

@media (max-width: 1199px) {
    .hero .wedding-announcement .popup-save-the-date {
        bottom: -150px;
    }
}

@media (max-width: 991px) {
    .hero .wedding-announcement .popup-save-the-date {
        bottom: -170px;
    }
}

@-webkit-keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.static-hero {
    background: url("../images/slider/slide-1.jpg") center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
}

.static-hero:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home-shade .static-hero {
    opacity: 0.4;
    z-index: 101;
}
.ripple,
.particleground,
.video-player,
.surface-shader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/
.site-footer {
    background: url("../images/footer-bg.jpg") center center/cover no-repeat local;
    text-align: center;
    color: #fff;
    padding: 160px 0;
    position: relative;
}

@media (max-width: 1199px) {
    .site-footer {
        padding: 110px 0;
    }
}

@media (max-width: 991px) {
    .site-footer {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 70px 0;
    }
}

.site-footer:before {
    content: "";
    background-color: rgb(100 142 69 / 42%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.site-footer h2 {
    font-family: "Sacramento", cursive;
    font-size: 67px;
    color: #fff;
    margin: 0 0 0.3em;
    padding: 0 250px;
    text-transform: capitalize;
    letter-spacing: 5px;
}

@media (max-width: 1199px) {
    .site-footer h2 {
        font-size: 55px;
        padding: 0 200px;
    }
}

@media (max-width: 991px) {
    .site-footer h2 {
        font-size: 45px;
        font-size: 2.5rem;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .site-footer h2 {
        font-size: 35px;
        letter-spacing: 2px;
    }
}

@media (max-width: 767px) {
    .site-footer h2 + span {
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.site-footer .back-to-top {
    position: absolute;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-footer .back-to-top a {
    display: inline-block;
    background: rgb(66 86 70 / 75%);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.site-footer .back-to-top a span {
    position: absolute;
    left: 0;
    -webkit-animation: pointerMoving 1.3s infinite;
    animation: pointerMoving 1.3s infinite;
}

.site-footer .back-to-top .fi {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 11px;
}

.site-footer .back-to-top .fi:before {
    font-size: 27px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

@-webkit-keyframes pointerMoving {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
}

@keyframes pointerMoving {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 0.5;
    }
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
}

.sticky-2 {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

/*--------------------------------------------------------------
#0.6  wedding-couple-section
--------------------------------------------------------------*/
/*================================
couple-area start
===================================*/
.couple-area {
    position: relative;
    /*  background: url("../images/cupple.jpg") center center/cover no-repeat local;*/
}

.couple-area:before {
    content: "";
    background: url(../images/couple/love.png) center center/cover no-repeat local;
    width: 100px;
    height: 92px;
    position: absolute;
    z-index: 1;
    bottom: 14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .couple-area:before {
        display: none;
    }
}
/* Bannve background effect */
#leafContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.couple-img {
    position: relative;
    float: right;
}
.couple-img-1 {
    position: relative;
    float: left;
}
.couple-img:before {
    position: absolute;
    content: "";
    background: url(../images/couple/couple-1.png) center center/cover no-repeat local;
    width: 450px;
    height: 450px;
    left: -200px;
    top: 50px;
    z-index: -1;
    opacity: 0.3;
}
.couple-img-1:before {
    position: absolute;
    content: "";
    background: url(../images/couple/couple-1.png) center center/cover no-repeat local;
    width: 450px;
    height: 450px;
    right: -200px;
    top: 50px;
    z-index: -1;
    opacity: 0.3;
}
.couple-content {
    position: relative;
    margin-top: 560px;
}
.content-pad {
    padding-left: 90px;
}
@media (max-width: 767px) {
    .content-pad {
        padding-left: 10px;
    }
}
.couple-content2 {
    text-align: right;
}

.content-pad2 {
    padding-right: 90px;
}
@media (max-width: 767px) {
    .content-pad2 {
        padding-right: 10px;
        padding-bottom: 60px;
    }
}
.middle-bar {
    position: absolute;
    top: 188px;
    left: 36px;
}
.couple-content.couple-content2 .social-icon ul {
    justify-content: flex-end;
}

.couple-content ul li {
    padding: 0 10px;
    display: inline-block;
}

.couple-content h3 {
    font-size: 26px;
}

.couple-content ul li:last-child {
    padding-right: 0;
}
.couple-content ul li:first-child {
    padding-left: 0;
}

.couple-content p {
    font-size: 16px;
    font-weight: 300;
    color: #909090;
    padding: 25px 0;
}

.couple-content span {
    text-align: center;
    color: #ff5a58;
    font-size: 16px;
}

.couple-content span:hover {
    color: #85a66c;
}

.couple-content .signature {
    font-family: Sacramento, cursive;
    font-size: 30px;
    display: block;
    margin: 0 0 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .couple-content .signature {
        font-size: 26px;
    }
}

.couple-shape-area {
    text-align: center;
}

/*couple-area end*/

/*===============================
Story-Area
====================================*/

.story-area {
    position: relative;
}
.story-area:before {
    content: "";
    background: url(../images/events/cupple-1.png) center center/auto no-repeat local;
    width: 432px;
    height: 604px;
    position: absolute;
    right: 1%;
    bottom: 0;
    z-index: 0;
    opacity: 0.5;
}

.story {
    position: relative;
    padding: 0;
    margin-bottom: 2em;
}
.story-img-option {
    padding-top: 40%;
}
.story-img-option img {
    height: 360px;
    border-radius: 100%;
    transform: scale(1.2);
    transition: all 0.3s;
    margin-bottom: -14%;
    display: table-cell;
    vertical-align: middle;
}
.story-img-option:hover.story-img-option img {
    transform: scale(1);
}
.story .content-wrapper::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -20%;
    height: 80%;
    width: 4px;
    background: #648e45;
}
.story-area.story-style-2 .story .content-wrapper::before {
    background: #9a8c40a6;
    opacity: 0.2;
}
.story .item {
    position: relative;
    clear: both;
    width: 100%;
}

.story .item,
.story .item *,
.story .item .story-content::before,
.story .item .story-content::after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.story .item:not(:first-child) {
    margin-top: 25px;
}

.story .item .story-content {
    position: relative;
    width: 100%;
    padding: 28px 30px;
    background-color: #648e45;
    border: none;
}
.story .item .story-content:hover {
    background: rgba(180, 239, 249, 0.49);
}
.story-area.story-style-2 .story .item .story-content:hover {
    background: #9a8c401a;
}

.story .item .story-content > p {
    margin: 0;
    width: 100%;
}
.story .item .story-content > p {
    margin-bottom: 0px;
    font-size: 15px;
}
.story a.story-btn {
    font-weight: 500;
    color: #5e9a8d;
    text-transform: uppercase;
    font-size: 17px;
}
.item:nth-child(even) .story-content::before,
.item:nth-child(even) .story-content::after,
.item:nth-child(odd) .story-content::before,
.item:nth-child(odd) .story-content::after {
    content: "";
    position: absolute;
    top: 3%;
    right: 100%;
    margin-top: -4px;
    border: 72px solid transparent;
    border-color: transparent;
    border-right-color: #648e45;
}
.story .story-content .image-wrap {
    margin-bottom: 30px;
}

.story-area.story-style-2 .story .story-content h2 {
    margin-bottom: 2px;
    font-family: "Great Vibes", cursive;
    font-size: 40px;
    color: #9a8c40;
}
.story .story-content ul {
    overflow: hidden;
    margin: 0 0 14px;
}
.story .story-content ul li {
    font-size: 14px;
    float: left;
}
.story .story-content li a {
    color: #192224;
    font-weight: 600;
}
.story .story-content li i {
    display: inline-block;
    color: #192224;
    font-style: normal;
}
.story .story-content .btn-link {
    font-size: 12px;
}

.story .story-content .date {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: left;
    color: #616263;
    font-size: 18px;
}
.btn2 a {
    background: #9a8c40;
    color: #fff;
}
.story .story-icon {
    position: absolute;
    top: 43%;
    left: -16%;
    width: 20px;
    height: 20px;
    margin-left: -30px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    content: "\f108";
    font-family: "Flaticon";
    border: 7px solid #648e45;
}

/*--------------------------------------------------------------
#0.6  wedding-couple-section
--------------------------------------------------------------*
.wedding-couple-section .gb {
  overflow: hidden;
}

.wedding-couple-section .gb > div {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .wedding-couple-section .gb > div {
    width: 100%;
    float: none;
  }
}

.wedding-couple-section .img-holder img {
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 470px) {
  .wedding-couple-section .img-holder img {
    opacity: 1;
    visibility: visible;
  }
}

.wedding-couple-section .details {
  background-color: rgba(94, 154, 142, 0.05);
  padding: 50px 55px;
}

@media screen and (min-width: 992px) {
  .wedding-couple-section .details {
    display: table;
  }
}

@media (max-width: 991px) {
  .wedding-couple-section .details {
    padding: 40px 45px;
  }
}

@media (max-width: 767px) {
  .wedding-couple-section .details {
    padding: 40px 25px;
  }
}

@media screen and (min-width: 992px) {
  .wedding-couple-section .details > .details-inner {
    display: table-cell;
    vertical-align: middle;
  }
}

.wedding-couple-section .details h3 {
  font-size: 26px;
  font-size: 1.44444rem;
  font-weight: 600;
  color: #3d3d3d;
  margin: 0 0 0.7em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .wedding-couple-section .details h3 {
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

@media (max-width: 767px) {
  .wedding-couple-section .details h3 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.wedding-couple-section .details .signature {
  font-family: 'Sacramento', cursive;
  font-size: 28px;
  font-size: 1.55556rem;
  display: block;
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
}

@media (max-width: 1199px) {
  .wedding-couple-section .details .signature {
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

.wedding-couple-section .details .signature:before {
  content: "";
  background-color: #000;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wedding-couple-section .details .social-links {
  margin-top: 20px;
}

.wedding-couple-section .details .social-links > li + li {
  margin-left: 3px;
}

.wedding-couple-section .details .social-links a {
  background-color: #ff5a58;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .wedding-couple-section .details .social-links a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

.wedding-couple-section .details .social-links a:hover {
  background-color: #507336;
}

@media screen and (min-width: 992px) {
  .wedding-couple-section .bride {
    text-align: right;
  }
  .wedding-couple-section .bride .signature {
    padding-right: 25px;
  }
  .wedding-couple-section .bride .signature:before {
    left: auto;
    right: 0;
  }
  .wedding-couple-section .bride .social-links {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .wedding-couple-section .img-holder,
  .wedding-couple-section .details {
    height: auto !important;
  }
  .wedding-couple-section .bride {
    margin-top: 25px;
  }
}

@media (max-width: 470px) {
  .wedding-couple-section .img-holder {
    background: none !important;
  }
}

/*--------------------------------------------------------------
#0.7  count-down-section
--------------------------------------------------------------*/
.count-down-section {
    position: relative;
}

.count-down-section:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.count-down-section h2 {
    font-family: "Sacramento", cursive;
    font-size: 80px;
    text-align: center;
    color: #fff;
    margin: 30px 0 13px;
}

@media (max-width: 1199px) {
    .count-down-section h2 {
        font-size: 62px;
    }
}

@media (max-width: 767px) {
    .count-down-section h2 {
        font-size: 50px;
        font-size: 2.77778rem;
    }
}

.count-down-section h2 > span {
    font-size: 42px;
    display: block;
    margin-bottom: 0.6em;
    text-align: center;
}

@media (max-width: 1199px) {
    .count-down-section h2 > span {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .count-down-section h2 > span {
        font-size: 32px;
    }
}

.count-down-section .count-down-clock {
    margin: 53px 0 40px;
}

@media (max-width: 991px) {
    .count-down-section .count-down-clock {
        margin-top: 35px;
    }
}

.count-down-section #clock {
    color: #507336;
    overflow: hidden;
}

.count-down-section #clock > div {
    background: #f3f8ee url("../images/flower.png") center center/cover no-repeat local;
    width: 23.5%;
    float: left;
    text-align: center;
    padding: 25px;
    color: #ff5a58;
    border-radius: 50%;
    height: 127px;
}
@media (max-width: 1199px) {
    .count-down-section #clock > div {
        border-radius: 30px;
    }
}
@media (max-width: 767px) {
    .count-down-section #clock > div {
        width: calc(50% - 5px);
    }
}

.count-down-section #clock > div + div {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .count-down-section #clock > div + div {
        margin: 0;
    }
}

.count-down-section #clock > div:nth-child(2),
.count-down-section #clock > div:nth-child(4) {
    margin: 0 0 10px 10px;
}

.count-down-section #clock .box > div {
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .count-down-section #clock .box > div {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .count-down-section #clock .box > div {
        font-size: 30px;
        line-height: 1.3em;
    }
}

.count-down-section #clock .box span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
#1.1  cta-s2-section
--------------------------------------------------------------*/
.cta-s2-section {
    background: url("../images/cta.jpg") center center/cover no-repeat local;
    color: #fff;
    position: relative;
    text-align: center;
}
.cta-s2-section:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cta-s2-section h3 {
    font-size: 48px;
    font-family: "Sacramento", cursive;
    color: #fff;
    margin: 0.1em 0 0.65em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .cta-s2-section h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .cta-s2-section h3 {
        font-size: 25px;
    }
}

.cta-s2-section p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5em;
}

@media (max-width: 991px) {
    .cta-s2-section p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cta-s2-section p {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
#1.0  case-studies-section
--------------------------------------------------------------*/
.case-studies-section .recent-cases-thumbs-outer {
    overflow: hidden;
}

.case-studies-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #d6d4d4;
}

@media (max-width: 500px) {
    .case-studies-section .recent-cases-thumbs-outer .recent-case-thumb {
        width: 100%;
        float: none;
    }
}
.case-studies-section .recent-case-thumb h4 {
    font-size: 20px;
    margin-bottom: 18px;
}
.case-studies-section .recent-case-thumb span {
    font-size: 15px;
}
.case-studies-section .recent-case-thumb .overlay-text {
    background: #f3f8ee;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    left: -30%;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.case-studies-section .active-thumb .overlay-text {
    opacity: 1;
    visibility: visible;
    left: 6px;
}
/*.case-studies-section .active-thumb:before {
  content: "\f004";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
}*/

.case-studies-section .overlay-text .text-inner {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.case-studies-section .overlay-text .text-inner .cat {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #c1b696;
    text-transform: uppercase;
    margin: 0;
}

.case-studies-section .overlay-text .text-inner h3 {
    font-size: 50px;
    font-family: "Sacramento", cursive;
    color: #ff5a58;
    margin: 0.4em 0 0;
    text-shadow: 0px 4px 0px rgb(255 255 255);
}

@media (max-width: 767px) {
    .case-studies-section .overlay-text .text-inner h3 {
        font-size: 34px;
    }
}

.case-studies-section .recent-cases-content-outer {
    border: 10px solid #648e45;
    padding: 43px 35px;
}

@media (max-width: 1199px) {
    .case-studies-section .recent-cases-content-outer {
        padding: 0;
        border: 0;
    }
}

@media (max-width: 991px) {
    .case-studies-section .recent-cases-content-outer {
        border: 8px solid rgba(193, 182, 150, 0.5);
        padding: 30px 25px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .case-studies-section .recent-cases-content-outer {
        border: 0;
        padding: 0;
        margin-top: 50px;
    }
}
.case-studies-section .story-details {
    position: absolute;
    bottom: 60px;
    left: 68px;
    background: rgb(239 238 235 / 86%);
    padding: 30px;
}
.case-studies-section .recent-cases-content-outer .img-holder {
    border-radius: 100%;
}

.case-studies-section .recent-cases-content-outer .recent-case-data {
    display: none;
}

.case-studies-section .recent-cases-content-outer .active-case-data {
    display: block;
}

.case-studies-section .recent-cases-content-outer .date {
    background-color: #f3f8ee;
    width: 151px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 21px;
}

.case-studies-section .recent-cases-content-outer .date h5 {
    font-size: 16px;
    line-height: 1.5em;
    color: #507336;
    margin: 0;
}

.case-studies-section .recent-case-data h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7em;
    margin: 0 0 1em;
}

.case-studies-section .recent-case-data h3 a {
    color: #282e3f;
}

.case-studies-section .recent-case-data h3 a:hover {
    color: #c1b696;
}

.case-studies-section .recent-case-data p {
    margin-bottom: 2.2em;
}

.case-studies-section .recent-case-thumb::before,
.case-studies-section .recent-case-thumb::after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.case-studies-section .recent-case-thumb:not(:first-child) {
    margin-top: 25px;
}

.case-studies-section .recent-case-thumb {
    position: relative;
    width: 100%;
    padding: 28px 30px;
    background-color: rgb(243 248 238 / 16%);
    border: none;
}
.case-studies-section .recent-case-thumb:hover {
    background: #f3f8ee;
    border: 1px solid #d6d4d4;
}
.case-studies-section-area.case-studies-section-style-2 .case-studies-section .recent-case-thumb:hover {
    background: #9a8c401a;
}

.case-studies-section .recent-case-thumb .content .details a {
    color: #507336;
}
.case-studies-section .recent-case-thumb > p {
    margin-bottom: 0px;
    font-size: 15px;
}

/*------------------------------------------------
    >>>>>>>>>> 06 Speakers CSS <<<<<<<<<<
--------------------------------------------------*/
.speakers-area {
    position: relative;
}
.speakers-area .title-bdr {
    margin: inherit;
}
.speakers-col {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.speakers-col:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(144 82 99 / 39%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(144 82 99 / 39%);
    box-shadow: 0px 0px 30px 0px rgb(144 82 99 / 39%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.speakers-box {
    width: 100%;
    padding: 20px 20px 0 20px;
    background: rgba(128, 0, 255, 1);
    background: -moz-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(128, 0, 255, 1)), color-stop(100%, rgba(225, 0, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: -o-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: -ms-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: linear-gradient(135deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000ff', endColorstr='#e100ff', GradientType=1 );
}
.name-box {
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 43px;
}
.name-box p {
    margin-bottom: 10px;
}
.all-speakers-btn {
    text-align: right;
}
.speaker-details-btn {
    font-size: 30px;
    color: rgb(80 115 54 / 80%);
    text-align: center; /*
    background: url("../images/flower.png") center center/cover no-repeat local;*/
}
.speaker-details-btn:hover {
    color: #507336;
}
.modal__window {
    width: 800px;
    min-height: auto;
    padding: 30px 30px;
    border-radius: 10px;
    text-align: left;
}
.modal__window__header {
    padding-bottom: 15px;
    padding-top: 0;
}
.modal__window__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #222222;
    font-family: "Oswald", sans-serif;
    margin-top: -10px;
}
.speakers-box {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.popup-col-img {
    border-radius: 10px;
}
.popup-col h4 {
    margin-bottom: 0;
}
.popup-col h6 {
    margin-bottom: 20px;
}
.popup-col p {
}
.popup-col ul {
    text-align: left;
    margin-top: 25px;
}
.popup-col ul li {
    display: inline-block;
    margin-right: 10px;
}
.popup-col ul li a i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(128, 0, 255, 1);
    background: -moz-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(128, 0, 255, 1)), color-stop(100%, rgba(225, 0, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: -o-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: -ms-linear-gradient(-45deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    background: linear-gradient(135deg, rgb(144 82 99) 0%, rgb(247 202 198 / 92%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#648e45', endColorstr='#e100ff', GradientType=1 );
}
.popup-col ul li:last-child {
    border: none;
}
/*--------------------------------------------------------------
#0.9  story-section
--------------------------------------------------------------*/
.event-section {
    position: relative;
}
.event-section:before {
    content: "";
    background: url(../images/events/flower.png) center center/auto no-repeat local;
    width: 612px;
    height: 450px;
    position: absolute;
    right: 9%;
    bottom: -48px;
    z-index: 1;
}
.event-section:after {
    content: "";
    background: url(../images/events/cupple.png) center center/auto no-repeat local;
    width: 432px;
    height: 604px;
    position: absolute;
    left: 15%;
    bottom: 0;
    z-index: 1;
}
@media (max-width: 1780px) {
    .event-section:after {
        left: 5%;
    }
}
@media (max-width: 1780px) {
    .event-section:after {
        left: 0%;
    }
}
@media (max-width: 1199px) {
    .event-section:after {
        display: none;
    }
}
.event-section .events {
    background: #f3f8ee;
    padding: 50px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .event-section .events {
        padding: 50px 50px 40px;
    }
}

@media (max-width: 767px) {
    .event-section .events {
        padding: 50px 15px 40px;
    }
}

.event-section .events h3 {
    font-size: 18px;
    margin: 0 0 1.8em;
    font-weight: 600;
}

.event-section .events .details {
    margin-top: 0;
    padding: 150px 30px 46px 40px;
    background: rgb(255 255 255 / 82%);
    flex-direction: column;
    height: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    position: absolute;
    transform: translateY(50px);
    z-index: 9;
    transition: all 0.3s ease 0s;
    border: 2px solid #fff;
}

@media (max-width: 767px) {
    .event-section .events .details {
        padding: 80px 0 0 0;
    }
    .dis-nun {
        display: none;
    }
}
@media (max-width: 360px) {
    .event-section .events .details {
        padding: 15px 0 0 0;
    }
}
.event-section .events .events-bar:hover .details {
    opacity: 1;
    transform: translateY(0px);
}
.events-bar ul {
    margin-bottom: 15px;
}

.events-bar ul li {
    color: #192224;
    position: relative;
    padding-left: 22px;
}

@media (max-width: 1199px) {
    .events-bar ul li {
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.events-bar ul li i {
    color: #ff5a58;
    padding: 10px;
    left: 0;
    top: 3px;
    font-size: 16px;
}

.events-bar ul > li + li {
    margin-top: 5px;
}

.events-bar .see-location-btn {
    background-color: #ff5a58;
    font-size: 15px;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    border-radius: 47px;
    text-transform: capitalize;
    display: inline-block;
    margin: 25px 0;
}

.events-bar .see-location-btn:hover {
    color: #f3f8ee;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f3f8ee;
}
.events-slider .owl-theme .owl-controls {
    margin-top: 20px;
}
.events-slider .owl-dots {
    height: 10px;
}
.events-slider .owl-dots .owl-dot.active {
    border: none;
}
.events-slider .owl-dots .owl-dot:hover span {
    background-color: rgba(255, 133, 171, 0.54);
    border-color: rgba(255, 133, 171, 0.54);
}
.events-slider .owl-dots .owl-dot {
    background-color: rgb(255 90 88 / 55%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
}
.events-slider .owl-dots .owl-dot span {
    background-color: rgb(255 90 88);
    width: 7px;
    height: 7px;
    margin: 5px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
#1.1  inportant-people-section
--------------------------------------------------------------*/
.inportant-people-section {
    position: relative;
    background-color: #f3f8ee;
    /*** tablist ***/
    /*** tab-content ***/
}
.inportant-people-section:before {
    content: "";
    background: url(../images/bridesmaid/flower.png) center center/auto no-repeat local;
    width: 1500px;
    height: 450px;
    position: absolute;
    right: 9%;
    bottom: 0;
    z-index: 0;
}
.inportant-people-section .tablist {
    text-align: center;
    max-height: 45px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .inportant-people-section .tablist {
        margin-bottom: 35px;
    }
}

.inportant-people-section .tablist ul {
    overflow: hidden;
}
.inportant-people-section .tablist ul li {
    display: inline-block;
    padding: 0 220px;
}

.inportant-people-section .tablist ul li a {
    color: #5f6263;
    font-weight: 600;
    padding: 7px 10px;
    font-size: 17px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
@media (max-width: 767px) {
    .inportant-people-section .tablist ul li a {
        font-size: 14px;
        font-size: 0.77778rem;
    }
}

.inportant-people-section .tablist ul .active a {
    color: #192224;
}

.inportant-people-section .tab-content > div {
    overflow: hidden;
}

.inportant-people-section .tab-content .grid-wrapper {
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .inportant-people-section .tab-content .grid-wrapper {
        margin: 0 -7.5px;
    }
}

.inportant-people-section .tab-content .grid {
    width: 25%;
    float: left;
    padding: 0 10px 0;
}

@media (max-width: 991px) {
    .inportant-people-section .tab-content .grid {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .inportant-people-section .tab-content .grid {
        padding: 0 7.5px 0;
    }
}

@media (max-width: 550px) {
    .inportant-people-section .tab-content .grid {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(5),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(6),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(7),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(8) {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(3),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(4),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(5),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(6) {
        margin-top: 30px;
    }
}

@media (max-width: 550px) {
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(3),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(4),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(5),
    .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(6) {
        margin-top: 0;
    }
    .inportant-people-section .tab-content .grid-wrapper > .grid + .grid {
        margin-top: 30px;
    }
}

.inportant-people-section .grid .img-holder {
    overflow: hidden;
    position: relative;
}

.inportant-people-section .grid .img-holder img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.inportant-people-section .grid:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.inportant-people-section .grid .details {
    background: #fff;
    border: 1px solid #f3f2f2;
    padding: 30px 15px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .inportant-people-section .grid .details {
        padding: 20px 15px 20px;
    }
}

.inportant-people-section .grid:hover .details {
    background-color: #ffffff;
}

.inportant-people-section .grid .details h3 {
    font-size: 17px;
    font-weight: 600;
    color: #3e3e3e;
    margin: 0 0 0.7em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .inportant-people-section .grid .details h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .inportant-people-section .grid .details h3 {
        font-size: 16px;
    }
}

.inportant-people-section .grid .details > span {
    font-size: 15px;
    color: #969494;
    text-transform: capitalize;
    display: block;
}
.social-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 44;
    opacity: 0;
    text-align: center;
    transition: all 0.5s;
}
.inportant-people-section .grid:hover .social-list {
    opacity: 1;
}
.social-list ul {
    display: flex;
    justify-content: center;
    z-index: 1;
}
.social-list ul li {
    background: rgb(255 90 88 / 76%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    border-radius: 100%;
    z-index: -1;
}
.social-list ul li a {
    color: #fff;
}

/*--------------------------------------------------------------
#1.2  gallery-section
--------------------------------------------------------------*/
.gallery-section {
    /*** filter ***/
    position: relative;
    padding: 120px 0 117px;
}
.gallery-section .rect:after {
    content: "";
    background-image: url(../images/events/gif-4.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 8%;
    top: 5%;
    opacity: 0.03;
}

.gallery-section .rect:before {
    content: "";
    background-image: url(../images/events/gif-3.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 480px;
    height: 270px;
    position: absolute;
    right: 0%;
    bottom: 0%;
    opacity: 0.09;
}

.gallery-section .rect-1:before {
    content: "";
    background-image: url(../images/events/gif-4.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    right: 12%;
    top: 5%;
    opacity: 0.03;
}
.gallery-section .rect-1:after {
    content: "";
    background-image: url(../images/events/gif-3.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 480px;
    height: 270px;
    position: absolute;
    left: 0;
    bottom: 0%;
    opacity: 0.09;
}
.gallery-section .gallery-filters {
    text-align: center;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .gallery-section .gallery-filters {
        margin-bottom: 30px;
    }
}

.gallery-section .gallery-filters ul {
    overflow: hidden;
}

.gallery-section .gallery-filters ul li {
    display: inline-block;
}

.gallery-section .gallery-filters ul > li + li {
    margin-left: 15px;
}

.gallery-section .gallery-filters ul li a {
    font-weight: bold;
    color: #3e3e3e;
    display: block;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .gallery-section .gallery-filters ul li a {
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.gallery-section .gallery-filters ul .current {
    color: #507336;
}
.gallery-section .masonry-gallery {
    margin: 0 -7.5px;
}

@media (max-width: 991px) {
    .gallery-section .masonry-gallery {
        margin: 0 5px;
    }
}

@media (max-width: 500px) {
    .gallery-section .masonry-gallery {
        margin: 0;
    }
}

.gallery-section .masonry-gallery .grid {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 15px;
}

@media (max-width: 991px) {
    .gallery-section .masonry-gallery .grid {
        padding: 0 5px 10px;
    }
}

@media (max-width: 767px) {
    .gallery-section .masonry-gallery .grid {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .gallery-section .masonry-gallery .grid {
        width: 100%;
        float: none;
        padding: 0 0 15px;
    }
}

.gallery-section .grid img {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .gallery-section .grid img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
        filter: grayscale(0);
    }
}

.gallery-section .grid:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.gallery-section .video-play-btn {
    position: relative;
    display: block;
}

.gallery-section .video-play-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-size: 1.11111rem;
    background: rgb(255 90 88 / 62%);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-section .video-play-btn:hover i {
    background: #507336;
}

/*--------------------------------------------------------------
#1.3  rsvp-section
--------------------------------------------------------------*/
.rsvp-section {
    position: relative;
    padding: 120px 0 68px;
    margin: 0 100px;
}

.rsvp-section:after {
    content: "";
    background-color: rgb(115 143 94 / 46%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rsvp-section .container {
    position: relative;
    z-index: 10;
}

.rsvp-section .content p {
    color: #fff;
    margin: 0.5em 0 3em;
    padding: 0 90px;
    text-align: center;
}

.rsvp-section .form ::-webkit-input-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form :-moz-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form ::-moz-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form :-ms-input-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #2a2a2a;
}

.rsvp-section .form .col {
    margin-bottom: 25px;
}

.rsvp-section .form .submit-btn {
    margin-bottom: 0;
}

.rsvp-section .form input,
.rsvp-section .form select,
.rsvp-section .form textarea {
    background: #f3f8ee;
    height: 45px;
    font-size: 16px;
    font-size: 0.88889rem;
    border: 0;
    color: #2a2a2a;
    padding: 6px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .rsvp-section .form input,
    .rsvp-section .form select,
    .rsvp-section .form textarea {
        height: 40px;
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.rsvp-section .form select {
    color: #2a2a2a;
    background: #f3f8ee url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.rsvp-section .form textarea {
    height: 150px;
    padding-top: 15px;
}

.rsvp-section .form .submit-btn {
    text-align: center;
}

.rsvp-section .form .submit-btn button {
    background-color: #ff5a58;
    font-size: 15px;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    border-radius: 47px;
    text-transform: capitalize;
    display: inline-block;
    margin: 25px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .rsvp-section .form .submit-btn button {
        height: 40px;
        line-height: 20px;
        font-size: 15px;
    }
}

.rsvp-section .form .submit-btn button:hover {
    background-color: #648e45;
}

.rsvp-section .form .success-error-message {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
#1.4  getting-there-section
--------------------------------------------------------------*/
.getting-there-section {
    background-color: #f3f8ee;
    position: relative;
}

.getting-there-section .content h3 {
    color: #192224;
}
.getting-there-section .content p {
    color: #7c8596;
}
@media (max-width: 1199px) {
    .getting-there-section .content p {
        font-size: 16px;
        font-size: 0.88889rem;
    }
}

@media (max-width: 767px) {
    .getting-there-section .content p {
        font-size: 15px;
        font-size: 0.83333rem;
    }
}

.getting-there-section .content .col p:last-child {
    margin-bottom: 0;
}

.getting-there-section .content h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 0.8em;
}

@media (max-width: 1199px) {
    .getting-there-section .content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .getting-there-section .content h3 {
        font-size: 20px;
    }
}

.getting-there-section .content > .col:first-child {
    padding: 50px;
    text-align: right;
    width: 48%;
    margin-right: 30px;
    background: url("../images/events/car.jpg");
}

@media (max-width: 991px) {
    .getting-there-section .content > .col:first-child {
        padding-bottom: 35px;
        margin-bottom: 35px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .getting-there-section .content > .col:first-child {
        width: 100%;
    }
}
.getting-there-section .content > .col:last-child {
    padding: 50px;
    width: 48%;
    background: url("../images/events/home.jpg");
}
@media (max-width: 991px) {
    .getting-there-section .content > .col:last-child {
        padding: 50px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .getting-there-section .content > .col:last-child {
        width: 100%;
    }
}

.getting-there-section .content > .col:before {
    content: "";
    background: rgb(255 255 255 / 82%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
}
.getting-there-section .getting-text {
    position: relative;
}
/*--------------------------------------------------------------
#1.5  gift-registration-section
--------------------------------------------------------------*/
.gift-registration-section {
    text-align: center;
    padding: 120px 0 96px;
}

.gift-registration-section .gif-registration-slider {
    margin-top: 0px;
}
.gift-registration-section .gif-registration-slider .register {
    background-color: #fff;
    float: left;
    margin: 0 15px;
    padding: 20px;
    border: 2px solid rgba(94, 154, 142, 0.1);
    border-radius: 5px;
    text-align: center;
}

.gift-registration-section .gif-registration-slider .register img {
    width: auto;
    max-width: 100%;
}
.gift-registration-section p {
    padding: 50px 100px 0;
}
/*------------------------------------------------------
===== Blog Page =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1    blog-main
--------------------------------------------------------------*/
.blog-main {
    background-color: #fff;
}

.blog-main .post {
    margin-bottom: 70px;
}

.blog-main .entry-date-media {
    position: relative;
}

.blog-main .entry-date {
    background-color: rgba(94, 154, 142, 0.5);
    width: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.blog-main .entry-date span {
    background-color: #507336;
    font-size: 12px;
    font-size: 0.66667rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.blog-main .entry-formet {
    padding: 12px 0;
    border-bottom: 1px solid #efebeb;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .blog-main .entry-formet {
        padding: 10px 0;
    }
}

.blog-main .entry-meta a:hover {
    text-decoration: none;
}

.blog-main .entry-meta > div {
    display: inline-block;
    margin-right: 15px;
}

.blog-main .entry-meta a {
    font-size: 16px;
    font-size: 0.88889rem;
    color: #8a8a8a;
}

@media (max-width: 767px) {
    .blog-main .entry-meta a {
        font-size: 14px;
        font-size: 0.77778rem;
    }
}

.blog-main .entry-meta i {
    font-size: 16px;
    font-size: 0.88889rem;
    color: #507336;
}

@media (max-width: 767px) {
    .blog-main .entry-meta i {
        font-size: 14px;
        font-size: 0.77778rem;
    }
}

.blog-main .entry-title h3 {
    margin: 0 0 0.8em;
}

.blog-main .entry-title h3 a {
    font-size: 22px;
    font-size: 1.22222rem;
    font-weight: 600;
    color: #383838;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .blog-main .entry-title h3 a {
        font-size: 20px;
        font-size: 1.11111rem;
    }
}

@media (max-width: 767px) {
    .blog-main .entry-title h3 a {
        font-size: 18px;
        font-size: 1rem;
    }
}

.blog-main .entry-title a:hover {
    color: #507336;
    text-decoration: none;
}

.blog-main .entry-content p {
    margin-bottom: 1.5em;
}

.blog-main .read-more {
    background-color: #ff5a58;
    font-size: 16px;
    font-size: 0.88889rem;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.blog-main .entry-content .read-more:hover {
    text-decoration: none;
    background-color: #648e45;
}

.blog-main .media-carousel {
    position: relative;
}

.blog-main .media-carousel .owl-controls {
    margin: 0;
}

.blog-main .media-carousel .owl-controls .owl-prev,
.blog-main .media-carousel .owl-controls .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    margin: 0;
    padding: 7px 10px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-main .media-carousel .owl-controls .owl-prev {
    left: 0;
}

.blog-main .media-carousel .owl-controls .owl-next {
    right: 0;
}

/*--------------------------------------------------------------
  #Blog details page
----------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0   blog-details-post
----------------------------------------------------------------*/
.blog-details-content {
    /*** tag social share ***/
    /*** comments area ***/
    /*** comments respond ***/
}

.blog-details-content .entry-content p {
    margin-bottom: 30px;
}

.blog-details-content .entry-content blockquote {
    background-color: #f1f1f1;
    font-style: italic;
    padding: 25px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .blog-details-content .entry-content blockquote {
        font-size: 16px;
        font-style: 0.88889rem;
    }
}

@media (max-width: 767px) {
    .blog-details-content .entry-content blockquote {
        padding: 20px;
    }
}

.blog-details-content .entry-content blockquote p {
    margin-bottom: 0;
    line-height: 1.9em;
}

.blog-details-content .entry-content blockquote > p + p {
    margin-top: 25px;
}

.blog-details-content .tag-social-share {
    border-top: 1px solid #efefef;
    padding: 25px 0;
    overflow: hidden;
}

.blog-details-content .tag-social-share > div {
    display: inline-block;
}

@media (max-width: 767px) {
    .blog-details-content .tag-social-share > div {
        display: block;
    }
}

.blog-details-content .tag-social-share .social-share {
    float: right;
}

@media (max-width: 767px) {
    .blog-details-content .tag-social-share .social-share {
        float: none;
    }
}

.blog-details-content .tag-social-share .tag a {
    font-size: 13px;
    font-size: 0.72222rem;
    color: #767878;
    border: 1px solid #e4e4e4;
    padding: 5px 7px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.blog-details-content .tag-social-share .tag a:hover {
    background-color: #507336;
    border-color: #507336;
    color: #fff;
}

.blog-details-content .tag-social-share .social-share {
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-details-content .tag-social-share .social-share {
        margin-top: 15px;
    }
}

.blog-details-content .tag-social-share .social-share > span {
    font-weight: bold;
    position: relative;
    top: 6px;
    margin-right: 15px;
    display: inline-block;
    float: left;
}

.blog-details-content .tag-social-share .social-share .social-links {
    display: inline-block;
    float: left;
}

.blog-details-content .tag-social-share .social-share .social-links li {
    margin-right: 7px;
}

.blog-details-content .tag-social-share .social-share .social-links li:last-child {
    margin-right: 0;
}

.blog-details-content .tag-social-share .social-share .social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-size: 0.77778rem;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-details-content .tag-social-share .social-share .social-links a:hover {
    background-color: #507336;
    border-color: #507336;
    color: #fff;
}

.blog-details-content .comments-area {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area {
        margin-top: 35px;
    }
}

.blog-details-content .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.22222rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.11111rem;
        margin: 0 0 25px;
    }
}

.blog-details-content .comments-area .comment-list {
    padding-left: 0;
}

.blog-details-content .comments-area .comment-list ol {
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-list ol {
        padding-left: 15px;
    }
}

.blog-details-content .comments-area ol {
    list-style-type: none;
}

.blog-details-content .comments-area ol article {
    background-color: #fbfbfb;
    border: 1px solid #f3f3f3;
    padding: 30px 35px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .blog-details-content .comments-area ol article {
        padding: 25px 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-content .comments-area ol article {
        padding: 20px;
    }
}

.blog-details-content .comments-area .comment-author-metadata {
    min-height: 80px;
    position: relative;
    padding: 15px 0 0 90px;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-author-metadata {
        padding: 0;
    }
}

.blog-details-content .comments-area .comment-author-metadata h4 {
    font-weight: 600;
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .blog-details-content .comments-area .comment-author-metadata h4 {
        font-size: 14px;
        font-style: 0.77778rem;
    }
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-author-metadata h4 {
        margin: 15px 0 5px;
    }
}

.blog-details-content .comments-area .comment-author-metadata h4 a {
    color: #6e6e6e;
}

.blog-details-content .comments-area .comment-author-metadata .comment-metadata a {
    font-size: 14px;
    font-size: 0.77778rem;
    font-style: italic;
    color: #808080;
}

.blog-details-content .comments-area .comment-author-metadata .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-author-metadata .avatar {
        position: static;
    }
}

.blog-details-content .comments-area .comment-content {
    margin: 15px 0;
}

@media (max-width: 991px) {
    .blog-details-content .comments-area .comment-content {
        margin: 10px 0 15px;
    }
}

@media (max-width: 767px) {
    .blog-details-content .comments-area .comment-content {
        margin: 15px 0;
    }
}

.blog-details-content .comments-area .review a {
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600;
    color: #507336;
}

.blog-details-content .comments-area .review a:hover {
    color: #375b54;
}

.blog-details-content .comment-respond {
    margin-top: 75px;
}

.blog-details-content .comment-respond > h3 {
    font-size: 22px;
    font-size: 1.22222rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    .blog-details-content .comment-respond > h3 {
        font-size: 18px;
        font-size: 1rem;
        margin: 0 0 25px;
    }
}

.blog-details-content .comment-respond .comment-form > .col {
    margin-bottom: 15px;
}

.blog-details-content .comment-respond .comment-form input,
.blog-details-content .comment-respond .comment-form textarea {
    background-color: #f3f8ee;
    font-size: 16px;
    font-size: 0.88889rem;
    border-color: #f1f1f1;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 15px;
}

@media (max-width: 767px) {
    .blog-details-content .comment-respond .comment-form input,
    .blog-details-content .comment-respond .comment-form textarea {
        height: 40px;
    }
}

.blog-details-content .comment-respond .comment-form input:focus,
.blog-details-content .comment-respond .comment-form textarea:focus {
    border-color: #ccc;
}

.blog-details-content .comment-respond .comment-form textarea {
    height: 180px;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .blog-details-content .comment-respond .comment-form textarea {
        height: 140px;
    }
}

.blog-details-content .comment-respond .comment-form .submit-btn {
    margin-bottom: 0;
}

.blog-details-content .comment-respond .comment-form .submit-btn button {
    border-radius: 0;
}

/*# sourceMappingURL=style.css.map */
