@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css?family=Satisfy|Slabo+27px&display=swap');
html {
	height: 100%;
}
body {
	min-height: 100%;
	background: #fff;
	background-size: cover;
	background-position: center;
	font-family: 'Slabo 27px', serif;
	color: #b09c61;
	font-size: 17px;
	line-height: 29px;
}
a, a:active, a:focus, a:hover, a:visited, input, textarea, select, button {
	text-decoration: none;
	outline: 0
}
.PT3 {
	padding-top: 3px;
}
.PT5 {
	padding-top: 5px;
}
.PT7 {
	padding-top: 7px;
}
.PT10 {
	padding-top: 10px;
}
.PT15 {
	padding-top: 15px;
}
.PT20 {
	padding-top: 20px;
}
.PT25 {
	padding-top: 25px;
}
.PT30 {
	padding-top: 20px;
}
.PB30 {
	padding-bottom: 20px;
}
.PB20 {
	padding-bottom: 20px;
}
.PB10 {
	padding-bottom: 10px;
}
.PB60 {
	padding-bottom: 60px;
}
.MT3 {
	margin-top: 3px;
}
.MT5 {
	margin-top: 5px;
}
.MT7 {
	margin-top: 7px;
}
.MT10 {
	margin-top: 10px;
}
.MT15 {
	margin-top: 15px;
}
.MT20 {
	margin-top: 20px;
}
.MT25 {
	margin-top: 25px;
}
.MT30 {
	margin-top: 30px;
}
.PR30 {
	padding-right: 15px
}
.PL30 {
	padding-left: 15px
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	color: #666;
	font-family: 'Slabo 27px', serif;
	font-size: 15px
}
.form-control {
	display: block;
	width: 100%;
	height: 44px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background: #E5F9FD url(../images/bgtxt.jpg) repeat-x top left;
	border: 1px solid #E5F9FD;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.btn-primary {
	color: #fff;
	background-color: #311854;
	border-color: #311854;
	padding: 10px 20px;
}
.menuWrapper {
	position: absolute;
	z-index: 2000;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
div#overlay {
	display: none;
}
a#toggle {
	/* position: fixed; */
	width: 24px;
	height: 24px;
	/* top: 20px; */
	text-align: center;
	color: white;
	display: none;
	transition: all ease-out 0.3s;
	float: right;
	cursor: pointer;
	/* border: solid 1px #000; */
	margin-top: 4px;
}
a#toggle i {
	position: relative;
	transform: translateY(0%);
	width: 24px;
	height: 24px;
	display: inline-block;/* border: solid 1px #000; */
}
i.lineicon {
	background: url(../images/menuicon.png) no-repeat left;
}
i.closeicon {
	background: url(../images/menuiconclose2.png) no-repeat left;
}
#menu {
	text-align: left;
	transition: all ease-out 0.3s;
	margin-bottom: 20px;
}
#menu a {
	color: #b3a062;
	font-family: 'Slabo 27px', serif;
	font-size: 17px;
	letter-spacing: 1px;
}
#menu a.active {
	border-bottom: solid 3px #f03278;
	font-weight: 700;
}
#menu a:hover {
	text-decoration: none;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline-block;
	position: relative;
	margin: 10px 96px 10px 19px;
}
#menu ul li > a {
	display: inline-block;
	padding: 0px;
}
#menu ul li:last-child {
	display: inline-block;
	padding: 0px;
	margin: 10px 0px 10px 6px;
}
#menu ul li > a > i {
	margin-left: 15px;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.1s;
}
#menu ul li ul {
	display: none;
	position: absolute;
	top: 38px;
	width: 130px;
	text-align: left;
	background: #000;
}
#menu ul li ul li {
	display: block;
}
#menu ul li ul li a {
	display: block;
}
#menu ul li:hover > a {
}
#menu ul li:hover > a > i {
	transform: rotateZ(90deg);
}
#menu ul li:hover ul {
	display: block;
}
input.error, textarea.error {
	background: #EEDFDF;
	border-color: #e77776;
}
span.error {
	font-size: 11px;
	color: #f00;
	position: absolute
}
.designedby {
	font-family: 'Slabo 27px', serif;
	margin-right: 4px;
	height: 190px;
	z-index: 2000;
	bottom: 0px;
	position: fixed;
	right: 0px;
	width: 184px;
	font-size: 12px;
	color: #b09c61;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.designedby a {
	color: #b09c61;
	text-decoration: none
}
.designedby a:hover {
	color: #b09c61;
	text-decoration: underline;
}
.mobileShow {
	display: none
}
.desktopShow {
	display: block
}
.logoMob {
	margin-top: 20px;
	text-align: center
}
/* Amruta */
.brdBrown {
	border: solid 4px #b3a062;
}
.golddsgimg {
	text-align: center;
	display: block;
	margin: 60px 0px 30px 0px;
}
.purpleimg {
	background: url(../images/sep_purple.jpg) no-repeat center;
	padding: 60px 0 5px 0;
}
.lineimg1 {
	background: url(../images/linebg.jpg) repeat-x top;/* padding-top: 0px; */
	height: 20px;
}
.btnimg1 {
	background: url(../images/btnimg.jpg) no-repeat center;
	padding-top: 45px;
	padding-bottom: 80px;
}
p {
	letter-spacing: 1px;
	line-height: 24px;
}
.dotimg {
	background: url(../images/dot.jpg) repeat-x;
	height: 4px;
}
.addrslist {
	margin: 0;
	padding: 0;
}
.addrslist li {
	list-style: none;
}
.addrslist li span {
	display: inline-block;
	width: 38px;
}
.addrslist li img {
	display: inline-block;
	padding: 5px 13px 0 0;
	width: 35px;
}
.addrslist li a {
	color: #b9ad73;
	padding: 0px 0px 0 0px;
	line-height: 30px;
}
.addrslist li a:hover {
	color: #b9ad73;
	text-decoration: underline;
}
.txtipt {
	width: 90%;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.keepInhome {
	background-size: cover;
	-webkit-background-size: contain;
	-ms-background-size: cover;
	background: url(../images/indimg.jpg) center center no-repeat;
	background-size: contain;
	width: 100%!important;
	display: inline-block;
}
.keepInhome h3 {
	font-size: 22px;
	line-height: 28px;
	/* text-transform:uppercase; */
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #b09c61;
	font-weight: bold;
	letter-spacing: 2px;
}
.bgwhite {
	background-color: rgba(255,255,255,0.8);
	padding: 10px 0px 20px 0px;
	margin: 60px auto 60px auto;
	width: 72%;
	display: block;
}
.formElm {
	width: 84%;
	margin: 0 auto;
}
.formElm input {
	font-size: 18px;
	padding: 13px 10px;
	width: 100%;
	background-color: #b9ad73;
	border: solid 1px #b9ad73;
	background: rgba(185, 173, 115, 0.8);
	font-style: italic;
	color: #fff;
	font-family: 'Slabo 27px', serif;
}
.formElm input.error {
	border: solid 1px #F00;
	background-color: #f5b9b9;
}
.formElm span.error {
	color: #ef6767;
	font-size: 12px;
     display: block;
}
.formElm .btnSub {
	font-size: 18px;
	padding: 10px;
	width: 100%;
	background-color: #b9ad73;
	border: none;
	background: rgba(185, 173, 115, 0.8);
	font-style: italic;
	color: #fff;
	font-family: 'Slabo 27px', serif;
	padding: 14px 10px!important;/* border: solid 1px #b9ad73; */
}
.formElm input::placeholder {
color:#fff!important;
}
.formElm input:-ms-input-placeholder {
color:#fff!important;
}
.errorMsg {
	color: #f00;
	font-size: 12px;
	font-style: italic;
	position: absolute;
}
;
.imgCnt {
	position: relative;
	width: 50%;
}
.imgOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
}
.imgCnt:hover .imgOverlay {
	opacity: 1;
}
.imgText {
	color: white;
	font-size: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.formElm1 {
	width: 100%;
}
.formElm1 input {
	font-size: 14px;
	padding: 10px;
	width: 100%;
	border-color: 2px #b9ad73;
	background: #fff;
	font-style: italic;
	color: #b9ad73;
	font-family: 'Slabo 27px', serif;
	border: solid 1px #b9ad73;
}
.formElm1 .btnSub1 {
	font-size: 14px;
	padding: 10px;
	width: 100%;
	background-color: #b9ad73;
	border: none;
	background: rgba(185, 173, 115, 0.8);
	font-style: italic;
	color: #fff;
	font-family: 'Slabo 27px', serif;
	padding: 11px 10px!important;
}
.formElm1 input::placeholder {
color:#b9ad73!important;
}
.formElm1 input:-ms-input-placeholder {
color:#fff!important;
}
.formElm1 input.error {
	border: solid 1px #F00;
	background-color: #f5b9b9;
}
.formElm1 span.error {
	color: #F00;
	font-size: 12px;
    display: block;
}
#googleMap {
	width: 100%;  /* The width is the width of the web page */
	margin-top: 20px;
}
.txtfam {
	font-family: 'Slabo 27px', serif;
}
#wdGal {
	background: url(../images/weddingbtn.png) no-repeat left top;
	height: 50px;
	width: 119px;
	display: inline-block;
}
#wdGal:hover, #wdGal.active {
	background-position: -121px 0px
}
#ppGal {
	background: url(../images/partybtn.png) no-repeat left top;
	height: 50px;
	width: 105px;
	display: inline-block;
}
#ppGal:hover, #ppGal.active {
	background-position: -108px 0px
}
.mobimg {
	padding-top: 10px;/* margin: 0 auto; */
	width: 146px;
	display: block;
}
.hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.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 {
	position: absolute;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	top: 45%;
	width: 90%;
	left: 5%;
	text-align: center;
	font-size: 28px;
	letter-spacing: 1px;
}
.hovereffect a.info:hover {
}
.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;
}
.addBox {
	width: 70%;
	float: right
}
.fntcolor {
	color: #f79421;
	font-family: 'Satisfy', cursive;
	text-transform: capitalize;
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 5px;
	line-height: 24px;
}
.fntcolor1 {
	color: #f89520
}

