/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Happy Love - Wedding  Responsive HTML5 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-date
#0.7  couple-section
#0.8  love-sotry-section
#0.9  wedding-location-section
#1.0  wishes-section
#1.1  groomsmen-bridesmaid
#1.2  gallery-section
#1.3  rsvp-section
#1.4  gift-registry-section 

--------------------------------------------------------------
  blog page
--------------------------------------------------------------
#2.1  blog-pg-section

--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------
#2.1  blog-single-section

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


/*---------------------------
  Fonts
----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Clicker+Script|Dosis:400,600,700|Vidaloka&display=swap');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
    font-size: 18px;
}

body {
    font-family: "Dosis", sans-serif;
    background-color: #fff;
    font-size: 18px;
    color: #6e6f6f;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

p {
    color: #6e6f6f;
    line-height: 1.8em;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #427882;
}

ul {
    padding-left: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

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 {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/*--------------------------------------------------------------
#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: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}

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

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

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

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

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

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

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

.p-t-0 {
    padding-top: 0;
}

.bg-1 {
    background: #ebfdfb !important;
}

.bg-img {
    background: url(../images/add/rsvp-bg.jpg) center bottom/cover no-repeat local;
}

.bg-img-2 {
    background: url(../images/add/team-bg-pic.jpg) center bottom/cover no-repeat local;
}

.overlay-black {
    position: relative;
}

.color-w {
    color: #fff;
}

.overlay-black:before {
    content: "";
    position: absolute;
    background: rgba(62, 120, 132, 0.78);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.font-fam-clic {
    font-family: 'Clicker Script', cursive;
}


/*** 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;
    margin-top: 10px;
}

.validate-rsvp-form #loader i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #3e7884;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.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;
}

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

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

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

.video-player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

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

.ripple {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}


/** 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;
}


/*** for fancybox video ***/

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

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

.section-title,
.section-title-s2 {
    text-align: center;
    padding: 90px 0 0;
    margin-bottom: 70px;
    position: relative;
}

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

.section-title h2,
.section-title-s2 h2 {
    font-family: 'Clicker Script', cursive;
    font-size: 54px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .section-title h2,
    .section-title-s2 h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .section-title h2,
    .section-title-s2 h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.section-title h2:before,
.section-title-s2 h2:before {
    content: "";
    background: url(../images/small-flowers.jpg) center center/cover no-repeat local;
    width: 110px;
    height: 90px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title-s2 h2 {
    margin-bottom: 0.4em;
}

.section-title-s2 p {
    margin-bottom: 0;
}

.see-location-btn {
    background-color: #3e7884;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 60px;
    text-transform: uppercase;
    border: 2px solid transparent
}

@media (max-width: 991px) {
    .see-location-btn {
        padding: 8px 15px;
        font-size: 12px;
        text-transform: capitalize;
    }
}

.see-location-btn:hover {
    border: 2px solid #3e7884;
    background: transparent;
    color: #3e7884;
}

.theme-btn {
    margin-right: 15px;
    background-color: #3e7884;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #f8fffe;
}

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

.theme-btn-s2 {
    margin-right: 15px;
    background-color: #3e7884;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

.theme-btn-s2:hover {
    background-color: #2f626b;
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        font-size: 14px;
    }
}

.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: #3e7884;
    -webkit-box-shadow: 0 0 5px 0 #c1af79;
    -moz-box-shadow: 0 0 5px 0 #c1af79;
    -o-box-shadow: 0 0 5px 0 #c1af79;
    -ms-box-shadow: 0 0 5px 0 #c1af79;
    box-shadow: 0 0 5px 0 #c1af79;
}

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

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

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

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

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat calc(100% - 15px) 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;
}


/******************************
  #page title
******************************/

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

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

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

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0.30em;
    text-transform: capitalize;
}

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

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

.preloader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
}

.preloader .middle {
    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 .middle .fi {
    float: left;
    margin-right: 8px;
}

.preloader .middle .fi:last-child {
    margin-right: 0;
}

.preloader .middle .fi:before {
    color: #3e7884;
    font-size: 22px;
}

.preloader .middle i:first-child {
    -webkit-animation: preloaderAnimation 0.6s infinite alternate;
    animation: preloaderAnimation 0.6s infinite alternate;
}

.preloader .middle i:nth-child(2) {
    -webkit-animation: preloaderAnimation 0.6s 0.3s infinite alternate;
    animation: preloaderAnimation 0.6s 0.3s infinite alternate;
}

.preloader .middle i:nth-child(3) {
    -webkit-animation: preloaderAnimation 0.6s 0.6s infinite alternate;
    animation: preloaderAnimation 0.6s 0.6s infinite alternate;
}

.preloader .middle i:last-child {
    -webkit-animation: preloaderAnimation 0.6s 0.9s infinite alternate;
    animation: preloaderAnimation 0.6s 0.9s infinite alternate;
}

@-webkit-keyframes preloaderAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.3;
    }
}

@keyframes preloaderAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.3;
    }
}


/*------------------------------------
  blog sidebar
------------------------------------*/

