/*Home css*/
#about_us p {
    text-align: justify;
}
/*End of home css*/
/*Login css*/
.login-form{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.login-form > div{
    width: 340px;
}
.login-title{
    position: relative;
    padding-bottom: 30px;
    
}
h1{
    font: 400 25px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    text-align: center;
}
#about_us h3, #gallery h3{
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    font-weight:400;
}
#about_us p{
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    text-align: center;
}
/*h1:before, h1:after{
    background-color: #7e7e7e;
    height: 1px;
    content: '';
    position: absolute;
    width: 25%;
    top: 10px;
}
h1:before{
    left: 0;
}
h1:after{
    right: 0;
}*/
.btn-holder{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-top: 35px;
}
.input-group-prepend > span{
    width: 100px;
}
.modal-body .input-group-prepend > span {
    width: 125px;    
}
.input-group-append > span:hover {
    cursor: pointer;    
}
.login-bottom{
    text-align: center;
    margin: 5px 0;
}
.login-bottom a{
    cursor: pointer;
}
/*End of login css*/
/*Alert css*/
.alert{
  margin: 0;
  color: white;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.alert-success {
background-color: #28a745;
}
.alert-error {
background-color: #dc3545;
}
/*End of alert css*/
/*Site-header css*/
.navbar-custom a{
    color: #222;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}
.navbar-custom ul > li {
    margin: 0 10px;    
}
.dropdown-menu {
    width: 220px;    
}
.logo-holder {
    padding: 5px 0;    
}
#nav {
    background-color: #e74c5a !important;    
}
.logo-holder > div {
    padding: 15px 0;
}
.user_dw .dropdown-toggle::after {
    display:none;
}

.user_dropdown {
    right: 0;
    position: absolute;
    top: 2px;   
}
.user_dropdown > a {
    cursor: pointer;    
}
.user_dropdown_menu {
    position: absolute;
    right: 16px;
    top: 52px;
    border: 1px solid #d6cece;
    width: 250px;
    text-align: center;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
}
.user_dropdown_top {
    background-color: #e74c5a;
    padding: 20px 5px;
}
.user_dropdown_bottom {
    background-color: #f2f2f2;    
    padding: 10px 5px;
}
.cust-btn-user {
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    border-radius: 0;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.cust-btn-user:hover {
    border: 1px solid #b3b3b3;
    background-color: #d9d9d9;
}
.img-circle {
    border-radius: 50%;    
}
#cart > a > span{
    position: absolute;
    right: 80px;
    font-size: 26px;
    top: 5px;    
}
#cart .p1[data-count]:after{
  position:absolute;
  right:10%;
  top:8%;
  content: attr(data-count);
  font-size:40%;
  padding:.2em;
  border-radius:50%;
  line-height:1em;
  color: white;
  background:rgba(255,0,0,.85);
  box-shadow: 2px 1px darkred;
  text-align:center;
  min-width: 1em;
}
/*End of site-header css*/
/*Services*/
.service_img img{
	width: 100%;
}

.filter-menu{
	border: 1px solid #444;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.form-inputs .row{
	margin: 10px 0; 
}

.package-event{
	background-color: #ccc;
	padding: 15px 0;
	margin-bottom: 20px;
}
.service, .option{
	text-align: center;
	margin-bottom: 1rem;
	cursor: pointer;
}
.service p, .option p{
	font-size: 18px;
    font-weight: 500;
}
.service_img, .option_img{
	border: 1px solid #99173d;
	display: inline-block;
}
.service_img .showcase{
	width: 248px;
	height: 165px;
	margin: 5px;
	overflow: hidden;
}
.option_img .showcase{
	width: 200px;
	height: 120px;
	margin: 5px;
	overflow: hidden;
}
.selected .option_img{
	border-color: green;
}
.selected .tick-mark{
	display: block;
}
.tick-mark{
	display: none;
	width: 40px;
    position: absolute;

}
.option_img .original{
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 5px;
	background-color: white;
	border: 2px solid #99173d;
	display: none;
}
.service_img .original{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: auto;
    height: auto;
    padding: 5px;
    display: none;
    transform: translatex(-50%);
    /*margin-left: 15px;*/
}
@media only screen and (min-width: 972px) {
.option:hover .option_img .original, .service:hover .service_img .original{
	display: block;
}
}@media only screen and (max-width: 971px) {
.option .option_img .original, .service .service_img .original{
	display: block;
}
}
.original > img{
	width: auto;
	max-width: 400px;
	height: auto;
}

section{
	padding: 2rem 0;
	background: url('/storage/app/media/wn/contact_background.jpg');
    border-top: 1px solid #ccc;
    /*margin-bottom: 2rem;*/
}

section h5, .modal-title{
    color: #99173d;
    cursor: help;
    font-size: 22px;
}

section h5{
	margin-bottom: 2rem;
}
/*End of services*/
/*Service type*/
.modal-body{
    max-height: 465px;
    overflow-y: scroll;
}
.modal-showcase{
    width: 216px;
    height: 139px;
    margin: 5px;
    overflow: hidden;
}

/*Gallery*/
.alb_name{
    margin-top: 50px;
    font-family: 'Great Vibes', cursive;
    font-size: 60px;
}
.desc span{
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
}
.gallery_heading{
    font-family: 'Great Vibes', cursive;
    font-size:40px;
}
.portfolio_image{
    min-height: 100%;
    min-width: 100%;
    max-height: 120%;
    max-width: 120%;
}
/*End of Gallery*/
/*End of service type*/
/*Site Footer*/
#contact_us {
    background-color: #343a40;
    /*padding: 20px 0 10px;*/
}
#contact_us input, #contact_us textarea{
    color: #4e4a4a !important;
    background-color: #d6d3d3 !important;
}
#contact_us .form-group {
    margin-bottom: 0.6rem;    
}
.office_details h6, .office_details span {
    color: white;    
    line-height: 0.5rem;
}
.office_details span {
    font-size: 12px;    
}
.office_details hr {
    background-color: white !important;
    color: white !important;    
}
#copyright {
    text-align: center;
    color: white;
    background-color: #1f1d1d;
    padding: 10px 0;
}
/*End of Site Footer*/