/*================================
<--  wedding Nav Menu Area Css -->
==================================*/
.wedding_nav_manu {
  background: transparent;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 100px;
  margin-bottom: -88px;
}

.wedding_nav_manu .sticky .row.btm-bg {
  border-bottom: none;
}

.wedding_nav_manu.transparent_menu {
  background: transparent;
  margin-bottom: -87px;
  position: relative;
}
.qtlj{height:20px;overflow: hidden;}
.qtlj a{color:#f5f0ea; font-size:12px; line-height:10px;}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #c79787 !important;
  transition: 0.5s;
  z-index: 9;
}

.wedding_nav_manu.style_two {
  margin-bottom: 0;
}

/* wedding Menu Css*/
nav.wedding_menu {
  text-align: left;
}

.wedding_menu ul {
  list-style: none;
  display: inline-block;
}

.wedding_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.wedding_menu > ul > li > a {
  display: block;
  margin: 30px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333;
  font-weight: 400;
}

nav.wedding_menu span {
  font-size: 13px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: 0.5;
}

.logo {
  display: inline-block;
  margin-left: 10%;
}

.wedding_menu > ul > li > a:hover {
  color: #c79888;
}

.sticky .wedding_menu li a:hover {
  color: #333;
}

.style-three .wedding_menu > ul > li > a:hover {
  color: #c79888;
}

/*  Menu Style Three */

.style-three.wedding_nav_manu {
  margin-bottom: -105px;
  top: 20px;
}

.row.menu-bg {
  background: url(../image/menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 105px;
}

.style-three nav.wedding_menu {
  text-align: right;
  padding: 0 45px 0 0;
}

.style-three .icons-box {
  display: inline-block;
  margin-left: 0;
}

.style-three .wedding_menu > ul > li > a {
  color: #fff;
}

.style-three .header-button {
  display: inline-block;
  padding-left: 35px;
}

.style-three.wedding_nav_manu.sticky {
  background: transparent !important;
}

/*menu button*/

.header-button a {
  padding: 9px 28px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79888;
  background: #c79888;
  font-size: 16px;
}

.header-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition: 0.5s;
}

.sticky .header-button a {
  padding: 9px 28px;
  color: #c79888;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79888;
  background: #fff;
}

.sticky .header-button a::after {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #c79787;
  transition: 0.5s;
}

.header-button a:hover {
  color: #c79888;
  border: 1px solid #c79888;
}

.sticky .header-button a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.header-button a:hover::before {
  transform: scale(1);
}

.sticky .header-button a:hover::after {
  width: 100%;
  left: 0;
}

.icons-box {
  display: inline-block;
  margin-left: 12%;
  padding-top: 11px;
}

.cart-icon {
  display: inline-block;
  margin-left: 10px;
}

.cart-icon i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #c79787;
  margin-top: 0px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #c79787;
}

.sticky .cart-icon i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  margin-top: 0px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #fff;
}

/*** Sub Menu Style ***/
.wedding_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #c79787;
  opacity: 0;
}

.wedding_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.wedding_menu ul .sub-menu li {
  position: relative;
}

.wedding_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
}

.wedding_menu ul .sub-menu li:hover > a,
.wedding_menu ul .sub-menu .sub-menu li:hover > a,
.wedding_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.wedding_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #c79787;
  color: #fff !important;
}

/* sub menu 2 */
.wedding_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.wedding_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */
.wedding_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.wedding_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.wedding_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #ff3c00;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 */
.wedding_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.wedding_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.wedding_menu li a:hover::before {
  width: 101%;
}

.wedding_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.wedding_nav_manu.sticky .main_sticky {
  display: inherit;
}

.sticky .wedding_menu li a {
  color: #fff;
  transition: 0.5s;
}

.wedding_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}

.wedding_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/**===================================================
<--  Section Title Css -->
======================================================**/
.section-title h2 {
  font-size: 35px;
  margin: 0;
  line-height: 50px;
  font-weight: 500;
}

.section-title.mobile-center h4 {
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Monsieur La Doulaise";
  font-size: 55px;
  line-height: 100px;
  color: #939582;
  letter-spacing: 10px;
}

.section-title.mobile-center h4::after {
  position: absolute;
  content: "";
  top: 70px;
  right: -30%;
  height: 1px;
  width: 80px;
  background: #929582;
  z-index: -1;
}

.section-description p {
  margin: 25px 0 53px;
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
}

.section-title.style-two h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 90px;
}

.section-title.style-two h2::before {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  width: 50%;
  background: #c79787;
  text-align: center;
  margin: 0 auto 0;
}

.section-title.style-two h2::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  width: 40%;
  background: #c79787;
  text-align: center;
  margin: 0 auto 0;
}

/*<!-- ============================================================== -->
<!-- Start  breadcumb Area Css -->
<!-- ============================================================== -->*/

