@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'OswaldRegular';
 font-style: normal;
 src: url('fonts/OswaldRegular-Regular.eot');
    /* IE9 Compat Modes */
    src: local('OswaldRegular'), local('OswaldRegular'), url('fonts/OswaldRegular-Regular.eot?#iefix') format('embedded-opentype'),        /* IE6-IE8 */
       url('fonts/Oswald-Regular.woff2') format('woff2'),        /* Super Modern Browsers */
       url('fonts/Oswald-Regular.woff') format('woff'),        /* Modern Browsers */
       url('fonts/Oswald-Regular.ttf') format('truetype'),        /* Safari, Android, iOS */
       url('fonts/open-sans-v14-latin-regular.svg#OpenSans') format('svg');
/* Legacy iOS */
}
 @font-face {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/open-sans-v14-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Raleway'), local('Raleway'), url('fonts/open-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'),         /* IE6-IE8 */
        url('fonts/open-sans-v14-latin-regular.woff2') format('woff2'),         /* Super Modern Browsers */
        url('fonts/open-sans-v14-latin-regular.woff') format('woff'),         /* Modern Browsers */
        url('fonts/Raleway-Regular.ttf') format('truetype'),         /* Safari, Android, iOS */
        url('fonts/open-sans-v14-latin-regular.svg#OpenSans') format('svg');
/* Legacy iOS */
}
body {
	margin: 0;
	padding: 0;
	background:#fff;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
	font-family: 'Raleway';
}
#header {
	width: 100%;
	overflow-x: hidden;
	background: url(../images/header-bottom-design.png) repeat-x bottom left;
	height: 150px;
	padding: 16px 50px;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden
} 
a {
	text-decoration: none
}
.text-right {
	text-align:right
}
.bgColorDarkGrey {
	background-color: #333;
	color: #ccc;
	font-size: 12px;
	padding: 8px 40px;
	margin: -16px -50px 16px;
}
.bgColorDarkGrey a {
	color: #b3eaff;
}
.nav {
	margin: 0;
	margin-right: -20px;
	padding: 16px 0 0;
	list-style: none;
	display: inline-block;
	overflow-y: auto;
}
.nav li {
	display: inline-block;
}
.nav li a {
	display: block;
	padding: 3px 22px;
	margin: 0 1px;
	color: #000;
	font-size: 15px;
	border-radius: 50px;
}
.nav li.active a, .nav li:hover a {
	background-color: #cd3036;
	color: #fff !important;
}
#banner {
	margin-top: 110px
}
#main {
	padding: 50px;
	line-height: 180%;
}
p {
	line-height: 180%;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #666;
	font-family: 'OswaldRegular';
}
.darkColor {
	color: #333;
}
.boxItem {
	display: inline-block;
	width: calc(25% - 3px);
	overflow: hidden;
	vertical-align: top;
	padding: 20px;
}
.boxItem h3 {
	font-size: 18px;
	background: url(../images/line-design.png) no-repeat center bottom;
	text-transform: uppercase;
	color: #ad4b25;
	text-align: center;
	padding: 15px 20px;
	font-family: 'OswaldRegular';
}
.boxItem img {
	width: 100%;
	height: auto;
	border: 7px solid #fff;
	box-shadow: 0 0 4px #aaa;
}
#sweetsSlide .carousel-indicators {
	margin-bottom: -15px;
}
.hotelImgGroup .carousel-indicators {
	margin-bottom: -40px !important;
}
#sweetsSlide .carousel-indicators button {
	background-color: #cccccc;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin: 0 8px;
}
#sweetsSlide .carousel-indicators button.active {
	background-color: #e26b04 !important;
}
.font16 {
	font-size: 16px;
}
h3.headingSection {
	font-size: 32px;
	font-family: 'OswaldRegular';
	margin-bottom: 20px;
}
#cakeShop {
	background: #e5ccba url(../images/cakeShop.jpg) no-repeat left top;
	padding: 50px 50px 0 200px;
	height: 600px;
	line-height: 200%;
}
#OurJourney {
	background: #e1e0e0 url(../images/OurJourney.jpg) no-repeat left top;
	padding: 50px 50px 0 200px;
	height: 580px;
	line-height: 200%;
}
.btn {
	padding: 6px 30px;
	border: 0;
	border-radius: 50px;
}
.btn-primary {
	background-color: #cd3036;
}
#testimonials {
	padding: 50px;
	background: #efefef url(../images/testimonials_Bg.jpg) no-repeat left top;
	background-size: 100% auto;
}
.testimonials-item {
	width: calc(50% - 150px);
	background: #fff url(../images/apostropheIcon.png) no-repeat top 28px right 30px;
	border: 1px solid #ccc;
	padding: 32px;
	display: inline-block;
	margin: 20px 50px;
	text-align: left;
	vertical-align: top;
}
.testimonials-item .photoIcon {
	display: inline-block;
	width: 100px;
	height: 100px;
}
.testimonials-item span {
	display: inline-block;
	vertical-align: top;
}
.testimonials-item .name {
	font-weight: bold;
	font-size: 18px;
	color: #0471c0;
	margin: 10px 60px 20px 20px;
}
.testimonials-item .name label {
	font-size: 13px;
	color: #999;
	display: block;
}
.testimonials-item .apostropheIcon {
	float: right
}
.testimonialsIcons {
	margin-bottom: 20px;
}
.textimonialsItemGroup {
	margin:0 auto;
	text-align:center;
}
.font12 {
	font-size: 12px;
}
#hotel {
	background:#f9fafc;
}
#footer {
	background-color: #f0ded2;
	padding: 32px 50px 10px;
	color: #333;
}
#footer .col-sm-3, #footer .col-sm-6 {
	padding: 0 20px
}
.footerHeader {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #282828;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footerHeader:before {
	content: "";
	background-color: #5c5c5c;
	width: 36px;
	height: 4px;
	position: absolute;
	margin-top: 25px;
}
#footer p {
	font-size: 13px;
}
#footer .addressIcon, #footer .callIcon, #footer .emailIcon {
	padding-left: 40px;
}
#footer .addressIcon::before {
 content: url(../images/addressIcon.jpg);
 position: absolute;
 width: 29px;
 height: 29px;
 margin-left: -40px;
 border-radius: 4px;
 overflow: hidden;
}
#footer .callIcon::before {
 content: url(../images/callIcon.jpg);
 position: absolute;
 width: 29px;
 height: 29px;
 margin-left: -40px;
 border-radius: 4px;
 overflow: hidden;
}
#footer .emailIcon::before {
 content: url(../images/emailIcon.jpg);
 position: absolute;
 width: 29px;
 height: 29px;
 margin-left: -40px;
 border-radius: 4px;
 overflow: hidden;
}
#footerLast {
	background-color: #e4cbb8;
	padding: 20px 50px;
	color: #333;
	font-size: 13px;
}
#footerLast a {
	color: #b54035;
	text-decoration: none;
}
.topPageBtn {
	width: 40px;
	height: 40px;
	border-radius: 6%;
	box-shadow: 0 0 10px #666;
	position: fixed;
	z-index: 998;
	bottom: 40px;
	right: 50px;
	background-color: #f27b80;
	cursor: pointer;
	text-align:center;
	padding-top: 8px;
}
.topPageBtn:hover {
	background-color: #f0ded2
}
.largetext {
	font-size: 22px;
}
.feedback {
	background-color: #f5f2f2;
	padding: 10px 28px 20px;
	margin: 0 auto;
	margin-bottom: 40px;
	box-shadow: 0 2px 4px #999;
}
.form-label {
	margin-bottom: 0;
	margin-top: 20px;
}
.contactIcon img {
	opacity: 0.2;
}
.font24 {
	font-size: 24px;
}
.OswaldRegular {
	font-family: 'OswaldRegular';
}
.flowerOnFloor {
	background: url(../images/flowerOnFloor.jpg) no-repeat bottom 30px left 60px;
}
.text-Red {
	color: #f27b80;
}
.ourTeam{
	text-align: center;
}
.photoGallerySweets .row{
	margin-bottom: 50px;
	text-align: center
}