.blog-sidebar {
    /*** search-widget ***/
    /*** about-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}

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

.blog-sidebar .widget {
    padding: 35px 28px;
    border: 1px solid #ececec;
}

.blog-sidebar .search-widget,
.blog-sidebar .social-widget {
    background: url("../images/add/search.jpg") center center/cover no-repeat local;
}

.blog-sidebar .widget h3 {
    font-size: 18px;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
}

.blog-sidebar .widget h3 {
    font-size: 18px;
    margin: 0 0 2em;
    position: relative;
    text-transform: capitalize;
}

.blog-sidebar .widget h3:before {
    content: "";
    position: absolute;
    background-color: #427882;
    height: 3px;
    width: 40px;
    left: 0;
    bottom: -15px;
}

.blog-sidebar .widget h3 .icon {
    font-size: 18px;
    color: #303030;
    margin-right: 18px;
    font-weight: 900;
}

.blog-sidebar > .widget + .widget {
    margin-top: 40px;
}

.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    border: 1px solid #427882;
    padding: 3px;
}

.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #102541;
}

.blog-sidebar .about-widget a:hover {
    color: #427882;
}

.blog-sidebar .social-widget .social-icons {
    display: inline-block;
    overflow: hidden;
}

.blog-sidebar .social-widget .social-icons li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
    margin: 0 4px
}

.blog-sidebar .social-widget .social-icons li a {
    background: transparent;
    display: block;
    color: #2f626b;
    border-radius: 50%;
}

.blog-sidebar .social-widget .social-icons li a:hover {
    background: #427882;
}

.blog-sidebar .social-widget .social-icons > li + li {
    margin-left: 15px;
}

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

.blog-sidebar .search-widget input {
    background-color: #ebfdfb;
    height: 50px;
    font-size: 16px;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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 .search-widget input:focus {
    background-color: rgba(235, 253, 251, 0.74);
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    color: #427882;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .category-widget ul {
    list-style: none;
}

.blog-sidebar .category-widget ul li {
    font-size: 18px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 14px;
    }
}

.blog-sidebar .category-widget ul li span {
    background: #427882;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e8e8e6;
    font-weight: 300;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

.blog-sidebar .category-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e4e4e4;
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #57667e;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #427882;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e4e4e4;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 50%;
    border: 1px solid #427882;
    padding: 3px;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #2f626b;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #427882;
}

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 15px;
    color: #427882;
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    font-size: 17px;
    display: inline-block;
    padding: 5px 14px;
    color: #57667e;
    border: 1px solid #ececec;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #427882;
    color: #fff;
}

.blog-sidebar .instagram-widget ul {
    overflow: hidden;
    list-style: none;
    margin: 0 -5px;
}

.blog-sidebar .instagram-widget ul li {
    width: calc(33.33% - 10px);
    float: left;
    margin: 0 5px 10px;
}

.blog-sidebar .video-widget .img-holder {
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
}

.blog-sidebar .video-widget .img-holder img {
    border: 2px solid #427882;
    padding: 3px;
}

.blog-sidebar .video-widget a {
    background-color: rgba(70, 123, 132, 0.79);
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 110px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

.blog-sidebar .video-widget a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    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%);
}

.blog-sidebar .video-widget a:hover {
    color: #fd1e50ed;
}


/**** pagination ****/

.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    font-weight: bold;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 15px;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #427882;
    border-color: #427882;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}


/*--------------------------------------------------------------
#1.3  meta-blog-section
--------------------------------------------------------------*/

.meta-blog-section {
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    .meta-blog-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .meta-blog-section {
        padding-bottom: 30px;
    }
}

.meta-blog-section-pad {
    padding: 110px 0 80px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

.meta-blog-section .blog-grids .grid {
    width: 33.33%;
    float: left;
    position: relative;
}

@media (max-width: 991px) {
    .meta-blog-section .blog-grids .grid {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .meta-blog-section .blog-grids .grid {
        width: 100%;
        float: none;
    }
}

.meta-blog-section .blog-grids .details {
    background-color: #fff;
    padding: 35px 30px;
    -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
    .meta-blog-section .blog-grids .details {
        padding: 25px 20px;
    }
}

.meta-blog-section .blog-grids .details h3 {
    font-size: 22px;
    margin: 0 0 0.5em;
    line-height: 1.5em;
}

@media (max-width: 991px) {
    .meta-blog-section .blog-grids .details h3 {
        font-size: 20px;
    }
}

.meta-blog-section .blog-grids .details h3 a {
    color: #282e3f;
}

.meta-blog-section .blog-grids .details h3 a:hover {
    color: #427882;
}

.meta-blog-section .meta ul {
    overflow: hidden;
}

.meta-blog-section .meta ul li {
    color: #afafaf;
    float: left;
    margin: 0 0 0.5em;
}

.meta-blog-section .meta li a {
    font-weight: normal;
    color: #427882;
}

.meta-blog-section .meta li a:hover {
    color: #0e3c7b;
}

.meta-blog-section .meta li a i {
    color: #427882
}

.meta-blog-section .meta ul > li + li {
    margin-left: 30px;
    position: relative;
}

.meta-blog-section .meta ul > li + li:before {
    content: "|";
    position: absolute;
    left: -15px;
    top: 0;
    color: #427882;
}

.meta-blog-section .blog-grids .details .view-all a {
    font-weight: 500;
    color: #427882;
}

.color-das {
    color: #616161 !important;
}


/*--------------------------------------------------------------
#9.1  blog-single-section
--------------------------------------------------------------*/

.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta {
        margin: 25px 0;
    }
}

.blog-single-section .entry-meta li {
    font-weight: 500;
    font-size: 14px;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta li {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .blog-single-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.blog-single-section .entry-meta li i {
    font-size: 16px;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta li i {
        font-size: 12px;
    }
}

.blog-single-section .entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 600px) {
    .blog-single-section .entry-meta > li + li {
        margin-left: 0;
        padding-left: 0;
    }
}

.blog-single-section .entry-meta li a {
    color: #9d9d9e;
}

.blog-single-section .entry-meta li a:hover {
    color: #427882;
}

.blog-single-section .entry-meta li:last-child i {
    position: relative;
    top: 3px;
}

.blog-single-section .post h2 {
    font-size: 30px;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 25px;
    }
}

.blog-single-section .post p {
    margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
    font-size: 36px;
    line-height: 46px;
    margin: 1.8em 0 1em;
    font-weight: 600;
}

@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 20px;
    }
}

.blog-single-section .post h3 a {
    color: #427882;
}