.breadcumb-area {
  background: url(../image/breatcome.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}

.breadcumb-content {
  text-align: center;
}

.breadcumb-content h1 {
  font-size: 65px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
}

.breadcumb-content li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.breadcumb-content li a {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

.breadcumb-content li a::after {
  position: absolute;
  top: 8px;
  right: -14px;
  height: 15px;
  width: 2px;
  background: #fff;
  content: "";
  z-index: -1;
  transform: rotate(30deg);
}

/*<!-- ============================================================== -->
<!-- Start  Slider Area Css -->
<!-- ============================================================== -->*/
.slider-area {
  height: 900px;
  z-index: 1;
  position: relative;
}

.slider-area .single-slider-title h3 {
  font-size: 35px;
  font-family: "Monsieur La Doulaise";
  margin: 0 0 25px;
  color: #939582;
  text-align: center;
}

.slider-area .slider-icon {
  text-align: center;
  margin: 20px 0 0;
}

.slider-area .slider-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 7px 0;
}

.slider-area .slider-icon ul li a {
  display: inline-block;
  font-size: 15px;
  color: #c89985;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}

.slider-area .single-slid-tmb img {
  margin-left: 16%;
}

.slider-area .slider-icon ul li a:hover {
  background: #c79787;
  color: #fff;
}

/*<!-- ============================================================== -->
<!-- Start  Slider Area Css -->
<!-- ============================================================== -->*/

.slider_area.style-two {
  background: url(../image/home2-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
}

.wedding_nav_manu.style-two {
  margin-bottom: 0;
}

.slider_area.style-two .slider-titles h2 {
  font-size: 85px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}

.slider_area.style-two .slider-description p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0 0 0;
}

.slider_area.style-two .slider-button {
  text-align: center;
  margin-top: 54px;
}

.slider_area.style-two .slider-button a {
  display: inline-block;
  font-size: 16px;
  background: #c79787;
  color: #fff;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79888;
}

.slider_area.style-two .slider-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition: 0.5s;
}

.slider_area.style-two .slider-button a:hover {
  color: #c79888;
  border: 1px solid #c79888;
}

.slider_area.style-two .slider-button a:hover::before {
  transform: scale(1);
}

/* Owl Nav */

.slider_list .owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid #c79888;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.slider_list .owl-prev {
  position: absolute;
  top: 50%;
  right: 5%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid #c79888;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/*<!-- ============================================================== -->
<!-- Start slider_area.style-three Css -->
<!-- ============================================================== -->*/

.slider_area.style-three {
  background: url(../image/home-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 940px;
  padding: 100px 0 0;
}

.slider_area.style-three .slider-titles h2 {
  font-size: 85px;
  line-height: 95px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  margin: 0 0 15px;
}

.slider_area.style-three .slider-description p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0;
  width: 53%;
}

.slider_area.style-three .slider-button {
  text-align: left;
  margin-top: 54px;
}

.slider_area.style-three .slider-button a {
  display: inline-block;
  font-size: 16px;
  background: #c79787;
  color: #fff;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79888;
}

.slider_area.style-three .slider-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition: 0.5s;
}

.slider_area.style-three .slider-button a:hover {
  color: #c79888;
  border: 1px solid #c79888;
}

.slider_area.style-three .slider-button a:hover::before {
  transform: scale(1);
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: linear-gradient(
    160deg,
    rgba(103, 97, 95, 0) 0%,
    rgba(181, 154, 108, 0.034) 0,
    #c79787 100%
  );
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: linear-gradient(
    160deg,
    rgba(103, 97, 95, 0) 0%,
    rgba(181, 154, 108, 0.034) 0,
    #c79787 100%
  );
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  font-size: 25px;
}

/**===================================================
<-- about-area Css -->
======================================================**/
.service_area {
  padding: 80px 0 80px;
}

.service_area .single_service_box {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}

.service_area .single_service_box .single_service_title h4 {
  font-weight: 500;
  margin: 0;
  display: inline-block;
  font-family: "Monsieur La Doulaise";
  font-size: 25px;
  line-height: 40px;
  color: #939582;
  letter-spacing: 5px;
}

.service_area .single_service_box .single_service_title h2 {
  font-size: 35px;
  line-height: 50px;
  color: #222222;
  font-weight: 500;
  margin: 0 0 10px;
  transition: 0.5s;
}

.service_area .single_service_box .service_description p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  margin: 0 0 20px;
}

.service_area .single_service_box .service_thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}

.service_area .single_service_box .service_thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: #c79787;
  opacity: 0.5;
  transition: 0.5s;
}

.service_area .single_service_box .service_thumb a img {
  width: 100%;
}

.service_area .single_service_box .service_button {
  text-align: right;
  margin: 35px 0 0;
}

.service_area .single_service_box .service_button a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #222222;
  font-size: 16px;
  transition: 0.5s;
}

.service_area .single_service_box .service_button a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: #c79787;
  transition: 0.5s;
}

.single_service_box:hover .single_service_title h2 {
  color: #c79787;
}

.single_service_box:hover .service_button a {
  color: #c79787;
}

.single_service_box:hover .service_button a::after {
  width: 100%;
}

.single_service_box:hover .service_thumb::before {
  height: 100%;
}

/**===================================================
<-- shop-area Css -->
======================================================**/

.shop-area {
  padding: 80px 0 50px;
  background: #f8f7f3;
}

.shop-area .section-title.mobile-center {
  text-align: center;
}

.shop-area .section-title.mobile-center h4::before {
  position: absolute;
  content: "";
  top: 70px;
  left: -37%;
  height: 1px;
  width: 80px;
  background: #929582;
  z-index: -1;
}

.shop-area .single-shop {
  transition: 0.5s;
  margin-bottom: 30px;
}

.shop-area .single-shop .shop-thumb img {
  width: 100%;
}

.shop-area .single-shop .shop-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #222222;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.shop-area .single-shop .shop-title h3::before {
  position: absolute;
  content: "";
  top: -114px;
  left: 0;
  right: 0;
  height: 100px;
  width: 2px;
  background: #c79787;
  text-align: center;
  margin: 0 auto 0;
  transition: 0.5s;
}

.shop-area .single-shop .shop-title {
  margin-top: 65px;
}

