
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
.notelinebg{background:#234099 !important; padding:14px; height:54px;}
.noteline-text{color:#fff; font-size:13px; text-align:center;}
.noteline-text p{font-family: 'Montserrat';}
.topenquire{background:#bd040b; color:#fff;}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    color: var(--bs-white) !important;
    border: 0px solid var(--bs-primary);
	background-image: linear-gradient(to right, #ff7176 0%, #bd040b 51%, #bd040b 100%);
}

.btn-light-outline-0 {
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-light);
}

.btn-primary-outline-0:hover {
    background-image: linear-gradient(to right, #eefbff 0%, #364e99 51%, #364e99 100%);
    color: var(--bs-white) !important;
    border: 0px solid var(--bs-primary);
}

.btn-light-outline-0:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-secondary);
}
.btn-primary-outline-1 {
    color: var(--bs-white) !important;
    border: 0px solid var(--bs-primary);
	background-image: linear-gradient(to right, #bd040b 0%, #bd040b 51%, #ff7176 100%);
}

.btn-light-outline-0 {
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-light);
}

.btn-primary-outline-1:hover {
    background-image: linear-gradient(to right, #eefbff 0%, #364e99 51%, #364e99 100%);
    color: var(--bs-white) !important;
    border: 0px solid var(--bs-primary);
}

.btn-light-outline-1:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-secondary);
}
.btn-banner{background:#fff; color:#000;}
.btn-banner:hover{background:#fff; color:#000;}
.img-border {
    border-color: #234099;
    border-style: double;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Montserrat';
    font-weight: 700;
}


/*** Navbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.sticky-top-upper {
    transition: 0.5s;
    background: var(--bs-Rust-Oleum);
}
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #bd040b;
}
.copyright .img-loc{height:28px;}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    min-height:auto; 
}

.carousel-item img {
    position:relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items:center;
    text-align:left;
   /* background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));*/
    background-size: cover;
}
.desktop-view{
	display:block !important;
}
.mobile-view{
	display:none !important;
}
.carousel-caption p{
	font-family: 'Montserrat';
}
.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
	font-size:22px;
}

