.roopenlogo {
  width: 80%;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 300px;
  background-size: cover;

}

/*About us page*/
.aboutbanner {
  background-image: url(../img/hero/Aboutusbanner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}

#aboutus {
  padding: 30px 0 80px 0;
  background-color: rgb(243, 237, 214);
}

#aboutus .container .row .col-md-12 h1 {
  text-align: center;
  font-size: 32px;
  color: #000;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 30px;
}

#aboutus .container .row .col-md-12 p {
  margin-top: 10px;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}

#aboutus .aboutbackground {
  background-image: url(../img/hero/weeding2.webp);
  height: 400px;
  width: 100%;
  background-size: top;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#aboutus .container .row .col-md-6 p {
  text-align: justify;
  font-size: 15px;
  margin-right: 5px;
}

#aboutus .container .row .aboutside {
  margin-top: 20px;
  border-radius: 5px;
}

#aboutus .container .row .col-md-6 h1 {
  font-size: 35px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 20px;
}

#aboutus .container .srory {
  margin-top: 80px;
}

#aboutus .container .row .col-md-2 img {
  margin-bottom: 20px;

}

#aboutus .container .row .col-md-6 .location {
  font-size: 15px;
}

#aboutus .container .weeding {
  height: 400px;
  margin-top: 10px;
  border-radius: 2px;
}

/*End About us page*/
/*Why Choose*/
#choosebanner {
  background-image: url(../img/hero/banner8.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}

#whychoose {
  margin-bottom: 100px;
}

#whychoose .container .row .col-md-12 h1 {
  font-size: 28px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
}

#whychoose .container .row p {
  color: #000;
}

#whychoose .container .row .section2 {
  margin-top: 40px;

}

/*End Why Choose*/
/*FAQS Page*/
#faqsbanner {
  background-image: url(../img/hero/faq-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
}

#frequently .container .row .col-md-12 h1 {
  font-size: 35px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
}

#frequently {
  padding-bottom: 80px;
}

.faqssection1 {
  padding-bottom: 50px;
}

#frequently .container .row h3 {
  font-size: 20px;
  color: #000;
  font-weight: bolder;
  padding-bottom: 15px;
}

#frequently .container .row p {
  font-size: 15px;
  text-align: justify;
  padding-bottom: 5px;
}

/*End FAQS page*/
/*Package*/
#packagebanner {
  background-image: url(../img/hero/pricing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 600px;
  width: 100%;
}

#package {
  margin-top: 20px;
  margin-bottom: 80px;
}

#package .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
}

#package .container .row .col-md-6 ul {
  margin-bottom: 20px;
}

#package .container .row .col-md-6 li {
  display: inline;

}

#package .container .row .col-md-6 .roopenname {
  font-size: 20px;
  text-align: left;
  color: black;

}

#package .container .row .col-md-6 .pricing {
  font-size: 40px;
  color: black;
  font-weight: bolder;
  text-align: right;
  align-items: right;
  float: right;
}

#package .container .pricind1 {
  padding: 50px 0;
}

#package .container .row .col-md-6 h3 {
  font-size: 27px;
  color: black;
  padding-bottom: 20px;
  font-weight: bold;
}

#package .container .row .col-md-6 p {
  font-size: 17px;
  color: rgb(31, 28, 28);
}

#package .container .row .col-md-6 img {
  border-radius: 5px;
}

/*End Package*/
/*Services Page*/
#servicesbanner {
  background-image: url(../img/hero/weeding.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 500px;
  width: 100%;
}

#servicecontine {
  margin-bottom: 90px;
}

#servicecontine .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#product .container .row .col-md-12 .linkview {
  text-align: center;
  margin-top: 30px;
}

#product .container .row .col-md-12 .linkview a {
  border: 1px solid #e77817;
  padding: 8px 40px;
  background-color: #ffffff;
  color: #e77817;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

#product .container .row .col-md-12 .linkview a:hover {
  border: 1px solid #e77817;
  background-color: #e77817;
  color: #ffffff;
}

/*End Services Page*/
/*South asian wedding photography*/
#southasian {
  background-image: url(../img/Portfolio/87.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 500px;
  width: 100%;
}

#southasianwedding {
  margin-bottom: 90px;
}

#southasianwedding .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
}

#southasianwedding .container .Sectionspasing {
  padding-top: 20px;
  padding-bottom: 30px;
}

#southasianwedding .container .row .col-md-8 h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}

#southasianwedding .container .row .col-md-8 p {
  font-size: 15px;
  text-align: justify;
  padding-right: 20px;
}

/*End South asian wedding photography*/
/*MultiCaltural Weeding page*/
#multicaltural {
  background-image: url(../img/hero/multicalcher.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 500px;
  width: 100%;
}

#multicalturalwedding {
  margin-bottom: 90px;
}

#multicalturalwedding .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
}

#multicalturalwedding .container .Sectionspasing {
  padding-top: 20px;
  padding-bottom: 30px;
}

#multicalturalwedding .container .row .col-md-8 h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}

#multicalturalwedding .container .row .col-md-8 p {
  font-size: 14px;
  text-align: justify;
  padding-right: 20px;
}