.blog-single-section .post blockquote {
    font-size: 20px;
    font-style: italic;
    color: #838383;
    line-height: 1.9em;
    padding: 30px 25px;
    margin: 50px 0;
    border-left: 3px solid #427882;
    background: #f8f8f8;
}

@media (max-width: 767px) {
    .blog-single-section .post blockquote {
        padding: 55px 25px;
    }
}

.blog-single-section .post blockquote .quoter {
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.blog-single-section .tag-share {
    color: #2f626b;
}

.blog-single-section .tag-share ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}

.blog-single-section .tag-share ul li {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share ul li {
        margin: 2px;
    }
}

.blog-single-section .tag-share ul > li + li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share ul > li + li {
        margin: 2px;
    }
}

.blog-single-section .tag-share .tag {
    float: left;
}

.blog-single-section .tag-share .tag > span {
    color: #2f626b;
    font-weight: bold;
    display: inline-block;
    padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
    list-style: none;
    position: relative;
    top: 5px;
}

.blog-single-section .tag-share .tag li {
    position: relative;
}

.blog-single-section .tag-share .tag li:after {
    content: ",";
    position: absolute;
    right: -4px;
    bottom: 0;
}

.blog-single-section .tag-share .tag a {
    font-size: 14px;
    color: #2f626b;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .tag a {
        font-size: 13px;
    }
}

.blog-single-section .tag-share .tag a:hover {
    color: #427882;
}

.blog-single-section .tag-share .share {
    position: relative;
    top: -5px;
    left: 50px;
}

.blog-single-section .tag-share .share > span {
    color: #2f626b;
    font-weight: 600;
    display: inline-block;
    padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
    position: relative;
    top: 15px;
}

.blog-single-section .tag-share .share ul > li + li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li + li {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li {
        margin: 5px;
    }
}

.blog-single-section .tag-share .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    color: #627381;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share a {
        font-size: 13px;
    }
}

.blog-single-section .tag-share .share a:hover {
    background: #427882;
    border-color: #427882;
    color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
    color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
    color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
    color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
    color: #933f94;
}

.blog-single-section .author-box {
    padding: 35px 40px 25px;
    margin: 70px 0;
    border: 1px solid #ececec;
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

.blog-single-section .author-box .author-avatar {
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
    border: 2px solid #427882;
    padding: 3px;
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-right: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #2f626b;
}

.blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

.blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px;
}

.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 13px;
    color: #2f626b;
}

.blog-single-section .author-box .social-link a:hover {
    color: #427882;
}

.blog-single-section .more-posts {
    overflow: hidden;
    background: #f9f9f9;
    padding: 0 25px;
}

.blog-single-section .more-posts > div {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts > div {
        width: 100%;
        float: none;
    }
}

.blog-single-section .more-posts > div > a {
    display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #ececec;
    }
}

.blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0;
    }
}

.blog-single-section .more-posts .next-post .post-control-link:before {
    font-family: "Flaticon";
    content: "\f104";
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post .post-control-link:before {
        display: none;
    }
}

.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0;
    }
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
    font-family: "Flaticon";
    content: "\f103";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none;
    }
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
    display: block;
}

.blog-single-section .more-posts .post-control-link {
    font-size: 14px;
    color: #57667e;
}

.blog-single-section .more-posts .post-name {
    font-size: 17px;
    color: #2f626b;
    margin: 0.7em 0 0;
    font-weight: 600;
}

@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size: 18px;
    }
}

.blog-single-section .more-posts a:hover .post-control-link {
    color: #427882;
}

.blog-single-section .comments-area {
    margin-top: 70px;
}

.blog-single-section .comments-area .comments {
    border: 1px solid #ececec;
}

.blog-single-section .comments-area li > div {
    border-bottom: 1px solid #ececec;
    padding: 35px;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area li > div {
        padding: 35px 25px;
    }
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
}

.blog-single-section .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 20px;
    }
}

.blog-single-section .comments-area li > div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
    border: 2px solid #427882;
    padding: 3px;
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    color: #2f626b;
    font-weight: bold;
    margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-size: 13px;
    color: #57667e;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}

.blog-single-section .comments-area .comment-reply-link {
    color: #427882;
    float: right;
    font-size: 20px;
    margin-left: 14px;
    position: relative;
    top: -8px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding: 10px;
    font-weight: bolder;
}

.blog-single-section .comments-area .comment-reply-link:hover {
    color: #2f626b;
}

.blog-single-section .comment-respond {
    margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
    }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: 1px solid #ececec;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #427882;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #427882;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 50px;
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #2f626b;
}

@media screen and (min-width: 1200px) {
    .blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

.mar-60 {
    margin: 50px 0;
}


/*--------------------------------------------------------------
#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;
    -webkit-box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
    box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
}

.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 {
    list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li.current-menu-item a {
    text-decoration: none;
    color: #3e7884 !important;
}

@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: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #484545;
        padding: 40px 17px;
    }
    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 220px;
        position: absolute;
        left: 0;
        top: 100%;
        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;
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #f5f5f5;
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 18px;
        display: block;
        padding: 10px 20px;
        color: #2f2f2f;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 100%;
        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: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.6875rem;
        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 (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .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: "themify";
        content: "\e61a";
        font-size: 11px;
        font-size: 0.6875rem;
        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 #3e7884;
        position: absolute;
        right: 0;
        top: 100%;
        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.875rem;
        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.875rem;
        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.875rem;
        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: #3e7884;
        width: 40px;
        height: 40px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 20;
        border-radius: 50%;
    }
    .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: -330px;
        top: 0;
        z-index: 100;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #3e7884;
    }
    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }
    .site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }
    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #f2f2f2;
    }
    .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;
    }
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    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;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #2f626b;
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    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;
}


/*----------------------------------------------------------
  header style 1
-----------------------------------------------------------*/

.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand {
    font-size: 34px;
    color: #427882;
    margin-top: 21px;
    padding: 5px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-brand,
    .header-style-2 .navbar-brand {
        margin-top: 12px;
        margin-bottom: 13px;
    }
}

.header-style-1 .navbar-brand i:before,
.header-style-2 .navbar-brand i:before {
    margin: 0;
    font-size: 22px;
    color: #427882;
    opacity: 0.8;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #17572c;
    background-color: transparent;
}


/*----------------------------------------------------------
  header style 2
-----------------------------------------------------------*/


/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

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

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

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(248, 255, 254, 0.81);
    width: 55px;
    height: 55px;
    line-height: 50px;
    margin-top: -30px;
    text-align: center;
    border-radius: 60px;
    border: 4px solid rgba(248, 255, 254, 0.91);
    z-index: 10;
    opacity: 1;
    -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-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
}

