@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
  --white: #fff;
  --black: #000;
 --Thunder:#2D2D2D;
 --Medium-Grey:#7E7E7E;
 --Dark-Midnight-Blue:#03346E;
 /*  */
 --Himalaya:#6B5620;
 --Satin-Sheen-Gold:#CCA43D;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Playfair Display", serif;
}
/* loader start */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:var(--Satin-Sheen-Gold);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: .9;
}

.loader {
width: 48px;
height: 48px;
display: inline-block;
position: relative;
}
/* .loader::after, */
.loader::before {
content: '';  
box-sizing: border-box;
width: 48px;
height: 48px;
border-radius: 50%;
background: #FFF;
position: absolute;
left: 0;
top: 0;
animation: animloader 2s linear infinite;
}
.loader::after {
animation-delay: 1s;
}

@keyframes animloader {
0% {
  transform: scale(0);
  opacity: 1;
}
100% {
  transform: scale(1);
  opacity: 0;
}
}
  
  
/* Hide loader when content is loaded */
.loaded .loader-wrapper {
  display: none;
}
/* loader */
.heroSlider1{
  height: 768px;
  width: 100%;
  background: url(../images/slider-06.webp) no-repeat center / cover;
  position: relative;

}
.heroSlider1 .slider-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: var(--black);
  opacity: .4;
}
.heroSlider2{
  height: 768px;
  width: 100%;
  background: url(../images/slider-2.webp) no-repeat center / cover;

}
.heroSlider2 .slider-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: var(--black);
  opacity: .4;
}
.heroSlider3{
  height: 768px;
  width: 100%;
  background: url(../images/slider-1.webp) no-repeat center / cover;

}
.heroSlider3 .slider-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: var(--black);
  opacity: .4;
}
/* ***************** */
.slider-bg-img{
height: 768px;
  width: 100%;
  background: url(../images/slider-1.webp) no-repeat center / cover;
}
.slider-img .slider-img{
  width: 100%;
  position: relative;
  height: 100%;
}
.slider-img .slider-img .slider-overlay{
position: absolute;
width: 100%;
height: 100%;
top:0;
left: 0;
background: var(--black);
opacity: .4;
}
.slider-img .sliderBtn{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.slider-img .sliderBtn li{
  list-style: none;
  margin-right: 30px;
}
.slider-img .sliderBtn li a{
  text-decoration: none;
  border-radius: 40px;
  padding: 16px 20px;
  border: 1px solid var(--white);
  color: var(--white);
  font-weight: 600;
}
.slider-img .sliderBtn li .btnWhite{
  background: var(--white);
  color: var(--Himalaya);

}
.caption h2{
  font-size: 3.5rem;
  color: var(--Satin-Sheen-Gold);
  line-height: 80px;
}
.caption .slider-cont{
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 40px;
}
nav.navbar.WhiteNav {
  background-color:var(--black)!important;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .6s;
  padding: 12px 0;
  box-shadow: 0 8px 6px -11px rgb(255, 255, 255);
  top: 0;
  }
 .wedding-navbar img{
  width: 120px;
 }
  .navbar-brand img {
  max-width: 100%;
  height: auto;
  }
  .WhiteNav .navbar-brand{
    color: var(--white);
  }
/*  */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.top-head {
  width: 100%;
  background:#434242;
}
.top-section {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: var(--white);
  margin-bottom: 0;
}
.top-section li {
  list-style: none;
}
.top-section ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.top-section ul li {
  margin-right: 12px;
}

.top-section a{
  text-decoration: none;
  color: var(--white);
}
.top-section a i{
border: 1px solid var(--white);
padding: 6px;
border-radius: 100px;
margin-right: 8px;
}
.top-section p{
  margin-bottom: 0;
}
.fontSize-buttons--list button{
  border: transparent;
  background: transparent;
  font-weight: 500;
  color: var(--white);
}
/* navbar */

.WhiteNav .menu-bg .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: var(--white);
}
.menu-bg .navbar-nav .nav-item .nav-link{
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.menu-bg .navbar-nav .nav-item {
  margin-left: 16px;
}
.menu-bg .navbar-nav .nav-item .nav-link.active {
  color: #cdad44;
  border-bottom: 1px solid #cdad44;
  font-weight: 600;
}
.WhiteNav .nav-link.active {
  color: var(--white)!important;
  border-bottom: 1px solid var(--white)!important;
}
/* hero section start */
.hero-section {
  background-color: var(--Desert-Storm);
}

.caption{
  position: absolute;
  color: var(--white);
  top: 230px;
  left: 310px;
}
/* .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
} */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: url(../images/saw-testi-active.svg) no-repeat scroll border-box center / 24px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 30px;
 
  background: url(../images/saw-testi.svg) no-repeat scroll border-box center / 24px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;

}
/* hero section end */
.headline h2{
  text-align: center;
margin-bottom: 60px;
color: var(--Deep-Rose);
}
.slider-mini-card img{
  width:100%
}
.slider-mini-card{
  position: relative;
  height:100%;
  width: 100%;
  z-index: 1;
}
.slider-mini-card .mini-card-overlay{
  position: absolute;
  top:0;
  left: 0;
  height:inherit;
  width: 100%;
  opacity: .6;
  z-index: 2;
  border: 1px solid var(--black);
}
.slider-mini-card .mini-card-content {
  position: absolute;
  left: 0;
  padding: 8px;
  bottom: 0;
  color: var(--white);
  z-index: 3;
  background:#000000ad;
  width: 100%;
}
.min-num h2{
  font-size: 50px;
}
.mini-card{
  margin: 30px 0;
}
.about-wedding-section{
  padding: 80px 0;
  width: 100%;
  /* background: url(../images/water-treatment-bg.webp) no-repeat center/cover; */

}
.team-card img{
  margin-bottom: 8px;
}
.team-caption ul{
display: flex;
padding-left: 0;
margin-bottom: 0;
justify-content: space-around;
}
.team-caption ul li{
  list-style: none;
  margin-right:30px;
  position: relative;
}
.team-caption ul li::after{
  position: absolute;
  left: 40px;
  width: 20px;
  height: 1px;
  background: var(--Medium-Grey);
  top: 11px;
  content: '';

}
.team-caption ul li:last-child::after {
  display: none;
}
.team-caption ul li a{
  text-decoration: none;
  color: var(--Medium-Grey);
}
.team-caption h6{
  color: var(--Medium-Grey);
}
.teamMember{
  margin: 40px 0;
}
.mission-section{
  margin: 0 0 80px 0;
}
.left-mission{
  background: var(--Satin-Sheen-Gold);
  padding: 30px 0 0 30px;
  position: relative;
  width: 100%;
  height: 400px;
}
.left-mission img{
  width: 100%;
  position: absolute;
  top: 30px;
  height: 100%;
  margin-bottom: 30px;

}
.mission-section .mission-sec{
  margin-bottom: 30px;
}
.left-wedding-content h5{
color: var(--Medium-Grey);

    letter-spacing: 2px;
    font-weight: normal;

}
.left-wedding-content h3{
  color: #2d2d2d;

  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 30px;
}
.about-img img{
  width: 100%;
}
 p{
  font-size: .9rem;
    line-height: 27px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
/* category start */

  .nav-link:focus-visible {
    outline: 0;
    box-shadow:none!important;
    border: 0;
  }

  .nav-tabs .nav-link {
  
     border:0;
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 0;
    border-color:transparent!important;
  }
  .products-category ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    white-space: nowrap;
    padding-left: 0;
    justify-content: space-around;
    
  }
  .products-category ul li{
    list-style: none;
    
  }
  .products-category .category-products{
    margin-bottom: 60px;
  }
  .products-category .category-products img{
    display: block;
    height: 280px;
    border-radius: 80%;
    width: 280px;
  }
  .products-category .category-products .products-caption{
    text-align: center;
  }
  .products-category a{
    display: block; 
  }
  .products-category .category-products .products-caption{
    font-size: 1.2rem;
    margin: 8px 0;
    font-weight: 600;
  
  }

  .right-category-card{
    position: relative;
  }
  .right-category-card img{
    width: 100%;
    border-radius: 12px;
    background: #91b6e124;
   
  }
  .service-section{
    padding: 40px 0;
  }

  .service-section .right-category-card{
    margin-bottom: 20px;
  }
  .service-site-section{
    padding: 150px 0;
    width: 100%;
    background: url(../images/service-bg.webp) no-repeat center/cover fixed;
    color: var(--white);

  }
  
  .download-brochure img{
 width: 100%;
 height: 100%;
  }
  .download-brochure{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .download-overlay{
position: absolute;
top: 0;
width: 100%;
height: inherit;
background-color: var(--Thunder);
opacity: .6;
z-index: 2;
  }
   
  .download-content{
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 3;
    color: var(--white);

  }
  .downloadBtn{
    position: absolute;
    width: 100%;
    background: var(--Dark-Midnight-Blue);
    bottom: 0;
    text-align: center;
    padding: 12px;
    z-index: 4;
  }
  .downloadBtn a{
    text-decoration: none;
    color: var(--white);
    text-align: center;
  }
  .downloadBtn a::before{
    content: "";
    position: absolute;
    top: 8px;
    left: -85px;
    width: 100%;
    height: 33px;
    z-index: 1;
    background: url(../images/download-icon.png) no-repeat center / 18px;
  }
 
  .left-boncher-card{
    border: 1px solid var(--white);
    padding: 20px;
  }
  .left-boncher-card img{
    width: 100%;
  }
  .left-boncher-card.boncher-card{
    margin-bottom: 40px;
  }
  .boncher-content h4{
    color:var(--Satin-Sheen-Gold);
    font-size: 20px;
    line-height: 20px;

  }
  .boncher-content a{
    font-size: 13px;
    line-height: 13px;
    border-radius: 0px;
    border: 0px solid;
    color: var(--Thunder);
    text-decoration: none;
    text-transform: uppercase;
  }
  .call-to-action {
    background: var(--Dark-Midnight-Blue);
    padding: 20px 0;
  }
  .call-to-action ul{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .call-to-action ul li{
    list-style: none;
  }
  .call-to-action h5{
    margin-bottom: 0;
    color: var(--white);
    font-size: 2rem;

  }
  .call-to-action a{
    text-decoration: none;
    color: var(--white);
    background:#7e7e7e3d;
    line-height: 50px;
    padding: 12px;
  }
  footer{

    /* background: url(../images/footer-bg.webp) no-repeat center center; */
    padding: 80px 0 40px 0;
    color: var(--black);
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
   background: #f9f9f9;
    background-size: cover;
  }

  .footer-social-icon{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-social-icon li{
    list-style: none;
    margin-right: 8px;
  }
  .footer-social-icon li img{
    width: 20px;
  }
  .footer-menu h4{
    letter-spacing: 2px;
    font-weight: normal;

  }
  .footer-menu ul{
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-menu ul li{
    list-style: none;
    margin-bottom: 12px;
  }
  .footer-menu ul li a{
    text-decoration: none;
    color: var(--Medium-Grey);
    font-weight: 600;
  }
  .left-footer-content h3{
    color: var(--Medium-Grey);
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-weight: normal;
  }
  .left-footer-content img{
    width: 120px;
  }
  .footer-sec 
  .fcontact ul{
  display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-sec 
  .fcontact li{
    list-style: none;
  }
  .footer-sec 
  .fcontact li i{
    margin-right: 8px;
    color: var(--Satin-Sheen-Gold);
  }
  .footer-sec{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Medium-Grey);
  }
  .copyright-section{
    padding-top: 30px;
  }
  .copyright-section a{
    text-decoration: none;
    color: var(--Dark-Midnight-Blue);
  }
  /* category end */
  /* common section */
  .common-section{
    width: 100%;
    /* background: var(--Medium-Grey); */
    background: url(../images/common-banner.webp) no-repeat center;
  padding: 60px 0;
  }
  .common-section .breadcrumb{
    margin-bottom: 0;
  }
  .common-section .breadcrumb a{
    text-decoration: none;
    color: var(--white);
  }
  .common-section .breadcrumb-item.active{
color: var(--white);
  }
  .card-image img{
    width: 100%;
  }
  .card-image{
    position: relative;
  }
  .card-image .caption-gallery{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

  }
  .card-image a{
    color: var(--Satin-Sheen-Gold);
  }
  .card-image .caption-gallery h4{
    position: relative;
    font-size: 2rem;
  }
  .card-image:hover .caption-gallery h4{
    color: var(--black);
  }
  .card-image .caption-gallery h4::before{
    position: absolute;
    left: -50px;
    top: 8px;
    height: 41px;
    width: 100px;
    background: url(../images/border.png) no-repeat scroll border-box center / 40px;
    content: '';
  }
  .card-image .caption-gallery h4::after{
    position: absolute;
    right: -50px;
    top: -8px;
    height: 41px;
    width: 100px;
    background: url(../images/border.png) no-repeat scroll border-box center / 40px;
    content: '';
    rotate: 180deg;
  }
  
  /* end */
  /* gallery section */
  .gallery-section{
    padding: 60px 0;
  }
  .gallery-section .gallery-card{
margin-bottom: 20px;

  }
  .gallery-section .gallery-card img{
    width: 100%;
    border-right: 3px solid var(--Satin-Sheen-Gold);
  }
  /* contact section start*/
  .contact-section{
    padding: 60px 0;
  }
  .right-contact .contact-add{
    display: flex;
 padding: 12px 0;
    margin-bottom: 12px;
    justify-content: space-between;
    border-bottom: 1px solid #7e7e7e24;
  }
  .right-contact .contact-add li{
    list-style: none;
 
  }
  .contact-section .left-content h4{
    color: var(--Medium-Grey);
    letter-spacing: 2px;
    font-weight: normal;

  }
  .contact-section .left-content label{
    color:var(--Medium-Grey);
    line-height: 27px;
  }
  .contact-section .left-content input{

    border-radius: 0;
    padding: 8px;
    margin-bottom: 20px;
  }
  .contact-section .left-content select{

    border-radius: 0;
    padding: 8px;
    margin-bottom: 20px;
  }
  .contact-section .left-content textarea{
    border-radius: 0;
    margin-bottom: 20px;

  }
  .form-control:focus ,.form-select:focus{
    box-shadow: none;
  }
  .sentBtn button{
    text-decoration: none;
    color: var(--white);
    background: var(--Satin-Sheen-Gold);
    padding: 8px 20px;
    border: 0;
  }
  .right-contact a,.right-contact span{
    text-decoration: none;
    color: var(--Medium-Grey);
  }
  .contact-avilable{
    margin: 20px 0;
  }
  .contact-avilable h2 a{
    font-size: 2.5rem;
    color: var(--black)!important;
  }
  /* end contact section */
  .contact-location .company-location{
    width: 100%;
    height: 450px;
  }
  /* testimonial start */
.testimonial-section{
  padding: 60px 0;
    width: 100%;
    background: url(../images/testimonial-bg.webp) no-repeat center;
    margin-bottom: 30px;
   


}
.testimonial-section .headline h2{
  color: var(--Satin-Sheen-Gold);
}
.testimonial-section .owl-carousel.owl-theme{
  background: var(--white);
 width: 650px;
 text-align: center;
 margin-left: 330px;
}
.testimonial-section .testimonial-card{
padding: 30px;
}
.testimonial-section .testimonial-card p{

  text-align: left;
  border-left: 1px solid var(--Satin-Sheen-Gold);
  padding: 20px;
}
.testimonial-card ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.testimonial-card ul li{
  list-style: none;
  margin-right: 30px;
}
.testimonial-card ul li img{
  width: 60px!important;
  border-radius: 100px;
}
/* end */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  outline: none;
  font-size: 30px;
  font-weight: 600;
  color: var(--Meteor);
  background: transparent;
  border: 0;
}
.wedding-headline{
  margin-bottom: 30px;
}
 /* ------ */
 .btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 10;
  }
  @keyframes pulse {
  0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
  box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  }
  .btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
  }
  .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  }
  @keyframes pulse-border {
  0% {
  padding: 25px;
  opacity: 0.75;
  }
  75% {
  padding: 50px;
  opacity: 0;
  }
  100% {
  opacity: 0;
  }
  }
  /* whats app end */
  .enquiryForm{
    text-decoration: none;
    color: var(--white);
    background: var(--Satin-Sheen-Gold);
    padding: 8px 12px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8rem;
  }
 
  /* media query */