.shop-area .single-shop .shop-price h4 {
  font-size: 16px;
  line-height: 24px;
  color: #848892;
  font-weight: 400;
  text-align: center;
  margin: 0 0 0;
  transition: 0.5s;
}

.shop-area .single-shop .shop-price h4 span {
  text-decoration: line-through;
}

.shop-area .single-shop .shop-button {
  text-align: center;
  margin: 30px 0 0;
  transition: 0.5s;
}

.shop-area .single-shop .shop-button a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 28px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79787;
  background: #c79787;
  opacity: 0;
}

.shop-area .single-shop .shop-button a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.shoping-processing {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
}

.shoping-process {
  display: inline-block;
}

.shoping-process a i {
  display: inline-block;
  font-size: 20px;
  background: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #c79888;
  margin: 0 15px 0 0;
}

.add-to-cart {
  display: inline-block;
}

.add-to-cart a {
  display: inline-block;
  font-size: 16px;
  padding: 11px 33px;
  background: #c79888;
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s;
}

.add-to-cart a:hover {
  background: #fff;
  color: #c79888;
}

.shop-area .single-shop .shop-button a:hover::before {
  transform: scale(1);
}

.shop-area .single-shop:hover .shop-button a {
  opacity: 1;
}

.shop-area .single-shop:hover .shoping-processing {
  opacity: 1;
  top: 29%;
}

.shop-area .single-shop .shop-button a:hover {
  color: #c79787;
}

/**===================================================
<-- about-area Css -->
======================================================**/

.counter-area {
  padding: 100px 0 100px;
}

.counter-area .row.bor-bg {
  padding: 65px 30px 80px 30px;
  background: #fff;
  box-shadow: 0 0 40px rgb(0 0 0 / 15%);
  position: relative;
  z-index: 1;
}

.counter-area .row.bor-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 97%;
  border: 1px solid#c79787;
  height: 87%;
  right: 0;
  bottom: 0;
  margin: auto;
}

.counter-area .counter-single-item-inner {
  text-align: center;
  margin-bottom: 30px;
}

.counter-area .counter-text h1 {
  font-size: 55px;
  line-height: 70px;
  color: #c79888;
  font-weight: 600;
  margin: 0 0 0;
}

.counter-area .counter-title h4 {
  font-size: 20px;
  line-height: 32px;
  color: #848892;
  font-weight: 500;
  margin: 0 0 0;
}

.counter-area .counter-shap {
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
}

.counter-area .counter-shape {
  position: absolute;
  bottom: -35px;
  right: -10%;
  z-index: -1;
}

/**===================================================
<-- weeding-area Css -->
======================================================**/

.weeding-area {
  padding: 80px 0 80px;
}

.weeding-area .row.weed-line {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.weeding-area .single-weeding {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.weeding-area .weeding-thumb img {
  margin-left: 10%;
}

.weeding-area .weeding-content h3 {
  font-size: 22px;
  line-height: 40px;
  color: #222222;
  font-weight: 500;
  margin: 0 0 0;
}

.weeding-area .weeding-content span {
  font-size: 16px;
  line-height: 32px;
  color: #c79888;
  font-weight: 400;
}

.weeding-area .weeding-content p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  margin: 25px 0 0;
  width: 83%;
}

.weeding-area .weeding-shap {
  position: absolute;
  top: -40px;
  left: -10%;
  right: 0;
  text-align: center;
  margin: 0 auto 0;
  z-index: -1;
}

.weeding-area .weeding-icon {
  margin: 0 0 0;
  position: relative;
  top: -163px;
  right: 20px;
  text-align: right;
  z-index: 1;
}

.weeding-area .weeding-icon::before {
  position: absolute;
  content: "";
  top: 23px;
  right: 0;
  height: 1px;
  width: 28%;
  background: #c79787;
  z-index: -1;
}

.weeding-area .weeding-icon.upper {
  margin: 0 0 0;
  position: relative;
  top: -163px;
  left: -94px;
  text-align: left;
  z-index: 1;
}

.weeding-area .weeding-icon.upper::before {
  position: absolute;
  content: "";
  top: 23px;
  left: 0;
  height: 1px;
  width: 28%;
  background: #c79787;
  z-index: -1;
}

.weeding-area .weeding-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.weeding-area .weeding-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: -115px;
  height: 0%;
  width: 58%;
  background: #c79787;
  opacity: 0.5;
  text-align: center;
  margin: 0 auto 0;
  transition: 0.5s;
}

.weeding-area .single-weeding:hover .weeding-thumb::before {
  height: 100%;
}

/**===================================================
<-- testimonials_area Css -->
======================================================**/

.testimonials_area {
  padding: 80px 0 80px;
}

.testimonials_area .testimonials_title h3 {
  font-size: 25px;
  line-height: 40px;
  color: #222222;
  font-weight: 500;
  margin: 0 0 15px;
}

.testimonials_area .testimonials_icon {
  position: relative;
  z-index: 1;
}

.testimonials_area .testimonials_icon::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 49px;
  height: 1px;
  width: 21%;
  background: #c79787;
}

.testimonials_area .testi_description p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  margin: 25px 0 40px;
}

.testimonials_area .testimo_tmb {
  float: left;
  margin-right: 25px;
}

.testimonials_area .client-name {
  margin-top: 50px;
}

.testimonials_area .client-name h3 {
  font-size: 20px;
  line-height: 32px;
  color: #222222;
  font-weight: 600;
  margin: 15px 0 0;
}

.testimonials_area .owl-dots {
  position: relative;
  z-index: 1;
  top: 20px;
  left: 15px;
}