.hero-slider .swiper-button-prev:before {
    font-family: "themify";
    content: "\e629";
    font-size: 15px;
    color: #3e7884;
}

.hero-slider .swiper-button-next {
    right: 25px;
}

.hero-slider .swiper-button-next:before {
    font-family: "themify";
    content: "\e628";
    font-size: 15px;
    color: #3e7884;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #3e7884;
}

.hero-style-1,
.hero-static {
    height: calc(100vh - 100px);
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-style-1,
    .hero-static {
        height: 100vh;
        height: 650px;
    }
}

@media (max-width: 767px) {
    .hero-style-1,
    .hero-static {
        height: 100vh;
        height: 550px;
    }
}

.hero-style-1 .wedding-announcement,
.hero-static .wedding-announcement {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    display: table;
}

@media screen and (min-width: 992px) {
    .hero-style-1 .wedding-announcement,
    .hero-static .wedding-announcement {
        width: 80%;
        left: 10%;
    }
}

.hero-style-1 .couple-text,
.hero-static .couple-text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    top: 233px;
    position: absolute;
}

.hero-style-1 #curve-text,
.hero-static #curve-text {
    font-size: 24px;
    color: #fff;
    margin: 3.5em 0 0;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}

.hero-style-1 #curve-text h4,
.hero-static #curve-text h4 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.hero-style-1 .couple-name,
.hero-static .couple-name {
    font-size: 100px;
    color: #fff;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.35);
    font-weight: 600;
    margin-top: 87px;
}

@media (max-width: 991px) {
    .hero-style-1 .couple-name,
    .hero-static .couple-name {
        font-size: 70px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .couple-name,
    .hero-static .couple-name {
        font-size: 55px;
        margin-top: 0;
    }
}


/*--------------------------------------------------------------
#0.4  save-the-date-section
--------------------------------------------------------------*/

.save-the-date-section .couple-text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
}

.save-the-date-section #curve-text {
    width: 300px;
    font-size: 24px;
    color: #fff;
    margin: 3.5em 0 0;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.50);
    text-transform: uppercase;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -244px);
    transform: translate(50%, -250px);
}