#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}
/*** Carousel End ***/
.h2-about{
	color:#234099;
	font-size:33px;
	font-family: 'Montserrat';
	font-weight:700;
}
.h4-about{
	color:#234099;
	font-size:24px;
	font-family: 'Montserrat';
	font-weight:600;
}
.h4-about span{
	color:#ed1c24;
}
.p-about{color:#000; font-size:14px; font-family: 'Montserrat'; }
.bgsec-1{
	background:url('../img/bg-sec-1.jpg');
	height:300px;
	 repeat:no-repeat;
	 padding:20px;
}
.h3-abt{font-size:18px; color:#000; font-weight:600; font-family: 'Montserrat'; text-align:center;}
.services ul{
  list-style-image: url('../img/check.png');
}
.services li{
	color:#000;
	font-family: 'Montserrat';
	font-weight:600;
	font-size:14px;
	line-height:28px;
}
/*** Wedding Story Start ***/
.story .story-timeline,
.story .story-timeline .row {
    position: relative;
}

.story .story-timeline::before,
.story .story-timeline::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 10px;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}

.story .story-timeline::after {
    top: auto;
    bottom: -7px;
}

.story .story-timeline .row::after {
    position: absolute;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: var(--bs-secondary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.story .img-2{
	display:none;
}
.story .img-3{
	display:block;
}
/**testimonial**/
.testimonial
{
  padding: 0px;
  background: #f1f1f1;
  color: #000;
  text-align: center;
  border:1px #234099 solid;
  margin-bottom:20px;
}
.testimonial p{color:#000;}
.testimonial-inner
{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border
{
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.row
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col
{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing:  border-box;
  padding: 15px;
}

.testimonial
{
  background: #fff;
  padding: 10px;
}

.testimonial img
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name
{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars
{
  color: #f0932b;
  margin-bottom: 20px;
}
.thank-you{
	border-top:1px #234099 solid;
	border-bottom:1px #234099 solid;
	padding-bottom:85px;
	padding-top:85px;
}
.thank-you p{
	color:#000;
	font-family: 'Montserrat';
}

@media screen and (max-width: 960px)
{
  .col
  {
    flex: 100%;
    max-width: 80%;
  }
}
/**testimonial**/
@media (max-width: 768px) {
    .story .story-timeline::before,
    .story .story-timeline::after,
    .story .story-timeline .row::after  {
        display: none;
    }
}
/*** Wedding Story End ***/

/*** Wedding Date Start ***/
.wedding-date-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
    background:url(../img/faq-bg.png);
    object-fit: cover;
    background-repeat: no-repeat;
}
.wedding-date-bg .img1{
	display:block;
}
.wedding-date-bg .img2{
	display:none;
}

/*.wedding-date-bg .wedding-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 3;
}*/

/*.wedding-date-bg .wedding-date .wedding-date-content {
    position: relative;
    z-index: 9;
}*/
.accordion-button h5{
	color:#fff;
}
.wedding-date-bg h2{
	color:#fff;
	font-weight:600;
}
.wedding-date-bg h6{
	color:#fff;
}
.wedding-date-bg p{
	font-family: 'Montserrat';
	font-weight:600;
	font-size:14px;
}
.accordion-button img{
	margin-right:5px;
}
.accordion-body {
    padding: 1rem 2rem;
	font-family: 'Montserrat';
	font-weight:400;
	font-size:15px;
}
/*.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.accordion-button::before {
  content: "\f107";
  position: absolute;
  right: 17px;
  bottom: 24px;
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  margin-left: auto;
  border-right: 2px solid #000;
  background-image: none;
}
.accordion-button::after {
  display: none;
}
.accordion-button.collapsed::after {
  width: 14px;
  height: 14px;
  margin-left: auto;
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: 33%;
  border-right: 2px solid #000;
  background-image: none;
}
*/

/*** Wedding Date End ***/


/*** Wedding Timeline Start ***/
@media (max-width: 576px) {
    .wedding-timeline .wedding-content .heart-circle {
        
		;
    }
	.carousel-item img {
    position: relative;
    width: 100% !important;
    height: 574px !important;
    object-fit: cover;
}
.carousel-caption .p-5{
	padding:10px !important;
}
.carousel-caption p{
	width:100% !important;
}
.carousel-caption p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
}
.desktop-view{
	display:none !important;
}
.mobile-view{
	display:block !important;
}
.carousel-item .carousel-caption {
   
   background:linear-gradient(rgb(35 64 153), rgb(31 24 43 / 62%));
   background-size: cover;
   padding:14px;
}
.story .img-2{
	display:block;
}
.story .img-3{
	display:none;
}
.wedding-date-bg{
	background-repeat:repeat;
}
.wedding-date-bg .img1{
	display:none;
}
.wedding-date-bg .img2{
	display:block;
	width:100%;
}
.copyright .img-loc{width:10%; height:32px;}
.notelinebg{background:#234099 !important; padding:6px 0px; height:72px;}
.noteline-text{color:#fff; font-size:13px; text-align:center;}
.noteline-text p{font-family: 'Montserrat';}
}

/*** Wedding Timeline End ***/


/*** Gallery Start ***/
.gallery .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-img .hover-style {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.gallery .gallery-img:hover .hover-style {
    width: auto;
    height: auto;
    border: 600px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-item .gallery-overlay {
    transition: 0.5s;
}

.gallery .gallery-item:hover .gallery-overlay {
    background: transparent !important;
    border: 0 !important;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/


/*** team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-content {
    background: rgba(0, 0, 0, .5);
}

.team .team-item .team-content {
    text-align: center;
}

.team .team-item .team-social {
    position: absolute;
    top: -180px;
    right: 15px;
    z-index: 5;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-color: var(--bs-secondary);
    border-style: double;
}

.team .team-item .team-img .team-img-main {
    position: relative;
    z-index: 3;
}

.team .team-item .team-img .team-img-main img,
.team .team-item .team-img .team-img-bg img {
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-img-main img,
.team .team-item:hover .team-img .team-img-bg img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Contact Us Start ***/
.RSVP-form {
    background: #dadada;
    object-fit: cover;
}
.RSVP-form img{
	width:95%;
}
/*** Contact Us End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/footer-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .footer-item a.btn-link,
.footer .footer-item p {
    line-height: 35px;
    font-size: 17px;
    color: var(--bs-light);
    transition: 0.5s;
}

.footer .footer-item a.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 2px;
}


@media (max-width: 992px) {
    .footer .text-start,
    .footer .text-center,
    .footer .text-end {
        text-align: center !important;
    }
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background:#fff !important;
	color:#000;
	font-family: 'Montserrat';
}

/*** copyright end ***/