@charset "UTF-8";
/*-------------------------------------
    
	Author: webstrot 
	Copyright © 2021-22
	
---------------------------------------
    
$body-font: 'Lora', serif;
$body-color: #797979;
$title-color: #111111;
$title-color-white: #fff;
$title-color-hover: #2f97e6;
$title-second-color-hover: #0aa5d6;
$font-size:14px;
$font-size-btn:14px;
$font-size-heading:20px;
$transition: all 0.5s;

---------------------------------------*/
/* ....................................
1. Common CSS 
.......................................*/
body, html {
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 23px;
  color: #111;
  width: 100%;
  scroll-behavior: smooth;
  padding-right: 0 !important;
  overflow-x: hidden;
  overflow: overflow;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

a {
  color: #797979;
  font-family: "Lora", serif;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

span {
  font-family: "Lora", serif; }

i:before {
  margin-left: 0 !important; }

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #f5576c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  line-height: 1.1;
  font-weight: 400;
  color: #111111;
  margin: 0;
  padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #111111;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

p {
  margin: 0;
  font-family: "Lora", serif;
  display: inline-block; }

input, select, option, button, textarea {
  outline: none;
  font-family: "Lora", serif; }

input:focus, select:focus, button:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

.form-control:focus {
  box-shadow: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.padd-left {
  padding-left: 0; }

.padd-right {
  padding-right: 0; }

.float_left {
  width: 100%;
  float: left; }

#sidebar {
  display: none; }

/*-- Preloader css start --*/
#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%; }

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

/*-- Preloader css End --*/
.ml2 {
  opacity: 1;
  -webkit-animation: fadeout 9s;
  -moz-animation: fadeout 9s;
  -ms-animation: fadeout 9s;
  -o-animation: fadeout 9s;
  animation: fadeout 9s; }

@keyframes fadeout {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes diagonal-slide {
  0% {
    top: 0; }
  100% {
    top: 100px; } }
@keyframes diagonal-slide {
  0% {
    top: 0; }
  100% {
    top: 150px; } }
.sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box {
  -webkit-animation: diagonal-slide 9s alternate infinite ease-in;
  animation: diagonal-slide 9s alternate infinite ease-in; }

.feature_main_wrapper .feature_box:hover .feature_img:after {
  color: #f5576c;
  opacity: .2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.wedding_event_box .event_box:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.wedding_event_box .event_box:hover .event_text h2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.wedding_event_box .event_box:hover .event_text p, .wedding_event_box .event_box:hover .event_text a {
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  transform: translate3d(0%, 0, 0); }
.modal .modal-content {
  height: 100%;
  overflow-y: auto; }
.modal .modal-body {
  padding: 15px 15px 80px; }
  .modal .modal-body button {
    background-color: transparent;
    border: none; }
    .modal .modal-body button span svg {
      width: 20px;
      fill: #111; }
    .modal .modal-body button:focus {
      box-shadow: none; }
.modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.1s linear, left 0.1s ease-out; }
.modal.left.fade.show .modal-dialog {
  left: 0; }
.modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.1s linear, right 0.1s ease-out; }
.modal.right.fade.show .modal-dialog {
  right: 0; }

.modal-content {
  border-radius: 0;
  border: none; }

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa; }

.btn {
  margin-bottom: 2rem; }

header {
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  will-change: height;
  position: fixed;
  background: #f9f9f9;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.shrunk {
  height: 80px;
  background: #fff;
  box-shadow: 0px 0px 7px 1px #00000030; }

a.nav-link.active {
  color: #f5576c; }

#scroll {
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #f5576c;
  background-color: #f5576c;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 9999; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

#scroll:hover {
  background-color: transparent;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

#scroll:hover span {
  border-bottom-color: #f5576c; }

.heart {
  min-width: 22px;
  min-height: 22px;
  font-size: 19px;
  color: #ffffff;
  position: absolute;
  top: -15vh;
  animation: rain 3s linear 1; }

@keyframes rain {
  0% {
    transform: translateY(-10vh) rotateZ(0deg); }
  25% {
    transform: translateY(27vh) rotateZ(20deg); }
  50% {
    transform: translateY(55vh) rotateZ(-20deg); }
  75% {
    transform: translateY(90vh) rotateZ(20deg); }
  100% {
    transform: translateY(120vh) rotateZ(-20deg); } }
.sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box {
  -webkit-animation: diagonal-slide 9s alternate infinite ease-in;
  animation: diagonal-slide 9s alternate infinite ease-in; }

.feature_main_wrapper .feature_box:hover .feature_img:after {
  color: #f5576c;
  opacity: .2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.wedding_event_box .event_box:hover .event_text p, .wedding_event_box .event_box:hover .event_text a {
  color: #000000;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.small_slider .carousel-indicators .item + .item {
  margin-left: 9px; }

.small_slider .carousel-indicators .item {
  width: 103px;
  cursor: pointer; }

.small_slider {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0 !important; }

.small_slider .carousel-indicators {
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
  position: initial; }

.sell_slider .item.active img {
  border: 1px solid #111; }

.heart_line {
  position: relative;
  display: inline-block;
  width: 100%; }

.heart_line_width {
  width: initial; }

.heart_line:after {
  content: '';
  background-image: url(../images/icon.png);
  top: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 19px;
  height: 17px;
  position: absolute;
  background-repeat: no-repeat;
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse; }

.heart_line2 {
  position: relative; }

.heart_line2:after {
  content: '';
  background-image: url(../images/icon1.png);
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 21px;
  height: 17px;
  position: absolute;
  background-repeat: no-repeat;
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse; }

.timer_main_wrapper #countdown ul li strong {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse; }

.event_text .heart_line:after {
  top: 0; }

@keyframes pulse {
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
.modal-footer button {
  background: #f5576c;
  border: #f5576c; }

.section {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  letter-spacing: 4px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }
  .section .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%; }
  .section .white {
    color: #fff; }

.section:nth-child(1) {
  background-color: #fff;
  color: #000;
  top: 0;
  z-index: 1; }
  .section:nth-child(1) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(2) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c2850a;
  color: #fff;
  top: 100vh;
  z-index: 2; }
  .section:nth-child(2) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(3) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0ac2;
  color: #fff;
  top: 200vh;
  z-index: 3; }
  .section:nth-child(3) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(4) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #85c20a;
  color: #fff;
  top: 300vh;
  z-index: 4; }
  .section:nth-child(4) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(5) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #850ac2;
  color: #fff;
  top: 400vh;
  z-index: 5; }
  .section:nth-child(5) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(6) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0ac20a;
  color: #fff;
  top: 500vh;
  z-index: 6; }
  .section:nth-child(6) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(7) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a85;
  color: #fff;
  top: 600vh;
  z-index: 7; }
  .section:nth-child(7) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(8) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0ac285;
  color: #fff;
  top: 700vh;
  z-index: 8; }
  .section:nth-child(8) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(9) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a0a;
  color: #fff;
  top: 800vh;
  z-index: 9; }
  .section:nth-child(9) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(10) {
  background-color: #000;
  color: #fff;
  top: 900vh;
  z-index: 10; }
  .section:nth-child(10) .fixed {
    transform: translate(-50%, -50%); }

/* ....................................
2. Header CSS 
.......................................*/
.mobile_menu_main {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px #0000001f;
  position: relative;
  z-index: 99; }

.mobile_logo {
  float: left;
  padding: 20px 0px;
  width: 98px; }

#sidebar {
  position: fixed;
  display: none;
  height: 100vh;
  top: 0px;
  left: -500px;
  background-color: #222;
  box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.5);
  overflow: scroll;
  overflow-x: hidden;
  z-index: 1000; }
  #sidebar .sidebar_logo {
    float: left;
    width: 100%;
    text-align: center;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px; }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#cssmenu {
  width: 286px;
  color: #ffffff; }
  #cssmenu ul li {
    border-bottom: 1px solid #ffffff38; }
    #cssmenu ul li.has-sub ul li {
      padding: 14px 24px;
      border-bottom: 0; }
      #cssmenu ul li.has-sub ul li a {
        color: #b7b7b7;
        font-weight: 300;
        font-size: 14px; }
  #cssmenu ul ul {
    display: none; }
    #cssmenu ul ul li a:hover {
      color: #fff; }
    #cssmenu ul ul ul li a {
      padding-left: 32px; }
    #cssmenu ul ul > li.has-sub > a:after {
      top: 16px;
      right: 26px;
      background: #fff; }
    #cssmenu ul ul > li.has-sub > a:before {
      top: 20px;
      background: #fff; }
  #cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 30px;
    top: 17px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  #cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 26px;
    top: 21px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  #cssmenu ul > li.has-sub > a:hover:after {
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  #cssmenu ul > li.has-sub > a:hover:before {
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  #cssmenu ul > li.has-sub.open > a:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #cssmenu > ul > li.active > ul {
    display: block;
    display: block; }
  #cssmenu > ul > li > a {
    font-size: 21px;
    color: #fff;
    text-align: left;
    padding: 14px 34px;
    font-weight: 200;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    #cssmenu > ul > li > a span {
      width: 110px;
      height: auto;
      line-height: 20px;
      padding: 10px;
      left: 58%;
      margin-left: -64px;
      font-weight: 400;
      font-style: italic;
      font-size: 14px;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
      text-align: center;
      border: 4px solid #4d3abe;
      background: #4d3abe;
      text-indent: 0px;
      border-radius: 5px;
      position: absolute;
      pointer-events: none;
      bottom: 100px;
      opacity: 0;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #cssmenu > ul > li > a span:after {
        bottom: -14px;
        margin-left: -10px;
        border-top: 10px solid #4d3abe; }
    #cssmenu > ul > li > a:hover {
      background: rgba(255, 255, 255, 0.05);
      color: #fff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      #cssmenu > ul > li > a:hover span {
        opacity: 1;
        bottom: 70px; }
    #cssmenu > ul > li > a:after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0; }
    #cssmenu > ul > li > a i {
      padding-right: 10px;
      font-size: 20px; }
  #cssmenu > ul > li:last-child a:after {
    display: none; }
  #cssmenu > ul > li > input {
    width: 100%;
    padding: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff; }
  #cssmenu > ul > .open > a {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