.save-the-date-section .save-the-date {
    width: 190px;
    height: 190px;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: -350px;
    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;
    right: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.save-the-date-section .save-the-date:before,
.save-the-date-section .save-the-date:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.save-the-date-section .save-the-date:before {
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    border-radius: 50%;
}

.save-the-date-section .save-the-date:after {
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.save-the-date-section .save-the-date h4 {
    font-size: 22px;
    color: #427882;
    margin: 70px 0 0.6em;
    text-shadow: 1px 1px 1px rgba(71, 125, 137, 0.86);
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .save-the-date-section .save-the-date h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .save-the-date-section .save-the-date h4 {
        font-size: 18px;
    }
}

.save-the-date-section .save-the-date .date {
    font-size: 17px;
    color: #427882;
    text-shadow: 1px 1px 2px rgba(71, 125, 137, 0.86)
}

@media (max-width: 1199px) {
    .save-the-date-section .save-the-date .date {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .save-the-date-section .save-the-date .date {
        font-size: 16px;
    }
}

.save-the-date-section .popup-save-the-date {
    border: 4px solid rgba(66, 120, 130, 0.40);
    border-radius: 50%;
    bottom: -95px;
    opacity: 1;
    z-index: 1;
}

@media (max-width: 1199px) {
    .save-the-date-section .popup-save-the-date {
        bottom: -180px;
    }
}

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

.waves-block {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -3;
}


/*
@media (max-width: 1199px) {
    .waves-block {
    right: 21%;
  }
}
@media (max-width: 991px) {
    .waves-block {
    right: 13%;
  }
}
@media (max-width: 767px) {
    .waves-block {
    right: 10%;
  }
}
  @media (min-width: 320px) and (max-width: 500px) {
    .waves-block {
    right: -8%;
  }
}*/

.waves-block .waves {
    position: absolute;
    width: 280px;
    height: 280px;
    background-color: rgba(66, 120, 130, 0.73);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.site-footer {
    text-align: center;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    /*** about-widget ***/
    /*** link-widget ***/
    /*** contact-widget ***/
    /*** newsletter-widget ***/
    /*** lower-footer ***/
}

.site-footer ul {
    list-style: none;
}

.site-footer p {
    color: #6d6d6d;
}

.site-footer .upper-footer {
    padding: 90px 0 10px;
}

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

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

@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.site-footer .about-widget h2 {
    font-family: 'Clicker Script', cursive;
    font-size: 59px;
    margin: 0 0 0.3em;
    letter-spacing: 2px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .site-footer .about-widget h2 {
        font-size: 36px;
    }
}

.site-footer .about-widget span {
    font-size: 20px;
}

.site-footer .about-widget .social-icons ul {
    overflow: hidden;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .site-footer .about-widget .social-icons ul {
        padding-top: 8px;
    }
}

.site-footer .about-widget .social-icons ul li {
    display: inline-block;
}

.site-footer .about-widget .social-icons ul > li + li {
    margin-left: 15px;
}

.site-footer .about-widget .social-icons ul a {
    color: #6d6d6d;
}

.site-footer .about-widget .social-icons ul a:hover {
    color: #2f626b;
}

.site-footer .about-widget p:last-child {
    margin-bottom: 0;
}

.site-footer .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

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

@media (max-width: 767px) {
    .site-footer .link-widget {
        max-width: 350px;
    }
}

@media screen and (min-width: 1200px) {
    .site-footer .contact-widget {
        padding-left: 25px;
    }
}

.site-footer .instagram-widget > ul {
    overflow: hidden;
}

.site-footer .instagram-widget > ul > li img {
    max-width: 100%;
}

.site-footer .instagram-widget > ul > li {
    width: 33.33%;
    float: left;
    border: 10px solid transparent;
    margin: -1px 0 0 -1px;
}

@media (max-width: 767px) {
    .site-footer .instagram-widget > ul > li {
        width: 25%;
    }
}

.site-footer .lower-footer {
    text-align: center;
    position: relative;
    padding-bottom: 80px;
}

.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.site-footer .lower-footer .row .separator {
    background: rgba(255, 255, 255, 0.05);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}

.site-footer .lower-footer .copyright {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        display: block;
        margin: 0 0 20px;
    }
}

.site-footer .lower-footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

.site-footer .lower-footer .extra-link {
    display: inline-block;
    float: right;
    overflow: hidden;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .extra-link {
        float: none;
        display: block;
        text-align: center;
    }
}

.site-footer .lower-footer .extra-link ul {
    overflow: hidden;
    list-style: none;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .extra-link ul {
        display: inline-block;
    }
}

.site-footer .lower-footer .extra-link ul li {
    float: left;
}

.site-footer .lower-footer .extra-link ul > li + li {
    margin-left: 35px;
    position: relative;
}

@media (max-width: 767px) {
    .site-footer .lower-footer .extra-link ul > li + li {
        margin-left: 15px;
    }
}

.site-footer .lower-footer .extra-link ul > li + li:before {
    content: "";
    background: #fff;
    width: 15px;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 11px;
}

@media (max-width: 767px) {
    .site-footer .lower-footer .extra-link ul > li + li:before {
        display: none;
    }
}

.site-footer .lower-footer .extra-link ul a {
    font-size: 14px;
    color: #6e6e6f;
}

.site-footer .lower-footer .extra-link ul a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.footer-style-1 {
    background: url("../images/footer-shape.png") center bottom/100% no-repeat local;
    text-align: center;
    height: 100vh;
    min-height: 900px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-style-1 {
        min-height: 700px;
        background-color: rgba(178, 201, 211, 0.1);
    }
}

.footer-style-1 ul {
    list-style: none;
}

.footer-style-1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-style-1 .couple-pic {
    background: url("../images/add/footer-couple-pic-frame.png") center center/cover no-repeat local;
    width: 511px;
    height: 470px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 991px) {
    .footer-style-1 .couple-pic {
        width: 300px;
        height: 276px;
    }
}

.footer-style-1 .couple-pic img {
    max-width: 75%;
    border-radius: 50%;
    position: absolute;
    left: 48%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 7px solid #779966;
}

.footer-style-1 h2 {
    font-family: 'Clicker Script', cursive;
    font-size: 72px;
    font-size: 4.8rem;
    line-height: 1.8em;
    margin: 0;
}

@media (max-width: 991px) {
    .footer-style-1 h2 {
        font-size: 52px;
        font-size: 3.46667rem;
    }
}

@media (max-width: 767px) {
    .footer-style-1 h2 {
        font-size: 42px;
        font-size: 2.8rem;
    }
}

.footer-style-1 h6 {
    font-size: 23px;
    margin: 0 0 1em;
}

.footer-style-1 ul {
    display: inline-block;
}

.footer-style-1 ul li {
    float: left;
}

.footer-style-1 ul > li + li {
    margin-left: 20px;
}

.footer-style-1 ul a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #b2c9d3;
}

.footer-style-1 ul a:hover {
    color: #202a41;
}

.footer-style-1 p {
    font-size: 14px;
    font-size: 0.93333rem;
    margin: 2em 0 0;
}

@media (max-width: 767px) {
    .footer-style-1 p {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

.footer-style-1 p a {
    color: #b2c9d3;
}


/*--------------------------------------------------------------
#0.6  wedding-date
--------------------------------------------------------------*/

.wedding-date {
    text-align: center;
    position: relative;
    padding-bottom: 110px;
}

.wedding-pad {
    padding-top: 237px !important;
}

.wedding-date:after {
    content: "";
    background: url(../images/add/clock_replace.JPG) center center/cover no-repeat local;
    width: 982px;
    height: 405px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    z-index: -1;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .wedding-date {
        padding-bottom: 85px;
    }
}

@media (max-width: 767px) {
    .wedding-date {
        padding-bottom: 65px;
    }
}

.wedding-date h3 {
    font-size: 30px;
    font-size: 1.875pxrem;
    margin: 0;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .wedding-date h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .wedding-date h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wedding-date h3:before,
.wedding-date h3:after {
    content: "";
    background-color: #3e7884;
    width: 40px;
    height: 1px;
    position: absolute;
    left: -55px;
    top: 50%;
}

.wedding-date h3:after {
    left: auto;
    right: -55px;
}

.wedding-date #clock {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    max-width: 740px;
    margin: 60px 0 0;
    position: relative;
    height: 178px;
}

@media (max-width: 991px) {
    .wedding-date #clock {
        height: auto;
    }
}

.wedding-date #clock > div {
    width: 148px;
    height: 175px;
    float: left;
    display: table;
    background: rgba(224, 236, 238, 0.52);
    border: 5px solid #427882;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .wedding-date #clock > div {
        width: 130px;
        height: 132px;
    }
}

@media (max-width: 767px) {
    .wedding-date #clock > div {
        background: none;
        border: 2px solid #3e7884;
        width: calc(50% - 20px);
        height: 50%;
        margin: 10px;
        padding-bottom: 15px;
    }
}