.photoGallerySweets img{
	width: 90%;
	border: 5px solid #fff;
	box-shadow: 0 0 6px #999;
}
.photoGallerySweets h3{
    font-size: 16px;
    background: url(../images/line-design.png) no-repeat center bottom;
    text-transform: uppercase;
    color: #ad4b25;
    text-align: center;
    padding: 10px 20px;
    font-family: 'OswaldRegular';
	margin: 0 6%;
}
.menuIcon {
    display: none;
    width: 36px;
    height: 36px;
    background-color: #fff;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 14px;
    padding: 7px 4px 10px;
}
.nav.active {
    display: block;
    position: fixed;
    top: 46px;
    width: 100%;
    background-color: #333;
    z-index: 99;
    left: 0;
    height: calc(100vh - 50px);
}
.menuIcon.active{
    background-color: #333;
}
.menuIcon span{
    height: 3px;
    display: block;
    margin-bottom: 4px;
    background-color: #444;
}
.menuIcon.active span{
    background-color: #ccc;
}

.mob {
	display: none !important
}
.mobPhoto {
	display: none !important
}
.displayNone {
	display: none
}
.rentaurantImgDisplay{ 
	margin: 20px 100px 0;
}
.rentaurantImgDisplay img{
	width: 100%;
	height: auto;
	margin: 5px;

}

