/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@font-face {
  font-family: "Libre Baskerville"; }
/* =========================================================
        General
============================================================ */
body {
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2c2c2c;
  background-color: #212226;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important; }

html {
  /*font-family: 'Lato', sans-serif!important;*/ }

html,
body {
  width: 100%;
  height: 100%; }

/* ================= Font style ==================== */
.style-font {
  font-family: "Libre Baskerville" !important; }

/* ================= Link style ==================== */
a {
  color: #fa93bd; }

a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none; }

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

/* ================= Transition elements ==================== */
a,
.navbar a,
.form-control {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

/* =========================================================
        Typography 
============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville";
  font-weight: 400;
  margin: 0 0 20px; }

h1 {
  font-size: 38px; }

h2 {
  font-family: "Libre Baskerville";
  font-size: 125px;
  font-weight: 700;
  color: #efefef;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.39); }
  @media (max-width: 766px) {
    h2 {
      font-size: 100px; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 50px; } }

h3 {
  font-family: "Libre Baskerville";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #666666; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p img {
  margin: 0; }

p {
  margin: 0 0 15px;
  line-height: 24px; }

hr {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

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

/* =========================================================
        Button STYLE 
============================================================ */
.btn {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700; }

.btn.active,
.btn:active {
  box-shadow: none; }

button,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; }

.btn {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn-default {
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f84891;
  background-color: transparent;
  border-top: 1px solid #988383;
  border-left: 1px transparent;
  border-right: 1px transparent;
  border-bottom: 1px transparent;
  border-radius: 0;
  padding: 8px 22px; }

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  border-top: 1px solid red;
  background-color: transparent; }

@media screen and (max-width: 480px) {
  .btn-default {
    padding: 10px 20px !important; } }
.btn-primary {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  background-color: #fa93bd;
  border: 0;
  border-color: transparent;
  padding: 9px 30px;
  border-radius: 25px; }

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #ff67a5;
  border-radius: 0;
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@media screen and (max-width: 480px) {
  .btn-primary {
    padding: 10px 30px !important; } }
/* =========================================================
        Color Presets For Class
============================================================ */
.text-color {
  color: #8a8a8a !important; }

.theme-color {
  color: #f878ab !important; }

.link-color {
  color: #fa93bd !important; }

.link-color-bg {
  background-color: #fa93bd !important; }

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

.white-bg {
  background-color: #ffffff !important; }

.white-color {
  color: #ffffff !important; }

.black-color {
  color: #000000 !important; }

.pink-color {
  color: #fd5a9d !important; }

.blue-color {
  color: #083465 !important; }

.facebook-bg {
  background: #106ed2; }

.twitter-bg {
  background: #3ad0fb; }

.linkedin-bg {
  background: #1379bb; }

.light-gray-bg {
  background-color: #f5f7fa !important; }

.blue-bg {
  background-color: #00aeff !important; }

.dark-blue-bg {
  background-color: #54acd2 !important; }

.green-bg {
  background-color: #61bd6d !important; }

.green-dark-bg {
  background-color: #1abc9c !important; }

.purple-bg {
  background-color: #9365b8 !important; }

.purple-color {
  color: #9365b8 !important; }

.dark-purple-bg {
  background-color: #475577 !important; }

.orange-bg {
  background-color: #f15b42 !important; }

/* =========================================================
        Global Classes 
============================================================ */
.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.section-padding {
  padding: 110px 0 !important; }

.inline-block {
  display: inline-block; }

/*margin top*/
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

/*margin bottom*/
.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

/*Margin Top Bottom*/
.mtb-15 {
  margin: 15px 0 !important; }

/*margin right*/
.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-40 {
  margin-right: 40px !important; }

.mr-70 {
  margin-right: 70px; }

.mr-150 {
  margin-right: 150px; }

.m-mr-70 {
  margin-right: -70px; }

/*margin left*/
.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-45 {
  margin-left: 45px; }

.ml-80 {
  margin-left: 80px; }

.m-ml-115 {
  margin-left: -115px; }

/*padding-top*/
.pt-15 {
  padding-top: 14px !important; }

/*padding-left*/
.pl-0 {
  padding-left: 0px; }

.pl-25 {
  padding-left: 25px; }

.pl-50 {
  padding-left: 50px; }

.pl-65 {
  padding-left: 65px; }

/*padding-right*/
.pr-0 {
  padding-right: 0; }

.pr-25 {
  padding-right: 25px; }

/*padding-bottom*/
.pb-20 {
  padding-bottom: 20px; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

/*padding-left-right*/
.plr-30 {
  padding: 0 30px; }

.plr-50 {
  padding: 0 50px; }

/* =========================================================
        FORM STYLE 
============================================================ */
.form-control {
  height: 46px;
  background-color: #ecf0f1;
  border: 1px solid transparent;
  box-shadow: none;
  transition: inherit; }

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

.contact-form-two .blog-contact-form .form-horizontal .form-group {
  margin: 0 0 55px; }
  .contact-form-two .blog-contact-form .form-horizontal .form-group .form-control {
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    color: #7b7b7b;
    background-color: transparent; }
  .contact-form-two .blog-contact-form .form-horizontal .form-group .subscribeBtn {
    font-size: 14px;
    margin-top: -23px; }

/* =========================================================
        Section-Title STYLE 
============================================================ */
.second-title h2 {
  font-family: "Libre Baskerville" !important;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: .5px;
  color: #000000;
  text-shadow: none;
  margin-bottom: 6px; }
.second-title .sub-title {
  position: relative;
  font-size: 16px;
  color: #000000;
  letter-spacing: 5px; }

/* =========================================================
        Headr STYLE 
============================================================ */
.header-section {
  position: relative; }
  .header-section .navbar {
    background-color: #e9e9e9;
    padding: 20px 0;
    margin: 0;
    z-index: 998;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .header-section .navbar::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      height: 20px;
      background-image: url(../images/img/pattern2.png); }
    .header-section .navbar.sticky {
      height: 50px;
      background-color: #eeeeee;
      padding: 0;
      z-index: 999; }
      .header-section .navbar.sticky::before {
        display: none; }
      .header-section .navbar.sticky .navbar-brand {
        padding: 5px; }
        .header-section .navbar.sticky .navbar-brand .logo img {
          width: 15%;
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header-section .navbar.sticky .navbar-brand img {
          width: 85px !important; }
        .header-section .navbar.sticky .navbar-nav {
          width: 84%; }
          .header-section .navbar.sticky .navbar-nav li > a {
            padding: 15px 6px; } }
    .header-section .navbar.navbar-inverse .navbar-nav > .active > a, .header-section .navbar.navbar-inverse .navbar-nav > .active > a:focus, .header-section .navbar.navbar-inverse .navbar-nav > .active > a:hover {
      color: #e04f5f;
      background: transparent; }
    .header-section .navbar .navbar-brand {
      height: auto;
      font-size: 18px;
      padding: 0;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header-section .navbar .navbar-brand {
          margin: 0; }
          .header-section .navbar .navbar-brand img {
            width: 100px; } }
    .header-section .navbar .navbar-nav {
      width: 73%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header-section .navbar .navbar-nav {
          width: 76%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .header-section .navbar .navbar-nav {
          width: 84%; } }
      .header-section .navbar .navbar-nav li {
        position: relative;
        font-family: "Varela Round", sans-serif;
        font-size: 20px;
        line-height: 38px;
        margin-right: 5px; }
        .header-section .navbar .navbar-nav li::before {
          content: "\f04d";
          font-family: "FontAwesome";
          font-size: 10px;
          position: absolute;
          top: 50%;
          right: -10px;
          color: #fa93bd;
          margin-top: -13px;
          transform: rotate(45deg); }
        .header-section .navbar .navbar-nav li .navbar-brand {
          display: none; }
        .header-section .navbar .navbar-nav li a {
          color: #3d3d3d; }
          .header-section .navbar .navbar-nav li a:hover {
            color: #e04f5f; }
          .header-section .navbar .navbar-nav li a:focus, .header-section .navbar .navbar-nav li a:hover {
            background-color: transparent; }
        .header-section .navbar .navbar-nav li:last-child {
          margin-right: 0; }
          .header-section .navbar .navbar-nav li:last-child::before {
            display: none; }
        .header-section .navbar .navbar-nav li:hover .dropdown {
          transform: translateY(0px);
          visibility: visible;
          opacity: 1; }
        .header-section .navbar .navbar-nav li .dropdown {
          position: absolute;
          width: 130px;
          background: #FFFFFF;
          text-align: center;
          padding: 10px 0;
          transform: translateY(20px);
          visibility: hidden;
          opacity: 0;
          -webkit-transition: 0.3s;
          -khtml-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .header-section .navbar .navbar-nav li .dropdown li {
            margin: 0;
            -webkit-transition: 0.3s;
            -khtml-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .header-section .navbar .navbar-nav li .dropdown li:hover {
              background: #e0dcdc; }
            .header-section .navbar .navbar-nav li .dropdown li a {
              display: block;
              padding: 8px 0;
              -webkit-transition: 0.1s;
              -khtml-transition: 0.1s;
              -moz-transition: 0.1s;
              -ms-transition: 0.1s;
              -o-transition: 0.1s;
              transition: 0.1s; }
              .header-section .navbar .navbar-nav li .dropdown li a:hover {
                /*padding-left: 5px;*/ }
        @media (min-width: 992px) and (max-width: 1199px) {
          .header-section .navbar .navbar-nav li {
            margin-right: 0; }
            .header-section .navbar .navbar-nav li a {
              padding: 15px 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header-section .navbar .navbar-nav li {
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            margin-right: 0; }
            .header-section .navbar .navbar-nav li a {
              padding: 10px 6px; } }

.second-header .navbar {
  background-color: #FFFFFF !important;
  padding: 55px 0;
  /* Medium devices (desktops, 992px and up) */ }
  .second-header .navbar.sticky {
    height: 60px;
    background-color: #FFFFFF !important; }
    .second-header .navbar.sticky .navbar-nav {
      padding: 18px 0; }
    .second-header .navbar.sticky .second-logo {
      width: 120px !important; }
      .second-header .navbar.sticky .second-logo img {
        width: 100%; }
  .second-header .navbar::before {
    display: none; }
  .second-header .navbar .navbar-nav {
    width: 65%; }
    .second-header .navbar .navbar-nav li {
      font-family: "Varela Round", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 48px;
      border-right: 2px solid #878585; }
      .second-header .navbar .navbar-nav li:last-child {
        border: 0; }
      .second-header .navbar .navbar-nav li a {
        color: #4c4c4c;
        padding: 2px 15px; }
      .second-header .navbar .navbar-nav li .dropdown {
        background: #e6e6e6; }
        .second-header .navbar .navbar-nav li .dropdown li {
          line-height: 30px;
          border-right: 0; }
  .second-header .navbar .navbar-brand .second-logo {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 250px;
    -webkit-transition: 0.8s;
    -khtml-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .second-header .navbar .navbar-brand .second-logo img {
      width: 100%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .second-header .navbar .navbar-nav li {
      font-size: 15px;
      border-right: 1px solid #878585; }
      .second-header .navbar .navbar-nav li a {
        padding: 2px 10px; }
    .second-header .navbar .navbar-brand .second-logo {
      width: 220px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .second-header .navbar {
      padding: 30px 0; }
      .second-header .navbar.sticky {
        height: 60px; }
        .second-header .navbar.sticky .navbar-nav {
          width: 75%;
          padding: 13px 0; }
          .second-header .navbar.sticky .navbar-nav li {
            font-size: 15px;
            border-right: 1px solid #878585; }
            .second-header .navbar.sticky .navbar-nav li:last-child {
              border: 0; }
            .second-header .navbar.sticky .navbar-nav li a {
              padding: 2px 5px; }
        .second-header .navbar.sticky .second-logo {
          width: 60px !important; }
      .second-header .navbar .navbar-nav li {
        margin: 5px 0; }
      .second-header .navbar .navbar-brand .second-logo {
        width: 120px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .second-header .navbar {
      padding: 30px 0; }
      .second-header .navbar .navbar-brand .second-logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100px; }
      .second-header .navbar.sticky .second-logo {
        width: 85px !important; } }
  @media (max-width: 479px) {
    .second-header .navbar {
      padding: 10px 0; }
      .second-header .navbar .navbar-brand .second-logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 70px; }
      .second-header .navbar.sticky .second-logo {
        width: 50px !important; } }

/* =========================================================
        Slider STYLE 
============================================================ */
.slider-section {
  background: url(../images/header-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 766px) {
    .slider-section {
      margin-top: 80px; } }
  .slider-section .fixed-image .item {
    position: absolute; }
    @media (max-width: 767px) {
      .slider-section .fixed-image .item {
        display: none !important; } }
  .slider-section .fixed-image .item-1 {
    top: 1500px;
    left: 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .slider-section .fixed-image .item-1 img {
        width: 140px; } }
  .slider-section .fixed-image .item-2 {
    top: 860px;
    right: 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .slider-section .fixed-image .item-2 img {
        width: 90px; } }
  .slider-section .fixed-image .item-3 {
    top: 600px;
    left: 50px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .slider-section .fixed-image .item-3 img {
        width: 140px; } }
  .slider-section .fixed-image .item-4 {
    top: 250px;
    right: -25px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .slider-section .fixed-image .item-4 img {
        width: 160px; } }
  .slider-section .main-wrapper {
    position: relative;
    bottom: -15px; }




  .slider-section .slider-content {
    padding-top: 205px; }
    @media (max-width: 479px) {
      .slider-section .slider-content {
        padding-top: 150px; } }


            @media (max-width: 479px) {
      .groom {
/*        text-align: center;*/
        width:75% } }




    @media (max-width: 991px) {
      .slider-section .slider-content .tp-banner-container .tp-banner .tp-caption.caption-text img {
        width: 100%; } }
    .slider-section .slider-content .tp-banner-container .tp-banner .tp-caption.heading-text {
      font-family: "Libre Baskerville";
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #FFFFFF; }
    .slider-section .slider-content .tp-banner-container .tp-banner .tp-caption.small-text {
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 1px;
      color: #FFFFFF; }
    .slider-section .slider-content .title-action .title-text .style-dot-left {
      top: 3px; }
    .slider-section .slider-content .title-action .title-text .style-dot-left,
    .slider-section .slider-content .title-action .title-text .style-dot-right {
      position: relative; }
      .slider-section .slider-content .title-action .title-text .style-dot-left::before, .slider-section .slider-content .title-action .title-text .style-dot-left::after,
      .slider-section .slider-content .title-action .title-text .style-dot-right::before,
      .slider-section .slider-content .title-action .title-text .style-dot-right::after {
        content: "\f111";
        font-family: "FontAwesome";
        font-size: 5px;
        position: absolute;
        left: -16px;
        width: 5px;
        height: 5px;
        color: #FFFFFF; }
      .slider-section .slider-content .title-action .title-text .style-dot-left::before,
      .slider-section .slider-content .title-action .title-text .style-dot-right::before {
        top: -11px; }
      .slider-section .slider-content .title-action .title-text .style-dot-left::after,
      .slider-section .slider-content .title-action .title-text .style-dot-right::after {
        bottom: 13px; }
    .slider-section .slider-content .title-action .title-text .style-dot-right {
      top: -22px;
      right: -102px; }
      .slider-section .slider-content .title-action .title-text .style-dot-right::before {
        top: 4px; }
      .slider-section .slider-content .title-action .title-text .style-dot-right::after {
        bottom: 4px; }

.slider-second-section {
  position: relative;
  background: url(../images/slider-2/slider.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
    /*&::before{
        content: "";
        position: absolute;
        left: 0;
        bottom: -200px;
        width: 100%;
        height: 300px;
        background: url(../images/header-shap2.png) no-repeat;

        @media (max-width : 480px) {
            bottom: -60px;
        }
    }*/ }
  .slider-second-section .tp-banner-container {
    height: 100%; }
    .slider-second-section .tp-banner-container .tp-banner {
      height: 100%; }
      .slider-second-section .tp-banner-container .tp-banner .header-text {
        font-size: 160px !important;
        line-height: 80px !important;
        color: #FFFFFF; }
        .slider-second-section .tp-banner-container .tp-banner .header-text .small {
          font-size: 72px !important;
          line-height: 42px !important; }
        .slider-second-section .tp-banner-container .tp-banner .header-text .color {
          color: #122d48; }
        .slider-second-section .tp-banner-container .tp-banner .header-text .date {
          font-size: 30px !important;
          line-height: 25px !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          .slider-second-section .tp-banner-container .tp-banner .header-text {
            font-size: 100px !important;
            line-height: 50px !important; }
            .slider-second-section .tp-banner-container .tp-banner .header-text .date {
              font-size: 20px !important;
              line-height: 15px !important; } }
        @media (max-width: 767px) {
          .slider-second-section .tp-banner-container .tp-banner .header-text {
            font-size: 80px !important;
            line-height: 40px !important; }
            .slider-second-section .tp-banner-container .tp-banner .header-text .date {
              font-size: 20px !important;
              line-height: 15px !important; } }

.blog-slider-section {
  background: url(../images/blog-bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  max-height: 800px;
  overflow: hidden; }

/* =========================================================
        Introduching STYLE 
============================================================ */
.introduching-section .introduching-part-one {
  padding-top: 190px; }
  @media (max-width: 991px) {
    .introduching-section .introduching-part-one {
      padding-top: 50px; } }
  .introduching-section .introduching-part-one .intro-container {
    padding: 0 50px 105px 50px; }
    @media (max-width: 991px) {
      .introduching-section .introduching-part-one .intro-container {
        padding-top: 50px; } }
    @media (max-width: 766px) {
      .introduching-section .introduching-part-one .intro-container {
        padding-left: 0;
        padding-right: 0; } }
    .introduching-section .introduching-part-one .intro-container .introduce-wrapper {
      margin-top: -50%; }
      @media (max-width: 991px) {
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper {
          text-align: center;
          margin: 70px 0 50px; } }
      .introduching-section .introduching-part-one .intro-container .introduce-wrapper .person-title {
        color: rgba(255, 255, 255, 0.31);
        text-shadow: none;
        line-height: 40px;
        margin-left: -25px;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .person-title {
            color: rgba(214, 212, 212, 0.23);
            margin: 0; } }
      .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption {
        position: relative;
        display: inline-block;
        z-index: 5; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption:hover::before {
          opacity: 1;
          top: -55px;
          right: 145px; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption:hover::after {
          opacity: 1; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption:hover .social-icon .icon-one,
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption:hover .social-icon .icon-two,
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption:hover .social-icon .icon-three {
          opacity: 1; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption::before {
          content: "";
          position: absolute;
          top: -200px;
          right: 0;
          width: 2px;
          height: 400px;
          margin: 0 auto;
          background-color: #ff4895;
          opacity: 0;
          z-index: -1;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: 1s;
          -khtml-transition: 1s;
          -moz-transition: 1s;
          -ms-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption::after {
          content: "";
          position: absolute;
          left: 15px;
          top: 15px;
          width: 90%;
          height: 90%;
          border-radius: 50%;
          background-color: rgba(4, 26, 88, 0.7);
          opacity: 0;
          z-index: 1;
          -webkit-transition: 3s;
          -khtml-transition: 3s;
          -moz-transition: 3s;
          -ms-transition: 3s;
          -o-transition: 3s;
          transition: 3s; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption img {
          width: 300px;
          border-radius: 50%;
          border: 5px solid #ebebeb;
          padding: 10px; }
          @media (max-width: 767px) {
            .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption img {
              width: 100%; } }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          margin-top: -12px;
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          z-index: 2; }
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-one {
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            -ms-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-two {
            -webkit-transition-delay: 0.5s;
            -moz-transition-delay: 0.5s;
            -ms-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-three {
            -webkit-transition-delay: 0.7s;
            -moz-transition-delay: 0.7s;
            -ms-transition-delay: 0.7s;
            -o-transition-delay: 0.7s;
            transition-delay: 0.7s; }
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-one,
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-two,
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-three {
            opacity: 0; }
            .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-one i,
            .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-two i,
            .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-three i {
              font-size: 20px;
              line-height: 35px;
              height: 35px;
              width: 35px;
              color: #a0a0a0;
              background-color: #FFFFFF;
              border-radius: 50%;
              margin: 0 5px;
              -webkit-transition: 0.5s;
              -khtml-transition: 0.5s;
              -moz-transition: 0.5s;
              -ms-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-one i:hover,
              .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-two i:hover,
              .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .social-icon .icon-three i:hover {
                color: #FFFFFF;
                background-color: #fa93bd; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-caption .border-effect {
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          border: 5px solid #ff4895;
          left: 0;
          top: 0;
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9);
          opacity: 0;
          -webkit-transition: 1s;
          -khtml-transition: 1s;
          -moz-transition: 1s;
          -ms-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
      .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-content .title {
        font-size: 66px;
        font-family: "Libre Baskerville";
        font-weight: 400;
        font-style: italic;
        line-height: 95px;
        color: #041a58;
        margin-bottom: 0;
        margin-top: 10px; }
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-content .title .sub-title {
          font-size: 25px; }
        @media (max-width: 415px) {
          .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-content .title {
            line-height: 50px; } }
      .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-content p {
        font-family: "Varela Round", sans-serif;
        line-height: 26px;
        color: #999999;
        margin-bottom: 40px; }
      @media (max-width: 766px) {
        .introduching-section .introduching-part-one .intro-container .introduce-wrapper .introduce-content {
          padding: 0 !important; } }
  .introduching-section .introduching-part-one .heart-caption {
    position: relative;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%); }
    @media (max-width: 991px) {
      .introduching-section .introduching-part-one .heart-caption {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin: 80px 0 50px; } }
    .introduching-section .introduching-part-one .heart-caption .flute {
      cursor: pointer; }
      .introduching-section .introduching-part-one .heart-caption .flute:hover {
        -webkit-animation-name: hvr-buzz-out;
        animation-name: hvr-buzz-out;
        -webkit-animation-duration: 1.75s;
        animation-duration: 1.75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
    .introduching-section .introduching-part-one .heart-caption .text-field {
      font-size: 20px;
      font-family: "Handlee", cursive;
      color: #ccc;
      display: block;
      margin-top: 5px; }
    .introduching-section .introduching-part-one .heart-caption .heart-1 {
      position: absolute;
      top: 30%;
      right: 7%;
      -webkit-animation: heart2 9.9s both infinite;
      -moz-animation: heart2 9.9s both infinite;
      -ms-animation: heart2 9.9s both infinite;
      -o-animation: heart2 9.9s both infinite;
      animation: heart2 9.9s both infinite; }
      @media (max-width: 991px) {
        .introduching-section .introduching-part-one .heart-caption .heart-1 {
          left: 0;
          right: -20%;
          margin: 0 auto; } }
    .introduching-section .introduching-part-one .heart-caption .heart-2 {
      position: absolute;
      top: 20%;
      right: 3%;
      animation: heart2 6.9s both infinite;
      -o-animation: heart2 6.9s both infinite;
      -ms-animation: heart2 6.9s both infinite;
      -moz-animation: heart2 6.9s both infinite;
      -webkit-animation: heart2 6.9s both infinite; }
      @media (max-width: 991px) {
        .introduching-section .introduching-part-one .heart-caption .heart-2 {
          left: 23%;
          right: 0;
          margin: 0 auto; } }
    .introduching-section .introduching-part-one .heart-caption .heart-3 {
      position: absolute;
      top: 18%;
      right: 18%;
      animation: heart2 4.9s both infinite;
      -o-animation: heart2 4.9s both infinite;
      -ms-animation: heart2 4.9s both infinite;
      -moz-animation: heart2 4.9s both infinite;
      -webkit-animation: heart2 4.9s both infinite; }
      @media (max-width: 991px) {
        .introduching-section .introduching-part-one .heart-caption .heart-3 {
          left: 10%;
          right: 0;
          margin: 0 auto; } }
@-webkit-keyframes heart2 {
  0% {
    opacity: 0.2;
    transform: perspective(400px) translate3d(10px, 0px, 0) scale(1) rotate(5deg); }
  20% {
    opacity: 0.8; }
  40% {
    opacity: 0.1; }
  50% {
    opacity: 0.3;
    transform: perspective(400px) translate3d(10px, -28px, 0) scale(1.3) rotate(45deg); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.2;
    transform: perspective(400px) translate3d(10px, 0px, 0) scale(1) rotate(5deg); } }
@keyframes heart2 {
  0% {
    opacity: 0.2;
    transform: perspective(400px) translate3d(10px, 0px, 0) scale(1) rotate(5deg); }
  20% {
    opacity: 0.8; }
  40% {
    opacity: 0.1; }
  50% {
    opacity: 0.3;
    transform: perspective(400px) translate3d(10px, -28px, 0) scale(1.3) rotate(45deg); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.2;
    transform: perspective(400px) translate3d(10px, 0px, 0) scale(1) rotate(5deg); } }
/* =========================================================
        Counting STYLE 
============================================================ */
.counting-section {
  position: relative;
  margin-top: 15px;
  z-index: 11; }
  .counting-section::before {
    content: "";
    position: absolute;
    width: 300px;
    top: -50px;
    left: 0;
    right: 0;
    border-radius: 50%;
    border-top: 160px solid #fa9fc5;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .counting-section::before {
        display: none; } }
  .counting-section .shap-style::before {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -11.5px;
    left: -317px;
    right: 0;
    margin: 0 auto;
    background: #fa9fc5;
    transform: rotate(-18deg); }
  .counting-section .shap-style::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -11.5px;
    right: -317px;
    left: 0;
    margin: 0 auto;
    background: #fa9fc5;
    transform: rotate(18deg); }
  @media (max-width: 479px) {
    .counting-section .shap-style {
      display: none; } }
  .counting-section .shap-style-2::before {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -6.5px;
    left: -351px;
    right: 0;
    margin: 0 auto;
    background: #fa9fc5;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  .counting-section .shap-style-2::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -7.5px;
    right: -352px;
    left: 0;
    margin: 0 auto;
    background: #fa9fc5;
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    transform: rotate(13deg); }
  @media (max-width: 479px) {
    .counting-section .shap-style-2 {
      display: none; } }
  .counting-section .page-scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: -78px;
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 50%;
    line-height: 57px;
    box-shadow: 0 0 20px #c7c7c7;
    margin: 0 auto;
    z-index: 9; }
    @media (max-width: 479px) {
      .counting-section .page-scroll {
        display: none; } }
  .counting-section .countdown-wrapper {
    background-color: #fa9fc5;
    box-shadow: 0px 7px 15px -8px #757575;
    padding: 0 0 23px; }
    .counting-section .countdown-wrapper #countdown {
      color: #FFFFFF; }
      .counting-section .countdown-wrapper #countdown li {
        margin: 15px 10px 0; }
        .counting-section .countdown-wrapper #countdown li .countdown-time {
          font-family: "Libre Baskerville";
          font-size: 84px;
          font-weight: 700;
          line-height: 105px;
          text-shadow: 1px 2px 4px #565555;
          display: block;
          margin-bottom: 8px; }
        .counting-section .countdown-wrapper #countdown li .countdown-period {
          font-size: 24px;
          line-height: 26px;
          letter-spacing: 2px; }

/* =========================================================
        Story STYLE 
============================================================ */
.story-section .story-part-one {
  position: relative;
  padding-bottom: 114px;
  z-index: 10; }
  .story-section .story-part-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    background: #ebebeb; }
  .story-section .story-part-one .story-container {
    position: relative;
    padding-top: 97px; }
    @media (max-width: 991px) {
      .story-section .story-part-one .story-container {
        padding-top: 80px;
        margin-bottom: 80px; 
        margin-top: 30px;}
        .story-section .story-part-one .story-container .section-title {
          text-align: center !important;
          margin-bottom: 60px; } }
    .story-section .story-part-one .story-container::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: #FFFFFF;
      z-index: -1; }
      @media (max-width: 991px) {
        .story-section .story-part-one .story-container::before {
          display: none; } }
    .story-section .story-part-one .story-container .story-wrapper {
      position: relative;
      padding: 0 50px 0 70px;
      margin-bottom: 35px; }
      @media (max-width: 991px) {
        .story-section .story-part-one .story-container .story-wrapper {
          margin-bottom: 80px; } }
      .story-section .story-part-one .story-container .story-wrapper.first-story {
        position: relative;
        margin-top: 50px; }
        .story-section .story-part-one .story-container .story-wrapper.first-story::before {
          content: "";
          position: absolute;
          top: 64px;
          left: 3px;
          width: 100%;
          height: 100%;
          background: url(../images/img/b-22.png) no-repeat;
          z-index: -1; }
          @media (max-width: 767px) {
            .story-section .story-part-one .story-container .story-wrapper.first-story::before {
              display: none; } }
        .story-section .story-part-one .story-container .story-wrapper.first-story .date {
          left: auto !important;
          right: -86px;
          bottom: 55px !important; }
      .story-section .story-part-one .story-container .story-wrapper.second-story {
        position: relative; }
        .story-section .story-part-one .story-container .story-wrapper.second-story::before {
          content: "";
          position: absolute;
          top: -125px;
          right: -16px;
          width: 60%;
          height: 100%;
          background: url(../images/img/b-11.png) no-repeat;
          z-index: -1; }
          @media (max-width: 767px) {
            .story-section .story-part-one .story-container .story-wrapper.second-story::before {
              display: none; } }
      .story-section .story-part-one .story-container .story-wrapper.third-story {
        position: relative; }
        .story-section .story-part-one .story-container .story-wrapper.third-story::before {
          content: "";
          position: absolute;
          top: 100px;
          right: -4px;
          width: 58%;
          height: 100%;
          background: url(../images/img/b-33.png) no-repeat;
          z-index: -1; }
          @media (max-width: 767px) {
            .story-section .story-part-one .story-container .story-wrapper.third-story::before {
              display: none; } }
      .story-section .story-part-one .story-container .story-wrapper .story-media {
        position: relative;
        box-shadow: 0 0 35px #abaaaa; }
        .story-section .story-part-one .story-container .story-wrapper .story-media img {
          width: 100%; }
        @media (max-width: 1199px) {
          .story-section .story-part-one .story-container .story-wrapper .story-media img {
            width: 100%; } }
        .story-section .story-part-one .story-container .story-wrapper .story-media .play-icon {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0; }
          .story-section .story-part-one .story-container .story-wrapper .story-media .play-icon i {
            position: relative;
            font-size: 20px;
            width: 45px;
            height: 45px;
            line-height: 45px;
            background-color: #FFFFFF;
            border-radius: 50%; }
        .story-section .story-part-one .story-container .story-wrapper .story-media .date {
          position: absolute;
          font-family: "Handlee", cursive;
          font-size: 15.5px;
          letter-spacing: 1px;
          color: #878787;
          left: -90px;
          bottom: 48px;
          margin-right: -4px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      .story-section .story-part-one .story-container .story-wrapper .story-content {
        z-index: 5; }
        .story-section .story-part-one .story-container .story-wrapper .story-content h3 {
          margin: 12px 0 40px; }
        .story-section .story-part-one .story-container .story-wrapper .story-content p {
          font-size: 18px;
          line-height: 30px;
          letter-spacing: .5px;
          color: #999999;
          margin-bottom: 22px; }
      .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect {
        position: absolute;
        right: -33px; }
        .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect.icon-1 {
          top: -18px; }
        .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect.icon-2 {
          top: 35%; }
        .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect.icon-3 {
          bottom: 21%; }
        .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect .shado-effect {
          position: absolute;
          right: 0;
          z-index: -1; }
          .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect .shado-effect::before, .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect .shado-effect::after {
            content: "";
            position: absolute;
            right: -15px;
            top: -15px;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            background-color: #fa93bd;
            opacity: 0;
            z-index: -1; }
          .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect .shado-effect::before {
            animation: effect 3s ease-out infinite; }
          .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect .shado-effect::after {
            animation: effect 3s 0.8s ease-out infinite;
            z-index: 1; }
@keyframes effect {
  0% {
    opacity: 0;
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes effect {
  0% {
    opacity: 0;
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .story-section .story-part-one .story-container .story-wrapper .icon-effect .effect i {
          font-size: 20px;
          width: 35px;
          height: 35px;
          line-height: 35px;
          border-radius: 50%;
          color: #FFFFFF;
          background-color: #fa93bd;
          z-index: 9999; }
      @media (max-width: 991px) {
        .story-section .story-part-one .story-container .story-wrapper .icon-effect {
          display: none; } }
  .story-section .story-part-one .small-view img {
    opacity: 0.9;
    width: 100%;
    padding: 0 15px; }
  .story-section .story-part-one .horse-car {
    position: relative;
    display: inline-block;
    margin-top: 4px; }
    .story-section .story-part-one .horse-car .wheel-one,
    .story-section .story-part-one .horse-car .wheel-two {
      position: absolute; }
    .story-section .story-part-one .horse-car .wheel-one {
      left: -16px;
      right: 0;
      margin: 0 auto;
      bottom: -5px; }
    .story-section .story-part-one .horse-car .wheel-two {
      left: -23px;
      /*left: 272px;*/
      bottom: -6px; }
.story-section .story-part-two {
  position: relative;
  background: url(../images/shado-bg2.png) no-repeat;
  background-position: 50% 2%;
  padding: 50px 0 95px;
  margin-top: -50px; }
  .story-section .story-part-two .second-title {
    margin: 68px 0 55px; }
  .story-section .story-part-two .story-wrapper .nav-tabs li {
    position: relative;
    font-family: "Libre Baskerville";
    float: none;
    display: inline-block;
    margin: 0 40px; }
    .story-section .story-part-two .story-wrapper .nav-tabs li a {
      font-size: 24px;
      line-height: 24px;
      color: #a9a9a9;
      border: 0;
      border-bottom: 2px solid transparent;
      padding: 13px 0; }
      .story-section .story-part-two .story-wrapper .nav-tabs li a:hover {
        background: transparent; }
    .story-section .story-part-two .story-wrapper .nav-tabs li.active::before, .story-section .story-part-two .story-wrapper .nav-tabs li.active::after {
      content: "\f067";
      font-family: "FontAwesome";
      font-size: 10px;
      color: #dedede;
      position: absolute;
      top: 14px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .story-section .story-part-two .story-wrapper .nav-tabs li.active::before {
      left: -15px; }
    .story-section .story-part-two .story-wrapper .nav-tabs li.active::after {
      right: -15px; }
    .story-section .story-part-two .story-wrapper .nav-tabs li.active > a, .story-section .story-part-two .story-wrapper .nav-tabs li.active > a:focus, .story-section .story-part-two .story-wrapper .nav-tabs li.active > a:hover {
      color: #000000;
      background-color: transparent;
      border: 0;
      border-bottom: 2px solid #f0394d; }
  @media (max-width: 767px) {
    .story-section .story-part-two .story-wrapper .tab-content {
      margin: 0 25px; } }
  .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider {
    position: relative;
    padding: 0 150px;
    margin-top: 50px; }
    @media (max-width: 766px) {
      .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider {
        padding: 0; } }
    .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider::before {
      content: "";
      position: absolute;
      top: 242px;
      left: 0;
      right: 0;
      width: 80%;
      height: 1px;
      margin: 0 auto;
      background-color: #e2e2e2; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider li {
      padding: 0 25px; }
      .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider li img {
        margin: 0 auto 35px; }
      .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider li .heart img {
        margin-bottom: 20px; }
      .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider li h4 {
        font-family: "Libre Baskerville";
        font-size: 24px;
        line-height: 32px; }
        .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider li h4 a {
          color: #272727; }
        .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider li h4:hover > a {
          color: #f24d5f; }
      .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider li p {
        font-family: "Varela Round", sans-serif;
        color: #2c2c2c; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-prev {
      left: 0; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-next {
      right: 0; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-prev, .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-next {
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #fff;
      box-shadow: 0 0 15px #dadada;
      border-radius: 50%;
      margin-top: 10px; }
      .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-prev:hover:before, .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-next:hover:before {
        color: #838383; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-prev, .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-next {
          margin-top: -25px; } }
    .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-prev:before, .story-section .story-part-two .story-wrapper .tab-content .tab-loveline .loveline-slider .slick-arrow.slick-next:before {
      font-family: "FontAwesome";
      font-size: 20px;
      color: #e2e2e2;
      opacity: 1;
      line-height: 38px;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .story-section .story-part-two .story-wrapper .tab-content .tab-doc {
    margin-top: 60px; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul {
      padding: 0 130px; }
      @media (max-width: 991px) {
        .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul {
          padding: 0; } }
      .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li {
        padding: 0 20px; }
        @media (max-width: 767px) {
          .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li {
            text-align: center;
            margin-bottom: 50px; } }
        .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li .tab-caption {
          position: relative;
          margin-bottom: 30px;
          width: 150px;
          height: 150px; }
          @media (max-width: 767px) {
            .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li .tab-caption {
              margin: 0 auto; } }
          .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li .tab-caption img {
            border-radius: 50%; }
          .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li .tab-caption .hover-view a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.51);
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: 0.5s;
            -khtml-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li .tab-caption .hover-view a i {
              color: #fff;
              font-size: 30px;
              line-height: 150px; }
          .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li .tab-caption:hover .hover-view > a {
            opacity: 1; }
        .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li h4 {
          font-family: "Libre Baskerville";
          font-size: 24px;
          line-height: 32px; }
          .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li h4 a {
            color: #272727; }
          .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li h4:hover > a {
            color: #f24d5f; }
        .story-section .story-part-two .story-wrapper .tab-content .tab-doc.tab-video ul li p {
          font-family: "Varela Round", sans-serif;
          color: #2c2c2c; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-doc h3 {
      font-family: "Libre Baskerville";
      font-size: 48px;
      font-weight: 300;
      line-height: 50px;
      color: #000000;
      text-align: left;
      margin-left: 300px; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-doc ul {
      display: flex;
      margin-top: 50px; }
      @media (max-width: 767px) {
        .story-section .story-part-two .story-wrapper .tab-content .tab-doc ul {
          display: block; } }
      .story-section .story-part-two .story-wrapper .tab-content .tab-doc ul li {
        font-family: "Varela Round", sans-serif;
        color: #2c2c2c;
        flex: 1;
        padding: 0 30px 0 15px; }
  @media (max-width: 766px) {
    .story-section .story-part-two .story-wrapper .tab-content .tab-doc {
      margin: 0; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-story .tab-caption {
      display: block !important;
      float: none !important;
      margin-top: 50px; }
      .story-section .story-part-two .story-wrapper .tab-content .tab-story .tab-caption img {
        width: 100%; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-story .tab-doc h3 {
      text-align: center;
      margin: 0; }
    .story-section .story-part-two .story-wrapper .tab-content .tab-story .tab-doc ul {
      text-align: center; }
      .story-section .story-part-two .story-wrapper .tab-content .tab-story .tab-doc ul li {
        margin-bottom: 15px; } }

/* =========================================================
        Event STYLE 
============================================================ */
.event-section .event-part-one {
  position: relative;
  background: url(../images/event-one-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 198px 0 220px; }
  @media (max-width: 767px) {
    .event-section .event-part-one {
      padding-bottom: 200px; } }
  .event-section .event-part-one::before {
    content: "";
    position: absolute;
    width: 400px;
    top: -200px;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-bottom: 260px solid #ebebeb;
    -moz-border-bottom: 260px solid #ebebeb;
    -ms-border-bottom: 260px solid #ebebeb;
    -o-border-bottom: 260px solid #ebebeb;
    border-bottom: 260px solid #ebebeb;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .event-section .event-part-one::before {
        display: none; } }
  .event-section .event-part-one .shap-style::before {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -28px;
    left: -317px;
    right: 0;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg); }
  .event-section .event-part-one .shap-style::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -28px;
    right: -317px;
    left: 0;
    margin: 0 auto;
    background: #ebebeb;
    t-webkit-ransform: rotate(-18deg);
    t-moz-ransform: rotate(-18deg);
    t-ms-ransform: rotate(-18deg);
    t-o-ransform: rotate(-18deg);
    transform: rotate(-18deg); }
  @media (max-width: 479px) {
    .event-section .event-part-one .shap-style {
      display: none; } }
  .event-section .event-part-one .shap-style-2::before {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -44px;
    left: -417px;
    right: 0;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg); }
  .event-section .event-part-one .shap-style-2::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -45px;
    right: -442px;
    left: 0;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  @media (max-width: 479px) {
    .event-section .event-part-one .shap-style-2 {
      display: none; } }
  .event-section .event-part-one .scroll a {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 50%;
    line-height: 57px;
    box-shadow: 0 0 10px #c7c7c7;
    margin: 0 auto;
    z-index: 9; }
    @media (max-width: 479px) {
      .event-section .event-part-one .scroll a {
        display: none; } }
  .event-section .event-part-one .fixed-image .item {
    position: absolute; }
    .event-section .event-part-one .fixed-image .item.item-1 {
      left: 100px;
      top: 100px; }
    .event-section .event-part-one .fixed-image .item.item-2 {
      left: 0;
      top: 800px; }
    .event-section .event-part-one .fixed-image .item.item-3 {
      right: 0;
      top: 500px; }
  .event-section .event-part-one .event-left-bar {
    position: relative;
    border: 10px solid #fa9fc5;
    padding: 30px 30px; }
    .event-section .event-part-one .event-left-bar::before {
      content: "";
      position: absolute;
      bottom: -57px;
      left: -11px;
      background: url(../images/img/cloud-bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      width: 102.8%;
      height: 357px;
      z-index: 2; }
    .event-section .event-part-one .event-left-bar .event-caption {
      position: relative;
      display: inline-block;
      box-shadow: 0px 2px 60px -7px #8a8888;
      z-index: 1; }
      @media (max-width: 991px) {
        .event-section .event-part-one .event-left-bar .event-caption {
          display: block;
          margin-right: 0; }
          .event-section .event-part-one .event-left-bar .event-caption img {
            width: 100%; } }
      .event-section .event-part-one .event-left-bar .event-caption::before {
        content: "";
        position: absolute;
        top: 82px;
        right: -95px;
        width: 100%;
        height: 100%;
        background: url(../images/img/b-1.png) no-repeat;
        z-index: -1; }
        @media (max-width: 991px) {
          .event-section .event-part-one .event-left-bar .event-caption::before {
            display: none; } }
    .event-section .event-part-one .event-left-bar .section-title {
      position: absolute;
      left: -31px;
      bottom: -175px;
      z-index: 5; }
      @media (max-width: 991px) {
        .event-section .event-part-one .event-left-bar .section-title {
          bottom: -620px; } }
      .event-section .event-part-one .event-left-bar .section-title h2 {
        color: #FFFFFF;
        text-shadow: none !important;
        margin: 0; }
    .event-section .event-part-one .event-left-bar .tab-content {
      padding-bottom: 20px; }
      .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper {
        position: relative;
        padding: 0 15px;
        z-index: 5; }
        @media (max-width: 767px) {
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper {
            padding-top: 30px;
            padding-left: 0;
            padding-right: 0; } }
        .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper h3 {
          font-size: 24px;
          line-height: 40px;
          text-transform: capitalize;
          color: #fd5a9d; }
          @media (max-width: 767px) {
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper h3 {
              margin-bottom: 0; } }
        .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text {
          position: relative; }
          @media (max-width: 991px) {
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text {
              display: inline-block;
              margin-top: 25px; } }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-left,
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-right {
            position: absolute;
            top: 10px; }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-left::before, .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-left::after,
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-right::before,
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-right::after {
              content: "\f111";
              font-family: "FontAwesome";
              font-size: 6px;
              position: absolute;
              width: 5px;
              height: 5px;
              color: #083465; }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-left::before,
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-right::before {
              top: 3px; }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-left::after,
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-right::after {
              bottom: 3px; }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-left {
            left: -10px; }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .title-text .style-dot-right {
            right: -4px; }
        .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .date {
          font-family: "Libre Baskerville";
          font-weight: 700;
          font-size: 16px;
          font-style: italic;
          color: #083465; }
          @media (max-width: 991px) {
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .date {
              display: block; } }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .date i {
            color: #a3a3a3;
            margin-right: 10px; }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .date .link-color {
            font-weight: 400;
            padding-left: 2px; }
        .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location {
          margin-top: 20px; }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .lockat-box {
            display: inline-block;
            border-top: 2px solid #e7e7e7;
            border-bottom: 2px solid #e7e7e7;
            padding: 10px 0;
            margin-bottom: 20px; }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .lockat-box i {
              font-size: 23px;
              margin-right: 3px;
              color: #083465; }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .lockat-box h4 {
              font-family: "Libre Baskerville";
              font-size: 20px;
              color: #999999;
              display: inline-block;
              margin: 0; }
              .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .lockat-box h4 span {
                font-weight: 700;
                color: #083465; }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .lockat-box .ratting li {
              margin: 0 -1px;
              padding: 0; }
              .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .lockat-box .ratting li i {
                font-size: 16px;
                color: #ffb214;
                margin: 0; }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .time {
            font-size: 18px;
            color: #999999;
            display: block; }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location .time i {
              vertical-align: middle;
              color: #fd5a9d;
              margin-right: 5px; }
          .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address {
            display: inline-block;
            padding: 0 22px;
            margin: 25px 0; }
            @media (max-width: 767px) {
              .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address {
                display: block;
                padding: 0; }
                .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address ul {
                  text-align: center; }
                  .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address ul i {
                    float: none !important; } }
            .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address ul li {
              margin-bottom: 20px; }
              .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address ul li i {
                width: 35px;
                height: 35px;
                line-height: 35px;
                float: left;
                background: #fff;
                text-align: center;
                color: #083465;
                border-radius: 50%;
                box-shadow: 0px 0px 26px #e2dcdc;
                margin-right: 12px; }
              .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address ul li span {
                font-family: "Libre Baskerville";
                font-size: 13px;
                line-height: 34px;
                color: #666666; }
                .event-section .event-part-one .event-left-bar .tab-content .tab-pane .content-wrapper .location address ul li span strong {
                  color: #214975; }
  @media (max-width: 991px) {
    .event-section .event-part-one .event-right-bar {
      margin-top: 125px; }
      .event-section .event-part-one .event-right-bar .nav-tabs {
        text-align: center; }
        .event-section .event-part-one .event-right-bar .nav-tabs li {
          display: inline-block; } }
  .event-section .event-part-one .event-right-bar .nav-tabs {
    border: 0; }
    .event-section .event-part-one .event-right-bar .nav-tabs li {
      position: relative;
      float: none;
      margin: 0;
      margin-bottom: 20px; }
      .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption {
        position: relative;
        margin: 0 auto;
        border: 10px solid #fa9fc5; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption {
            width: auto;
            height: auto; } }
        @media (max-width: 480px) {
          .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption {
            width: auto;
            height: auto; } }
        .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption img {
          width: 100%; }
        .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption .tab-diagram {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          width: 70%;
          height: 70%;
          margin: -85px auto 0;
          background-color: rgba(10, 0, 86, 0.6); }
          @media (min-width: 992px) and (max-width: 1199px) {
            .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption .tab-diagram {
              top: 30px;
              margin: 0 auto; } }
          @media (max-width: 480px) {
            .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption .tab-diagram {
              top: 30px;
              margin: 0 auto; } }
          .event-section .event-part-one .event-right-bar .nav-tabs li .tab-caption .tab-diagram h4 {
            position: relative;
            top: 50%;
            left: 0;
            right: 0;
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-top: -17px;
            margin-bottom: 0; }
      .event-section .event-part-one .event-right-bar .nav-tabs li a {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 8px 0;
        font-size: 18px;
        font-weight: 400;
        display: inline-block;
        text-align: center;
        color: #FFFFFF;
        background-color: #fa93bd;
        border: 0;
        margin: 0; }
  @media (max-width: 767px) {
    .event-section .event-part-one .event-right-bar .nav-tabs {
      text-align: center;
      margin-top: 50px; }
      .event-section .event-part-one .event-right-bar .nav-tabs li {
        display: inline-block;
        margin: 0 15px; } }
  @media (max-width: 480px) {
    .event-section .event-part-one .event-right-bar .nav-tabs li {
      margin: 0px; } }
.event-section .event-part-two {
  position: relative;
  padding-bottom: 100px; }
  .event-section .event-part-two .event-wrapper {
    position: relative; }
    .event-section .event-part-two .event-wrapper .map-section {
      max-height: 500px; }
      .event-section .event-part-two .event-wrapper .map-section .overlap {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.85) !important; }
      .event-section .event-part-two .event-wrapper .map-section .check {
        top: 50%;
        width: 50px;
        margin: -20px auto 0; }
      .event-section .event-part-two .event-wrapper .map-section .adp {
        display: none; }
    .event-section .event-part-two .event-wrapper .time-part {
      position: relative;
      margin: 100px 250px 0 100px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .event-section .event-part-two .event-wrapper .time-part {
          margin: 50px 190px 0 50px; } }
      @media (max-width: 991px) {
        .event-section .event-part-two .event-wrapper .time-part {
          margin: 300px 50px 50px 50px; } }
      .event-section .event-part-two .event-wrapper .time-part h3 {
        font-family: "Libre Baskerville" !important;
        font-size: 24px;
        font-weight: 400;
        color: #242424;
        text-align: center; }
      .event-section .event-part-two .event-wrapper .time-part ul {
        margin-left: 15px; }
        .event-section .event-part-two .event-wrapper .time-part ul li {
          font-family: "Varela Round", sans-serif;
          color: #242424;
          border-bottom: 1px solid #c2c2c2;
          padding: 12px 0; }
    .event-section .event-part-two .event-wrapper #event-slider .event-caption {
      height: 500px; }
      .event-section .event-part-two .event-wrapper #event-slider .event-caption img {
        width: 100%;
        height: 100%; }
    .event-section .event-part-two .event-wrapper #event-slider.carousel img {
      margin: 0 auto; }
    .event-section .event-part-two .event-wrapper #event-slider .carousel-control {
      top: auto;
      bottom: -100px;
      text-shadow: none;
      opacity: 1;
      left: auto;
      bottom: -300px; }
      @media (max-width: 991px) {
        .event-section .event-part-two .event-wrapper #event-slider .carousel-control {
          margin: 0 auto;
          bottom: -250px; } }
      .event-section .event-part-two .event-wrapper #event-slider .carousel-control i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        color: #dddcdc;
        text-align: center;
        box-shadow: 0 0 20px 5px rgba(218, 214, 214, 0.67); }
      .event-section .event-part-two .event-wrapper #event-slider .carousel-control.left, .event-section .event-part-two .event-wrapper #event-slider .carousel-control.right {
        background-image: none; }
      .event-section .event-part-two .event-wrapper #event-slider .carousel-control.left {
        left: auto;
        right: 65px; }
        @media (max-width: 991px) {
          .event-section .event-part-two .event-wrapper #event-slider .carousel-control.left {
            left: -60px;
            right: 0; } }
      @media (max-width: 991px) {
        .event-section .event-part-two .event-wrapper #event-slider .carousel-control.right {
          left: 0;
          right: -60px; } }
    .event-section .event-part-two .event-wrapper .contact {
      margin-top: 100px; }
      .event-section .event-part-two .event-wrapper .contact .number {
        font-family: "Libre Baskerville";
        font-size: 24px;
        font-weight: 600;
        color: #242424;
        display: block;
        padding-bottom: 10px; }
      .event-section .event-part-two .event-wrapper .contact .mail {
        font-family: "Varela Round", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #242424; }
    .event-section .event-part-two .event-wrapper .location {
      position: absolute;
      top: 400px;
      left: 0;
      right: 0;
      background-color: #122d48;
      width: 265px;
      padding: 0 40px 40px;
      margin: 0 auto;
      z-index: 5; }
      .event-section .event-part-two .event-wrapper .location h4 {
        font-family: "Libre Baskerville" !important;
        font-size: 24px;
        background-color: #f0394d;
        display: inline-block;
        padding: 7px 27px;
        margin-bottom: 30px; }
      .event-section .event-part-two .event-wrapper .location span {
        font-family: "Libre Baskerville";
        font-size: 24px;
        font-weight: 600px; }
      .event-section .event-part-two .event-wrapper .location p {
        font-family: "Varela Round", sans-serif;
        margin: 30px 0 40px; }
      .event-section .event-part-two .event-wrapper .location #location-carousel.carousel img {
        margin: 0 auto; }
      .event-section .event-part-two .event-wrapper .location #location-carousel .carousel-control {
        top: auto;
        bottom: -89px;
        text-shadow: none;
        opacity: 1;
        left: auto; }
        .event-section .event-part-two .event-wrapper .location #location-carousel .carousel-control i {
          width: 50px;
          height: 50px;
          line-height: 50px;
          border-radius: 50%;
          color: #dddcdc;
          text-align: center;
          box-shadow: 0 0 5px #dad6d6; }
        .event-section .event-part-two .event-wrapper .location #location-carousel .carousel-control.left, .event-section .event-part-two .event-wrapper .location #location-carousel .carousel-control.right {
          background-image: none; }
        .event-section .event-part-two .event-wrapper .location #location-carousel .carousel-control.left {
          left: auto;
          right: 60px; }
        .event-section .event-part-two .event-wrapper .location #location-carousel .carousel-control.right {
          right: -428%; }

/* =========================================================
        People (Wedding-team) STYLE 
============================================================ */
.people-inner-section {
  position: relative;
  padding: 105px 0 0;
    /*.single-border{
        position: absolute;
        width: 1px;
        height: 150%;
        top: 0;
        right: 0;
        background: #dadada;
        margin: 0 auto;
        z-index: 5;

        @media (min-width : 1500px) and (max-width : 2100px) {
            height: 180%;
        }

        @media (min-width : 992px) and (max-width : 1499px) {
            height: 200%;
        }

        @media (min-width : 768px) and (max-width : 991px) {
            height: 200%;
        }

        @media (max-width: 767px){
            display: none;
        }
    }

    .single-border{
        left: 40%;
    }*/
  /*.another-border{
      left: -40%;
  }*/ }
  .people-inner-section::before {
    content: "";
    position: absolute;
    width: 300px;
    top: -50px;
    left: 0;
    right: 0;
    border-radius: 50%;
    border-top: 160px solid #ebebeb;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .people-inner-section::before {
        display: none; } }
  .people-inner-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background: #ebebeb;
    z-index: 3; }
  .people-inner-section .shap-style::before {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -11.5px;
    left: -317px;
    right: 0;
    margin: 0 auto;
    background: #ebebeb;
    transform: rotate(-18deg); }
  .people-inner-section .shap-style::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -11.5px;
    right: -317px;
    left: 0;
    margin: 0 auto;
    background: #ebebeb;
    transform: rotate(18deg); }
  @media (max-width: 479px) {
    .people-inner-section .shap-style {
      display: none; } }
  .people-inner-section .shap-style-2::before {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -5.5px;
    left: -371px;
    right: 0;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-11deg); }
  .people-inner-section .shap-style-2::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 50px;
    top: -5.5px;
    right: -367px;
    left: 0;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    transform: rotate(9deg); }
  @media (max-width: 479px) {
    .people-inner-section .shap-style-2 {
      display: none; } }
  .people-inner-section .section-title {
    position: relative;
    z-index: 5; }
  .people-inner-section .wed-team.slick-slider {
    max-height: 400px;
    z-index: 9; }
    @media (min-width: 1500px) and (max-width: 2100px) {
      .people-inner-section .wed-team.slick-slider {
        max-height: 600px;
        margin-top: 7px; } }
    .people-inner-section .wed-team.slick-slider .item {
      position: relative;
      text-align: center;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(0.67);
      -moz-transform: scale(0.67);
      -ms-transform: scale(0.67);
      -o-transform: scale(0.67);
      transform: scale(0.67); }
      @media (min-width: 1200px) and (max-width: 1499px) {
        .people-inner-section .wed-team.slick-slider .item {
          -webkit-transform: scale(0.5);
          -moz-transform: scale(0.5);
          -ms-transform: scale(0.5);
          -o-transform: scale(0.5);
          transform: scale(0.5); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .people-inner-section .wed-team.slick-slider .item {
          -webkit-transform: scale(0.4);
          -moz-transform: scale(0.4);
          -ms-transform: scale(0.4);
          -o-transform: scale(0.4);
          transform: scale(0.4); } }
      .people-inner-section .wed-team.slick-slider .item.slick-active .hover-content {
        opacity: 0;
        display: none; }
      .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center {
        position: relative;
        z-index: 5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center {
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8); } }
        .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 50px;
          width: 70%;
          height: 72%;
          margin: 0 auto;
          background: url(../images/img/b-21.png) no-repeat;
          opacity: 0;
          z-index: -1;
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center::after {
          content: "";
          position: absolute;
          top: -80px;
          left: 78px;
          right: 0;
          width: 3px;
          height: 510px;
          margin: 0 auto;
          background-color: #ff4895;
          opacity: 0;
          z-index: -1;
          transform: rotate(45deg);
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          /*@media (min-width : 992px) and (max-width : 1199px) {
              height: 190%;
              right: -60px;
          }*/ }
        .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center .hover-content {
          position: absolute;
          right: 32px;
          bottom: -18px;
          opacity: 1;
          display: block; }
          @media (min-width: 1500px) and (max-width: 2100px) {
            .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center .hover-content {
              right: 117px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center .hover-content {
              right: -65px; } }
          @media (max-width: 766px) {
            .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center .hover-content {
              display: none; } }
          .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center .hover-content .title {
            font-family: "Libre Baskerville";
            font-size: 20px;
            font-weight: 600;
            line-height: 25px;
            letter-spacing: 1px;
            color: #505050;
            margin-bottom: -5px; }
            @media (min-width: 1500px) and (max-width: 2100px) {
              .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center .hover-content .title {
                font-size: 22px;
                letter-spacing: 1px; } }
          .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center .hover-content span {
            font-size: 15px;
            line-height: 30px;
            color: #a5a5a5; }
        .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center:hover::before {
          opacity: 1;
          transform: translate(-81px, 92px); }
          @media (min-width: 1500px) and (max-width: 2100px) {
            .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center:hover::before {
              transform: translate(-14px, 95px); } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center:hover::before {
              width: 88%;
              transform: translate(-51px, 92px); } }
          @media (max-width: 991px) {
            .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center:hover::before {
              display: none; } }
        .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center:hover::after {
          opacity: 1;
          top: -38px;
          left: 0; }
          @media (max-width: 1200px) {
            .people-inner-section .wed-team.slick-slider .item.slick-active.slick-center:hover::after {
              display: none; } }
      .people-inner-section .wed-team.slick-slider .item .people-caption {
        display: inline-block; }
        @media (min-width: 767px) and (max-width: 991px) {
          .people-inner-section .wed-team.slick-slider .item .people-caption {
            width: 100%; } }
        .people-inner-section .wed-team.slick-slider .item .people-caption::before {
          content: "";
          position: absolute;
          top: -200px;
          right: 0;
          width: 2px;
          height: 400px;
          margin: 0 auto;
          background-color: #ff4895;
          opacity: 0;
          z-index: -1;
          transform: rotate(45deg);
          -webkit-transition: 0.5s;
          -khtml-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .people-inner-section .wed-team.slick-slider .item .people-caption:hover .people-inner-section .wed-team.slick-slider .item .people-caption::before {
          opacity: 1;
          top: -55px;
          right: 145px; }
      .people-inner-section .wed-team.slick-slider .item:focus {
        outline: none; }
    .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev, .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next {
      top: 55%;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 55px;
      height: 55px;
      text-align: center;
      background-color: #f5f5f5;
      border-radius: 50%;
      box-shadow: 0px 0px 15px #c1bfbf;
      z-index: 6; }
      .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev:hover, .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next:hover {
        background-color: #FFFFFF; }
      .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev::before, .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next::before {
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 55px;
        color: #c9c9c9; }
        @media (min-width: 768px) and (max-width: 992px) {
          .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev::before, .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next::before {
            font-size: 15px;
            line-height: 35px; } }
      @media (min-width: 1500px) and (max-width: 2100px) {
        .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev, .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next {
          top: 45%; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev, .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next {
          width: 35px;
          height: 35px;
          top: 95%; } }
    .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev {
      left: -44%; }
      @media (min-width: 1500px) and (max-width: 2100px) {
        .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev {
          left: -35%; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev {
          left: -7%; } }
      .people-inner-section .wed-team.slick-slider .slick-arrow.slick-prev::before {
        content: "\f177"; }
    .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next {
      right: -44%; }
      @media (min-width: 1500px) and (max-width: 2100px) {
        .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next {
          right: -35%; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next {
          right: -7%; } }
      .people-inner-section .wed-team.slick-slider .slick-arrow.slick-next::before {
        content: "\f178"; }

/* =========================================================
        Gallery STYLE 
============================================================ */
.gallery-section .gallery-section-one {
  position: relative;
  padding: 45px 0 150px;
  z-index: 9; }
  @media (max-width: 766px) {
    .gallery-section .gallery-section-one {
      padding-bottom: 100px; } }
  .gallery-section .gallery-section-one::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 255px;
    background: url(../images/img/gallery-bg.png) no-repeat;
    background-position: 50% 125%; }
    @media (max-width: 766px) {
      .gallery-section .gallery-section-one::before {
        display: none; } }
  .gallery-section .gallery-section-one .section-title {
    margin-bottom: 55px; }
  .gallery-section .gallery-section-one .title-number {
    position: absolute;
    bottom: 26px;
    right: 0;
    color: rgba(255, 253, 253, 0.56);
    font-size: 110px;
    font-weight: 700;
    font-family: "Libre Baskerville"; }
  .gallery-section .gallery-section-one .main-gallery {
    width: 100%;
    height: 620px;
    padding-top: 200px;
    overflow: hidden; }
    @media (min-width: 1500px) and (max-width: 2100px) {
      .gallery-section .gallery-section-one .main-gallery {
        height: 800px;
        padding-top: 220px; } }
    @media (min-width: 991px) and (max-width: 1199px) {
      .gallery-section .gallery-section-one .main-gallery {
        height: 420px;
        padding-top: 90px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .gallery-section .gallery-section-one .main-gallery {
        padding-top: 115px; } }
    .gallery-section .gallery-section-one .main-gallery ul {
      display: flex; }
      .gallery-section .gallery-section-one .main-gallery ul li {
        position: relative;
        flex: 1;
        transition: all .5s; }
        .gallery-section .gallery-section-one .main-gallery ul li.active {
          top: -140px !important;
          flex: 2; }
          @media (min-width: 1500px) and (max-width: 2100px) {
            .gallery-section .gallery-section-one .main-gallery ul li.active {
              top: -200px !important; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .gallery-section .gallery-section-one .main-gallery ul li.active {
              top: -80px !important; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .gallery-section .gallery-section-one .main-gallery ul li.active {
              top: -110px !important; } }
        .gallery-section .gallery-section-one .main-gallery ul li img {
          width: 100%; }
        .gallery-section .gallery-section-one .main-gallery ul li:nth-child(1) {
          top: 30px; }
        .gallery-section .gallery-section-one .main-gallery ul li:nth-child(2) {
          top: 0px; }
        .gallery-section .gallery-section-one .main-gallery ul li:nth-child(3) {
          top: 50px; }
        .gallery-section .gallery-section-one .main-gallery ul li:nth-child(4) {
          top: 20px; }
        .gallery-section .gallery-section-one .main-gallery ul li:nth-child(5) {
          top: 70px; }
        .gallery-section .gallery-section-one .main-gallery ul li:nth-child(6) {
          top: 10px; }
  .gallery-section .gallery-section-one .lb-album li {
    position: relative;
    z-index: 1; }
  .gallery-section .gallery-section-one .lb-album li > a,
  .gallery-section .gallery-section-one .lb-album li > a img {
    display: block; }
  .gallery-section .gallery-section-one .lb-album li > a {
    width: 150px;
    height: 150px;
    position: relative;
    padding: 10px;
    background: #f1d2c2; }
  .gallery-section .gallery-section-one .lb-overlay {
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 99;
    text-align: center;
    background: #f1d2c2;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, #f1d2c2));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%);
    background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #f1d2c2 100%); }
  .gallery-section .gallery-section-one .lb-overlay a.lb-close {
    background: rgba(0, 0, 0, 0.78);
    z-index: 1001;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: -25px;
    opacity: 0;
    filter: alpha(opacity=0);
    /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /*IE8*/
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s linear 1.2s;
    -moz-transition: opacity 0.3s linear 1.2s;
    -o-transition: opacity 0.3s linear 1.2s;
    -ms-transition: opacity 0.3s linear 1.2s;
    transition: opacity 0.3s linear 1.2s; }
  .gallery-section .gallery-section-one .lb-overlay img {
    /* height: 100%; For Opera max-height does not seem to work */
    max-height: 100%;
    position: relative;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    z-index: 9999; }
  .gallery-section .gallery-section-one .lb-overlay:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    padding: 80px 100px 120px 100px; }
  .gallery-section .gallery-section-one .lb-overlay:target img {
    -webkit-animation: scaleDown 1.2s ease-in-out;
    -moz-animation: scaleDown 1.2s ease-in-out;
    -o-animation: scaleDown 1.2s ease-in-out;
    -ms-animation: scaleDown 1.2s ease-in-out;
    animation: scaleDown 1.2s ease-in-out; }
  .gallery-section .gallery-section-one .lb-overlay:target a.lb-close,
  .gallery-section .gallery-section-one .lb-overlay:target > div {
    opacity: 1;
    filter: alpha(opacity=99);
    /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/ }
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(10, 10);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1; } }
@-moz-keyframes scaleDown {
  0% {
    -moz-transform: scale(10, 10);
    opacity: 0; }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1; } }
@-o-keyframes scaleDown {
  0% {
    -o-transform: scale(10, 10);
    opacity: 0; }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1; } }
@-ms-keyframes scaleDown {
  0% {
    -ms-transform: scale(10, 10);
    opacity: 0; }
  100% {
    -ms-transform: scale(1, 1);
    opacity: 1; } }
@keyframes scaleDown {
  0% {
    transform: scale(10, 10);
    opacity: 0; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }
.gallery-section .gallery-section-two {
  padding: 110px 0; }
  .gallery-section .gallery-section-two .second-title {
    margin-bottom: 50px; }
  .gallery-section .gallery-section-two .gallery-grid .gallery-button {
    margin-bottom: 58px;
    border-bottom: 1px solid #dddcdc; }
    .gallery-section .gallery-section-two .gallery-grid .gallery-button .filter-btn {
      position: relative;
      font-family: "Libre Baskerville";
      font-size: 24px;
      line-height: 55px;
      letter-spacing: 1px;
      color: #b1b1b1;
      display: inline-block;
      margin: 0 30px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .gallery-section .gallery-section-two .gallery-grid .gallery-button .filter-btn:hover {
        color: #010101; }
      .gallery-section .gallery-section-two .gallery-grid .gallery-button .filter-btn.active {
        color: #010101 !important;
        border-bottom: 2px solid #f0394d; }
        .gallery-section .gallery-section-two .gallery-grid .gallery-button .filter-btn.active::before, .gallery-section .gallery-section-two .gallery-grid .gallery-button .filter-btn.active::after {
          content: "\f067";
          font-family: "FontAwesome";
          font-size: 10px;
          color: #a9a9a9;
          position: absolute;
          top: 2px;
          transform: rotate(45deg); }
        .gallery-section .gallery-section-two .gallery-grid .gallery-button .filter-btn.active::before {
          left: -20px; }
        .gallery-section .gallery-section-two .gallery-grid .gallery-button .filter-btn.active::after {
          right: -20px; }
  .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper {
    background: #FFFFFF; }
    .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li {
      position: relative;
      background: #FFFFFF;
      padding-bottom: 15px;
      padding-top: 15px;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li {
          overflow: hidden;
          padding: 5px; }
          .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li.gallery-caption img {
            width: 100%; } }
      @media (max-width: 991px) {
        .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li {
          padding: 0; }
          .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li img {
            width: 100%; } }
      @media (max-width: 640px) {
        .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li {
          width: 100%;
          margin-bottom: 15px; } }
      .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li .gallery-caption img {
        width: 100%; }
      .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li .gallery-caption .hover-view {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 28px);
        height: calc(100% - 28px);
        background: rgba(0, 0, 0, 0.77);
        margin: 14px;
        opacity: 0;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li .gallery-caption .hover-view {
            margin: 5px;
            width: calc(100% - 10px);
            height: calc(100% - 10px); } }
        @media (max-width: 991px) {
          .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li .gallery-caption .hover-view {
            margin: 0;
            width: 100%;
            height: 100%; } }
        .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li .gallery-caption .hover-view i {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          color: #FFFFFF;
          font-size: 25px;
          text-align: center;
          margin-top: -10px; }
      .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li:hover .hover-view {
        opacity: 1; }
      .gallery-section .gallery-section-two .gallery-grid .gallery-wrapper .courses li a {
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }

/* =========================================================
        Blog STYLE 
============================================================ */
.blog-section {
  padding: 55px 0 0; }
  .blog-section .blog-part-one {
    padding-top: 37px; }
    .blog-section .blog-part-one .blog-one-wrapper .post-wrapper {
      position: relative;
      padding-left: 40px;
      padding-bottom: 40px;
      z-index: 1;
      -webkit-transition: 1.5s;
      -khtml-transition: 1.5s;
      -moz-transition: 1.5s;
      -ms-transition: 1.5s;
      -o-transition: 1.5s;
      transition: 1.5s; }
      @media (max-width: 766px) {
        .blog-section .blog-part-one .blog-one-wrapper .post-wrapper {
          padding: 20px; } }
      .blog-section .blog-part-one .blog-one-wrapper .post-wrapper::before {
        content: "";
        position: absolute;
        left: -17px;
        top: 56px;
        width: 100%;
        height: 100%;
        background: url(../images/img/blog-one/b.png) no-repeat;
        z-index: -1;
        -webkit-transition: 1s;
        -khtml-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
        @media (max-width: 766px) {
          .blog-section .blog-part-one .blog-one-wrapper .post-wrapper::before {
            display: none; } }
      .blog-section .blog-part-one .blog-one-wrapper .post-wrapper .post-content {
        padding: 15px 0;
        -webkit-transition: 1s;
        -khtml-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
        .blog-section .blog-part-one .blog-one-wrapper .post-wrapper .post-content h4 {
          font-size: 20px;
          color: #666666;
          margin-bottom: 0;
          -webkit-transition: 5s;
          -khtml-transition: 5s;
          -moz-transition: 5s;
          -ms-transition: 5s;
          -o-transition: 5s;
          transition: 5s; }
    .blog-section .blog-part-one .blog-one-wrapper .owl-controls {
      text-align: right; }
      .blog-section .blog-part-one .blog-one-wrapper .owl-controls .owl-dots .owl-dot.active span {
        width: 14px;
        height: 14px;
        background: #f878ab;
        margin-top: -2px; }
      .blog-section .blog-part-one .blog-one-wrapper .owl-controls .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #2e213b; }
  .blog-section .blog-part-two {
    margin-top: -30px; }
    .blog-section .blog-part-two .second-title {
      margin: 15px 0 120px; }
    .blog-section .blog-part-two .blog-wrapper .effect {
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .blog-section .blog-part-two .blog-wrapper .effect.blur {
        box-shadow: 0px 0px 20px 10px white;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.1; }
        .blog-section .blog-part-two .blog-wrapper .effect.blur .wedding-box a {
          opacity: 0.1; }
        .blog-section .blog-part-two .blog-wrapper .effect.blur .post-content h3 > a, .blog-section .blog-part-two .blog-wrapper .effect.blur .post-content p, .blog-section .blog-part-two .blog-wrapper .effect.blur .post-content post-date {
          text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
          opacity: 0.5; }
      .blog-section .blog-part-two .blog-wrapper .effect.active {
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -o-transform: scale(1.09);
        -ms-transform: scale(1.09);
        transform: scale(1.09);
        box-shadow: 0px 0px 11px rgba(60, 60, 60, 0.55);
        z-index: 100;
        opacity: 1; }
        @media (max-width: 991px) {
          .blog-section .blog-part-two .blog-wrapper .effect.active {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); } }
      .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper {
        overflow: hidden; }
        @media (max-width: 991px) {
          .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper {
            margin-bottom: 70px; }
            .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper img {
              width: 100%; } }
        .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .wedding-box {
          margin: 20px 0 30px; }
          .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .wedding-box li a {
            font-family: "Varela Round", sans-serif;
            font-size: 10px;
            font-weight: 700;
            color: #010101;
            text-transform: uppercase;
            border: 1px solid #eaeaea;
            padding: 13px 20px;
            -webkit-transition: 0.5s;
            -khtml-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .wedding-box li a:hover {
              color: #FFFFFF;
              border-color: #f24d5f;
              background-color: #f24d5f; }
        .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content {
          padding: 0 20px 30px; }
          @media (max-width: 991px) {
            .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content {
              text-align: center; } }
          .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content h3 {
            font-family: "Libre Baskerville";
            font-size: 24px;
            font-weight: 400;
            line-height: 30px; }
            .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content h3 a {
              color: #23282d; }
              .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content h3 a:hover {
                color: #f24d5f; }
          .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content p {
            font-family: "Varela Round", sans-serif;
            font-weight: 700;
            letter-spacing: .3px;
            color: #23282d;
            margin-bottom: 40px; }
          .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content .post-date {
            font-family: "Varela Round", sans-serif;
            font-size: 10px;
            font-weight: 700;
            color: #010101;
            border: 1px solid #eaeaea;
            padding: 13px 22px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .blog-section .blog-part-two .blog-wrapper .effect .post-wrapper .post-content .post-date {
                font-size: 9px;
                padding: 13px 10px; } }

/* =========================================================
        Client STYLE 
============================================================ */
.client-section {
  position: relative;
  padding: 93px 0 105px;
  z-index: 5; }
  .client-section .client-wrapper img {
    /*margin: 0 30px;*/ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .client-section .client-wrapper img {
        margin: 0 20px;
        width: 18%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .client-section .client-wrapper img {
        margin: 0 20px;
        width: 16%; } }
    @media (max-width: 767px) {
      .client-section .client-wrapper img {
        margin: 15px 10px;
        width: 40%; } }
  .client-section .client-wrapper-two {
    display: flex; }
    @media (min-width: 1500px) {
      .client-section .client-wrapper-two {
        margin-bottom: 100px; } }
    .client-section .client-wrapper-two .client-caption {
      flex: 1;
      /*padding: 0 15px;*/ }
      @media (min-width: 992px) and (max-width: 1199px) {
        .client-section .client-wrapper-two .client-caption img {
          width: 80%; } }
      @media (max-width: 991px) {
        .client-section .client-wrapper-two .client-caption img {
          margin: 15px; } }
      @media (max-width: 540px) {
        .client-section .client-wrapper-two .client-caption img {
          width: 150px; } }
    @media (max-width: 991px) {
      .client-section .client-wrapper-two {
        display: block; } }

/* =========================================================
        Reservation STYLE 
============================================================ */
.reservation-section {
  position: relative; }
  .reservation-section .reserve-form-one {
    position: relative;
    background-color: #2e213b;
    background-attachment: fixed;
    overflow: hidden;
    padding: 195px 0 50px; }
    @media (max-width: 766px) {
      .reservation-section .reserve-form-one {
        padding: 110px 0 50px; } }
    .reservation-section .reserve-form-one::before {
      content: "";
      position: absolute;
      width: 400px;
      top: -200px;
      left: 0;
      right: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-border-bottom: 260px solid #ebebeb;
      -moz-border-bottom: 260px solid #ebebeb;
      -ms-border-bottom: 260px solid #ebebeb;
      -o-border-bottom: 260px solid #ebebeb;
      border-bottom: 260px solid #ebebeb;
      margin: 0 auto;
      z-index: 2; }
      @media (max-width: 479px) {
        .reservation-section .reserve-form-one::before {
          display: none; } }
    .reservation-section .reserve-form-one::after {
      content: "";
      position: absolute;
      width: 72%;
      height: 880px;
      top: -46%;
      left: 0;
      right: 0;
      border-radius: 50%;
      background-color: #382b46;
      margin: 0 auto;
      z-index: 0; }
      @media (min-width: 1500px) and (max-width: 2100px) {
        .reservation-section .reserve-form-one::after {
          width: 50%;
          top: -50%; } }
      @media (max-width: 767px) {
        .reservation-section .reserve-form-one::after {
          width: 90%;
          height: 740px; } }
    .reservation-section .reserve-form-one .shap-style::before {
      content: "";
      position: absolute;
      width: 189px;
      height: 50px;
      top: -28px;
      left: -317px;
      right: 0;
      margin: 0 auto;
      background: #ebebeb;
      z-index: 2;
      transform: rotate(18deg); }
    .reservation-section .reserve-form-one .shap-style::after {
      content: "";
      position: absolute;
      width: 189px;
      height: 50px;
      top: -28px;
      right: -317px;
      left: 0;
      margin: 0 auto;
      background: #ebebeb;
      z-index: 2;
      transform: rotate(-18deg); }
    @media (max-width: 479px) {
      .reservation-section .reserve-form-one .shap-style {
        display: none; } }
    .reservation-section .reserve-form-one .shap-style-2::before {
      content: "";
      position: absolute;
      width: 189px;
      height: 50px;
      top: -43px;
      left: -400px;
      right: 0;
      margin: 0 auto;
      background: #ebebeb;
      z-index: 2;
      transform: rotate(10deg); }
    .reservation-section .reserve-form-one .shap-style-2::after {
      content: "";
      position: absolute;
      width: 189px;
      height: 50px;
      top: -43px;
      right: -400px;
      left: 0;
      margin: 0 auto;
      background: #ebebeb;
      z-index: 2;
      transform: rotate(-10deg); }
    @media (max-width: 479px) {
      .reservation-section .reserve-form-one .shap-style-2 {
        display: none; } }
    .reservation-section .reserve-form-one .scroll a {
      position: absolute;
      left: 0;
      right: 0;
      top: 30px;
      width: 57px;
      height: 57px;
      background: #fff;
      border-radius: 50%;
      line-height: 57px;
      box-shadow: 0 0 10px #c7c7c7;
      margin: 0 auto;
      z-index: 9; }
      @media (max-width: 479px) {
        .reservation-section .reserve-form-one .scroll a {
          display: none; } }
    .reservation-section .reserve-form-one .fixed-image .item {
      position: absolute;
      z-index: 1; }
    .reservation-section .reserve-form-one .fixed-image .item-1 {
      right: 250px;
      top: 490px; }
    .reservation-section .reserve-form-one .fixed-image .item-2 {
      top: 800px;
      left: 400px; }
    .reservation-section .reserve-form-one .fixed-image .item-3 {
      top: 900px;
      right: 200px; }
    .reservation-section .reserve-form-one .fixed-image .item-4 {
      right: 0;
      top: 180px; }
    .reservation-section .reserve-form-one .fixed-image .item-5 {
      left: 0;
      top: 400px; }
    @media (max-width: 767px) {
      .reservation-section .reserve-form-one .fixed-image {
        display: none; } }
    .reservation-section .reserve-form-one .form-one-wrapper {
      position: relative;
      padding: 50px 0;
      z-index: 5; }
      .reservation-section .reserve-form-one .form-one-wrapper::before {
        content: "";
        position: absolute;
        top: 30px;
        left: -80px;
        width: 150px;
        height: 180px;
        background: url(../images/img/rosee.png) no-repeat;
        z-index: 5; }
        @media (max-width: 479px) {
          .reservation-section .reserve-form-one .form-one-wrapper::before {
            display: none; } }
      .reservation-section .reserve-form-one .form-one-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/img/reserve-from-one-border-2.png) no-repeat;
        background-position: 100% 0%;
        /*background-size: contain;*/
        z-index: -1; }
        @media (max-width: 1199px) {
          .reservation-section .reserve-form-one .form-one-wrapper::after {
            background: transparent;
            border: 5px solid #fa93bd; } }
      .reservation-section .reserve-form-one .form-one-wrapper .form-content {
        margin-bottom: 60px; }
        .reservation-section .reserve-form-one .form-one-wrapper .form-content h2 {
          color: #c4c2c6;
          text-shadow: none;
          margin-bottom: 25px; }
          @media (min-width: 768px) and (max-width: 1199px) {
            .reservation-section .reserve-form-one .form-one-wrapper .form-content h2 {
              font-size: 75px;
              margin-bottom: 0; } }
        .reservation-section .reserve-form-one .form-one-wrapper .form-content .sub-title {
          font-size: 20px;
          font-weight: 700;
          line-height: 26px;
          color: #FFFFFF;
          letter-spacing: 1px; }
        .reservation-section .reserve-form-one .form-one-wrapper .form-content p {
          color: #FFFFFF;
          margin-top: 20px; }
          @media (min-width: 768px) and (max-width: 1199px) {
            .reservation-section .reserve-form-one .form-one-wrapper .form-content p {
              margin-top: 10px; } }
      @media (max-width: 767px) {
        .reservation-section .reserve-form-one .form-one-wrapper form {
          padding: 0 50px; } }
      @media (max-width: 479px) {
        .reservation-section .reserve-form-one .form-one-wrapper form {
          padding: 0 15px; } }
      .reservation-section .reserve-form-one .form-one-wrapper form .form-group {
        margin-bottom: 25px; }
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .form-control {
          border-radius: 0;
          background-color: #FFFFFF;
          border: 0; }
          .reservation-section .reserve-form-one .form-one-wrapper form .form-group .form-control.text-form {
            height: auto; }
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .dropdown .btn {
          width: 100%;
          font-size: 15px;
          font-weight: 400;
          color: #929090;
          background-color: #FFFFFF;
          border-radius: 0; }
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .dropdown .dropdown-menu {
          border-radius: 0;
          width: 100%; }
          .reservation-section .reserve-form-one .form-one-wrapper form .form-group .dropdown .dropdown-menu li a {
            font-size: 15px;
            font-weight: 600;
            padding: 5px 20px; }
          .reservation-section .reserve-form-one .form-one-wrapper form .form-group .dropdown .dropdown-menu li:hover a {
            color: #fa93bd;
            margin-left: 5px; }
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .checkbox {
          font-size: 15px;
          color: #FFFFFF;
          display: inline-block; }
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .checkbox input[type=checkbox],
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .checkbox-inline input[type=checkbox],
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .radio input[type=radio],
        .reservation-section .reserve-form-one .form-one-wrapper form .form-group .radio-inline input[type=radio] {
          margin-top: 6px; }
      @media (max-width: 766px) {
        .reservation-section .reserve-form-one .form-one-wrapper form .form-inline {
          text-align: center; } }
      .reservation-section .reserve-form-one .form-one-wrapper form .form-inline .form-group {
        position: relative;
        width: 52%;
        padding: 0 15px;
        z-index: 9; }
        @media (max-width: 767px) {
          .reservation-section .reserve-form-one .form-one-wrapper form .form-inline .form-group {
            width: 100%;
            margin: 0 0 30px;
            padding: 0; }
            .reservation-section .reserve-form-one .form-one-wrapper form .form-inline .form-group .btn {
              font-size: 13px; } }
        .reservation-section .reserve-form-one .form-one-wrapper form .form-inline .form-group:last-child {
          margin-left: 16px; }
          @media (min-width: 768px) and (max-width: 1199px) {
            .reservation-section .reserve-form-one .form-one-wrapper form .form-inline .form-group:last-child {
              margin-left: 15px; } }
          @media (max-width: 766px) {
            .reservation-section .reserve-form-one .form-one-wrapper form .form-inline .form-group:last-child {
              margin-left: 0; } }
  .reservation-section .reserve-form-two {
    background-size: cover;
    /*background: url(../images/r-bg.jpg) no-repeat;*/
    padding: 105px 0 0px; }
    .reservation-section .reserve-form-two .form-two-wrapper {
      position: relative;
      padding: 0 0 145px; }
      .reservation-section .reserve-form-two .form-two-wrapper::before {
        content: "";
        position: absolute;
        top: -97px;
        width: 100%;
        height: 100%;
        background: url(../images/form-2-bg.png) no-repeat;
        background-position: center center; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .reservation-section .reserve-form-two .form-two-wrapper::before {
            width: 120%;
            left: -48px; } }
      .reservation-section .reserve-form-two .form-two-wrapper .form-content {
        position: relative;
        margin: 80px 0 45px; }
        .reservation-section .reserve-form-two .form-two-wrapper .form-content h2 {
          font-family: "Libre Baskerville" !important;
          font-size: 72px;
          line-height: 80px;
          color: #939393;
          text-shadow: none; }
        .reservation-section .reserve-form-two .form-two-wrapper .form-content .sub-title {
          font-family: "Varela Round", sans-serif;
          font-size: 20px;
          line-height: 26px;
          color: #424040;
          letter-spacing: 1.5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .reservation-section .reserve-form-two .form-two-wrapper form {
          padding: 0 80px; } }
      @media only screen and (min-width: 540px) and (max-width: 767px) {
        .reservation-section .reserve-form-two .form-two-wrapper form {
          padding: 0 130px; } }
      .reservation-section .reserve-form-two .form-two-wrapper form .form-group {
        margin-bottom: 30px; }
        .reservation-section .reserve-form-two .form-two-wrapper form .form-group .form-control {
          border: 0;
          border-radius: 0;
          background-color: #ffffff;
          box-shadow: 0 0 25px #e0e0e0; }
      .reservation-section .reserve-form-two .form-two-wrapper form .form-inline .form-group {
        width: 50%; }
        @media (max-width: 767px) {
          .reservation-section .reserve-form-two .form-two-wrapper form .form-inline .form-group {
            width: 100%;
            margin: 0; } }
      @media (max-width: 767px) {
        .reservation-section .reserve-form-two .form-two-wrapper form .form-inline .plr-50 {
          padding: 0 35px !important; } }
      .reservation-section .reserve-form-two .form-two-wrapper form .dropdown {
        box-shadow: 0 0 25px #e0e0e0; }
        .reservation-section .reserve-form-two .form-two-wrapper form .dropdown .btn {
          width: 100%;
          font-size: 15px;
          font-weight: 400;
          color: #929090;
          background-color: #FFFFFF;
          border-radius: 0; }
        .reservation-section .reserve-form-two .form-two-wrapper form .dropdown .dropdown-menu {
          border-radius: 0;
          width: 100%; }
          .reservation-section .reserve-form-two .form-two-wrapper form .dropdown .dropdown-menu li a {
            font-size: 15px;
            font-weight: 600;
            padding: 5px 20px; }
          .reservation-section .reserve-form-two .form-two-wrapper form .dropdown .dropdown-menu li:hover a {
            color: #fa93bd;
            margin-left: 5px; }
      .reservation-section .reserve-form-two .form-two-wrapper form .btn-primary {
        font-family: "Varela Round", sans-serif;
        background-color: #f24d5f;
        margin-bottom: 40px; }

/* =========================================================
        Google Map STYLE 
============================================================ */
.map-section {
  position: relative;
  width: 100%; }
  .map-section .check {
    position: absolute;
    width: 250px;
    top: 40%;
    left: 0;
    right: 0;
    font-size: 40px;
    font-family: "Handlee", cursive;
    color: #ccc;
    cursor: pointer;
    margin: 0 auto;
    z-index: 9; }
  .map-section .overlap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img/map-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 2%;
    background-color: #2e213b;
    z-index: 2; }

#googleMap {
  width: 100%;
  height: 500px; }

#googleMap2 {
  width: 100%;
  height: 500px; }

/* =========================================================
        Footer STYLE 
============================================================ */
footer .footer-part-one {
  position: relative;
  background: url(../images/img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 25px 0;
  margin-top: -5px;
  z-index: 5; }
  footer .footer-part-one .footer-caption .footer-effect .button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #e04f5f;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    footer .footer-part-one .footer-caption .footer-effect .button .heart-action {
      height: 15px;
      -webkit-animation: pulse2 2.4s both infinite;
      -moz-animation: pulse2 2.4s both infinite;
      -ms-animation: pulse2 2.4s both infinite;
      -o-animation: pulse2 2.4s both infinite;
      animation: pulse2 2.4s both infinite; }
      @media (max-width: 480px) {
        footer .footer-part-one .footer-caption .footer-effect .button .heart-action {
          width: auto; } }
@-moz-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  25% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@-webkit-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  25% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  25% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
  footer .footer-part-one .footer-caption .footer-effect .modal {
    width: 530px;
    height: auto;
    perspective: 2000px;
    z-index: 2;
    position: absolute;
    top: calc(50% - 132.5px);
    left: calc(50% - 265px);
    display: none; }
    @media (max-width: 479px) {
      footer .footer-part-one .footer-caption .footer-effect .modal {
        display: none !important; } }
    footer .footer-part-one .footer-caption .footer-effect .modal.shadow {
      transform: scale(1.1);
      transition: all .4s; }
      @media (max-width: 766px) {
        footer .footer-part-one .footer-caption .footer-effect .modal.shadow {
          transform: scale(1); } }
    footer .footer-part-one .footer-caption .footer-effect .modal .front, footer .footer-part-one .footer-caption .footer-effect .modal .back, footer .footer-part-one .footer-caption .footer-effect .modal .opened {
      height: 265px;
      position: absolute;
      box-sizing: border-box; }
    footer .footer-part-one .footer-caption .footer-effect .modal .front {
      background-image: -webkit-radial-gradient(circle, #ed739c, #6f1634);
      background-image: -moz-radial-gradient(circle, #ed739c, #6f1634);
      background-image: -ms-radial-gradient(circle, #ed739c, #6f1634);
      background-image: radial-gradient(circle, #ed739c, #6f1634);
      width: 265px;
      text-align: center;
      padding-top: 5px;
      cursor: pointer;
      z-index: 3;
      backface-visibility: hidden;
      transform-origin: 0% 50%;
      box-shadow: 0 0 21px rgba(50, 49, 79, 0.5);
      transform: rotateY(-180deg); }
      footer .footer-part-one .footer-caption .footer-effect .modal .front img {
        width: 100%; }
    footer .footer-part-one .footer-caption .footer-effect .modal .back, footer .footer-part-one .footer-caption .footer-effect .modal .opened {
      width: 531px;
      padding: 35px 25px;
      clip: rect(auto, auto, auto, 265px); 
    }
    footer .footer-part-one .footer-caption .footer-effect .modal .back {
      background: #fff;
      border: 5px solid #eee;
      transform-origin: 50% 50%;
      transform: rotateY(-180deg); }
      footer .footer-part-one .footer-caption .footer-effect .modal .back .content {
        transform: rotateY(180deg);
        text-align: center;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        footer .footer-part-one .footer-caption .footer-effect .modal .back .content h3 {
          font-size: 45px;
          font-family: "Libre Baskerville";
          line-height: 50px;
          color: #000; }
        footer .footer-part-one .footer-caption .footer-effect .modal .back .content p {
          font-size: 13px;
          color: #000; }
    footer .footer-part-one .footer-caption .footer-effect .modal .back .content {
      text-align: center;
      transform: rotateY(180deg);
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    footer .footer-part-one .footer-caption .footer-effect .modal .opened {
      background: #fff;
      text-align: center;
      border: 5px solid #eee;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      footer .footer-part-one .footer-caption .footer-effect .modal .opened .content h3 {
        font-size: 45px;
        font-family: "Libre Baskerville";
        line-height: 50px;
        color: #000; }
      footer .footer-part-one .footer-caption .footer-effect .modal .opened .content p {
        font-size: 13px;
        color: #000; }
    footer .footer-part-one .footer-caption .footer-effect .modal .close {
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer;
      width: 25px;
      height: 25px;
      background: url(../images/img/cross.png) no-repeat center;
      background-size: cover;
      opacity: .6; }
    footer .footer-part-one .footer-caption .footer-effect .modal .front-open {
      animation: front 1.1s forwards ease-in-out; }
    footer .footer-part-one .footer-caption .footer-effect .modal .back-open {
      animation: back 1.1s forwards ease-in-out; }
    footer .footer-part-one .footer-caption .footer-effect .modal .opened-open {
      animation: opened 1.1s forwards ease-in-out; }
    footer .footer-part-one .footer-caption .footer-effect .modal .front-close {
      animation: front 1.1s forwards reverse ease-in-out; }
    footer .footer-part-one .footer-caption .footer-effect .modal .back-close {
      animation: back 1.1s forwards reverse ease-in-out; }
    footer .footer-part-one .footer-caption .footer-effect .modal .opened-close {
      animation: opened 1.1s forwards reverse ease-in-out; }
@keyframes front {
  0% {
    transform: rotateY(0deg);
    left: 132.5px; }
  100% {
    transform: rotateY(-180deg);
    left: 265px; } }
@keyframes back {
  0% {
    transform: rotateY(0deg);
    left: -132.5px;
    background: #4d4d4d; }
  100% {
    transform: rotateY(-180deg);
    left: 0;
    background: #f2f2f2; } }
@keyframes opened {
  0% {
    left: -132.5px;
    background: #a6a6a6; }
  100% {
    left: 0;
    background: #f2f2f2; } }
  footer .footer-part-one .footer-caption .footer-effect .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
  @media (max-width: 479px) {
    footer .footer-part-one .footer-caption img {
      width: 100%; } }
footer .footer-part-two {
  position: relative;
  padding: 80px 0 0; }
  footer .footer-part-two::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(../images/img/footer-shado.png) no-repeat;
    z-index: 2; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .footer-part-two {
      padding: 0; }
      footer .footer-part-two::before {
        top: -20px; } }
  @media (max-width: 766px) {
    footer .footer-part-two {
      padding: 0; }
      footer .footer-part-two::before {
        top: -35px; } }
  footer .footer-part-two .footer-caption {
    position: absolute;
    top: 31%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5; }
    @media (max-width: 1199px) {
      footer .footer-part-two .footer-caption {
        top: 47%; }
        footer .footer-part-two .footer-caption img {
          width: 20%; } }
  footer .footer-part-two .couple-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    z-index: 4; }
    footer .footer-part-two .couple-caption img {
      width: 100%; }
      @media (min-width: 1500px) {
        footer .footer-part-two .couple-caption img {
          width: 85%; } }
    @media (max-width: 767px) {
      footer .footer-part-two .couple-caption {
        bottom: 0; } }
  footer .footer-part-two .footer-video {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden; }
    footer .footer-part-two .footer-video::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.88; }
    @media (max-width: 767px) {
      footer .footer-part-two .footer-video {
        height: auto; } }
footer .copy-right {
  padding: 30px 0; }
  footer .copy-right p {
    color: #666666;
    margin-bottom: 0; }
  @media (max-width: 479px) {
    footer .copy-right {
      padding: 15px 0; }
      footer .copy-right p {
        font-size: 10px; } }

/* =========================================================
        Second-Home-page-STYLE 
============================================================ */
/* ======================================
        Slider-Second-Section-STYLE 
========================================= */
.slider-second-section .heart {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  text-align: center; }
  @media (max-width: 991px) {
    .slider-second-section .heart {
      display: none; } }
.slider-second-section .slider-content {
  padding: 170px 0 208px; }

/* ======================================
        Couple-Section-STYLE 
========================================= */
.couple-section {
  position: relative;
  overflow: hidden;
  background: url(../images/shado-bg.png) no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  margin-top: -70px; }
  @media (min-width: 1500px) and (max-width: 2100px) {
    .couple-section {
      background-position: 50% 0%; } }
  @media (max-width: 767px) {
    .couple-section {
      overflow: visible; } }
  @media (max-width: 479px) {
    .couple-section {
      margin-top: 0px !important; } }
  .couple-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 100%;
    height: 550px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/white-bg.png) no-repeat;
    background-size: cover;
    z-index: 2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .couple-section::before {
        height: 450px; } }
    @media (min-width: 1500px) and (max-width: 2100px) {
      .couple-section::before {
        bottom: 130px; } }
  .couple-section .heart {
    position: absolute;
    top: -103px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10; }
    @media (min-width: 768px) and (max-width: 991px) {
      .couple-section .heart {
        display: none; } }
  .couple-section .section-wrapper.section-middle-bar .section-content {
    padding-top: 240px;
    margin-bottom: 0; }
  .couple-section .section-wrapper.section-middle-bar .section-caption {
    margin-top: 0; }
  .couple-section .section-wrapper.section-right-bar .sign img {
    transform: translateX(180px) !important;
    visibility: hidden; }
  .couple-section .section-wrapper.section-right-bar:hover .sign img {
    transform: translateX(0px) !important;
    visibility: visible; }
  .couple-section .section-wrapper .section-caption {
    margin-top: 150px; }
    .couple-section .section-wrapper .section-caption .caption-parallax {
      transform: translateY(-260px);
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .couple-section .section-wrapper .section-caption .caption {
      position: relative;
      z-index: 5; }
      @media (max-width: 540px) {
        .couple-section .section-wrapper .section-caption .caption {
          width: 100%; } }
  .couple-section .section-wrapper .section-content {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 75px;
    z-index: 5;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      .couple-section .section-wrapper .section-content {
        padding-top: 50px; } }
    .couple-section .section-wrapper .section-content h3 a, .couple-section .section-wrapper .section-content h4 a {
      color: #000000; }
    .couple-section .section-wrapper .section-content h3:hover a, .couple-section .section-wrapper .section-content h4:hover a {
      color: #f24d5f; }
    .couple-section .section-wrapper .section-content h3 {
      font-family: "Libre Baskerville";
      font-size: 40px;
      line-height: 40px;
      font-weight: 400; }
    .couple-section .section-wrapper .section-content h4 {
      font-family: "Libre Baskerville";
      font-size: 24px; }
    .couple-section .section-wrapper .section-content p {
      font-family: "Varela Round", sans-serif;
      color: #2c2c2c;
      margin-bottom: 25px; }
    .couple-section .section-wrapper .section-content .sign img {
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      transform: translateX(-150px);
      visibility: hidden; }
  .couple-section .section-wrapper:hover .sign img {
    transform: translateX(0px);
    visibility: visible; }
  @media (min-width: 768px) and (max-width: 991px) {
    .couple-section {
      background: none;
      padding-top: 180px; }
      .couple-section .section-wrapper {
        text-align: center;
        margin-bottom: 80px; }
        .couple-section .section-wrapper .section-content,
        .couple-section .section-wrapper .section-middle-bar .section-content {
          padding-top: 50px !important; }
        .couple-section .section-wrapper .hidden-caption {
          display: block !important; }
        .couple-section .section-wrapper .caption-parallax {
          display: none; }
        .couple-section .section-wrapper .m-ml-115, .couple-section .section-wrapper .mr-70, .couple-section .section-wrapper .m-mr-70, .couple-section .section-wrapper .ml-80 {
          margin: 0; } }
  @media (max-width: 766px) {
    .couple-section {
      padding-top: 10px; }
      .couple-section .section-wrapper {
        text-align: center;
        margin-bottom: 80px; }
        .couple-section .section-wrapper .section-content,
        .couple-section .section-wrapper .section-middle-bar .section-content {
          padding-top: 50px !important; }
        .couple-section .section-wrapper .hidden-caption {
          display: block !important; }
          .couple-section .section-wrapper .hidden-caption img {
            width: auto; } }
        @media (max-width: 766px) and (max-width: 479px) {
          .couple-section .section-wrapper .hidden-caption img {
            width: 100%; } }
  @media (max-width: 766px) {
        .couple-section .section-wrapper .caption-parallax {
          display: none; }
        .couple-section .section-wrapper .heart {
          display: none; }
        .couple-section .section-wrapper .m-ml-115, .couple-section .section-wrapper .mr-70, .couple-section .section-wrapper .m-mr-70, .couple-section .section-wrapper .ml-80 {
          margin: 0; } }

/* ======================================
        Timeing-Section-STYLE 
========================================= */
.timeing-section {
  position: relative; }
  .timeing-section .bg-section {
    background: url(../images/section-bg.jpg) no-repeat;
    padding: 188px 0 175px; }
    .timeing-section .bg-section::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.48); }
  .timeing-section h2 {
    position: relative;
    font-family: "Libre Baskerville" !important;
    font-size: 56px;
    font-weight: 300;
    text-shadow: none;
    color: #FFFFFF;
    margin-bottom: 0; }
  .timeing-section .time {
    position: relative;
    font-family: "Handlee", cursive;
    font-size: 48px;
    line-height: 70px;
    color: #FFFFFF; }
    .timeing-section .time span {
      color: #f24d5f !important; }

/* ======================================
        Testimonial-STYLE 
========================================= */
.testimonial-section {
  position: relative;
  background: url(../images/section-bg.jpg) no-repeat;
  background-position: 50% 0%;
  background-attachment: fixed;
  padding: 145px 0 270px; }
  .testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .testimonial-section::before {
        bottom: -55px; } }
  .testimonial-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 90px;
    background: url(../images/shap-2.png) no-repeat; }
  .testimonial-section #testimonial-carousel blockquote {
    border: 0;
    padding: 0;
    margin: 0; }
    .testimonial-section #testimonial-carousel blockquote h3 {
      font-family: "Libre Baskerville" !important;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #FFFFFF;
      margin-bottom: 30px; }
    .testimonial-section #testimonial-carousel blockquote .author img {
      width: 65px;
      border-radius: 50%;
      margin-right: 5px; }
    .testimonial-section #testimonial-carousel blockquote .author .title {
      font-size: 10px;
      color: #e8e8e8;
      letter-spacing: 1.5px; }
  .testimonial-section #testimonial-carousel .carousel-indicators {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px; }
    .testimonial-section #testimonial-carousel .carousel-indicators li {
      width: 14px;
      height: 14px;
      margin: 0 3px 0 0; }
    .testimonial-section #testimonial-carousel .carousel-indicators .active {
      background-color: #f24d5f;
      border-color: #f24d5f; }

/* =========================================================
        Second-Home-page-STYLE-END
============================================================



/* =========================================================
        Blog-page-STYLE 
============================================================ */
.blog-page-section {
  position: relative;
  background: url(../images/img/invitation-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  .blog-page-section .fixed-caption .img-parallax {
    position: absolute; }
    .blog-page-section .fixed-caption .img-parallax.item-1 {
      left: 0;
      top: 660px; }
      @media (min-width: 1200px) and (max-width: 1500px) {
        .blog-page-section .fixed-caption .img-parallax.item-1 img {
          width: 130px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .blog-page-section .fixed-caption .img-parallax.item-1 img {
          width: 100px; } }
    .blog-page-section .fixed-caption .img-parallax.item-2 {
      right: 0;
      top: 150px; }
      @media (min-width: 1200px) and (max-width: 1500px) {
        .blog-page-section .fixed-caption .img-parallax.item-2 img {
          width: 130px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .blog-page-section .fixed-caption .img-parallax.item-2 img {
          width: 100px; } }
    .blog-page-section .fixed-caption .img-parallax.item-3 {
      top: 650px;
      right: 100px; }
      @media (min-width: 1200px) and (max-width: 1500px) {
        .blog-page-section .fixed-caption .img-parallax.item-3 img {
          width: 100px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .blog-page-section .fixed-caption .img-parallax.item-3 img {
          width: 80px; } }
  .blog-page-section .fixed-caption {
    position: relative;
    padding: 50px 0; }
    .blog-page-section .fixed-caption #blog-item-1 {
      background: url(../images/img/rose-2.png) no-repeat; }
  .blog-page-section .blog-head {
    position: relative;
    padding: 176px 0 175px; }
    .blog-page-section .blog-head .title {
      position: absolute;
      top: 330px;
      left: 0;
      right: 0;
      color: #FFFFFF;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 auto; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .blog-page-section .blog-head {
        padding: 180px 0 150px; }
        .blog-page-section .blog-head img {
          width: 80%; }
        .blog-page-section .blog-head .title {
          top: 45%; } }
    @media (max-width: 479px) {
      .blog-page-section .blog-head {
        padding: 180px 0 150px;
        margin-bottom: 30px; }
        .blog-page-section .blog-head img {
          width: 50%; }
        .blog-page-section .blog-head .title {
          top: 80%; } }

.blog-section .blog-divider-part {
  padding-top: 80px; }
  .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single {
    position: relative;
    margin-bottom: 47px; }
    @media (max-width: 766px) {
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single {
        margin-right: 0 !important; }
        .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single::before {
          display: none; } }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single::before {
      content: "";
      position: absolute;
      top: 58px;
      right: -95px;
      width: 62%;
      height: 129%;
      background: url(../images/blog-border.png) no-repeat;
      z-index: -1; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(134, 134, 134, 0.47);
      opacity: 0;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single:hover::after {
      opacity: 1; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single:hover i {
      opacity: 1; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single img {
      width: 100%; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption-single i {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font-size: 22px;
      color: #FFFFFF;
      margin-top: -5px;
      text-align: center;
      opacity: 0;
      z-index: 1;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      transition-delay: .5s; }
  .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption {
    overflow: hidden; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot {
      position: relative;
      max-height: 250px;
      overflow: hidden; }
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(134, 134, 134, 0.47);
        opacity: 0;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot:hover::before {
        opacity: 1; }
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot:hover i {
        opacity: 1; }
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot i {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        font-size: 22px;
        color: #FFFFFF;
        margin-top: -5px;
        text-align: center;
        opacity: 0;
        z-index: 1;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        transition-delay: .5s; }
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot img {
        width: auto; }
      @media (max-width: 991px) {
        .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot {
          max-height: 100% !important;
          margin-bottom: 30px; }
          .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-caption .caption-shot img {
            width: 100%; } }
  .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .tag {
    font-family: "Libre Baskerville";
    font-size: 14px;
    padding: 5px 17px; }
  .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content h3 {
    font-family: "Libre Baskerville";
    font-size: 24px;
    line-height: 35px;
    margin: 16px 0 11px; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content h3 a {
      color: #111111; }
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content h3 a:hover {
        color: #fa93bd; }
  .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .small-text {
    font-family: "Libre Baskerville";
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
    color: #a0a0a0; }
  .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .content-box {
    margin-bottom: 50px; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .content-box p {
      font-size: 16px;
      line-height: 30px;
      color: #666666; }
  .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .second-content {
    margin-bottom: 115px; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .second-content h4 {
      font-family: "Libre Baskerville";
      font-size: 24px;
      font-weight: 700;
      line-height: 25px;
      margin: 40px 0 22px; }
      .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .second-content h4 a {
        color: #111111; }
        .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .second-content h4 a:hover {
          color: #fa93bd; }
    .blog-section .blog-divider-part .blog-left-bar .blog-wrapper .blog-content .second-content p {
      font-size: 16px;
      line-height: 30px;
      color: #666666; }
  .blog-section .blog-divider-part .blog-left-bar hr {
    border-color: #cacaca; }
  .blog-section .blog-divider-part .blog-left-bar .widget {
    margin-top: 25px; }
    @media (max-width: 767px) {
      .blog-section .blog-divider-part .blog-left-bar .widget {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag {
      display: inline-block; }
      .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag h5 {
        font-family: "Libre Baskerville";
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 25px;
        letter-spacing: 1px;
        color: #000000;
        display: inline-block;
        margin-right: 32px; }
      .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag ul {
        display: inline-block; }
        .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag ul li {
          font-family: "Libre Baskerville";
          padding: 0;
          margin-right: 6px; }
          @media (max-width: 767px) {
            .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag ul li {
              margin-bottom: 15px; } }
          .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag ul li:last-child {
            margin-right: 0; }
          .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag ul li a {
            font-size: 12px;
            line-height: 20px;
            text-transform: lowercase;
            color: #666666;
            background: #FFFFFF;
            padding: 6px 13px; }
            .blog-section .blog-divider-part .blog-left-bar .widget .widget-tag ul li a:hover {
              color: #FFFFFF;
              background: #fa93bd; }
    @media (max-width: 991px) {
      .blog-section .blog-divider-part .blog-left-bar .widget .widget-social {
        float: none !important;
        margin-top: 10px; } }
    .blog-section .blog-divider-part .blog-left-bar .widget .widget-social ul li {
      padding: 0;
      margin-right: 6px; }
      @media (max-width: 767px) {
        .blog-section .blog-divider-part .blog-left-bar .widget .widget-social ul li {
          margin-bottom: 15px; } }
      .blog-section .blog-divider-part .blog-left-bar .widget .widget-social ul li:last-child {
        margin-right: 0; }
      .blog-section .blog-divider-part .blog-left-bar .widget .widget-social ul li a {
        font-size: 15.5px;
        color: #FFFFFF;
        padding: 8px 20px; }
        .blog-section .blog-divider-part .blog-left-bar .widget .widget-social ul li a:hover {
          color: #fa93bd; }
        .blog-section .blog-divider-part .blog-left-bar .widget .widget-social ul li a i {
          font-size: 14px; }
  .blog-section .blog-divider-part .blog-left-bar .comments-wrapper {
    margin-top: 58px; }
    @media (max-width: 767px) {
      .blog-section .blog-divider-part .blog-left-bar .comments-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .blog-section .blog-divider-part .blog-left-bar .comments-wrapper h3 {
      font-family: "Libre Baskerville";
      font-size: 20px;
      line-height: 25px;
      color: #000000;
      text-align: center;
      margin-bottom: 52px; }
    .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .sub-comment {
      background: rgba(255, 255, 255, 0.22);
      padding: 30px;
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .sub-comment {
          margin-left: 0 !important; } }
    .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .comment-avater {
      width: 43px;
      height: 43px;
      margin-right: 5px; }
    @media (max-width: 767px) {
      .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .media-body {
        display: block;
        padding-top: 15px;
        width: auto; } }
    .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .media-body h5 {
      font-family: "Libre Baskerville";
      font-size: 18px;
      font-weight: 700;
      line-height: 25px;
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 0 0; }
      .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .media-body h5 a {
        color: #000000; }
    .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .media-body time {
      font-size: 14px;
      line-height: 10px;
      color: #a9a9a9; }
    .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .media-body p {
      font-size: 14px;
      line-height: 22px;
      color: #666666;
      margin-bottom: 12px; }
    .blog-section .blog-divider-part .blog-left-bar .comments-wrapper .comment-respond .media-body .comment-replay {
      font-size: 14px;
      line-height: 25px; }
  .blog-section .blog-divider-part .blog-left-bar .reserve-blog-form {
    padding: 4px 0 110px; }
    @media (max-width: 767px) {
      .blog-section .blog-divider-part .blog-left-bar .reserve-blog-form {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .blog-section .blog-divider-part .blog-left-bar .reserve-blog-form h3 {
      font-family: "Libre Baskerville";
      font-size: 20px;
      line-height: 25px;
      color: #000000;
      text-align: center; }
    .blog-section .blog-divider-part .blog-left-bar .reserve-blog-form button i {
      font-size: 22px;
      vertical-align: text-bottom;
      margin-left: 10px; }
  @media (max-width: 991px) {
    .blog-section .blog-divider-part .blog-right-bar {
      margin: 0 !important; } }
  .blog-section .blog-divider-part .blog-right-bar .widget-search .form-control {
    height: 35px;
    border: 1px solid #c8c8c8;
    background: transparent;
    border-radius: 3px; }
  .blog-section .blog-divider-part .blog-right-bar .widget-category,
  .blog-section .blog-divider-part .blog-right-bar .widget-archive {
    margin: 50px 0; }
    .blog-section .blog-divider-part .blog-right-bar .widget-category h4,
    .blog-section .blog-divider-part .blog-right-bar .widget-archive h4 {
      font-family: "Libre Baskerville";
      font-size: 20px;
      font-weight: 600;
      color: #000000; }
    .blog-section .blog-divider-part .blog-right-bar .widget-category ul li,
    .blog-section .blog-divider-part .blog-right-bar .widget-archive ul li {
      font-size: 14px;
      font-weight: 700;
      line-height: 40px;
      border-bottom: 1px solid rgba(199, 197, 197, 0.38); }
      .blog-section .blog-divider-part .blog-right-bar .widget-category ul li:last-child,
      .blog-section .blog-divider-part .blog-right-bar .widget-archive ul li:last-child {
        border-bottom: none; }
      .blog-section .blog-divider-part .blog-right-bar .widget-category ul li a,
      .blog-section .blog-divider-part .blog-right-bar .widget-archive ul li a {
        color: #31363b; }
        .blog-section .blog-divider-part .blog-right-bar .widget-category ul li a:hover,
        .blog-section .blog-divider-part .blog-right-bar .widget-archive ul li a:hover {
          color: #fa93bd; }
  .blog-section .blog-divider-part .blog-right-bar .widget-post {
    margin-bottom: 75px; }
    .blog-section .blog-divider-part .blog-right-bar .widget-post h4 {
      font-family: "Libre Baskerville";
      font-size: 20px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 35px; }
    .blog-section .blog-divider-part .blog-right-bar .widget-post ul li {
      margin-bottom: 25px; }
      .blog-section .blog-divider-part .blog-right-bar .widget-post ul li .thumb {
        margin-right: 15px; }
        .blog-section .blog-divider-part .blog-right-bar .widget-post ul li .thumb img {
          width: 60px;
          height: 85px; }
      .blog-section .blog-divider-part .blog-right-bar .widget-post ul li .post-desk {
        padding: 15px 0; }
        .blog-section .blog-divider-part .blog-right-bar .widget-post ul li .post-desk h5 {
          font-family: "Libre Baskerville";
          font-weight: 700;
          line-height: 15px;
          margin: 0; }
          .blog-section .blog-divider-part .blog-right-bar .widget-post ul li .post-desk h5 a {
            color: #000000; }
            .blog-section .blog-divider-part .blog-right-bar .widget-post ul li .post-desk h5 a:hover {
              color: #fa93bd; }
        .blog-section .blog-divider-part .blog-right-bar .widget-post ul li .post-desk .date {
          font-size: 12px;
          font-weight: 700;
          color: #999999; }
  .blog-section .blog-divider-part .blog-right-bar .widget-date {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
    .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-caption img {
      width: 100%; }
    .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .calender {
      background: #FFFFFF; }
    .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month {
      position: relative;
      width: 100%;
      color: #ecf0f1;
      background-color: #2ecc71;
      padding: 10px 0; }
      .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month li h1, .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month li h2 {
        display: inline-block;
        font-size: 16px;
        margin: 0; }
      .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month .next,
      .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month .prev {
        position: absolute;
        top: 0;
        cursor: pointer;
        padding: 5px;
        display: block; }
        .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month .next:hover,
        .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month .prev:hover {
          background-color: rgba(0, 0, 0, 0.2); }
      .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month .prev {
        left: 0;
        border-right: 1px solid rgba(165, 161, 161, 0.55);
        padding: 10px 15px; }
      .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .month .next {
        right: 0;
        border-left: 1px solid rgba(165, 161, 161, 0.55);
        padding: 10px 15px; }
    .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .weeks {
      display: flex;
      padding: 0 10px; }
      .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .weeks li {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #593442;
        background: #FFFFFF;
        flex: 1;
        position: relative;
        animation: motion 2s;
        padding: 10px 0; }
    .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .days {
      display: flex;
      flex-wrap: wrap;
      background: #fff !important;
      padding: 0 10px; }
      .blog-section .blog-divider-part .blog-right-bar .widget-date .widget-calender .days li {
        flex-basis: calc(100% / 7);
        padding: 5px 0;
        opacity: .7;
        border-radius: 50%; }
  .blog-section .blog-divider-part .blog-right-bar .widget-photo-gram {
    margin-top: 75px; }
    .blog-section .blog-divider-part .blog-right-bar .widget-photo-gram h4 {
      font-family: "Libre Baskerville";
      font-size: 20px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 35px; }
    .blog-section .blog-divider-part .blog-right-bar .widget-photo-gram .instagram {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      overflow: hidden;
      margin: 0 auto; }
      .blog-section .blog-divider-part .blog-right-bar .widget-photo-gram .instagram .image {
        background-image: 100%;
        background-position: center center;
        width: 73px;
        height: 73px;
        margin: 2px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        -webkit-transition: 1s;
        -khtml-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
        .blog-section .blog-divider-part .blog-right-bar .widget-photo-gram .instagram .image:hover {
          background-image: 110%; }
        .blog-section .blog-divider-part .blog-right-bar .widget-photo-gram .instagram .image .caption {
          display: none; }

/* =========================================================
        Blog-page-STYLE-END
============================================================ */
/* =========================================================
        Invitation-Page-STYLE 
============================================================ */
.invitation-section {
  position: relative;
  background: url(../images/img/invitation-bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: visible;
  padding-bottom: 170px; }
  @media (max-width: 479px) {
    .invitation-section {
      padding-bottom: 60px; } }
  .invitation-section .fixed-caption .img-parallax {
    position: absolute; }
    .invitation-section .fixed-caption .img-parallax.item-1 {
      left: 0;
      top: 880px; }
      @media (min-width: 992px) and (max-width: 1500px) {
        .invitation-section .fixed-caption .img-parallax.item-1 img {
          width: 150px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .invitation-section .fixed-caption .img-parallax.item-1 img {
          width: 120px; } }
    .invitation-section .fixed-caption .img-parallax.item-2 {
      right: 0;
      top: 230px; }
      @media (min-width: 992px) and (max-width: 1500px) {
        .invitation-section .fixed-caption .img-parallax.item-2 img {
          width: 180px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .invitation-section .fixed-caption .img-parallax.item-2 img {
          width: 150px; } }
    .invitation-section .fixed-caption .img-parallax.item-3 {
      right: 130px;
      top: 800px; }
      @media (min-width: 992px) and (max-width: 1500px) {
        .invitation-section .fixed-caption .img-parallax.item-3 img {
          width: 100px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .invitation-section .fixed-caption .img-parallax.item-3 {
          right: 50px; }
          .invitation-section .fixed-caption .img-parallax.item-3 img {
            width: 80px; } }
  @media (max-width: 767px) {
    .invitation-section .fixed-caption {
      display: none; } }
  .invitation-section .invitation-head {
    position: relative;
    padding: 272px 0 35px; }
    .invitation-section .invitation-head .title {
      position: absolute;
      top: 415px;
      left: 0;
      right: 0;
      color: #FFFFFF;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .invitation-section .invitation-head img {
        width: 75%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .invitation-section .invitation-head {
        padding: 180px 0 35px; }
        .invitation-section .invitation-head img {
          width: 80%; }
        .invitation-section .invitation-head .title {
          top: 90%; } }
    @media (max-width: 479px) {
      .invitation-section .invitation-head {
        padding: 180px 0 35px;
        margin-bottom: 30px; }
        .invitation-section .invitation-head img {
          width: 90%; }
        .invitation-section .invitation-head .title {
          top: 93%; } }

.wedding-address {
  top: 50%;
  left: 0;
  right: 0;
  font-family: "Libre Baskerville";
  font-size: 18px; }
  .wedding-address i {
    margin-right: 5px; }
  .wedding-address .first-part {
    margin: 5px 0 40px; }
    .wedding-address .first-part h5 {
      font-family: "Libre Baskerville";
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 16px; }
      @media (max-width: 479px) {
        .wedding-address .first-part h5 {
          font-size: 15px; } }
    .wedding-address .first-part .date {
      font-weight: 700; }
  .wedding-address .secound-part {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    padding: 8px 0; }
    .wedding-address .secound-part h6 {
      font-family: "Libre Baskerville";
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 6px; }
      .wedding-address .secound-part h6 i {
        color: #FFFFFF; }
      @media (max-width: 479px) {
        .wedding-address .secound-part h6 {
          font-size: 15px; } }
    .wedding-address .secound-part li {
      padding: 0;
      margin-right: -4px; }
      .wedding-address .secound-part li i {
        font-size: 17px;
        color: #ffb214;
        vertical-align: top; }
  .wedding-address .third-part {
    margin: 48px 0 35px; }
    .wedding-address .third-part li {
      margin-bottom: 20px; }
  @media (max-width: 479px) {
    .wedding-address {
      font-size: 15px; }
      .wedding-address img {
        width: 90%; } }

/* =========================================================
        Scroll-To-Top-STYLE 
============================================================ */
#toTop {
  position: fixed;
  background: url(../images/img/heart-3.png) no-repeat;
  bottom: 30px;
  right: 30px;
  color: #fffefe;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  z-index: 999; }

/* =========================================================
        Preloader STYLE 
============================================================ */
.pace-done #preloader {
  display: none !important; }

#preloader {
  background: #fa9fc5;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

#status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -60px; }

.loader20 {
  overflow: hidden;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto; }

.loader20:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../images/");
  right: 0;
  margin: 0 auto; }

.loader20:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 60px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 37%;
  -webkit-transform: translate3d(-50%, 100%, 0);
  -moz-transform: translate3d(-50%, 100%, 0);
  -ms-transform: translate3d(-50%, 100%, 0);
  -o-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  -webkit-animation: loader20 4s linear infinite backwards;
  animation: loader20 4s linear infinite backwards;
  margin: 0 auto; }

.loader2:before, .loader2:after {
  content: "";
  display: block;
  background-color: #fa9fc5;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  z-index: 1; }

.loader2:before {
  left: -100px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  margin: 0 auto; }

.loader2:after {
  right: -100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  margin: 0 auto; }

@-webkit-keyframes loader20 {
  0% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    opacity: 0; }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1; }
  95% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0); } }
@keyframes loader20 {
  0% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    opacity: 0; }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1; }
  95% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0); } }

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