.wedding-date #clock > div > div {
    display: table-cell;
    vertical-align: middle;
}

.wedding-date #clock > div + div {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .wedding-date #clock > div + div {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .wedding-date #clock > div + div {
        margin-left: 10px;
    }
}

.wedding-date #clock .time {
    font-family: 'Clicker Script', cursive;
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1em;
    padding-top: 15px;
    color: #427882;
}

@media (max-width: 991px) {
    .wedding-date #clock .time {
        font-size: 40px;
        font-size: 2.5rem;
    }
}


/*--------------------------------------------------------------
#1.4  cupple-section
--------------------------------------------------------------*/

.cupple-section {
    padding-bottom: 90px;
    position: relative;
}

@media (max-width: 991px) {
    .cupple-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .cupple-section {
        padding-bottom: 30px;
    }
}

.cupple-section .cupple-grids {
    margin: 0 -15px;
    position: relative;
}

@media (max-width: 767px) {
    .cupple-section .cupple-grids {
        margin: 0 -7.5px;
    }
}

.cupple-section .cupple-grids .grid {
    width: calc(33% - 7px);
    float: left;
    margin: 0 5px 30px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .cupple-section .cupple-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .cupple-section .cupple-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
        padding: 35px 20px;
    }
}

@media (max-width: 550px) {
    .cupple-section .cupple-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.cupple-section .grid .overlay {
    background: url(../images/add/cuple-over.jpg) center center/cover no-repeat local;
    ;
    width: 100%;
    height: 101%;
    padding: 30px;
    position: absolute;
    left: 0;
    top: -10%;
    display: table;
    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;
    visibility: hidden;
}

.cupple-section .grid .overlay .middle {
    display: table-cell;
    vertical-align: middle;
}

.cupple-section .grid .overlay .middle h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 0.7em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .cupple-section .grid .overlay .middle h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .cupple-section .grid .overlay .middle h3 {
        font-size: 20px;
    }
}

.cupple-section .grid .overlay a:hover {
    background: #fff;
    color: #427882;
}