.hotelImg img {
    width: 90%;
    border: 5px solid #fff;
    box-shadow: 0 0 6px #999;
	margin-top: 5px;
}
.hotelImg h3 {
    font-size: 16px;
    background: url(../images/line-design.png) no-repeat center bottom;
    text-transform: uppercase;
    color: #ad4b25;
    text-align: center;
    padding: 10px 20px;
    font-family: 'OswaldRegular';
    margin: 0 6%;
}
/* Alert Popup Start ********************************************************************************* */
.successMsg-popup {
	width: 550px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 4px;
	position: fixed;
	font-size: 15px;
	left: 50%;
	top: 30%;
	padding: 10px 15px;
	margin-left: -275px;
	min-height: 150px;
	z-index: 999999;
	box-shadow: 0px 2px 11px 1px #333;
}
.successMsg-popup .popup-heading-div {
	font-size: 16px !important;
	background: #fff;
	margin: -10px -15px 0px -15px;
	padding: 12px 15px;
	height: 54px;
}
.successMsg-popup .popup-heading-div label {
	color: #0d4ca2;
	font-weight: normal;
	vertical-align: bottom;
	font-size: 24px;
}
.successMsg-popup span {
	width: 24px;
	height: 50px;
	/*background: url(../images/confirm.png) no-repeat;*/
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 5px;
}
.successMsg-popup .alertSpan {
	width: 40px;
	height: 36px;
	background: url(../images/greyAlert.svg) center center no-repeat !important;
	display: inline-block;
}
.successMsg-popup .msgDiv {
	padding: 0 10px;
	display: inline-block;
	font-size: 15px;
	min-height: 50px;
	vertical-align: top;
	overflow:hidden;
	width: 100%;
	margin: 20px 0;
}
.successMsg-popup .closeButton {
	color: #1c60ab;
	line-height: 54px;
	width: 54px;
	display: inline-block;
	float: right;
	margin-right: -15px;
	margin-top: -10px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	transition: 0.5s ease all;
}
.successMsg-popup .closeButton:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.successMsg-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.successMsg-popup ul li {
	color: #666;
	border-left: 4px solid #f21618;
	background-color: #eeecf0;
	padding: 15px 20px;
}
.successMsg-popup .msgFooter {
	text-align: right;
	margin: 10px;
}
.TransparentBg {
	position: fixed;
	z-index: 99999;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}