.testimonials_area .owl-dot.active {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #c79787;
}

.testimonials_area .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #e3cac5;
  margin: 0 5px 0;
  border-radius: 50%;
}

/**===================================================
<-- contact_area Css -->
======================================================**/

.contact_area {
  padding: 100px 0 100px;
  background: #f8f7f3;
}

.contact_area .section-title.style-two h2 {
  margin: 0 0 70px;
}

.contact_area .single-contact-box {
  background: #fff;
  box-shadow: 0px 15px 60px -10px rgba(108.68315217391303, 117.32486413043476, 143.25, 0.33);
  position: relative;
  z-index: 1;
  padding: 75px 75px 93px;
}

.contact_area .single-contact-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 95%;
  width: 94%;
  border: 20px solid#c79787;
  display: block;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}

.contact_area .single-contact-box .contact_title h4 {
  font-size: 25px;
  line-height: 52px;
  color: #848892;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0;
}

.contact_area .single-contact-box .contact_shap {
  position: absolute;
  top: 10%;
  right: -36%;
  z-index: -1;
}

.contact_area .single-contact-box .contact_shap img {
  transform: rotate(-45deg);
}

.contact_area .single-contact-box .contact_shapp {
  position: absolute;
  left: -43%;
  bottom: 0;
}

.contact_area .single-contact-box .contact_shaps {
  position: absolute;
  left: -56%;
  bottom: 5%;
  z-index: -1;
}

.contact_area .single-contact-box .quote_button {
  text-align: center;
  margin-top: 25px;
}

.contact_area .single-contact-box .quote_button .btn {
  display: inline-block;
  font-size: 16px;
  background: #c79787;
  color: #fff;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79888;
}

.contact_area .single-contact-box .quote_button .btn::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  transition: 0.5s;
}

.contact_area .single-contact-box .quote_button .btn:hover {
  color: #c79888;
  border: 1px solid #c79888;
}

.contact_area .single-contact-box .quote_button .btn:hover::before {
  transform: scale(1);
}

.contact_area.style_two {
  padding: 40px 0 60px;
}

/*form input*/
.form_box input {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  color: #232323;
  border: inherit;
  transition: 0.5s;
  background: transparent;
  border-bottom: 1px solid #c79888;
}

.form_box textarea {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  color: #232323;
  border: inherit;
  transition: 0.5s;
  background: transparent;
  border-bottom: 1px solid #c79888;
}

.form_box input::placeholder {
  color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
  border-color: #c79787;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/**===================================================
<-- map-area Css -->
======================================================**/

.map-area {
  padding: 0 0 80px;
}

.map-area .row.come {
  overflow: hidden;
}

/*<!-- ============================================================== -->
<!--  Start Cart Section -->
<!-- ============================================================== -->*/

.cart-area {
  padding: 100px 0 100px;
}

.cart-empty p {
  padding: 18px 25px;
  position: relative;
  background-color: #f6f7f9;
  border-bottom: 2px solid #c79787;
  display: inline-block;
  width: 100%;
  color: #121e17;
}

.cart-empty p i {
  color: #955933;
  padding-right: 10px;
}

.about-item-list ul li i {
  font-size: 20px;
  color: #da242b;
  padding-right: 5px;
}

.cart-button a {
  font-size: 15px;
  padding: 15px 9px 15px 42px;
  background: #c79787;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px 35px 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-top: 38px;
}

.cart-button a:hover {
  color: #fff;
}

.cart-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px 35px 5px 5px;
  background: #333;
  transform: scale(0);
  transition: 0.5s;
}

.cart-button a i {
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  background: #fff;
  color: #121d17;
  border-radius: 30px;
  border: 2px solid #121d17;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 20px;
  transition: 0.5s;
}

.cart-button a:hover::before {
  transform: scale(1);
}

.cart-button a:hover i {
  border: 2px solid #c79787;
}

/**===================================================
<-- about-area Css -->
======================================================**/

.about-area {
  padding: 70px 0 70px;
}

.about-area .about-thumb img {
  width: 100%;
  margin-left: -50px;
}

.about-area .about-button a {
  padding: 9px 28px;
  color: #333;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79888;
  background: #fff;
}

.about-area .about-button a::after {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #c79787;
  transition: 0.5s;
}

.about-area .about-button a:hover {
  color: #fff;
  border: 1px solid #c79888;
}

.about-area .about-button a:hover::after {
  width: 100%;
  left: 0;
}

/* Style Two */

.style-two.about-area {
  padding: 100px 0 100px;
  background: #f8f7f3;
}

/**===================================================
<--  service-area Css -->
======================================================**/
.feature-area {
  padding: 80px 0 80px;
}

.feature-area .single-feature-box {
  padding: 0 0 20px;
  margin-bottom: 40px;
}

.feature-area .single-feature-box .feature-thumb {
  overflow: hidden;
}

.feature-area .feature-thumb a img {
  width: 100%;
}

.feature-area .feature-title {
  text-align: center;
  margin: 22px 0 0;
}

.feature-area .feature-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #222222;
  font-weight: 500;
  margin: 0 0 0;
  text-align: center;
  transition: 0.5s;
}

.feature-area .feature-title span {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  margin: 0 0 0;
  text-align: center;
}

.feature-area .single-feature-box:hover .feature-title h3 {
  color: #c79787;
}

.feature-area .single-feature-box .feature-thumb a {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: scale(1);
  transition: 0.5s;
}