.align-right {
  float: right; }

#cssmenu > ul > li > a span:before,
#cssmenu > ul > li > a span:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.1); }

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.main_menu_wrapper {
  float: left;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 999; }
  .main_menu_wrapper .nav-link {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #231f20;
    padding: 30px 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

.navbar-brand {
  padding: 20px 0px;
  width: 98px;
  float: left; }

.main_menu_navbar .navbar {
  float: left;
  padding: 0;
  text-align: center;
  width: 100%; }
  .main_menu_navbar .navbar ul {
    text-align: center;
    display: inline-block;
    width: 100%; }
    .main_menu_navbar .navbar ul li {
      display: inline-block; }

.navbar-expand-sm .navbar-nav li {
  position: relative;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .navbar-expand-sm .navbar-nav li .nav-link {
    padding-right: 12px;
    padding-left: 0; }
  .navbar-expand-sm .navbar-nav li ul {
    position: absolute;
    z-index: 100;
    width: 211px;
    opacity: 0;
    right: 0;
    border-top: 2px solid #f5576c;
    padding-top: 15px;
    padding-bottom: 15px;
    visibility: hidden;
    background: #fff;
    display: block;
    box-shadow: 0 10px 25px #00000014;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateY(15%);
    transform: translateY(15%); }
    .navbar-expand-sm .navbar-nav li ul li {
      width: 100%;
      margin-left: 0;
      text-align: left; }
      .navbar-expand-sm .navbar-nav li ul li a {
        padding: 8px 25px;
        color: #111111;
        background: transparent;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        display: block; }
        .navbar-expand-sm .navbar-nav li ul li a:hover {
          color: #f5576c; }
    .navbar-expand-sm .navbar-nav li ul:after {
      content: '';
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #f5576c;
      position: absolute;
      top: -12px;
      right: 32px; }
  .navbar-expand-sm .navbar-nav li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
.navbar-expand-sm .navbar-nav li:last-child a {
  padding-right: 0; }

.main_menu_wrapper .nav-link:hover,
.main_menu_wrapper .nav-item.active .nav-link {
  color: #f5576c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(60, 75, 100, 0.14), 0 2px 1px -1px rgba(60, 75, 100, 0.12), 0 1px 3px 0 rgba(60, 75, 100, 0.2); }

.navbar-toggler {
  position: absolute;
  top: 18px;
  right: 50px;
  cursor: pointer;
  width: 64px;
  height: 64px; }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    left: 25%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .navbar-toggler span:nth-child(1) {
      top: 10.5%; }
    .navbar-toggler span:nth-child(4) {
      top: 48.5%; }
  .navbar-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
  top: 31%; }

.slider_right {
  float: left !important; }

.right_side {
  float: left;
  padding-top: 26px;
  width: 100%;
  text-align: right; }
  .right_side ul li {
    display: inline-block; }
    .right_side ul li .toggle-wrap {
      display: inline-block;
      margin-bottom: 0;
      padding: 0; }
      .right_side ul li .toggle-wrap .side_toggle {
        width: 38px;
        position: relative;
        border-top: 4px solid #303030;
        display: block; }
        .right_side ul li .toggle-wrap .side_toggle:before {
          content: "";
          display: block;
          background: #303030;
          height: 4px;
          width: 38px;
          position: absolute;
          top: -13px;
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -ms-transform-origin: 13%;
          -webkit-transform-origin: 13%;
          transform-origin: 13%; }
        .right_side ul li .toggle-wrap .side_toggle:after {
          content: "";
          display: block;
          background: #303030;
          height: 4px;
          width: 38px;
          position: absolute;
          top: 5px;
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -ms-transform-origin: 13%;
          -webkit-transform-origin: 13%;
          transform-origin: 13%; }
      .right_side ul li .toggle-wrap:focus {
        box-shadow: none; }
    .right_side ul li .active .side_toggle {
      border-top: 6px solid transparent; }
      .right_side ul li .active .side_toggle:after {
        ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .right_side ul li .active .side_toggle:before {
        ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .right_side ul li .search_bar .lv_search_bar {
      color: #444;
      font-size: 16px;
      cursor: pointer; }
      .right_side ul li .search_bar .lv_search_bar a {
        padding: 0px;
        background: transparent; }
        .right_side ul li .search_bar .lv_search_bar a span svg {
          width: 20px;
          height: 20px;
          fill: #111; }
          .right_side ul li .search_bar .lv_search_bar a span svg:hover {
            fill: #f5576c; }
    .right_side ul li .search_bar .lv_search_box {
      position: absolute;
      width: 270px;
      top: 100%;
      padding: 20px;
      font-size: 16px;
      display: inline-block;
      border-top: 4px solid #111;
      border-radius: 0px;
      -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
      background-color: #ffffff;
      display: none;
      z-index: 1000;
      right: 0px; }
      .right_side ul li .search_bar .lv_search_box input {
        float: left;
        color: #111111;
        width: calc(100% - 45px);
        padding: 0px 10px;
        height: 45px;
        border: 1px solid #e1e1e1;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-right: 0px; }
      .right_side ul li .search_bar .lv_search_box button {
        width: 45px;
        height: 45px;
        border: 1px solid #e1e1e1 !important;
        border-left: none;
        background-color: #fff !important;
        color: #111;
        text-align: center;
        padding: 0px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .right_side ul li .search_bar .lv_search_box button:hover {
          color: #ffffff;
          background: #cca334;
          border-color: #cca334;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
    .right_side ul li .shop_cart {
      display: inline-block;
      position: relative; }
      .right_side ul li .shop_cart a {
        position: relative;
        padding: 0px;
        text-align: right;
        display: block; }
        .right_side ul li .shop_cart a span svg {
          width: 26px;
          height: 26px; }
          .right_side ul li .shop_cart a span svg:hover {
            fill: #f5576c; }
        .right_side ul li .shop_cart a:hover {
          background: transparent; }
        .right_side ul li .shop_cart a strong {
          display: inline-block;
          background: #f5576c;
          width: 15px;
          border-radius: 30px;
          height: 15px;
          color: #fff;
          text-align: center;
          line-height: 15px;
          font-size: 10px;
          position: absolute;
          right: -5px;
          top: -5px; }
      .right_side ul li .shop_cart .cart_details {
        margin-top: 60px;
        position: absolute;
        z-index: 11;
        background-color: #fff;
        width: 311px;
        right: 0px;
        top: 67px;
        visibility: hidden;
        opacity: 0;
        padding: 12px 20px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transition: ease all 0.3s;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
        .right_side ul li .shop_cart .cart_details .total-count {
          padding: 12px 0px;
          border-bottom: 1px solid #ccc; }
          .right_side ul li .shop_cart .cart_details .total-count span {
            font-size: 14px;
            font-weight: 600;
            color: #111;
            text-transform: uppercase; }
            .right_side ul li .shop_cart .cart_details .total-count span a {
              display: inline-block;
              float: right;
              font-size: 14px;
              font-weight: 600;
              color: #111; }
        .right_side ul li .shop_cart .cart_details .cart_list {
          width: 100%;
          float: left;
          padding: 18px 0px;
          border-bottom: 1px solid #ccc; }
          .right_side ul li .shop_cart .cart_details .cart_list .select_cart {
            padding: 12px 0px;
            width: 50%;
            float: left; }
            .right_side ul li .shop_cart .cart_details .cart_list .select_cart a {
              display: inline-block;
              font-size: 14px;
              font-weight: 600;
              color: #111; }
            .right_side ul li .shop_cart .cart_details .cart_list .select_cart span {
              display: block;
              color: #111;
              font-size: 15px;
              padding-top: 8px; }
          .right_side ul li .shop_cart .cart_details .cart_list .select_img {
            position: relative; }
            .right_side ul li .shop_cart .cart_details .cart_list .select_img img {
              width: 88px;
              float: right; }
            .right_side ul li .shop_cart .cart_details .cart_list .select_img .close_btn {
              position: absolute;
              right: 32px;
              top: 33px;
              cursor: pointer; }
              .right_side ul li .shop_cart .cart_details .cart_list .select_img .close_btn i {
                color: #111;
                background: #fff;
                padding: 7px 8px;
                font-size: 11px;
                border-radius: 30px; }
        .right_side ul li .shop_cart .cart_details .sub_total {
          width: 100%;
          float: left; }
          .right_side ul li .shop_cart .cart_details .sub_total p {
            color: #111111;
            padding: 12px 0px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            text-align: left; }
            .right_side ul li .shop_cart .cart_details .sub_total p span {
              float: right;
              color: #111111;
              font-size: 16px;
              font-weight: 600; }
        .right_side ul li .shop_cart .cart_details .cart_btn {
          width: 100%;
          float: left;
          margin: 12px 0px; }
          .right_side ul li .shop_cart .cart_details .cart_btn a {
            display: inline-block;
            padding: 6px 13px;
            background-color: #111111;
            color: #fff;
            border-radius: 24px;
            margin-left: 9px; }
      .right_side ul li .shop_cart:hover .cart_details {
        visibility: visible;
        opacity: 1;
        margin-top: 0; }
  .right_side ul li + li {
    margin-left: 14px; }

.home_slider_wrapper {
  width: 100%;
  float: left; }
  .home_slider_wrapper .slider_img {
    width: 100%;
    float: left;
    position: relative; }
    .home_slider_wrapper .slider_img img {
      width: 100%; }
    .home_slider_wrapper .slider_img .slider_text {
      width: 100%;
      float: left;
      text-align: center;
      position: absolute;
      top: 24%; }
      .home_slider_wrapper .slider_img .slider_text img {
        width: auto; }
      .home_slider_wrapper .slider_img .slider_text h4 {
        font-size: 34px;
        color: #f5576c; }
      .home_slider_wrapper .slider_img .slider_text h2 {
        font-size: 70px;
        font-family: 'Great Vibes';
        padding: 45px 0px 20px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        animation-duration: 2s;
        animation-delay: 300ms;
        animation-iteration-count: infinite;
        animation-name: pulse; }
      .home_slider_wrapper .slider_img .slider_text span {
        display: block;
        font-size: 36px;
        padding-bottom: 12px; }
      .home_slider_wrapper .slider_img .slider_text p {
        font-size: 22px;
        color: #f5576c;
        border-bottom: 1px solid #f5576c;
        line-height: 37px; }
      .home_slider_wrapper .slider_img .slider_text .line {
        padding-top: 15px; }
  .home_slider_wrapper .side_slider {
    width: 100%;
    float: left; }
    .home_slider_wrapper .side_slider .owl-nav {
      display: none; }
    .home_slider_wrapper .side_slider .owl-dots {
      position: absolute;
      left: 45%;
      bottom: 12px; }
      .home_slider_wrapper .side_slider .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        background: #111;
        float: left;
        margin: 5px;
        border-radius: 50%; }
      .home_slider_wrapper .side_slider .owl-dots .active {
        background: #f5576c; }

/* ....................................
3. Inner CSS 
.......................................*/
.feature_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px; }
  .feature_main_wrapper .feature_box {
    width: 100%;
    float: left;
    text-align: center; }
    .feature_main_wrapper .feature_box .feature_img {
      position: relative;
      padding: 50px 0px;
      z-index: 1; }
      .feature_main_wrapper .feature_box .feature_img:after {
        content: '01';
        position: absolute;
        width: 123px;
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0px);
        font-size: 108px;
        font-weight: 600;
        color: #f6f6f6;
        z-index: -1; }
      .feature_main_wrapper .feature_box .feature_img img {
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out; }
      .feature_main_wrapper .feature_box .feature_img:hover img {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
    .feature_main_wrapper .feature_box .wedding_cake:after {
      content: '02';
      position: absolute;
      width: 123px;
      top: 70px;
      font-size: 108px;
      font-weight: 600;
      color: #f6f6f6;
      z-index: -1; }
    .feature_main_wrapper .feature_box .wedding_ring:after {
      content: '03';
      position: absolute;
      width: 123px;
      top: 70px;
      font-size: 108px;
      font-weight: 600;
      color: #f6f6f6;
      z-index: -1; }
    .feature_main_wrapper .feature_box .wedding_wine:after {
      content: '04';
      position: absolute;
      width: 123px;
      top: 70px;
      font-size: 108px;
      font-weight: 600;
      color: #f6f6f6;
      z-index: -1; }
    .feature_main_wrapper .feature_box .feature_text {
      width: 100%;
      float: left; }
      .feature_main_wrapper .feature_box .feature_text h2 {
        font-size: 22px; }
      .feature_main_wrapper .feature_box .feature_text p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #797979;
        padding-top: 11px;
        line-height: 24px; }

.sharing_main_wrapper {
  width: 100%;
  float: left;
  padding-bottom: 130px; }
  .sharing_main_wrapper .sharing_inner_wrapper {
    width: 100%;
    float: left;
    position: relative; }
    .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box {
      width: 600px;
      float: left;
      padding: 30px;
      background: #eaf7fd;
      z-index: 99;
      position: relative;
      background-image: url(../images/back.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box h4 {
        color: #f5576c;
        font-size: 22px;
        padding-bottom: 16px; }
      .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box h2 {
        line-height: 35px;
        padding-bottom: 10px; }
      .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #797979;
        padding-top: 15px; }
      .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box .custom_btn {
        width: 100%;
        float: left; }
        .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box .custom_btn a {
          border: 1px solid #f5576c;
          font-family: 'Open Sans', sans-serif;
          padding: 15px;
          display: inline-block;
          text-transform: uppercase;
          margin-top: 14px;
          font-size: 18px;
          color: #111; }
          .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box .custom_btn a span {
            display: inline-block;
            padding-left: 8px; }
            .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box .custom_btn a span svg {
              width: 20px;
              height: 20px; }
        .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box .custom_btn .watch_btn {
          border: none; }
          .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box .custom_btn .watch_btn span {
            display: inline-block;
            padding-right: 8px;
            font-size: 34px;
            vertical-align: middle; }
            .sharing_main_wrapper .sharing_inner_wrapper .sharing_main_box .custom_btn .watch_btn span i {
              color: #f5576c; }
    .sharing_main_wrapper .sharing_inner_wrapper .share_img {
      float: right;
      top: 56px;
      z-index: 1;
      position: absolute;
      right: 0; }

.wedding_event_main_wrapper {
  width: 100%;
  float: left;
  padding: 90px 0px;
  background: url(../images/bg_back.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 60px;
  position: relative; }
  .wedding_event_main_wrapper .heading_title {
    text-align: center;
    padding-bottom: 90px; }
    .wedding_event_main_wrapper .heading_title span {
      color: #fff;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .wedding_event_main_wrapper .heading_title h2 {
      color: #fff;
      font-size: 40px;
      padding-bottom: 12px; }

.wedding_event_box {
  width: 100%;
  float: left;
  margin-top: -130px; }
  .wedding_event_box .event_box {
    width: 100%;
    float: left;
    box-shadow: inset 0 0 0 5px #ececec;
    position: relative;
    background: #fff;
    padding: 40px;
    text-align: center; }
    .wedding_event_box .event_box .event_text h2 {
      font-size: 40px;
      font-family: 'Great Vibes';
      padding-bottom: 12px; }
    .wedding_event_box .event_box .event_text p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      color: #797979;
      padding-top: 13px; }
    .wedding_event_box .event_box .event_text a {
      display: block;
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      padding-top: 13px; }
    .wedding_event_box .event_box .event_text .see_btn {
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: underline; }
    .wedding_event_box .event_box:before {
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      left: 0;
      content: '';
      border: 5px solid transparent; }
    .wedding_event_box .event_box:after {
      position: absolute;
      width: 0;
      height: 0;
      right: 0;
      bottom: 0;
      content: '';
      border: 5px solid transparent; }
    .wedding_event_box .event_box:hover {
      cursor: pointer; }
      .wedding_event_box .event_box:hover:before {
        width: 100%;
        height: 100%;
        -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
        transition: width .25s ease-out, height .25s ease-out .25s;
        border-top-color: #f5576c;
        border-right-color: #f5576c; }
      .wedding_event_box .event_box:hover:after {
        width: 100%;
        height: 100%;
        -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
        transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
        border-bottom-color: #f5576c;
        border-left-color: #f5576c; }

.our_stroy_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px;
  padding-bottom: 0; }
  .our_stroy_wrapper .heading_title {
    text-align: center;
    padding-bottom: 30px; }
    .our_stroy_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .our_stroy_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }
  .our_stroy_wrapper .step_bar_wrapper {
    width: 100%;
    float: left;
    position: relative; }
    .our_stroy_wrapper .step_bar_wrapper .step_content {
      width: 100%;
      float: left;
      text-align: right;
      padding: 30px 0px;
      position: relative; }
      .our_stroy_wrapper .step_bar_wrapper .step_content h5 {
        padding-bottom: 12px; }
        .our_stroy_wrapper .step_bar_wrapper .step_content h5 span {
          display: inline-block;
          padding-right: 4px;
          color: red; }
      .our_stroy_wrapper .step_bar_wrapper .step_content h2 {
        padding-bottom: 12px;
        font-family: 'Great Vibes';
        font-size: 40px;
        padding-top: 12px; }
      .our_stroy_wrapper .step_bar_wrapper .step_content p {
        color: #797979;
        font-size: 16px; }
      .our_stroy_wrapper .step_bar_wrapper .step_content .step_img {
        padding-top: 85px;
        position: relative; }
        .our_stroy_wrapper .step_bar_wrapper .step_content .step_img:after {
          content: '';
          position: absolute;
          width: 123px;
          border: 2px dashed #f5576c;
          top: 50px;
          right: 0; }
      .our_stroy_wrapper .step_bar_wrapper .step_content .resp_image {
        display: none; }
    .our_stroy_wrapper .step_bar_wrapper .right_side {
      text-align: left;
      padding-right: 0px; }
      .our_stroy_wrapper .step_bar_wrapper .right_side .left_line {
        padding-top: 0px;
        padding-bottom: 90px; }
        .our_stroy_wrapper .step_bar_wrapper .right_side .left_line:after {
          display: none; }
      .our_stroy_wrapper .step_bar_wrapper .right_side .step_text {
        position: relative; }
        .our_stroy_wrapper .step_bar_wrapper .right_side .step_text h5 {
          padding-bottom: 12px; }
          .our_stroy_wrapper .step_bar_wrapper .right_side .step_text h5 span {
            display: inline-block;
            padding-right: 4px;
            color: red; }
        .our_stroy_wrapper .step_bar_wrapper .right_side .step_text h2 {
          padding-bottom: 12px;
          font-family: 'Great Vibes';
          font-size: 40px;
          padding-top: 12px; }
        .our_stroy_wrapper .step_bar_wrapper .right_side .step_text p {
          color: #797979; }
        .our_stroy_wrapper .step_bar_wrapper .right_side .step_text:after {
          content: '';
          position: absolute;
          width: 123px;
          border: 2px dashed #f5576c;
          bottom: -40px;
          left: 0; }
      .our_stroy_wrapper .step_bar_wrapper .right_side .line_none:after {
        display: none; }
    .our_stroy_wrapper .step_bar_wrapper:after {
      content: '';
      width: 2px;
      height: 79%;
      background: red;
      top: 39px;
      left: 50%;
      position: absolute; }
    .our_stroy_wrapper .step_bar_wrapper .border_step {
      width: 100%;
      float: left;
      position: relative; }
      .our_stroy_wrapper .step_bar_wrapper .border_step ul li {
        height: 227px;
        margin-top: 22px; }
        .our_stroy_wrapper .step_bar_wrapper .border_step ul li span {
          width: 22px;
          height: 22px;
          display: inline-block;
          background: #fff;
          border: 6px solid #f5576c;
          border-radius: 30px;
          left: 69px;
          position: absolute;
          z-index: 9;
          -webkit-transition: -webkit-transform .8s ease-in-out;
          transition: transform .8s ease-in-out; }
          .our_stroy_wrapper .step_bar_wrapper .border_step ul li span:hover {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

.save_date_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px 40px;
  margin-top: 114px;
  background: url(../images/save_date.jpg);
  background-position: center;
  background-size: cover; }
  .save_date_wrapper .heading_title {
    text-align: center; }
    .save_date_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .save_date_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }

.true_main_wrapper {
  width: 100%;
  float: left;
  position: relative; }
  .true_main_wrapper .save_img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9; }
    .true_main_wrapper .save_img img {
      width: 100%; }
  .true_main_wrapper .couple_details {
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: inset 0 0 0 5px #ececec;
    background: #fff;
    padding: 65px; }
    .true_main_wrapper .couple_details .couple_img img {
      border-radius: 50%;
      width: 170px; }
    .true_main_wrapper .couple_details .couple_img h2 {
      color: #f5576c;
      padding-top: 25px; }
    .true_main_wrapper .couple_details .couple_img .name {
      padding-top: 15px;
      position: relative; }
      .true_main_wrapper .couple_details .couple_img .name span {
        color: #111;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        background: #ffffff;
        padding: 0px 12px;
        position: relative;
        z-index: 99; }
      .true_main_wrapper .couple_details .couple_img .name:after {
        content: '';
        position: absolute;
        top: 25px;
        right: 0;
        width: 41%;
        height: 1px;
        background-color: #d8dee1; }
      .true_main_wrapper .couple_details .couple_img .name:before {
        content: '';
        position: absolute;
        top: 25px;
        left: 0;
        width: 41%;
        height: 1px;
        background-color: #d8dee1; }
    .true_main_wrapper .couple_details .couple_text {
      padding-top: 15px; }
      .true_main_wrapper .couple_details .couple_text p {
        font-size: 16px;
        color: #797979;
        font-family: 'Open Sans', sans-serif; }
      .true_main_wrapper .couple_details .couple_text ul {
        padding-top: 20px; }
        .true_main_wrapper .couple_details .couple_text ul li {
          display: inline-block;
          position: relative;
          z-index: 9999; }
          .true_main_wrapper .couple_details .couple_text ul li a {
            font-size: 20px;
            color: #f5576c; }
            .true_main_wrapper .couple_details .couple_text ul li a:hover {
              color: #111; }
        .true_main_wrapper .couple_details .couple_text ul li + li {
          margin-left: 12px; }
    .true_main_wrapper .couple_details:before {
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      left: 0;
      content: '';
      border: 5px solid transparent; }
    .true_main_wrapper .couple_details:after {
      position: absolute;
      width: 0;
      height: 0;
      right: 0;
      bottom: 0;
      content: '';
      border: 5px solid transparent; }
    .true_main_wrapper .couple_details:hover {
      cursor: pointer; }
      .true_main_wrapper .couple_details:hover:before {
        width: 100%;
        height: 100%;
        -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
        transition: width .25s ease-out, height .25s ease-out .25s;
        border-top-color: #f5576c;
        border-right-color: #f5576c; }
      .true_main_wrapper .couple_details:hover:after {
        width: 100%;
        height: 100%;
        -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
        transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
        border-bottom-color: #f5576c;
        border-left-color: #f5576c; }
  .true_main_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0px;
    background: url(../images/save_date.jpg);
    background-position: center;
    background-size: cover; }

.wedding_moment_wrapper {
  width: 100%;
  float: left;
  padding-top: 100px; }
  .wedding_moment_wrapper .heading_title {
    text-align: center; }
    .wedding_moment_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .wedding_moment_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }

/*============================*/
.galley_light_box_wrapper {
  padding-top: 24px; }
  .galley_light_box_wrapper .gallery_images .gallery_product {
    margin: 7px;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .galley_light_box_wrapper .gallery_images .gallery_product img {
      width: 330px;
      height: 330px;
      object-fit: cover;
      overflow: hidden; }
    .galley_light_box_wrapper .gallery_images .gallery_product .overlay_gallery {
      width: 100%;
      float: left;
      height: 100%;
      background: #f5576c7d;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      top: 0px;
      left: 0px; }
      .galley_light_box_wrapper .gallery_images .gallery_product .overlay_gallery .add_icon {
        position: absolute;
        bottom: 42%;
        right: 42%; }
        .galley_light_box_wrapper .gallery_images .gallery_product .overlay_gallery .add_icon span svg {
          width: 30px;
          height: 30px;
          fill: #fff; }
    .galley_light_box_wrapper .gallery_images .gallery_product:hover .overlay_gallery {
      opacity: 1;
      visibility: visible;
      webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
  .galley_light_box_wrapper .port-image {
    width: 100%; }

.timer_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px;
  background: url(../images/timer.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 100px; }
  .timer_main_wrapper .heading_title {
    text-align: center;
    padding-bottom: 34px; }
    .timer_main_wrapper .heading_title h2 {
      color: #fff;
      font-size: 40px;
      padding-bottom: 12px; }
  .timer_main_wrapper #countdown {
    text-align: center;
    padding-top: 50px; }
    .timer_main_wrapper #countdown ul li {
      display: inline-block;
      font-size: 16px;
      position: relative;
      color: #fff; }
      .timer_main_wrapper #countdown ul li span {
        display: block;
        font-size: 60px;
        font-weight: 500;
        padding-bottom: 30px; }
      .timer_main_wrapper #countdown ul li strong {
        left: 30px;
        position: absolute; }
    .timer_main_wrapper #countdown ul li + li {
      padding-left: 100px; }

.friend_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px; }
  .friend_main_wrapper .heading_title {
    margin-bottom: 70px;
    text-align: center; }
    .friend_main_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .friend_main_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }
  .friend_main_wrapper .friend_wrapper {
    width: 100%;
    float: left;
    background: #eaf7fd;
    padding: 16px;
    overflow: hidden; }
    .friend_main_wrapper .friend_wrapper .friend_img {
      width: 100%;
      float: left;
      position: relative; }
      .friend_main_wrapper .friend_wrapper .friend_img img {
        width: 100%; }
      .friend_main_wrapper .friend_wrapper .friend_img .team_overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #1111116e;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden; }
        .friend_main_wrapper .friend_wrapper .friend_img .team_overlay .social_icon {
          width: 62px;
          padding: 7px;
          text-align: center;
          height: 100%;
          background: #eaf7fd;
          margin-left: -60px;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
          .friend_main_wrapper .friend_wrapper .friend_img .team_overlay .social_icon ul li {
            margin-top: 20px; }
            .friend_main_wrapper .friend_wrapper .friend_img .team_overlay .social_icon ul li a {
              font-size: 24px;
              color: #f5576c; }
              .friend_main_wrapper .friend_wrapper .friend_img .team_overlay .social_icon ul li a:hover {
                color: #111; }
              .friend_main_wrapper .friend_wrapper .friend_img .team_overlay .social_icon ul li a i {
                -webkit-transition: -webkit-transform .8s ease-in-out;
                transition: transform .8s ease-in-out; }
                .friend_main_wrapper .friend_wrapper .friend_img .team_overlay .social_icon ul li a i:hover {
                  -webkit-transform: rotate(360deg);
                  transform: rotate(360deg); }
    .friend_main_wrapper .friend_wrapper .friend_text {
      text-align: center;
      padding: 35px 0px;
      width: 100%;
      float: left; }
      .friend_main_wrapper .friend_wrapper .friend_text h4 {
        font-size: 24px;
        padding-bottom: 12px; }
      .friend_main_wrapper .friend_wrapper .friend_text span {
        display: inline-block;
        font-size: 20px;
        color: #f5576c; }
    .friend_main_wrapper .friend_wrapper:hover .friend_img {
      width: 100%;
      float: left;
      position: relative; }
      .friend_main_wrapper .friend_wrapper:hover .friend_img .team_overlay {
        opacity: 1;
        visibility: visible;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .friend_main_wrapper .friend_wrapper:hover .friend_img .team_overlay .social_icon {
          margin-left: -15px;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }

.registry_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px;
  background: url(../images/registry.jpg);
  background-position: center;
  background-size: cover; }
  .registry_main_wrapper .heading_title {
    margin-bottom: 70px;
    text-align: center; }
    .registry_main_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .registry_main_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }
  .registry_main_wrapper .testimonial_slider .testi_img img {
    width: inherit;
    margin: auto; }
  .registry_main_wrapper .testimonial_slider .owl-nav {
    display: none; }

.blog_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px; }
  .blog_main_wrapper .heading_title {
    margin-bottom: 70px;
    text-align: center; }
    .blog_main_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .blog_main_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }
  .blog_main_wrapper .blog_slider {
    position: relative; }
    .blog_main_wrapper .blog_slider .testi_img {
      position: relative;
      position: relative;
      overflow: hidden;
      moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
      .blog_main_wrapper .blog_slider .testi_img img {
        moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
      .blog_main_wrapper .blog_slider .testi_img:hover img {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: pointer; }
    .blog_main_wrapper .blog_slider .blog_text {
      width: 90%;
      float: left;
      background: #fff;
      padding: 44px;
      margin-top: -100px;
      position: relative;
      margin-bottom: 30px; }
      .blog_main_wrapper .blog_slider .blog_text p {
        font-size: 16px;
        padding-bottom: 18px;
        color: #797979;
        font-family: 'Open Sans', sans-serif; }
      .blog_main_wrapper .blog_slider .blog_text h2 {
        font-size: 22px;
        line-height: 35px;
        padding-bottom: 12px; }
      .blog_main_wrapper .blog_slider .blog_text ul li {
        display: inline-block; }
        .blog_main_wrapper .blog_slider .blog_text ul li a {
          font-size: 16px;
          color: #111;
          font-family: 'Open Sans', sans-serif; }
          .blog_main_wrapper .blog_slider .blog_text ul li a span {
            display: inline-block;
            padding-right: 11px;
            vertical-align: middle; }
      .blog_main_wrapper .blog_slider .blog_text ul li + li {
        margin-left: 12px;
        border-left: 1px solid #ccc;
        padding-left: 12px; }
      .blog_main_wrapper .blog_slider .blog_text:hover {
        box-shadow: 2px 0px 10px #00000010; }
    .blog_main_wrapper .blog_slider .owl-nav {
      position: absolute;
      bottom: -80px;
      left: 50%;
      transform: translate(-50%, 0); }
      .blog_main_wrapper .blog_slider .owl-nav .owl-prev {
        width: 60px;
        height: 60px;
        border: 1px solid #f5576c;
        text-align: center;
        line-height: 60px;
        font-size: 24px;
        float: left;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .blog_main_wrapper .blog_slider .owl-nav .owl-prev:hover {
          webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          background: #f5576c;
          color: #fff; }
      .blog_main_wrapper .blog_slider .owl-nav .owl-next {
        width: 60px;
        height: 60px;
        border: 1px solid #f5576c;
        text-align: center;
        line-height: 60px;
        font-size: 24px;
        float: left;
        margin-left: 20px;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .blog_main_wrapper .blog_slider .owl-nav .owl-next:hover {
          webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          background: #f5576c;
          color: #fff; }

.shop_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px;
  margin-top: 60px;
  background: #eaf7fd; }
  .shop_main_wrapper .heading_title {
    margin-bottom: 70px;
    text-align: center; }
    .shop_main_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .shop_main_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }
  .shop_main_wrapper .product_btn {
    text-align: center;
    padding-top: 40px; }
    .shop_main_wrapper .product_btn a {
      border: 1px solid #f5576c;
      padding: 12px 30px;
      font-size: 16px;
      color: #111;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      .shop_main_wrapper .product_btn a span {
        display: inline-block;
        padding-left: 12px; }
      .shop_main_wrapper .product_btn a:hover {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background: #f5576c;
        color: #fff; }
  .shop_main_wrapper .shop_box {
    text-align: center;
    position: relative; }
    .shop_main_wrapper .shop_box .shop_img {
      position: relative;
      overflow: hidden;
      moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
      .shop_main_wrapper .shop_box .shop_img img {
        width: 100%;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
      .shop_main_wrapper .shop_box .shop_img:hover img {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: pointer; }
    .shop_main_wrapper .shop_box .shop_text {
      padding: 24px 0px; }
      .shop_main_wrapper .shop_box .shop_text h4 {
        font-size: 17px;
        color: #111;
        padding-bottom: 10px; }
        .shop_main_wrapper .shop_box .shop_text h4 a {
          color: #111; }
        .shop_main_wrapper .shop_box .shop_text h4:hover a {
          color: #f5576c; }
      .shop_main_wrapper .shop_box .shop_text a {
        color: #f5576c; }
        .shop_main_wrapper .shop_box .shop_text a del {
          color: #797979;
          display: inline-block;
          padding-right: 12px; }
      .shop_main_wrapper .shop_box .shop_text .cart_btn {
        display: block;
        padding: 14px;
        background: #111;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 18px;
        max-width: 178px;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Open Sans', sans-serif;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .shop_main_wrapper .shop_box .shop_text .cart_btn:hover {
          webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          background: #f5576c;
          color: #fff; }

.contact_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px; }
  .contact_main_wrapper .form_picture {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s; }
    .contact_main_wrapper .form_picture img {
      width: 100%;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
    .contact_main_wrapper .form_picture:hover img {
      moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      cursor: pointer; }
  .contact_main_wrapper .heading_title {
    margin-bottom: 35px;
    margin-top: 15px;
    text-align: left; }
    .contact_main_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .contact_main_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }
  .contact_main_wrapper .contact_form {
    width: 100%; }
    .contact_main_wrapper .contact_form form input {
      width: 100%;
      height: 45px;
      padding: 0px 12px;
      border: 1px solid #ccc;
      background: #fbfbfb; }
    .contact_main_wrapper .contact_form form select {
      width: 100%;
      height: 45px;
      padding: 0px 12px;
      border: 1px solid #ccc;
      background: #fbfbfb; }
    .contact_main_wrapper .contact_form form textarea {
      width: 100%;
      padding: 10px 15px;
      border: 1px solid #ccc;
      background: #fbfbfb; }
    .contact_main_wrapper .contact_form form .send_btn {
      padding: 11px 30px;
      border: 1px solid #f5576c;
      background: #fff;
      font-size: 18px;
      webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      .contact_main_wrapper .contact_form form .send_btn span {
        display: inline-block;
        padding-left: 8px; }
      .contact_main_wrapper .contact_form form .send_btn:hover {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background: #f5576c;
        color: #fff; }

.instragram_main_wrapper {
  width: 100%;
  float: left;
  padding-bottom: 70px; }
  .instragram_main_wrapper .heading_title {
    text-align: left;
    max-width: 433px;
    margin: 0 auto;
    margin-top: 24%;
    margin-left: 41%; }
    .instragram_main_wrapper .heading_title span {
      color: #f5576c;
      font-size: 22px;
      padding-bottom: 14px;
      display: inline-block; }
    .instragram_main_wrapper .heading_title h2 {
      font-size: 30px;
      padding-bottom: 18px; }
    .instragram_main_wrapper .heading_title p {
      color: #797979;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      padding-top: 16px; }
    .instragram_main_wrapper .heading_title a {
      color: #fff;
      padding: 11px 30px;
      margin-top: 20px;
      border-radius: 5px;
      display: inline-block;
      background: #f09433;
      background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
  .instragram_main_wrapper .instra {
    width: 31%;
    float: left;
    margin-top: 60px; }
    .instragram_main_wrapper .instra ul li {
      position: relative;
      overflow: hidden;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
      .instragram_main_wrapper .instra ul li img {
        width: 100%;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
      .instragram_main_wrapper .instra ul li:hover img {
        moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: pointer; }
      .instragram_main_wrapper .instra ul li:hover .overlay_instra {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
      .instragram_main_wrapper .instra ul li .overlay_instra {
        width: 100%;
        float: left;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #f5576c63; }
        .instragram_main_wrapper .instra ul li .overlay_instra .instra_icon {
          position: absolute;
          top: 45%;
          width: 100%;
          text-align: center; }
          .instragram_main_wrapper .instra ul li .overlay_instra .instra_icon a {
            display: inline-block;
            font-size: 30px;
            color: #fff; }
    .instragram_main_wrapper .instra ul li + li {
      margin-top: 18px; }
  .instragram_main_wrapper .instra_1 {
    width: 32%;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    .instragram_main_wrapper .instra_1 ul li {
      position: relative;
      overflow: hidden;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
      .instragram_main_wrapper .instra_1 ul li img {
        width: 100%;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
      .instragram_main_wrapper .instra_1 ul li:hover img {
        moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: pointer; }
      .instragram_main_wrapper .instra_1 ul li:hover .overlay_instra {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
      .instragram_main_wrapper .instra_1 ul li .overlay_instra {
        width: 100%;
        float: left;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #f5576c63; }
        .instragram_main_wrapper .instra_1 ul li .overlay_instra .instra_icon {
          position: absolute;
          top: 45%;
          width: 100%;
          text-align: center; }
          .instragram_main_wrapper .instra_1 ul li .overlay_instra .instra_icon a {
            display: inline-block;
            font-size: 30px;
            color: #fff; }
    .instragram_main_wrapper .instra_1 ul li + li {
      margin-top: 18px; }

.footer_main_wrapper {
  width: 100%;
  float: left;
  padding: 90px 0px 30px;
  background: url(../images/footer.jpg);
  background-position: center;
  background-size: cover; }
  .footer_main_wrapper .footer_logo {
    text-align: center; }
  .footer_main_wrapper .newsletter {
    width: 100%;
    float: left;
    padding-top: 70px; }
    .footer_main_wrapper .newsletter h2 {
      color: #f5576c; }
    .footer_main_wrapper .newsletter p {
      font-size: 18px;
      color: #797979;
      font-family: 'Open Sans', sans-serif;
      padding-top: 12px; }
    .footer_main_wrapper .newsletter .input_box {
      width: 100%;
      padding-top: 18px;
      position: relative; }
      .footer_main_wrapper .newsletter .input_box input {
        width: 100%;
        height: 50px;
        border: 0;
        border-bottom: 1px solid #f5576c;
        background: transparent; }
    .footer_main_wrapper .newsletter span {
      position: absolute;
      right: 0;
      top: 50%;
      color: #c93465; }
  .footer_main_wrapper .footer_link {
    padding-top: 70px; }
    .footer_main_wrapper .footer_link h2 {
      color: #f5576c; }
    .footer_main_wrapper .footer_link ul {
      padding-top: 18px; }
      .footer_main_wrapper .footer_link ul li {
        display: block; }
        .footer_main_wrapper .footer_link ul li a {
          font-size: 16px;
          display: flex;
          font-family: 'Open Sans', sans-serif; }
          .footer_main_wrapper .footer_link ul li a span {
            display: inline-block;
            padding-right: 10px;
            color: #f5576c; }
      .footer_main_wrapper .footer_link ul li + li {
        margin-top: 8px; }
  .footer_main_wrapper .bottom_footer {
    width: 100%;
    float: left;
    padding-top: 34px;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 50px; }
    .footer_main_wrapper .bottom_footer p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      width: 100%; }

.inner_slider_wrapper {
  width: 100%;
  float: left;
  text-align: center;
  background-image: url(../images/blog/inner_slider.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .inner_slider_wrapper .heading_inner {
    padding: 116px 0px; }
    .inner_slider_wrapper .heading_inner h2 {
      padding-top: 50px; }
    .inner_slider_wrapper .heading_inner img {
      padding: 16px 0px; }
    .inner_slider_wrapper .heading_inner ul li {
      display: inline-block; }
      .inner_slider_wrapper .heading_inner ul li a {
        color: #f5576c;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif; }
        .inner_slider_wrapper .heading_inner ul li a span {
          padding-right: 7px; }
    .inner_slider_wrapper .heading_inner ul li + li {
      margin-left: 12px; }
  .inner_slider_wrapper .heart {
    color: red; }

.blog_box_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px; }
  .blog_box_wrapper .blog_box {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
    .blog_box_wrapper .blog_box .testi_img {
      position: relative;
      overflow: hidden;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
      .blog_box_wrapper .blog_box .testi_img img {
        width: 100%;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
    .blog_box_wrapper .blog_box .blog_text {
      width: 90%;
      float: left;
      background: #fff;
      padding: 44px;
      margin-top: -70px;
      position: relative;
      border-top: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      .blog_box_wrapper .blog_box .blog_text p {
        font-size: 16px;
        padding-bottom: 18px;
        color: #797979;
        font-family: 'Open Sans', sans-serif; }
      .blog_box_wrapper .blog_box .blog_text h2 {
        font-size: 22px;
        line-height: 35px;
        padding-bottom: 12px; }
      .blog_box_wrapper .blog_box .blog_text ul li {
        display: inline-block; }
        .blog_box_wrapper .blog_box .blog_text ul li a {
          font-size: 16px;
          color: #111;
          font-family: 'Open Sans', sans-serif; }
          .blog_box_wrapper .blog_box .blog_text ul li a span {
            display: inline-block;
            padding-right: 11px;
            vertical-align: middle; }
          .blog_box_wrapper .blog_box .blog_text ul li a:hover {
            color: #f5576c; }
      .blog_box_wrapper .blog_box .blog_text ul li + li {
        margin-left: 12px;
        border-left: 1px solid #ccc;
        padding-left: 12px; }
    .blog_box_wrapper .blog_box:hover .testi_img img {
      moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      cursor: pointer; }
    .blog_box_wrapper .blog_box:hover .blog_text {
      box-shadow: 2px 0px 10px #00000010; }
  .blog_box_wrapper .pegination {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center; }
    .blog_box_wrapper .pegination ul li {
      display: inline-block; }
      .blog_box_wrapper .pegination ul li a {
        background: #fff;
        width: 50px;
        height: 50px;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        color: #111;
        line-height: 49px;
        font-size: 20px; }
        .blog_box_wrapper .pegination ul li a .pre {
          border: 1px solid #f5576c; }
          .blog_box_wrapper .pegination ul li a .pre span svg {
            width: 24px;
            height: 24px; }
        .blog_box_wrapper .pegination ul li a:hover {
          background: #f5576c;
          color: #fff; }
          .blog_box_wrapper .pegination ul li a:hover .pre span svg {
            fill: #fff; }

.ms_blog_content_main_wrapper {
  padding: 100px 0px;
  width: 100%;
  float: left; }
  .ms_blog_content_main_wrapper .ms_blog_main_box {
    overflow: hidden;
    border: 1px solid #f7f7f7;
    box-shadow: 2px 0px 10px #00000010;
    margin-bottom: 30px; }
    .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_img {
      float: left;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_img:before {
        background-color: rgba(255, 255, 255, 0.2);
        content: "";
        height: 200%;
        left: -280px;
        position: absolute;
        top: -50%;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 80px;
        z-index: 0; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_img:after {
        background-color: rgba(255, 255, 255, 0.2);
        content: "";
        height: 200%;
        left: 180%;
        position: absolute;
        top: -50%;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 80px;
        z-index: 0; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_img img {
        width: 100%; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_img:hover:before {
        left: 180%;
        -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_img:hover:after {
        left: -280px;
        -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
    .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content {
      padding: 30px; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .comment {
        padding: 20px 0px 20px;
        border-bottom: 1px solid #c2c2c2;
        display: inline-block;
        width: 100%; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .comment li {
          display: inline-block; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .comment li a {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px; }
            .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .comment li a span {
              display: inline-block;
              padding-right: 12px; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .comment li + li {
          margin-left: 20px; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content h2 {
        font-size: 24px;
        font-weight: 500;
        padding: 20px 0px 20px; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content p {
        line-height: 26px;
        text-align: justify;
        font-family: 'Open Sans', sans-serif;
        color: #797979; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .ms_btn {
        width: 170px;
        display: inline-block;
        text-align: center;
        height: 44px;
        color: #797979;
        background-color: #f6f6f6;
        line-height: 44px;
        border-radius: 30px;
        padding: 0px;
        margin-top: 30px;
        position: relative;
        webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .ms_btn:after {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: #111;
          border-radius: 30px;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50%;
          transform-origin: 50%;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .ms_btn:hover {
          color: #fff; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .ms_btn:hover:after {
            webkit-transform: scaleX(1);
            transform: scaleX(1); }
      .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .blog_tesi_wrapper {
        width: 100%;
        float: left;
        padding: 30px;
        background: #f6f6f6;
        border-radius: 8px;
        margin: 34px 0px; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .blog_tesi_wrapper .test_img {
          width: 100px;
          float: left;
          padding: 25px 0px 0px;
          overflow: hidden; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .blog_tesi_wrapper .test_img img {
            border: 6px solid #d5ebc4;
            border-radius: 50%; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .blog_tesi_wrapper .test_content {
          padding: 50px 0px 0px;
          margin-left: 123px; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .ms_blog_content .blog_tesi_wrapper .test_content h4 {
            font-size: 20px;
            font-weight: 500;
            font-family: 'Open Sans', sans-serif; }
    .ms_blog_content_main_wrapper .ms_blog_main_box .about_admin_wrapper {
      width: 100%;
      float: left;
      padding: 0px 30px 30px 30px; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .about_admin_wrapper .test_img {
        width: 100px;
        float: left;
        padding: 25px 0px 0px;
        overflow: hidden;
        text-align: center; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .about_admin_wrapper .test_img img {
          border: 6px solid #d5ebc4;
          border-radius: 50%; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .about_admin_wrapper .test_img h5 {
          padding-top: 12px;
          font-family: 'Open Sans', sans-serif; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .about_admin_wrapper .test_content {
        padding: 50px 0px 0px;
        margin-left: 123px; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .about_admin_wrapper .test_content h4 {
          font-size: 20px;
          font-weight: 500;
          font-family: 'Open Sans', sans-serif; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .about_admin_wrapper .test_content p {
          font-family: 'Open Sans', sans-serif;
          color: #797979; }
    .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper {
      width: 100%;
      float: left;
      padding: 30px; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img {
        width: 65%;
        float: left; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img h4 {
          font-size: 20px;
          font-weight: 500; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img h4 span {
            display: inline-block;
            color: #f5576c; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img .tags li {
          display: inline-block; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img .tags li a {
            display: inline-block;
            border: 1px solid #ccc;
            padding: 6px 21px;
            position: relative;
            webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
            .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img .tags li a:after {
              content: "";
              position: absolute;
              z-index: -1;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              background: #f5576c;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: 50%;
              transform-origin: 50%;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
            .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img .tags li a:hover {
              color: #fff; }
              .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img .tags li a:hover:after {
                webkit-transform: scaleX(1);
                transform: scaleX(1); }
        .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_img .tags li + li {
          margin-top: 12px;
          margin-left: 4px; }
      .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share {
        width: 100%;
        float: left;
        padding-top: 20px; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share h4 {
          font-size: 20px;
          font-weight: 500; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share h4 span {
            display: inline-block;
            color: #f5576c; }
        .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share .social_media {
          padding-top: 8px; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share .social_media ul li {
            display: inline-block; }
            .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share .social_media ul li a {
              color: #797979;
              width: 38px;
              height: 38px;
              line-height: 38px;
              background: #f6f6f6;
              border-radius: 50%;
              display: inline-block;
              text-align: center;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -moz-transition: all 0.5s;
              transition: all 0.5s; }
              .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share .social_media ul li a:hover {
                color: #ffffff;
                background: #f5576c;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s; }
          .ms_blog_content_main_wrapper .ms_blog_main_box .tags_admin_wrapper .tags_share .social_media ul li + li {
            margin-left: 12px; }
  .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box {
    border: 1px solid #f7f7f7;
    border-radius: 0;
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    box-shadow: 2px 0px 10px #00000010; }
    .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_title {
      padding-bottom: 12px;
      border-bottom: 1px solid #eaeaea; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_title h4 {
        font-size: 20px;
        font-weight: 500; }
    .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text {
      padding-top: 20px; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text input {
        width: calc(100% - 50px);
        float: left;
        height: 45px;
        border: 1px solid #efefef;
        border-right: 0;
        background: #ffffff;
        padding-left: 14px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text button {
        width: 50px;
        height: 45px;
        background: #f5576c;
        color: #ffffff;
        border: 0;
        -webkit-border-top-right-radius: 50px;
        -moz-border-top-right-radius: 50px;
        border-top-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-bottom-right-radius: 50px;
        border-bottom-right-radius: 50px;
        webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text button:hover {
          background: #111111;
          color: #ffffff;
          webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li {
        width: 100%;
        float: left; }
        .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li a {
          font-size: 18px;
          font-family: 'Open Sans', sans-serif;
          color: #111; }
          .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li a span {
            display: inline-block;
            float: right; }
        .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li .post_img {
          width: 88px;
          float: left; }
        .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li .post_text {
          width: calc(100% - 88px);
          float: left; }
          .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li .post_text h5 {
            font-size: 15px;
            padding-bottom: 5px; }
          .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li .post_text p {
            color: #797979; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .blog_list li + li {
        margin-top: 12px; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .fb_post_wrapper ul li {
        width: 100%;
        display: inline-block;
        background: #4b69b0;
        text-align: center; }
        .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .fb_post_wrapper ul li a {
          color: #fff;
          font-family: 'Open Sans', sans-serif;
          padding: 12px 0px;
          display: inline-block;
          font-size: 16px; }
          .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .fb_post_wrapper ul li a span {
            display: inline-block;
            padding-right: 12px; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .fb_post_wrapper ul .twitter {
        background: #37b1e1; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .fb_post_wrapper ul .insta {
        background: #c93465; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .fb_post_wrapper ul .pinte {
        background: #e83f3a; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .fb_post_wrapper ul li + li {
        margin-top: 12px; }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .tags li {
        display: inline-block; }
        .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .tags li a {
          display: inline-block;
          border: 1px solid #e2e2e2;
          background: #fbfbfb;
          padding: 8px 15px;
          position: relative;
          webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .tags li a:after {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #f5576c;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
          .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .tags li a:hover {
            color: #fff; }
            .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .tags li a:hover:after {
              webkit-transform: scaleX(1);
              transform: scaleX(1); }
      .ms_blog_content_main_wrapper .blog_side_main_box .blog_side_box .blog_side_text .tags li + li {
        margin-top: 12px;
        margin-left: 4px; }
  .ms_blog_content_main_wrapper .custom_pagination {
    background: #f6f6f6;
    border-radius: 8px; }
    .ms_blog_content_main_wrapper .custom_pagination ul {
      display: inline;
      margin-left: 63px; }
      .ms_blog_content_main_wrapper .custom_pagination ul li {
        display: inline-block; }
        .ms_blog_content_main_wrapper .custom_pagination ul li a {
          padding: 30px 20px;
          display: inline-block;
          color: #111;
          font-size: 18px; }
          .ms_blog_content_main_wrapper .custom_pagination ul li a:hover {
            background: #f5576c;
            color: #fff; }
    .ms_blog_content_main_wrapper .custom_pagination .prev {
      padding: 14px 19px;
      background: #fff;
      border-radius: 50%;
      color: #111;
      margin-left: 40px;
      margin-right: 40px; }
      .ms_blog_content_main_wrapper .custom_pagination .prev:hover {
        background: #f5576c;
        color: #fff; }
    .ms_blog_content_main_wrapper .custom_pagination .next {
      padding: 12px 19px;
      background: #fff;
      border-radius: 50%;
      color: #111;
      margin-left: 40px;
      margin-right: 40px;
      text-align: right;
      float: right;
      margin-top: 17px; }
      .ms_blog_content_main_wrapper .custom_pagination .next:hover {
        background: #f5576c;
        color: #fff; }

.comment_main_wrapper .ms_heading_wrapper h2 {
  font-size: 26px;
  font-weight: 500; }
.comment_main_wrapper .comment_box {
  width: 100%;
  float: left;
  padding: 40px 0px 40px;
  border-bottom: 1px solid #efecec; }
  .comment_main_wrapper .comment_box .comment_img {
    width: 170px;
    float: left;
    overflow: hidden; }
    .comment_main_wrapper .comment_box .comment_img img {
      border-radius: 50%;
      border: 5px solid #f5576c; }
  .comment_main_wrapper .comment_box .comment_content {
    width: calc(100% - 170px);
    float: left;
    padding-top: 30px;
    line-height: 30px; }
    .comment_main_wrapper .comment_box .comment_content h4 {
      font-size: 20px;
      font-weight: 500;
      font-family: 'Open Sans', sans-serif; }
    .comment_main_wrapper .comment_box .comment_content span {
      display: block;
      color: #f5576c;
      font-family: 'Open Sans', sans-serif; }
    .comment_main_wrapper .comment_box .comment_content p {
      font-family: 'Open Sans', sans-serif;
      color: #797979; }
.comment_main_wrapper .mar_lft {
  margin-left: 150px; }
.comment_main_wrapper .form_comment_wrapper {
  padding-top: 50px; }
  .comment_main_wrapper .form_comment_wrapper form {
    margin-top: 35px; }
    .comment_main_wrapper .form_comment_wrapper form label {
      width: 100%;
      margin-bottom: 20px;
      font-size: 20px;
      color: #111;
      font-weight: 400; }
    .comment_main_wrapper .form_comment_wrapper form textarea {
      width: 100%;
      border: 1px solid #ccc;
      padding: 20px; }
    .comment_main_wrapper .form_comment_wrapper form input {
      width: 100%;
      border: 1px solid #ccc;
      padding: 14px 20px; }
    .comment_main_wrapper .form_comment_wrapper form .custom_check {
      width: 3% !important; }
  .comment_main_wrapper .form_comment_wrapper .post_btn {
    padding: 11px 30px;
    border: 1px solid #f5576c;
    background: #fff;
    font-size: 18px;
    margin-top: 12px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .comment_main_wrapper .form_comment_wrapper .post_btn span {
      display: inline-block;
      padding-left: 8px; }
    .comment_main_wrapper .form_comment_wrapper .post_btn:hover {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      background: #f5576c;
      color: #fff; }

.wedding_shop_wrapper {
  width: 100%;
  float: left;
  padding: 60px 0px; }
  .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 10px; }
  .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading p {
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
    line-height: 30px; }
  .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading .review {
    padding-top: 12px;
    padding-bottom: 18px; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading .review li {
      display: inline-block;
      padding-right: 8px; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading .review li .star li {
        padding-right: 0px; }
        .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading .review li .star li a {
          color: #f5576c; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading .review li .star li + li {
        border-left: 0;
        padding-left: 0; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .wed_product_heading .review li + li {
      padding-left: 8px;
      border-left: 1px solid #ccc; }
  .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code {
    padding-top: 18px; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code .color_change {
      display: inline-block;
      padding-left: 10px;
      vertical-align: sub; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code .color_change li {
        display: inline-block; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code .color_change .black-co a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #111;
        display: inline-block; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code .color_change .grey-co a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code .color_change .pink-co a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #e4b1ad;
        display: inline-block; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code p {
      padding: 12px 0px;
      display: block; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code p span {
        display: inline-block;
        padding-left: 12px;
        font-size: 14px; }
        .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .color_code p span a {
          padding: 6px 12px;
          display: inline-block;
          background-color: #f3f3f3; }
  .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .number_pluse {
    padding-top: 20px; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .number_pluse .nice-number {
      border: 1px solid #ccc;
      display: inline-flex;
      justify-content: stretch; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .number_pluse .nice-number button {
        background-color: #eaeaea;
        border: 0;
        padding: 6px 8px;
        color: #847f7f;
        font-size: 23px;
        font-weight: 500;
        cursor: pointer; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .number_pluse .nice-number input {
        width: 56px !important;
        border: 0;
        padding: 10px 0px;
        vertical-align: middle;
        -moz-appearance: textfield;
        box-sizing: content-box;
        margin: 0;
        text-align: center; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .number_pluse .cart_btn {
      color: #fff;
      font-size: 15px;
      background: #f5576c;
      padding: 12px 26px;
      margin-left: 23px;
      display: inline-block;
      text-transform: uppercase; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .number_pluse .cart_btn:hover {
        background: #111; }
  .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .share_icon {
    padding-top: 20px; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .share_icon p {
      display: inline-block;
      float: left;
      padding-right: 18px;
      padding-top: 4px; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .share_icon ul li a {
      background-color: #f6f6f6;
      width: 35px;
      height: 35px;
      display: inline-block;
      text-align: center;
      color: #f5576c;
      line-height: 37px;
      border-radius: 50%; }
      .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .share_icon ul li a:hover {
        background-color: #111;
        color: #fff; }
    .wedding_shop_wrapper .shoping_box .wed_product_sell_details_wrapper .share_icon ul li a + a {
      margin-left: 12px; }

.bz_single_product_accordian_main_wrapper {
  width: 100%;
  padding-bottom: 70px;
  float: left; }
  .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord {
    border: none;
    background: transparent; }
    .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .accord_header {
      background: transparent;
      padding: 12px 0px;
      border-bottom: 1px solid #f5576c; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .accord_header button {
        margin-bottom: 0;
        font-size: 20px;
        color: #111111;
        padding: 0px;
        text-decoration: none; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .accord_header button span {
          padding-right: 12px; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .accord_header button:focus {
          box-shadow: none; }
    .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body {
      padding: 0; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product {
        padding-top: 10px; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product p {
          line-height: 30px;
          font-family: 'Open Sans', sans-serif; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product .nots {
          padding-top: 15px; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product .nots li {
            font-family: 'Lato', sans-serif;
            padding-bottom: 10px; }
            .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product .nots li span {
              display: inline-block;
              padding-right: 20px;
              color: #f5576c;
              width: 0px;
              height: 0px;
              vertical-align: inherit;
              background-color: none; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product h4 {
          font-family: 'Lato', sans-serif;
          font-size: 20px; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product ul {
          padding-left: 12px; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product ul li span {
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-right: 6px;
            background-color: #797979;
            border-radius: 30px;
            vertical-align: middle; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .product_headphone {
        float: right; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .img_box {
        width: 100%;
        float: left;
        text-align: center;
        padding: 50px 0px; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .img_box .product_icon a {
          display: inline-block;
          border: 1px solid #f5576c;
          padding: 30px 30px;
          font-size: 36px;
          width: 100px;
          color: #f5576c;
          border-radius: 50%; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .img_box .product_icon a:hover {
            border: 1px solid #111111;
            background-color: #111111;
            color: #fff; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .img_box .product_icon p {
          padding-top: 15px;
          color: #111111;
          text-transform: uppercase;
          display: block;
          font-family: 'Lato', sans-serif;
          font-size: 16px;
          font-weight: 600; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .img_box .text_product {
          padding-top: 15px; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .img_box .text_product p {
            line-height: 25px;
            font-family: 'Lato', sans-serif; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .full_details {
        padding-bottom: 18px; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product {
        padding: 30px 0px;
        border-bottom: 1px solid #ccc; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product .post_img {
          width: 168px;
          float: left; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product .post_details {
          padding-top: 14px; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product .post_details h5 {
            font-size: 18px; }
            .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product .post_details h5 span {
              display: inline-block;
              color: #797979;
              padding-left: 12px;
              font-size: 16px; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product .post_details p {
            padding-top: 12px; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product .post_details .star {
            float: right; }
            .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .post_product .post_details .star li {
              display: inline-block;
              color: #f5576c; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper h4 {
        padding: 24px 0px; }
      .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form {
        background-color: #f3f3f3;
        padding: 33px 50px 50px 50px; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form h3 {
          font-size: 14px;
          float: left; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form p {
          display: block; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form .rating {
          width: fit-content; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form textarea {
          width: 100%;
          border-radius: 8px;
          border: 1px solid #ccc;
          padding: 12px; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form input {
          width: 100%;
          border-radius: 30px;
          border: 1px solid #ccc;
          padding: 12px; }
        .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form .custom_btn {
          color: #fff;
          background-color: #111111;
          border-radius: 24px;
          padding: 8px 28px;
          text-transform: uppercase;
          border: 1px solid #111111;
          display: inline-block;
          margin-top: 22px;
          webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
          .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .bz_contact_main_wrapper form .custom_btn:hover {
            background-color: #f5576c;
            border: 1px solid #f5576c; }

.shop_box_main_wrapper {
  width: 100%;
  float: left;
  padding: 100px 0px; }
  .shop_box_main_wrapper .product_box {
    text-align: center;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 20px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 2px 7px #ccc; }
    .shop_box_main_wrapper .product_box .product_img {
      background-color: #fff;
      position: relative; }
      .shop_box_main_wrapper .product_box .product_img .top_icon {
        position: absolute;
        top: 0px;
        width: 100%;
        float: left;
        left: 0;
        padding: 16px;
        z-index: 11; }
        .shop_box_main_wrapper .product_box .product_img .top_icon p {
          background-color: #ee5454;
          color: #fff;
          float: left;
          display: inline-block;
          padding: 1px 10px;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 700;
          border-radius: 24px; }
        .shop_box_main_wrapper .product_box .product_img .top_icon span {
          float: right;
          display: inline-block;
          color: #ee5454;
          cursor: pointer; }
      .shop_box_main_wrapper .product_box .product_img .product_overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgba(17, 17, 17, 0.07);
        top: 0px;
        left: 0;
        padding: 23px;
        opacity: 0;
        visibility: hidden;
        cursor: pointer; }
        .shop_box_main_wrapper .product_box .product_img .product_overlay .side_icon {
          webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          position: absolute;
          right: -116px;
          bottom: 16px; }
          .shop_box_main_wrapper .product_box .product_img .product_overlay .side_icon li {
            display: inline-block; }
            .shop_box_main_wrapper .product_box .product_img .product_overlay .side_icon li a {
              background-color: #111;
              color: #fff;
              padding: 7px 9px;
              font-size: 15px;
              webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -moz-transition: all 0.5s;
              transition: all 0.5s; }
              .shop_box_main_wrapper .product_box .product_img .product_overlay .side_icon li a:hover {
                webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
                background-color: #f5576c;
                color: #fff; }
    .shop_box_main_wrapper .product_box .product_content {
      background-color: #fff;
      text-align: center;
      padding: 18px 0px; }
      .shop_box_main_wrapper .product_box .product_content a {
        display: inline-block;
        width: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .shop_box_main_wrapper .product_box .product_content a h3 {
          font-size: 16px;
          color: #111111; }
      .shop_box_main_wrapper .product_box .product_content h4 {
        font-size: 20px;
        font-weight: 600;
        padding: 12px 0px; }
        .shop_box_main_wrapper .product_box .product_content h4 span {
          font-size: 15px;
          font-weight: normal;
          color: #727272; }
      .shop_box_main_wrapper .product_box .product_content .star li {
        display: inline-block; }
        .shop_box_main_wrapper .product_box .product_content .star li a {
          font-size: 12px;
          color: #f5576c;
          padding: 0px;
          display: inline-block; }
    .shop_box_main_wrapper .product_box:hover {
      webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      box-shadow: 0 1px 6px 0 #ccc; }
      .shop_box_main_wrapper .product_box:hover .product_img .product_overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        .shop_box_main_wrapper .product_box:hover .product_img .product_overlay .side_icon {
          right: 16px; }
      .shop_box_main_wrapper .product_box:hover .product_content {
        background: #f5576c; }
        .shop_box_main_wrapper .product_box:hover .product_content a h3 {
          color: #fff; }
        .shop_box_main_wrapper .product_box:hover .product_content h4 {
          color: #fff; }
          .shop_box_main_wrapper .product_box:hover .product_content h4 span del {
            color: #fff; }
        .shop_box_main_wrapper .product_box:hover .product_content .star li a {
          color: #fff; }
  .shop_box_main_wrapper .pegination {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center; }
    .shop_box_main_wrapper .pegination ul li {
      display: inline-block; }
      .shop_box_main_wrapper .pegination ul li a {
        background: #fff;
        width: 50px;
        height: 50px;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        color: #111;
        line-height: 49px;
        font-size: 20px; }
        .shop_box_main_wrapper .pegination ul li a .pre {
          border: 1px solid #f5576c; }
          .shop_box_main_wrapper .pegination ul li a .pre span svg {
            width: 24px;
            height: 24px; }
        .shop_box_main_wrapper .pegination ul li a:hover {
          background: #f5576c;
          color: #fff; }
          .shop_box_main_wrapper .pegination ul li a:hover .pre span svg {
            fill: #fff; }

.video_modal .modal-dialog {
  position: initial;
  height: auto !important;
  max-width: 600px;
  width: 100%; }
  .video_modal .modal-dialog .modal-content {
    overflow-y: initial; }
    .video_modal .modal-dialog .modal-content .modal-body {
      padding: 0; }
      .video_modal .modal-dialog .modal-content .modal-body button {
        border: none;
        background: #f5576c;
        opacity: 1;
        text-shadow: none;
        font-size: 41px;
        width: 50px;
        height: 52px;
        border-radius: 50%;
        position: absolute;
        color: #ffff;
        top: -16px;
        right: -15px;
        z-index: 999; }
      .video_modal .modal-dialog .modal-content .modal-body .wedding_video_wrapper video {
        width: 100%; }
      .video_modal .modal-dialog .modal-content .modal-body .wedding_video_wrapper iframe {
        width: 100%;
        height: 500px; }

.side_toggle_wrapper {
  position: fixed;
  width: 330px;
  padding: 30px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 79px;
  display: none;
  z-index: 9999; }
  .side_toggle_wrapper .save_date_details_wrapper {
    text-align: center;
    padding: 12px 10px; }
    .side_toggle_wrapper .save_date_details_wrapper .save_logo a img {
      width: 100%; }
    .side_toggle_wrapper .save_date_details_wrapper .save_logo p {
      font-size: 16px;
      color: #111;
      padding-top: 21px;
      font-style: italic; }
    .side_toggle_wrapper .save_date_details_wrapper .wedding_time {
      padding-top: 21px; }
      .side_toggle_wrapper .save_date_details_wrapper .wedding_time h3 {
        font-size: 20px;
        text-transform: uppercase;
        border-top: 1px solid #f5576c;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #f5576c;
        padding: 12px 0px;
        font-weight: 500; }
    .side_toggle_wrapper .save_date_details_wrapper .wedding_address {
      padding-top: 21px; }
      .side_toggle_wrapper .save_date_details_wrapper .wedding_address p {
        font-size: 15px;
        padding-top: 8px;
        font-style: italic; }
    .side_toggle_wrapper .save_date_details_wrapper .wedding_icon {
      padding-top: 21px; }
      .side_toggle_wrapper .save_date_details_wrapper .wedding_icon ul li {
        display: inline-block; }
        .side_toggle_wrapper .save_date_details_wrapper .wedding_icon ul li a {
          font-size: 20px; }
      .side_toggle_wrapper .save_date_details_wrapper .wedding_icon ul li + li {
        margin-left: 12px; }

/*# sourceMappingURL=style.css.map */
.flores-scroll-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  z-index: 1000;
  font-family: 'Segoe UI', sans-serif;
}

.flower {
  position: absolute;

  height: auto;
  transition: transform 1s ease;
  pointer-events: none;
}

.left-flower {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.right-flower {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.flores-message {
  opacity: 0;
  font-size: 2em;
  text-align: center;
  z-index: 1;
  transition: opacity 1s ease;
  max-width: 80%;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 12px;
  color: #c2185b;
}

.flores-scroll-container.open .left-flower {
  transform: translate(-100%, -50%);
}

.flores-scroll-container.open .right-flower {
  transform: translate(100%, -50%);
}

.flores-scroll-container.open .flores-message {
  opacity: 1;
}