@media(max-width:1440px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 235px;
}
.caption {
  top: 160px;
}
.service-site-section {
  padding: 60px 0;
}
}
@media(max-width:1400px){
  /* .slider-mini-card .mini-card-content {
    top: 70px;
} */
}
@media(max-width:1300px){

}
@media(max-width:1200px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 206px;
}

.caption {
  top: 130px;
}
.service-site-section {
  padding: 40px 0;
}

.caption {
  left: 170px;
}
.testimonial-section .owl-carousel.owl-theme{
  margin-left:200px;
}
.left-mission {
  height: 340px;

}
.mission-section .mission-sec {
  margin-bottom: 60px;
}
}
@media(max-width:1024px){
 

.boncher-content h4 {
  font-size: 16px;
}
.call-to-action h5 {
  font-size: 1.5rem;
}
.download-content h2{
  font-size: 1.5rem;
}
.card-image .caption-gallery h4 {
  font-size: 1.5rem;

}
}
@media(max-width:992px){
  .caption {
    left: 180px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 168px;
}

.caption {
  top: 110px;
}
.contact-section .sentBtn{
margin-bottom: 30px;
}
.contact-section {
  padding: 40px 0;
}
.heroSlider1,.heroSlider2,.heroSlider3{
  height: 490px;
}
.testimonial-section .owl-carousel.owl-theme{
  margin-left: 0;
}
.card-image .caption-gallery h4 {
  font-size: 1.3rem;
}
.about-wedding-section {
  padding: 30px 0;
  }
  .left-mission {
    height: 500px;
    margin-bottom: 60px;
}
.mission-section {
  margin:0;
}
}
@media(max-width:991px){
 
  .top-section ul li{
  
    margin-bottom: 8px;
  }
  .top-section p {
    padding-top: 26px;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: 0;
}
.navbar-toggler {
  border: 0;
}
.card-construction{
margin-bottom: 30px;
}
.min-content h4{
  font-size: 2rem;
}



.left-boncher-card.boncher-card {
  padding: 20px 8px;
  margin-bottom: 20px;

}
.call-to-action h5 {
  font-size: 1.3rem;
}
.copyright-section h5{
  font-size: 1.2rem;
}
.footer-social-icon {
  margin-bottom: 30px;
}
.footer-menu ul {
  margin-bottom: 20px;
}
.about-wedding-section.about-const{
margin: 40px 0 20px 0;
}
nav.navbar.WhiteNav {
  background: var(--white)!important;
}
nav.navbar.WhiteNav h2{
  color: var(--Dark-Midnight-Blue);
}
.WhiteNav .menu-bg .navbar-nav .nav-item .nav-link {
  color: var(--Dark-Midnight-Blue);
}
.WhiteNav  .menu-bg .navbar-nav .nav-item .nav-link.active {
  color: #cdad44!important;
  border-bottom: 1px solid #cdad44!important;
}
}
@media(max-width:800px){
  .caption {
    top: 78px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 126px;
}
}
@media(max-width:768px){
  .call-to-action ul {
    display: block;
  }
  .call-to-action ul h5{
    margin-bottom: 30px;
  }
  .top-section{
display: block;
  }
  .top-section p {
    padding-top: 0;
}
.right-category-card img {
  margin-bottom: 20px;
}
.copyright-section h5 {
  font-size: 1rem;
  line-height: 24px;
}
.caption {
  left: 110px;
}
.contact-avilable h2 a {
  font-size: 3rem;
}
.caption {
  width: 550px;
  left: 30px;
 
}

.testimonial-section .owl-carousel.owl-theme{
  width: 100%;
}
.caption h2 {
  font-size: 2.5rem;
  line-height: 60px;
}
.caption .slider-cont {
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 30px;

}
.slider-img .sliderBtn li a{
  padding: 8px 12px;
}
.left-wedding-content h3 ,.min-content h4{
  font-size: 1.5rem;
  line-height: 36px;
}
}
@media(max-width:676px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 106px;
}

}
@media(max-width:575px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 92px;
}
.caption {
  top: 65px;
}
.call-to-action ul h5 {
  margin-bottom: 20px;
}
/* .slider-mini-card .mini-card-content {
  left: 10px;
} */
.contact-avilable h2 a {
  font-size: 2.5rem;
}