.feature-area .single-feature-box .feature-thumb a::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 68%;
  height: 69%;
  background: transparent;
  content: "";
  transition: 0.5s;
  border: 1px solid#c79787;
  border-radius: 4px 4px 0 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
}

.feature-area .single-feature-box:hover .feature-thumb a {
  transform: scale(1.3);
}

.feature-area .single-feature-box:hover .feature-thumb a::after {
  opacity: 1;
}

/**===================================================
<--  service-area Css -->
======================================================**/
.service-area {
  padding: 80px 0 70px;
}

.service-area .single-service-box {
  text-align: center;
  margin-bottom: 50px;
}

.service-area .single-service-box .single-service-thumb {
  position: relative;
  z-index: 1;
}

.service-area .single-service-box .single-service-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(103, 97, 95, 0) 0%,
    rgba(181, 154, 108, 0.034) 6%,
    #c79787 100%
  );
  bottom: 0;
  transition: 0.5s;
  border-radius: 0;
}

.service-area .single-service-box .single-service-thumb img {
  width: 100%;
}

.service-area .single-service-box .single-service-content {
  margin: 0 0 90px;
}

.service-area .single-service-box .single-service-content h3 {
  font-size: 35px;
  line-height: 60px;
  color: #2f3640;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  margin: 0 0 0;
}

.service-area .single-service-box .single-service-content p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  margin: 22px 0 22px;
}

.service-area .single-service-box .service-button a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #c79787;
  text-align: center;
  transition: 0.5s;
}

.service-area .single-service-box .service-button a::after {
  position: absolute;
  top: -50px;
  left: 35px;
  content: "";
  height: 40px;
  width: 1px;
  background: #c79787;
}

.service-area .single-service-box .service-button a:hover {
  color: #333;
}

.service-area .single-service-box:hover .single-service-thumb::before {
  height: 100%;
}

/**====================================================
<-- testimonial Css -->
======================================================**/

.testimonial-area {
  padding: 80px 0 80px;
}

.testimonial-area .single-testimonial-left-site {
  text-align: center;
  position: relative;
  margin-top: 10px;
  box-shadow: 0px 5px 25px 0px rgba(199, 151, 135, 0.1);
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
  z-index: 1;
}

.testimonial-area .testimonial-content {
  border: 1px solid#c79888;
  padding: 60px 26px 55px;
}

.testimonial-area .testimonial-content .testimonial-icon {
  padding-bottom: 31px;
}

.testimonial-area .testimonial-content .testimonial-icon img {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 0;
}

.testimonial-area .testimonial-description p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  margin: 32px 0 35px;
}

.testimonial-area .testimonial-title h3 {
  font-size: 25px;
  line-height: 40px;
  color: #939582;
  font-family: "Monsieur La Doulaise";
  margin: 0 0 0;
  letter-spacing: 10px;
}

.testimonial-area .testimonial-title span {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
}

.testimonial-area .testimonial-thumb img {
  margin-left: -25%;
}

/**====================================================
<-- project-area Css -->
======================================================**/

.project-area {
  padding: 80px 0 50px;
}

.project-area .section-title.mobile-center {
  text-align: center;
}

.project-area .section-title.mobile-center h4::before {
  position: absolute;
  content: "";
  top: 70px;
  left: -33%;
  height: 1px;
  width: 80px;
  background: #929582;
  z-index: -1;
}

.project-area .row.mar-top {
  margin-top: 85px;
}

.project-area .single-project {
  margin-bottom: 50px;
}

.project-area .project-thumb {
  position: relative;
  z-index: 1;
}

.project-area .project-thumb::before {
  position: absolute;
  top: 0;
  left: -50px;
  height: 0%;
  width: 98%;
  content: "";
  background: #c79787;
  opacity: 0.5;
  transition: 0.7s;
}

.project-area .project-thumb.upper::before {
  left: 0px;
}

.project-area .project-thumb img {
  margin-left: -50px;
  transition: 0.5s;
}

.project-area .project-thumb.upper img {
  margin-left: 0;
}

.project-area .project-content h4 {
  font-size: 16px;
  line-height: 32px;
  color: #c79888;
  font-weight: 500;
  margin: 0 0 0;
}

.project-area .project-content h3 {
  font-size: 35px;
  line-height: 70px;
  color: #2f3640;
  font-weight: 400;
  margin: 0 0 5px;
}

.project-area .project-content p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  font-family: "Jost";
  margin: 0 0 0;
  width: 84%;
}

.project-area .project-button {
  margin-top: 50px;
}

.project-area .project-button a {
  display: inline-block;
  font-size: 16px;
  transition: 0.5s;
  color: #2f3640;
  position: relative;
  z-index: 1;
}

.project-area .project-button a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: #c79888;
  transition: 0.5s;
}

.project-area .single-project:hover .project-thumb::before {
  height: 100%;
}

.project-area .project-button a:hover {
  color: #c79888;
}

.project-area .project-button a:hover::after {
  width: 100%;
}

/**====================================================
<-- video-area Css -->
======================================================**/