.bottomVideoDiv{
	width: 410px;
	position: fixed;
	top: auto;
	bottom: 0px;
	right: 20px;
	border: 2px solid #f27b80;
	background-color: #f27b80;
	z-index: 99999; 
	padding: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.bottomVideoHeading h3{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}	
.bottomVideoHeading .closeBtn{
	color: #fff;
    position: absolute;
    top: 4px;
    right: 10px;
	cursor: pointer;
	transition: .3s all;
}
.bottomVideoHeading .closeBtn:hover{
	-webkit-transform: rotate(90deg);  /* to support Safari and Android browser */
    -ms-transform: rotate(90deg);      /* to support IE 9 */
    transform: rotate(90deg);
}

/* Alert Msg End ****************************** */
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
.nav li a {
    padding: 3px 16px;
    margin: 0 1px;
    font-size: 13px;
}
}
@media only screen and (max-width: 1100px) {
.nav li a {
    padding: 3px 10px;
    margin: 0 1px;
    font-size: 13px;
}
#cakeShop {
    background: #e5ccba url(../images/cakeShop.jpg) no-repeat center top;
}
.testimonials-item{
	width: calc(50% - 45px);
	margin: 20px;
}
.ourTeam img{ 
	width:180px;
	height: auto;
}
}
@media only screen and (min-width: 800px) and (max-width: 950px) {
.nav li a {
    padding: 3px 6px;
    margin: 0 1px;
    font-size: 13px;
}
#header .logoIcon {
    width: 140px;
    height: auto;
}
}


@media only screen and (max-width: 768px) {
.successMsg-popup{
	width: 90%;
	left: 0;
	margin-left: 0;
	margin: 0 5%;
}
.successMsg-popup input{
	width:90%;
	margin-bottom: 10px
}
.mob {
	display: block !important
}	
.web {
	display: none !important;
}
.testimonials-item{
	background: #fff url(../images/apostropheIcon.png) no-repeat top 20px right 16px;
	background-size: 36px auto;
}
.testimonials-item .photoIcon{
	width:60px;
	height: auto;
}
.bgColorDarkGrey{
	display: none;
}
#header, #header.fixedHeader{
	height: 78px;
	padding: 10px 20px;
}
#header .logoIcon{
	width: 120px;
	height: auto;
}
.nav{
	display: none;
}
#banner {
    margin-top: 54px;
}
.menuIcon {
    display: block;
}	
.rentaurantImgDisplay{ 
	margin: 0 20px;
}	
#main, #cakeShop, #testimonials, #OurJourney, #footer, #footerLast{
	padding: 30px 20px;
}
h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
p{
	text-align: justify;
}
.mobFont13{
	font-size: 13px;
}
h3.headingSection {
    font-size: 24px;
	margin-bottom: 10px
}
.testimonials-item {
    width: 100%;
    padding: 20px;
    margin: 0px 0px 10px;
}
.testimonials-item .name{
	margin: 10px;
}
.testimonials-item .apostropheIcon {
	text-align:right;
    margin-top: -62px;
}
.testimonials-item .apostropheIcon img{
	width: 60%;
	height: auto;
}
#cakeShop {
    background: #e5ccba url(../images/cakeShop.jpg) no-repeat center top;
}
.containBox{
	background-color: rgba(255,255,255, 0.9);
	border-radius: 10px;
	padding: 10px 20px;
}

.boxItem {
    width: calc(50% - 3px);
    padding: 20px 6px;
}
.carousel-item .boxItem:nth-child(3), .carousel-item .boxItem:nth-child(4){
	display: none;
}
.mobWidthLess{
	width: 100px;
}
.nav.active {
    display: block;
    position: fixed;
    top: 49px;
    width: 100%;
    background-color: #333;
    z-index: 99;
    left: 0;
    height: calc(100vh - 50px);
}
.nav li {
    display: block;
	margin: 15px 20px;
}
.nav li  a{
	text-align: center;
	background: #ccc;
	padding: 10px;
}
.text-left-mob{
	text-align: left ;
	margin-top: 10px;
}
.mob100{
	width: 100%;
}
p.bgColorDesgination{
	text-align: center !important;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-10 {
   width: 83.33333333%;
}

.contactIcon img{
	width: 36px;
	height: auto;
}
.contactIcon p{
	text-align: left;
}
	

}

@media only screen and (max-width: 500px) {
.mobPhoto {
	display: block !important
}	
.webPhoto {
	display: none !important;
}
.bottomVideoDiv{
	width: 96%;
	max-width: 500px;
	right: 0;
	margin: 0 2%
}
.closeBtnX{
	color: #fff;
}
}