*{
	box-sizing:border-box;
  	margin:0 auto;
  	padding:0;
}
.main-header{
	display:flex;
}
.main-header>div{
	flex:1;
}
.navigation-text{
	display:flex;
}
.navigation-text li{
     flex:1;
}
ul.navbar-nav{
	float:right !important;
    padding-top: 15px;
}
li.nav-item a {
    color: white;
}
button.navbar-toggler {
    background: #930005;
     border-radius:5px;
}
.flex-control-paging li a.flex-active {
    background-color: #e92626;
    border-color: #e92626;
}
.width-complete {
    background: #efefef;
}
.main-welcome-setion{
	width:80%;
    margin:0 auto;
  	display:flex;
}
.main-welcome-setion>div{
	float:left;
  	flex:1;
}
h3.color-red,.color-text{
	color:red;
    margin:0;  
}
nav.navbar.navbar-expand-md.bg-dark.navbar-dark a.navbar-brand:hover {
    color: gray;
}
.main-welcome-setion .welcome-text{
	padding:30px 60px;
}
.navbar-dark .navbar-toggler-icon{
	
}
.navbar-dark .navbar-brand {
    color: #000;
}
.bg-dark {
    background: white !important;
}
li.nav-item a {
    padding-right: 50px;
    color: black;
}
.welcom-text-heade{
	margin-bottom:0;
}
.main-wedding-setion{
   background-image:url("/cdn/shop/files/backg.png?2470"); 
   background-size:100% 100%;
   margin-top: 27px;
}
.heading-text{
	text-align:center;
    padding-top:50px;
}
.main-image-block{
	display:flex;
  	width:90%;
  	margin:o auto;
    padding:20px 0;
}
.image-block>img{
	border-radius:10px;
}
.img-title{
	text-align:center;
}
/*   media====================Query===============  */
@media(max-width:1024px){
  .image-block>img{
      height:200px;
      width:auto;
  }
}
@media(max-width:767px){
  .image-block>img{
      height:130px;
      width:auto;
  }
  .main-welcome-setion{
  	display:block;
  }
  .main-welcome-setion .welcome-text{
  	padding:20px 0 0 0;
  }
  .main-wedding-setion{
   background-image:none;
	
}
@media(max-width:480px){
  .main-wedding-setion{
  	background-size:cover;
  }
  .main-image-block{
    text-align:center;
    display:block;
  }
  
  .image-block>img{
  	height:unset;
  }
  h2.welcom-text-heade,h3.color-red{
  	text-align:center;
}