.video-area {
  padding: 95px 0 110px;
  background: url(../image/video.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-area .video-title {
  text-align: center;
}

.video-area .video-title h3 {
  font-size: 55px;
  line-height: 100px;
  color: #ffffff;
  margin: 0 0 0;
  font-family: "Monsieur La Doulaise";
  letter-spacing: 10px;
}

.video-area .solution_video {
  top: 96px;
  padding-top: 8px;
  margin: 0 auto 0;
  text-align: center;
}

.video-area .video-icon a {
  display: inline-block;
  color: #fff;
  height: 85px;
  width: 85px;
  line-height: 86px;
  border-radius: 100%;
  transition: 0.5s;
  text-align: center;
  font-size: 50px;
  border: 1px solid #c79787;
  position: relative;
  z-index: 1;
}

.video-area .video-icon a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 105px;
  width: 105px;
  border: 1px solid #fff;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

/**====================================================
<-- pricing-area Css -->
======================================================**/
.pricing-area {
  padding: 80px 0 80px;
}

.pricing-area .section-title.mobile-center {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-area .section-title.mobile-center h4::before {
  position: absolute;
  content: "";
  top: 70px;
  left: -30%;
  height: 1px;
  width: 80px;
  background: #929582;
  z-index: -1;
}

.pricing-area .single-pricing-box {
  text-align: center;
  padding: 20px 37px 50px;
  background: #f8f7f3;
  transition: 0.5s;
  margin-bottom: 30px;
}

.pricing-area .single-pricing-box .pricing-title h3 {
  font-size: 25px;
  line-height: 50px;
  color: #222222;
  font-weight: 600;
  margin: 0 0 0;
  text-align: center;
}

.pricing-area .single-pricing-box .pricing-dolar h2 {
  font-size: 45px;
  line-height: 80px;
  color: #222222;
  font-weight: 600;
  margin: 0 0 45px;
  text-align: center;
  transition: 0.5s;
}

.pricing-area .single-pricing-box .pricing-item-list ul li {
  list-style: none;
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 32px;
  color: #a1a0a6;
  border-bottom: 1px solid #c79787;
  padding: 0 0 20px;
  transition: 0.5s;
}

.pricing-area .single-pricing-box .pricing-item-list ul li i {
  display: inline-block;
  font-size: 20px;
  color: #222222;
  font-weight: 800;
}

.pricing-area .single-pricing-box .pricing-button {
  margin: 50px 0 0;
}

.pricing-area .single-pricing-box .pricing-button a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 28px;
  background: #fff;
  color: #222222;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.pricing-area .single-pricing-box .pricing-button a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.pricing-area .single-pricing-box:hover {
  margin-top: -15px;
}

.pricing-area .single-pricing-box:hover .pricing-dolar h2 {
  color: #c79787;
}

.pricing-area .pricing-item-list ul li:hover {
  color: #c79787;
}

.pricing-area .single-pricing-box:hover .pricing-button a {
  color: #fff;
}

.pricing-area .single-pricing-box:hover .pricing-button a::before {
  transform: scale(1);
}

/**====================================================
<-- .booking-area -->
======================================================**/

.shooting-area {
  background: url(../image/b2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.shooting-area .section-title h2 {
  margin: 0;
  font-size: 65px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.shooting-area .shooting-button {
  text-align: center;
  margin-top: 70px;
}
.shooting-button{color:#FFFFFF;}

.shooting-area .shooting-button a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 28px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #c79787;
}

.shooting-area .shooting-button a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #c79787;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.shooting-area .shooting-button a:hover::before {
  transform: scale(1);
}

/**====================================================
<-- team-area Css -->
======================================================**/

.team-area {
  padding: 80px 0 80px;
}

.team-area .section-title.mobile-center.style-two {
  text-align: center;
}

.team-area .section-title.mobile-center h4::before {
  position: absolute;
  content: "";
  top: 70px;
  left: -40%;
  height: 1px;
  width: 80px;
  background: #929582;
  z-index: -1;
}

.team-area .single-team {
  text-align: center;
  margin-bottom: 30px;
}

.team-area .single-team .team-thumb {
  overflow: hidden;
}

.team-area .single-team .team-thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: 0.5s;
}

.team-area .single-team .team-thumb::after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #c79787;
  content: "";
  transition: 0.5s;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
}

.team-area .single-team .team-thumb a img {
  width: 100%;
}

.team-area .single-team .team-title h3 {
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  font-weight: 500;
  margin: 20px 0 0;
  text-align: center;
  transition: 0.5s;
}

.team-area .single-team .team-title span {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
}

.team-area .single-team .team-social-icon ul {
  display: inline-block;
  margin: 12px 0 0;
}

.team-area .single-team .team-social-icon ul li {
  display: inline-block;
  margin: 0 5px 0;
}

.team-area .single-team .team-social-icon ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #c79888;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  transition: 0.7s;
}

.team-area .single-team:hover .team-title h3 {
  color: #c79787;
}

.team-area .single-team .team-social-icon ul li a:hover {
  border-radius: 30px;
  color: #fff;
  background: #11100e;
}

.team-area .single-team:hover .team-thumb::after {
  height: 100%;
  opacity: 0.5;
}

.team-area.upper .single-team {
  text-align: center;
  margin-bottom: 50px;
}

/**====================================================
<-- brand-area Css -->
======================================================**/

.brand-area {
  padding: 80px 0 50px;
  background: #f8f7f3;
}

.brand-area .single-brand {
  text-align: center;
  margin-bottom: 30px;
}

.brand-area .brand-thumb img {
  margin-left: 50px;
}

/**====================================================
<-- blog-area Css -->
======================================================**/

.blog-area {
  padding: 80px 0 80px;
}

.blog-area .section-title.mobile-center {
  text-align: center;
}

.blog-area .section-title.mobile-center h4 {
  letter-spacing: 15px;
}

.blog-area .section-title.mobile-center h4::before {
  position: absolute;
  content: "";
  top: 70px;
  left: -60%;
  height: 1px;
  width: 80px;
  background: #929582;
  z-index: -1;
}

.blog-area .section-title.mobile-center h4::after {
  right: -47%;
}

.blog-area .row.ma-tp {
  margin-top: 55px;
}

.blog-area .single-blog-box {
  box-shadow: 3px 3px 3px 3px rgb(199 151 135 / 10%);
  padding: 0 0 30px 0;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 30px;
}

.blog-area .single-blog-thumb {
  overflow: hidden;
  transition: 0.5s;
}

.blog-area .single-blog-thumb a {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: scale(1);
  transition: 0.5s;
}

.blog-area .single-blog-thumb a::after {
  position: absolute;
  left: 0;
  top: 50px;
  width: 68%;
  height: 69%;
  background: transparent;
  content: "";
  transition: 0.5s;
  border: 1px solid#c79787;
  border-radius: 4px 4px 0 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
}

.blog-area .single-blog-box .admin-name {
  background: #fff;
  width: 80%;
  text-align: center;
  margin: -25px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 8px 0;
  box-shadow: 0px 5px 25px 0px rgb(199 151 135 / 10%);
}

.blog-area .single-blog-box .admin-name h4 {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  margin: 0 0 0;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.blog-area .single-blog-box .admin-name h4 span {
  margin-left: 25px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.blog-area .single-blog-box .admin-name h4::before {
  background: #c79787;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  text-align: center;
  left: -24px;
  top: 11px;
  right: 0;
  margin: 0 auto 0;
  transition: 0.5s;
}

.blog-area .single-blog-box .blog-title h3 a {
  font-size: 22px;
  line-height: 32px;
  color: #222222;
  font-weight: 600;
  font-family: "Jost";
  text-align: center;
  margin: 27px 0 30px;
  transition: 0.5s;
  display: inline-block;
}

.blog-area .single-blog-box .blog-button {
  text-align: center;
}

.blog-area .single-blog-box .blog-button a i {
  display: inline-block;
  font-size: 20px;
  color: #c79787;
}

.blog-area .single-blog-box:hover .single-blog-thumb a::after {
  opacity: 1;
}

.blog-area .single-blog-box:hover .single-blog-thumb a {
  transform: scale(1.3);
}

.blog-area .single-blog-box:hover .blog-title h3 a {
  color: #c79787;
}

/**====================================================
<-- instagram-area Css -->
======================================================**/
.instagram-area {
  padding: 80px 0 80px;
}

.instagram-area .section-title.mobile-center {
  text-align: center;
  margin-bottom: 20px;
}

.instagram-area .section-title.mobile-center h4::before {
  position: absolute;
  content: "";
  top: 70px;
  left: -35%;
  height: 1px;
  width: 80px;
  background: #929582;
  z-index: -1;
}

.instagram-area .instagram-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.instagram-area .instagram-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 84%;
  width: 84%;
  background: #c79787;
  opacity: 0.5;
  transform: scale(0);
  transition: 0.5s;
}

.instagram-area .instagram-tmb img {
  width: 100%;
}

.instagram-area .instagram-thumb img {
  width: 100%;
}

.instagram-icon {
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto 0;
}

.instagram-icon i {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.instagram-area .instagram-thumb {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.instagram-area .instagram-thumb::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  height: 0%;
  width: 100%;
  background: #c79787;
  opacity: 0.5;
  transition: 0.5s;
}

.instagram-area .instagram-box:hover::before {
  transform: scale(1.1);
}

.instagram-area .instagram-box:hover .instagram-icon i {
  opacity: 1;
}

.instagram-area .single-instagrams:hover .instagram-thumb::before {
  height: 100%;
}

/*=================================================
<-- wedding Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
  background: #f2f2f2;
  padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
  padding: 100px 0 60px;
}

/*pagination*/
.pagination a {
  font-size: 18px;
  font-weight: 500;
  color: #ff3c00;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a:hover {
  background: #ff3c00;
  color: #fff;
}

/*search items*/
.widget-items {
  padding: 30px;
  background: #f5f0ea;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.widget-items form {
  position: relative;
}

.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}

.src-input-box::focus {
  border: 1px solid #c79787 !important;
}

.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}

/*categories*/
.widget-title {
  margin-bottom: 45px;
  position: relative;
}

.widget-title h2 {
  margin-top: 0;
}

.widget-archieve-item {
  color: #232323;
}

.widget-archieve-item:hover {
  color: #c79787;
}

.widget-items .widget-title h2 {
  color: #232323;
  display: block;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 3px;
  background: #cecbc6;
}

.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 39px !important;
  height: 2px;
  width: 50px;
  background: #c79888;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  0% {
    left: 0px;
    top: 0px;
  }

  100% {
    left: 83%;
    top: 0px;
  }
}