footer{
  padding: 40px 0;
}
.gallery-section {
  padding:0;
}
.caption {
  width: 500px;

}
}
@media(max-width:535px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    top: 82px;
  }
}
@media(max-width:500px){
  .caption {
    top: 100px;
    width: 100%!important;
    left: 0;
    padding:0 20px;
}
}
@media(max-width:470px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 70px;
}

.min-content h4 {
  font-size: 1.5rem;
}
.min-num h2 {
  font-size: 35px;
}
.top-section ul{
  display: block;
}
}
@media(max-width:436px){


}
@media(max-width:425px){
  .slider-img .sliderBtn li{
    margin-right: 12px;
  }
  .left-wedding-content h3, .min-content h4 ,.wedding-headline h3 {
    font-size: 1.3rem;
    line-height: 30px;
}
.left-mission {
  height: 400px;

}
}
@media(max-width:413px){
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
 top:65px;
}

}
@media(max-width:375px){
.caption{
  top: 40px;
}
.slider-img .sliderBtn{
  display: block;
}
.slider-img .sliderBtn li{
margin-bottom: 30px;
}
.download-content {
  top: 20px;
}
.left-boncher-card.boncher-card {
  margin-bottom:0;
}
.call-to-action h5 {
  font-size: 1.2rem;
  line-height: 24px;
}
footer{
  padding: 40px 0;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 54px;
}

nav.navbar.WhiteNav h2 {
  font-size: 1.3rem;
}
nav.navbar.TransparentNav h2 {
  font-size: 1.3rem;
}
.min-content h4 {
  font-size: 1.1rem;
}
.min-content p{
  margin-bottom: 0;
    font-size: .8rem;
    line-height: 24px;
}
  .caption h2 {
      font-size: 1.6rem;
      line-height: 45px;
  }
  .heroSlider1, .heroSlider2, .heroSlider3 {
    height: 410px;
}
.left-mission {
  height: 360px;
}
.wedding-navbar img {
  width: 80px;
}
.enquiryForm {
  padding: 4px 9px;
  font-size: .7rem;
}
}
@media(max-width:345px){
  .caption {
    top: 24px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 45px;
}
/* .slider-mini-card .mini-card-content {
  top: 16px;
} */
.left-mission {
  height: 320px;
}
}