/*Media query*/

@media screen and (max-width: 1280px) {
#menu ul li {
	display: inline-block;
	position: relative;
	margin: 10px 96px 10px 19px;
}
}
@media screen and (max-width: 1152px) {
#menu ul li {
	display: inline-block;
	position: relative;
	margin: 10px 56px 10px 19px;
}
.addBox {
    width: 88%;
    float: right;
}
}

@media screen and (max-width: 998px) {
	.addBox {
	width: 100%;
	float: none
}
#menu ul li {
	display: inline-block;
	position: relative;
	margin: 10px 29px 10px 19px;
}
#menu ul li a {
	font-size: 14px;
}
}

@media screen and (max-width: 768px) {
	.PR30 {
	padding-right: 0px
}
.PL30 {
	padding-left: 0px
}
	.sticky{    position: fixed;
    background: #fff;
    z-index: 200;
    /* margin-bottom: 60px; */
    width: 100%;
}
	.fntcolor {
    
    font-size: 20px;
   
    line-height: 24px;
}
.keepInhome {
	background: url(../images/indimg_mob.jpg) center center no-repeat;
	background-size: cover;
}

.container {
	padding-right: 30px;
	padding-left: 30px;
}
.keepInhome h3 {
	font-size: 20px;
}
.formElm .btnSub {
	margin-top: 30px;
}
#menu a {
	color: #fff;
}
.logoMob {
	text-align: left
}
.logoMob a img {
	width: 60%
}
.designedby {
	margin-right: 15px;
	margin-top: 0px;
	height: auto;
	position: static;
	width: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	float: right;
	margin-bottom: 15px;
	  font-size: 14px;
	color: #b09c61;
}
.designedby a {
	    font-size: 14px;
	color: #b09c61;
	text-decoration: none
}
.designedby a:hover {
	color: #b09c61;
	text-decoration: underline;
}
.mobileShow {
	display: block
}
.desktopShow {
	display: none
}
.menuWrapper {
/* position: fixed */
}
.container {
	width: auto;
	padding-top: 0px;
}
#menu {
	text-align: left;
	transition: all ease-out 0.3s;
	width: 75%;
	float: left;
}
a#toggle i {
/* margin-top: 12px; */
}
a#toggle {
	display: block;
}
main#content {
	margin-top: 65px;
	transition: all ease-out 0.3s;
}
#menu {
	position: fixed;
	width: 160px;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	background: #6d2f90 url(../images/mobmenubg.png) repeat-x top;
	transform: translateX(-250px);
}
#menu ul {
	text-align: left;
	/* background-color: #f8b579; */
	margin-top: 22px;
}
#menu ul li {
	display: block;
}
#menu ul li {
	position: relative;
	margin: 10px 0px 10px 18px;
}
#menu ul li:last-child {
	display: inline-block;
	padding: 0px;
	margin: 0px 0px 10px 18px;
}
#menu ul li a {
	/* display: block; */
	font-size: 14px;
}
#menu ul li a > i {
	float: right;
}
#menu ul li ul {
	display: none;
	position: static;
	width: 100%;
	background-color: rgba(22, 160, 133, 0.2);
}
#menu ul li:hover > ul {
	display: none;
}
#menu ul li:hover > a > i {
	transform: rotateZ(0);
}
#menu ul li.open > a {
	background-color: rgba(0, 0, 0, 0.3);
}
#menu ul li.open > a > i {
	transform: rotateZ(90deg);
}
#menu ul li.open > ul {
	display: block;
}
#menu a.active {
	border-bottom: solid 2px #fff;
	color: #ffffff;
	font-weight: 700;
}
div#overlay {
	display: block;
	visibility: hidden;
	/* position: fixed; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	transition: all ease-out 0.3s;
	z-index: 2000;
	opacity: 0;
}
html.open-menu {
	overflow: hidden;
}
html.open-menu div#overlay {
	visibility: visible;
	opacity: 1;
	width: calc(-150%);
	left: 160px;
}
html.open-menu a#toggle, html.open-menu main#content {
	transform: translateX(0px);
	z-index: 1000;
}
html.open-menu nav#menu {
	z-index: 1001;
	transform: translateX(0);
}
.logo {
	width: 170px!important;
	margin-top: 12px;
	margin-right: 10px;
}
.logo img {
	width: 100%!important;
}
.logo {
	width: 270px;
	display: inline-block;
	float: right;
}
.formElm1 .btnSub {
	margin-top: 30px;
}
.formElm1 .btnSub1 {
	margin-top: 20px;
}
}
.imglist {
	margin: 0;
	padding: 0;
}
.imglist li {
	list-style: none;
	display: inline-block;
	padding: 15px;
}
.gal {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
.gal img {
	width: 100%;
	padding: 7px 0;
}

@media (max-width: 500px) {
.bgwhite {
	padding: 0px;
	margin: 20px auto;
	width: 90%;
	display: block;
}
.bgwhite h3 {
	font-size: 20px!important;
	padding-top: 20px!important;
}


.mobimg {/* padding-top: 4px; */
	margin: 0 auto;
	width: 116px!important;/* display: block; *//* padding: 0px; */
}
.mobimg img {
	width: 60px
}
.imglist li a img {
	width: 80%;
}
.imglist li {
	padding: 0px 0px;
	width: 31%;
}
.imglist li a img {
	width: 100%;
}
.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
}