.catagory-item ul li {
  padding-top: 0;
  margin-top: 15px;
  list-style: none;
  font-weight: 800;
  display: block;
}

.catagory-item ul li a {
  color: #686868;
}

.catagory-item ul li a i {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  color: #c79787;
}

.catagory-item ul li:hover a {
  color: #c79787;
}

.upp.widget-items {
  padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
  margin-right: 20px;
  padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
  margin: 0;
}

.rpost-title span {
  font-size: 14px;
  padding: 5px 0 0;
  display: inline-block;
}

.rpost-title h4:hover {
  color: #c79787;
}

p.hr-3 {
  margin: 0 0 30px;
}

a.widget-archieve-item i {
  display: inline-block;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  margin-right: 20px;
  transition: 0.5s;
  float: left;
}

a.widget-archieve-item i:hover {
  background: #c79787;
  color: #fff;
}

a.widget-archieve-item span {
  color: #232323;
  font-size: 17px;
  font-weight: 600;
}

/*tag menu*/
.tag-item a {
  border: 1px solid #fff;
  padding: 5px 8px;
  display: inline-block;
  margin: 2px 3px 10px;
  font-size: 15px;
  color: #686868;
  transition: 0.5s;
  border-radius: 3px;
  background: #fff;
}

.tag-item a:hover {
  color: #fff;
  background: #c79787;
  border: 1px solid #c79787;
}