#multicalturalwedding .container .row .col-md-6 h2 {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  padding-bottom: 15px;
}

#multicalturalwedding .container .nextSectionspasing {
  background-color: #dea4ec;
  margin: 0;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 70px;
}

#multicalturalwedding .container .nextSectionspasing p {
  color: black;
}

/*End MultiCaltural Weeding page*/
/*Pre-Wedding*/
#prewedding {
  background-image: url(../img/hero/pre-wedding-banner.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 500px;
  width: 100%;
}

#multicalturalwedding {
  margin-bottom: 120px;
}

#multicalturalwedding .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0 30px 0;
  text-align: center;
  margin-bottom: 20px;
}

#myImg, #myImg2, #myImg3, #myImg4, #myImg5{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*End Pre-Wedding*/
/*Engagement*/
#Engagement {
  background-image: url(../img/hero/Engagement.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 500px;
  width: 100%;
}
.Sectionspasing{
  margin-left: 0px;
  margin-right: 0px;
}
#engagementconten {
  margin-bottom: 120px;
}

#engagementconten .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0 30px 0;
  text-align: center;
  margin-bottom: 20px;
}

#myImg, #myImg2, #myImg3, #myImg4, #myImg5, #myImg6, #myImg7, #myImg8,  #myImg9, #myImg10, #myImg11, #myImg12{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
}
#myImg13, #myImg14, #myImg15, #myImg16, #myImg17, #myImg18, #myImg19,  #myImg20, #myImg21, #myImg22, #myImg23, #myImg24{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
}
#myImg25, #myImg26, #myImg27, #myImg28{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
}


#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 30%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*Engagement*/
/*Drone-Wedding*/
#dronebanner {
  background-image: url(../img/hero/Drone-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 550px;
  width: 100%;
}

#drone {
  margin-bottom: 150px;
}

#drone .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0 30px 0;
  text-align: center;
  margin-bottom: 20px;
}

#myImg, #myImg2, #myImg3, #myImg4, #myImg5, #myImg6, #myImg7, #myImg8{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*End Drone-Wedding*/
/*bybyshower*/
#byby {
  background-image: url(../img/hero/byby.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 550px;
  width: 100%;
}
.Sectionspasing{
  margin-left: 0px;
  margin-right: 0px;
}
#bybyshower {
  margin-bottom: 120px;
}

#bybyshower .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 40px 0 30px 0;
  text-align: center;
  margin-bottom: 20px;
}

#myImg, #myImg2, #myImg3, #myImg4, #myImg5, #myImg6, #myImg7, #myImg8,  #myImg9, #myImg10, #myImg11, #myImg12{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding:5px;
  padding-right: 65px;
}
#myImg13, #myImg14, #myImg15, #myImg16, #myImg17, #myImg18, #myImg19,  #myImg20, #myImg21, #myImg22, #myImg23, 
#myImg24{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
  padding-right: 65px;

}
#myImg25, #myImg26, #myImg27, #myImg28{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
  padding-right: 65px;
}
#myImga, #myImgb, #myImgc, #myImgd, #myImge, #myImgf,
 #myImgg, #myImgh,  #myImgi, #myImgj, #myImgk,
  #myImgl{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding:5px;
  padding-right: 65px;
}
#myImgm, #myImgn, #myImgo, #myImgp, #myImgq, #myImgr,
 #myImgs, #myImgt,  #myImgu, #myImgv, #myImgw
{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding:5px;
  padding-right: 65px;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 30%;
  max-width: 400px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*bybyshower*/
/*Contact banner*/
#contactbanner {
  background-image: url(../img/hero/contactbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 550px;
  width: 100%;
}
.Sectionspasing{
  margin-left: 0px;
  margin-right: 0px;
}
#bybyshower {
  margin-bottom: 120px;
}


.contact-section .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 60px 0 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.contact-section .contact-info__icon .ti-home{
  color: rgb(8, 0, 0);
}
.contact-section .contact-info__icon .ti-tablet{
  color: rgb(8, 0, 0);
}
.contact-section .contact-info__icon .ti-email{
  color: rgb(8, 0, 0);
}
.contact-section .media-body h3{
  color: #000;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-section .media-body p{
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}
/*End Contact banner*/
/*portfolio*/
#protfoliobanner {
  background-image: url(../img/hero/Matrimonial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 550px;
  width: 100%;
}
.Sectionspasing{
  margin-left: 0px;
  margin-right: 0px;
}
#Protfolio {
  margin-bottom: 120px;
}


#Protfolio .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 60px 0 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
#Protfolio .imgsize{
  width: 100%;
  height: 250px;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 40%;
  max-width: 350px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 9px;
  margin-top: -50px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*End portfolio*/
/*Birthday*/
#birthdaybanner {
  background-image: url(../img/hero/HappyBirthday.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position: center;
  height: 550px;
  width: 100%;
}
.Sectionspasing{
  margin-left: 0px;
  margin-right: 0px;
}
#Birthday {
  margin-bottom: 120px;
}


#Birthday .container .row .col-md-12 h1 {
  font-size: 32px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
  padding: 60px 0 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
/*End Birthday*/