.cupple-section .grid:hover .overlay {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.cupple-section .grid .overlay .middle img {
    width: 90px;
}

.cupple-section .entry-meta {
    position: relative;
}

.entry-meta-ma-top {
    margin-top: 125px;
}

@media (max-width: 991px) {
    .entry-meta-ma-top {
        margin-top: 0px;
    }
}

.cupple-section ul {
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .cupple-section ul {
        padding-top: 10px;
    }
}

.cupple-section ul li {
    float: left;
}

.cupple-section ul > li + li {
    margin-left: 10px;
}

.cupple-section ul li a {
    display: block;
    background-color: #427882;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

@media (max-width: 991px) {
    .cupple-section ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

.cupple-section ul li a:hover {
    background-color: #3e7884;
}

.cupple-section .left-shape {
    content: "";
    background: url(../images/add/shape-left.png) center center/cover no-repeat local;
    width: 430px;
    height: 521px;
    position: absolute;
    left: 0%;
    top: 0%;
}

@media (max-width: 1199px) {
    .cupple-section .left-shape {
        width: 107px;
        height: 120px;
    }
}

.cupple-section .right-shape {
    content: "";
    background: url(../images/add/shape-right.png) center center/cover no-repeat local;
    width: 189px;
    position: absolute;
    width: 399px;
    height: 521px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199px) {
    .cupple-section .right-shape {
        width: 127px;
        height: 116px;
    }
}


/*--------------------------------------------------------------
#0.8  love-sotry-section
--------------------------------------------------------------*/

.love-sotry-section {
    text-align: center;
}

.love-sotry-section-pad-top {
    padding-top: 140px;
}

.love-sotry-section-pad-bot {
    padding-bottom: 75px;
}

.love-sotry-section .story-grids {
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    .love-sotry-section .story-grids {
        padding: 65px 25px;
    }
}

.love-sotry-section h3 {
    font-size: 40px;
    margin: 0 0 0.4em;
}

@media (max-width: 991px) {
    .love-sotry-section h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.love-sotry-section .story-grids .date {
    font-size: 17px;
    display: block;
    color: #000;
    margin-bottom: 0px;
}

.love-sotry-section .story-grids .grid img {
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 15px;
}

.love-sotry-section .story-grids .grid:hover img {
    overflow: hidden;
    visibility: visible;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.love-sotry-section .story-grids p {
    font-size: 18px;
    font-weight: 300;
    padding: 25px;
}

.love-sotry-section .story-grids .grid {
    position: relative;
    background: #f5fffe url(../images/add/story-bg.png) center center/cover no-repeat local;
    width: calc(50% - 30px);
    float: left;
    padding: 140px 50px 100px;
    margin: 0 15px 30px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 4px 13.65px 7.35px rgba(115, 115, 115, 0.18);
    box-shadow: 0px 4px 13.65px 7.35px rgba(115, 115, 115, 0.18);
}

@media (max-width: 991px) {
    .love-sotry-section .story-grids .grid {
        width: 100%;
        margin: 10px;
        padding-bottom: 15px;
        padding-bottom: 75px;
        margin-bottom: 60px;
    }
}

.love-sotry-section .story-grids .grid:nth-child(2),
.love-sotry-section .story-grids .grid:nth-child(3) {
    background: #f5fffe url(../images/add/story-bg-1.png) center center/cover no-repeat local;
}

.love-sotry-section .story-grids .grid:after {
    font-family: 'themify';
    content: "\e634";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 0;
}

.love-sotry-section .story-grids .grid:before {
    content: "";
    background: #d0d5e9;
    width: 1px;
    height: 45px;
    position: absolute;
    left: 50%;
    bottom: 25px;
}

@media (max-width: 767px) {
    .love-sotry-section .story-grids .grid:before {
        height: 25px;
        bottom: 15px;
    }
}


/*--------------------------------------------------------------
#0.8  story-section
--------------------------------------------------------------*/

.story-section {
    position: relative;
    border-top: 2px solid #f5f6f6;
}

.story-section .story-timeline {
    position: relative;
}


/*
.story-section .story-shape {
    content: "";
    background: url(../images/add/story-shape.png) center center/cover no-repeat local;
    width: 484px;
    height: 200px;
    position: absolute;
    left: 0%;
    top: 0%;
}*/

.story-section .story-timeline:after {
    content: "";
    background: rgba(62, 120, 132, 0.23);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .story-section .story-timeline:after {
        display: none;
    }
}

.story-section .story-timeline > .row {
    position: relative;
    padding: 60px 0;
    box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
    border-radius: 20px;
}

.story-section .story-timeline > .row .horizontal-line {
    background: rgba(94, 154, 142, 0.1);
    width: 70%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.story-section .story-timeline > .row + .row {
    margin-top: 50px;
    padding-top: 60px;
}

@media (max-width: 991px) {
    .story-section .story-timeline > .row + .row {
        padding-top: 0;
    }
}

.story-section .story-timeline > .row > .col:first-child {
    padding: 0 55px;
}

@media (max-width: 1199px) {
    .story-section .story-timeline > .row > .col:first-child {
        padding: 0 45px;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline > .row > .col:first-child {
        padding: 0 15px;
    }
}

.story-section .story-timeline > .row > .col:last-child {
    padding: 0 55px;
}

@media (max-width: 1199px) {
    .story-section .story-timeline > .row > .col:last-child {
        padding: 0 45px;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline > .row > .col:last-child {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline .story-text {
        background: rgba(94, 154, 142, 0.05);
        padding: 35px 25px;
    }
}

@media screen and (min-width: 992px) {
    .story-section .story-timeline .right-align-text {
        text-align: right;
    }
}

.story-section .story-timeline .text-holder {
    position: relative;
}

@media (max-width: 991px) {
    .story-section .story-timeline .text-holder {
        border: 0;
        padding-top: 0 !important;
    }
}

.story-section .story-timeline .text-holder .heart {
    background-color: #427882d6;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    border: 2px solid rgb(66, 120, 130);
    position: absolute;
    left: -22px;
    top: -108px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

@media (max-width: 991px) {
    .story-section .story-timeline .text-holder .heart {
        display: none;
    }
}

.story-section .story-timeline .text-holder .fa {
    color: #fff;
}

.story-section .story-timeline .right-heart .heart {
    left: auto;
    right: -22px;
    position: absolute;
    -webkit-animation: pointerMoving 1.3s infinite;
    animation: pointerMoving 1.3s infinite;
}

.story-section .story-timeline h3 {
    font-size: 22px;
    font-weight: 600;
    color: #427882;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .story-section .story-timeline h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .story-section .story-timeline h3 {
        font-size: 18px;
    }
}

.story-section .story-timeline .more {
    color: #3e7884;
    font-weight: 600;
}

.story-section .story-timeline .more:hover {
    text-decoration: underline;
}

.story-section .story-timeline .date {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.story-section .story-timeline p {
    margin-bottom: 20px;
}

.story-section .story-timeline img {
    display: inline-block;
    border-radius: 10px;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.story-section .story-timeline .row:hover img {
    overflow: hidden;
    visibility: visible;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.story-section .video-holder {
    position: relative;
}

.story-section .video-holder .video-play-btn {
    background: rgba(255, 255, 255, 0.8);
    width: 55px;
    height: 55px;
    line-height: 52px;
    text-align: center;
    font-size: 25px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    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%);
}

.story-section .video-holder .video-play-btn i {
    color: #427882;
}

.story-section .story-timeline .story-slider .owl-controls {
    display: none;
}


/*--------------------------------------------------------------
#0.9  wedding-location-section
--------------------------------------------------------------*/

.wedding-location-section {
    padding-bottom: 70px;
}

.wedding-location-section .location-grids {
    margin: 0 -15px;
}

.wedding-location-section .location-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 50px;
    position: relative;
}

@media (max-width: 1199px) {
    .wedding-location-section .location-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .wedding-location-section .location-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}

@media (max-width: 550px) {
    .wedding-location-section .location-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.wedding-location-section .location-grids .grid .datails {
    padding: 30px 30px 50px;
    background: #f5fffe;
    -webkit-box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
    box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
}

.wedding-location-section .img-holder {
    position: relative;
}

.wedding-location-section .img-holder:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 15px;
    border: 2px solid rgba(62, 120, 132, 0.6);
}

.wedding-location-section .date {
    background-color: rgba(62, 120, 132, 0.8784313725490196);
    padding: 8px 18px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 767px) {
    .wedding-location-section .date {
        padding: 15px 20px;
        right: 20px;
        top: 20px;
    }
}

.wedding-location-section .date p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    margin: 0;
}

.wedding-location-section .date p span {
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.wedding-location-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin: 0.2em 0 1em;
}

@media (max-width: 991px) {
    .wedding-location-section h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.wedding-location-section ul {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.wedding-location-section ul li {
    display: inline-block;
    color: #ababab;
    margin-bottom: 15px;
}

.wedding-location-section ul > li + li {
    float: left;
    margin-right: 20px;
}

.wedding-location-section ul i {
    display: inline-block;
    color: #3e7884;
    padding-right: 5px;
    font-weight: 600;
}

.wedding-location-section p {
    margin-bottom: 1.9em;
    color: #8a8c8c;
    display: inline-block;
}


/*--------------------------------------------------------------
#1.0  wishes-section
--------------------------------------------------------------*/

.wishes-section {
    background: url("../images/wishes.jpg") center center/cover no-repeat local;
    text-align: center;
    padding: 120px 0;
    position: relative;
}

.wishes-section:before {
    content: "";
    background-color: rgba(62, 120, 132, 0.60);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.wishes-section h2 {
    color: #fff;
    font-family: 'Clicker Script', cursive;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .wishes-section h2 {
        font-size: 54px
    }
}

.wishes-section p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-bottom: 2em;
    line-height: 1.5em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .wishes-section p {
        font-size: 18px
    }
}


/*--------------------------------------------------------------
#1.1  groomsmen-bridesmaid
--------------------------------------------------------------*/

.groomsmen-bridesmaid {
    text-align: center;
    padding-bottom: 37px;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids {
        margin: 0 -7.5px;
    }
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
    width: calc(25% - 30px);
    margin: 0 15px 50px;
    float: left;
    position: relative;
}

@media (max-width: 991px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 60px;
    }
}

@media (max-width: 500px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid .img-holder {
    position: relative;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid .img-holder img {
    border-radius: 50%;
    border: 5px solid #fff;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid .social-links {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    bottom: 35%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid .social-links li {
    margin-right: 2px;
    float: none;
    display: inline-block;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid .social-links li:last-child {
    margin-right: 0;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid .social-links a {
    background-color: #3e7884;
    border-radius: 50%;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid:hover .social-links {
    opacity: 1;
    bottom: 150px;
    visibility: visible;
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid:hover .social-links {
        bottom: 160px;
    }
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid .social-links a:hover {
    background-color: #284950;
}

.groomsmen-bridesmaid .details {
    padding: 30px 45px 15px;
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .details {
        padding: 45px 25px 15px;
    }
}

.groomsmen-bridesmaid h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0.2em;
    color: #fff;
    font-family: 'Clicker Script', cursive;
}

@media (max-width: 1199px) {
    .groomsmen-bridesmaid h4 {
        font-size: 28px;
    }
}

.groomsmen-bridesmaid p {
    color: #fff;
}


/*--------------------------------------------------------------
#1.2  gallery-section
--------------------------------------------------------------*/

.gallery-section {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .gallery-section {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .gallery-section {
        padding-top: 20px;
    }
}

.gallery-section .gallery-grids {
    margin: 0 -7.5px;
}

@media (max-width: 767px) {
    .gallery-section .gallery-grids {
        margin: 0 -7.5px;
    }
}

.gallery-section .gallery-grids .grid {
    width: calc(33.33% - 15px);
    float: left;
    padding: 0 7.5px 15px;
    overflow: hidden !important;
    position: relative;
}

@media (max-width: 991px) {
    .gallery-section .gallery-grids .grid {
        width: calc(33.33% - 15px);
    }
}

@media (max-width: 767px) {
    .gallery-section .gallery-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 15px;
    }
}

@media (max-width: 600px) {
    .gallery-section .gallery-grids .grid {
        width: 50%;
        margin: -3px;
    }
}

.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.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

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

.gallery-section .video-play-btn i {
    width: 45px;
    height: 45px;
    background: #3e7884;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    position: absolute;
    left: calc(50% - 22.5px);
    top: calc(50% - 22.5px);
}


/*--------------------------------------------------------------
#1.3  rsvp-section
--------------------------------------------------------------*/

.rsvp-section {
    position: relative;
    padding: 100px 0;
}

.rsvp-section .shape {
    background: url(../images/add/rsvp-shap.jpg) center bottom/cover no-repeat local;
    position: absolute;
    width: 50.79%;
    height: 100%;
    position: absolute;
    top: 0;
    border: none;
}

@media (max-width: 991px) {
    .rsvp-section {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .rsvp-section {
        padding-top: 65px;
    }
}

.rsvp-section .rspv-form {
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(62, 120, 132, 0.10);
    box-shadow: 0px 14px 36.21px 14.79px rgba(62, 120, 132, 0.10);
    text-align: center;
    position: relative;
    padding: 65px 80px;
}

@media (max-width: 767px) {
    .rsvp-section .rspv-form {
        padding: 45px 50px;
    }
}

.rsvp-section h3,
.rsvp-section p {
    position: relative;
}

.rsvp-section h3 {
    font-family: 'Clicker Script', cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: 0;
}

@media (max-width: 767px) {
    .rsvp-section h3 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.rsvp-section p {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    margin: 0;
}

.rsvp-section form {
    position: relative;
    margin-top: 50px;
}

.rsvp-section form::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form:-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form:-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form > div {
    text-align: left;
}

.rsvp-section form > div + div {
    margin-top: 40px;
}

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

.rsvp-section form input,
.rsvp-section form select,
.rsvp-section form textarea {
    border: 0;
    border-bottom: 1px solid #e9ebf2;
    border-radius: 0;
}

.rsvp-section form input:focus,
.rsvp-section form select:focus,
.rsvp-section form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rsvp-section form select {
    color: #adb0bd;
    font-style: normal;
}

.rsvp-section form textarea {
    height: 120px;
}


/*--------------------------------------------------------------
#1.4  gift-registry-section 
--------------------------------------------------------------*/

.gift-registry-section {
    padding-bottom: 105px;
}

.gift-registry-section .grid {
    width: 25%;
    float: left;
    text-align: center;
    border: 1px solid #eeeeee;
    margin: -1px 0 0 -1px;
    padding: 25px;
}

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

.gift-registry-section img {
    display: inline-block;
}

.gift-title p {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-style: italic;
}

@media (max-width: 767px) {
    .gift-title p {
        margin-top: 20px;
        font-size: 17px;
    }
}


/*# sourceMappingURL=style.css.map