/* Calender*/
.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 48px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}

.tag-item .all-days ul li {
  font-weight: 500;
  font-family: "Fira Sans";
  font-size: 16px;
}

.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

element.style {
  background-color: rgb(255, 60, 0);
  color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
  background-color: #fb3b01;
  color: #fff;
}

.calender-area {
  height: 435px;
}

/*blog section two*/
.style-two.blog-section {
  background: #fff;
  padding: 100px 0 70px;
}

.blog-section.style-two.details {
  padding: 100px 0 50px;
}

.blog-single-items {
  margin-bottom: 30px;
}

.blog-content {
  padding: 15px 35px 20px;
  transition: 0.5s;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
  width: 100%;
}

.blog-section .blog-content-text h5 {
  font-size: 35px;
  font-weight: 600;
  margin: 15px 0 15px;
}

.blog-meta span a {
  color: #686868;
  transition: 0.5s;
  padding: 12px 0 20px;
  display: inline-block;
}

.blog-meta span a:hover {
  color: #ff3c00;
}

/*quote*/
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #c79787;
  margin: 30px 0;
}

.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
  margin-bottom: 12px;
}

.blog-content ol {
  padding-left: 15px;
}

.blog-section .blog-content h4 {
  font-size: 22px;
  margin: 25px 0 12px;
  font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
  margin: 25px 0;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  color: #686868;
}

.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: #c79787;
  border: 1px solid #c79787;
}

.comment-box {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition: 0.5s;
}

#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  transition: 0.5s;
}

label {
  color: #686868;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
  border-color: #c79787;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
  color: #fff;
  background: #ff3c00;
  border: 1px solid #ff3c00;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
  transition: 0.5s;
}

.comment-form .submit-comment {
  color: #fff;
  background: #c79888;
  border: 1px solid #c79888;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
  background: #fff;
  color: #333;
}

/**====================================================
<-- footer-area Css -->
======================================================**/

.footer-area {
  padding: 100px 0 20px;
  background: #f5f0ea;
}

.footer-area .footer-title h3 {
  font-size: 28px;
  line-height: 40px;
  color: #222222;
  font-weight: 500;
  margin: 0 0 10px;
}

.footer-area .footer-short-list ul li {
  display: block;
  list-style: none;
  margin: 0 0 10px;
}

.footer-area .footer-short-list ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  transition: .5s;
}

.footer-area .single-footer-box {
  text-align: center;
  padding: 0 10px;
}

.footer-area .footer-text p {
  font-size: 16px;
  margin: 30px 0 30px;
}

.footer-area .footer-icon-list ul li {
  display: inline-block;
  margin: 0 10px 0;
}

.footer-area .footer-icon-list ul li a {
  display: inline-block;
  font-size: 16px;
  color: #c79787;
  background: #fff;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  transition: 0.7s;
}

.footer-area .footer-short-list ul li a:hover {
  color: #c79888;
}

.footer-area .footer-short-list.upper {
  position: relative;
  z-index: 1;
  left: -70px;
}

.footer-area .single-footer.upper {
  text-align: center;
  padding: 0 50px;
}

.footer-area .footer-mail h4 {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  margin: 20px 0 25px;
}

.footer-area .footer-address p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  margin: 0 0 0;
}

.footer-area .footer-bottom {
  text-align: center;
  margin: 95px 0 0;
  border-top: 1px solid #dee1e6;
  padding: 35px 0 0;
}

.footer-area .footer-bottom .copyright p {
  font-size: 16px;
  line-height: 32px;
  color: #848892;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
}

.footer-area .footer-icon-list ul li a:hover {
  color: #fff;
  background: #c79787;
  border-radius: 30px;
}

/**====================================================
<-- wedding Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.barfiller {
  width: 100%;
  height: 4px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
  background-color: #fff;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #ff3c00 !important;
  border-radius: 5px;
}

/*
<!-- ============================================================== -->
<!-- wedding Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #c79787;
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
  background-image: -webkit-linear-gradient(0deg, #c79787 0%, #c79787 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*
<!-- ============================================================== -->
<!-- wedding Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- wedding Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*=====================================
<-- wedding Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

.nav-btn.navSidebar-button {
  display: inline-block;
}

.nav-btn.navSidebar-button a i {
  font-size: 15px;
  width: 32px;
  line-height: 35px;
  height: 32px;
  border-radius: 50px;
  text-align: center;
  background: #efefef;
  display: inline-block;
  color: #232323;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transition: 0.5s;
  cursor: pointer;
}

.nav-btn.navSidebar-button a i::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ff3c00;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover::after {
  transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
  color: #fff;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #ff3c00;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #ff3c00;
}

/*===========================
<-- wedding Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9a241c;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #ff3c00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*** 
====================================================================
  Search Popup
====================================================================
***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-box-btn.search-box-outer {
  display: inline-block;
  margin-left: 12px;
}

.search-box-btn.search-box-outer i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #c79787;
  margin-top: 0px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #c79787;
}

.sticky .search-box-btn.search-box-outer i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  margin-top: 0px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #fff;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #c79787;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  display: inline;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #fff;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
