body{
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
}
p{
	font-size:20px;
	line-height:35px;
}
.margin-vertical-10{height:10px; width:100%}
.margin-vertical-20{height:20px; width:100%}
.margin-vertical-30{height:30px; width:100%}
.margin-vertical-40{height:40px; width:100%}
.margin-vertical-50{height:50px; width:100%}
.margin-vertical-60{height:60px; width:100%}
.margin-vertical-70{height:70px; width:100%}
.margin-vertical-80{height:80px; width:100%}
.margin-vertical-90{height:90px; width:100%}
.margin-vertical-100{height:100px; width:100%}
.services{
	height:150px;
	position:relative;
	cursor:default;
}
.services .inner{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center;
	color:#ffba07;
	transition:all ease-in-out .2s;
}
.services .inner i, .services .inner svg{
	color:#ffba07;
	font-size:36px;
	transition:all ease-in-out .2s;
}
.services:hover .inner i, .services:hover .inner svg{
	color:#3c0040;
}
.services:hover .inner{
	color:#3c0040;
}
.services.border-right{
	border-right:1pt solid #ccc;
}
.underlined-heading{
	margin-top:100px;
	margin-bottom:30px;
	text-align:center;
}
.underlined-heading h1{
	margin-bottom:30px;
}
.underlined-heading h1:after{
	display:block;
	height:3px;
	width:20%;
	position:absolute;
	margin-top:15px;
	left:50%;
	transform:translateX(-50%);
	background:#3c0040;
	content:"";
}
.underlined-heading h3{
	color:#3c0040;
}
.effect-lily{
	position:relative;
	overflow:hidden;
	height:338px;
	display:block;
	background-size:100%;
	background-repeat:no-repeat;
	-webkit-transition:all ease-in-out .4s;
	-moz-transition:all ease-in-out .4s;
	-o-transition:all ease-in-out .4s;
	transition:all ease-in-out .4s;
}
.effect-lily:nth-child(1){background-image:url("../images/food-01.jpg");}
.effect-lily:nth-child(2){background-image:url("../images/food-02.jpg");}
.effect-lily:nth-child(3){background-image:url("../images/food-03.jpg");}
.effect-lily:nth-child(4){background-image:url("../images/food-04.jpg");}
.effect-lily:nth-child(5){background-image:url("../images/food-05.jpg");}
.effect-lily:nth-child(6){background-image:url("../images/food-06.jpg");}
.effect-lily:nth-child(7){background-image:url("../images/food-07.jpg");}
.effect-lily:nth-child(8){background-image:url("../images/food-08.jpg");}
.effect-lily:nth-child(9){background-image:url("../images/food-09.jpg");}
.effect-lily:nth-child(10){background-image:url("../images/food-10.jpg");}
.effect-lily:nth-child(11){background-image:url("../images/food-11.jpg");}
.effect-lily .overlap{
	background:rgba(170,206,255,.25);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	transition:all ease-in-out .4s;
}
.effect-lily .editContent{
	position:absolute;
	top:50%;
	left:10%;
	transform:translateY(-50%);
	color:#fff;
	font-weight:bold;
	transition:all ease-in-out .4s;
}
.effect-lily:hover{
	background-size:120%;
}
.effect-lily:hover .overlap{
	background:rgba(170,206,255,0);
}
.effect-lily:hover .editContent{
	top:40%;
}
.occupancy{
	padding:30px 0px;
	background:#3c0040;
	color:#fff;
}
.occupancy i, .occupancy svg{
	color:#ffba07
}
.header-top{
	padding:10px 0px;
	background:#3c0040;
	color:#fff;
}
.contact-detail a{
	color:#fff;
}
.contact-detail p{
	font-size:14px;
	margin-bottom:0px;
	line-height:30px;
}
.contact-detail:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	color:rgba(255,255,255,.1);
	font-size:76px;
	position:absolute;
	left:10px;
}
.contact-detail{
	text-align:right;
	padding:20px 0px;
	color:#fff;
}
.contact-detail:nth-child(1)::before {
    content: "\f6b6";
}
.contact-detail:nth-child(2)::before {
    content: "\f017";
}
.contact-detail:nth-child(3)::before {
    content: "\f0e0";
}
.contact-detail:nth-child(4)::before {
    content: "\f6d9";
}
.contact-detail:nth-child(odd) {
	background:rgba(60,0,64,.8);
}
.contact-detail:nth-child(even) {
	background:rgba(60,0,64,.9);
}
.social-header a{
	display:inline-block;
	width:30px;
	height:30px;
	margin:10px 3px;
}
.social-header a.facebook{
	background:url("../images/icon_fb.png");
	background-position:0px 0px;
	transition: all .2s;
}
.social-header a.facebook:hover{
	background:url("../images/icon_fb.png");
	background-position:0px 30px;
}
.social-header a.twitter{
	background:url("../images/icon_tw.png");
	background-position:0px 0px;
	transition: all .2s;
}
.social-header a.twitter:hover{
	background:url("../images/icon_tw.png");
	background-position:0px 30px;
}
.social-header a.playstore{
	background:url("../images/icon_ps.png");
	background-position:0px 0px;
	transition: all .2s;
}
.social-header a.playstore:hover{
	background:url("../images/icon_ps.png");
	background-position:0px 30px;
}
.social-header a.youtube{
	background:url("../images/icon_yt.png");
	background-position:0px 0px;
	transition: all .2s;
}
.social-header a.youtube:hover{
	background:url("../images/icon_yt.png");
	background-position:0px 30px;
}

.navbar-custom{
	background-image:linear-gradient(45deg, #3c0040, #3e2140);
	border-radius:0;
	border:0px;
	margin-bottom:0px;
}
.navbar-custom .navbar-nav li a{
	color:#fff;
	border-radius:4px;
	padding:5px 15px;
	margin:10px 20px;
}
@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li.active a:hover{
	background-image:linear-gradient(45deg, #da9e10, #ffba07);
}
.navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover {
    background-image:linear-gradient(45deg, #e67817, #fac503);
}
.navbar-custom .dropdown-menu {
	background-image:linear-gradient(45deg, #88c522, #9bcb41);
	padding:0px;
	border:none;
}
.navbar-custom .dropdown-menu li a{
	padding:15px;
}
.navbar-custom .navbar-toggle{
	background:#fff;
}
.navbar-custom .navbar-toggle .icon-bar{
	background:#e67817;
}
.dropdown-submenu {
    position: relative;
	border-radius:0;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	background-image:linear-gradient(45deg, #88c522, #9bcb41);
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu.submenu {
    display: block;    
	left: 0;
    position: absolute;
    top: 37px;
	width:100%;
}
.dropdown li:hover {
    visibility: visible;
}

.white-bg{
	background-color:#fff;
	color:#333;
	padding:50px 0;
}
#testimonial{
	background:url("../images/testimonial-bg.jpg");
	background-position:top center;
	color:#fff;
	padding:50px 0;
}
.testimonial-box{
	padding:25px 55px;
	border-radius:5px;
	background:rgba(255,255,255,.7);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	margin-bottom:20px;
	border-left:5px solid #c97610;
	color:#000;
}
.testimonial-box:before, .testimonial-box:after{
	font-size: 30px;
	color:#c97610;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.testimonial-box:before{
	position:absolute;
	left:35px;
	top:10px;
	content: "\f10d";
}
.testimonial-box:after{
	margin-right:-30px;
	content: "\f10e";
	position:absolute;
	right:60px;
	bottom:25px;
}
	
.testimonial-box .testimonial-footer img{
	margin-right:5px;
	margin-top:-10px !important;
	float:left;
	height:60px;
	width:60px;
	border-radius:50%;
	border:2pt solid #c97610;
}
	
.testimonial-box .testimonial-footer h5{
	margin-top:12px;
	margin-bottom:0px;
}

.panel-main {
  border-color: #c97610;
}
.panel-main > .panel-heading {
  color: #fff;
  background-image:linear-gradient(45deg, #c97610, #feef94, #c97610);
  border-color: #c97610;
}
.panel-main > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c97610;
}
.panel-main > .panel-heading .badge {
  color: #c97610;
  background-color: #fff;
}
.panel-main > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c97610;
}

#form-bg{
	background:#c97610 url("../images/testimonial-bg.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	color:#fff;
}
#form-bg .panel{
	margin:35px auto;
}
#form-bg form{
	color:#000;
}
.form-horizontal .control-label{text-align:left}
.form-with-icon .form-control{
	height:70px;
	border-radius:70px;
	padding:15px 50px;
}
.form-with-icon .form-group{
	position:relative;
}
.form-with-icon .form-group i, .form-with-icon .form-group svg{
	position:absolute;
	left:15px;
	top:23px;
	margin-right:20px;
	color:#666;
	font-size:25px;
}
.form-custom .control-label{
	padding:25px 10px !important;
}
.form-custom .form-control{
	height:70px;
	border-radius:70px;
	padding:15px 30px;
}
.form-custom textarea.form-control{
	border-radius:50px;
	height:200px;
}
.form-custom .input-group-addon{
	border-top-left-radius:70px;
	border-bottom-left-radius:70px;
	overflow:hidden;
	padding:0;
}
.footer{
	background:url("../images/footerbg.jpg");
	padding:50px 0;
}
.footer-links{
	text-align:center;
}
.footer-links li{
	display:inline-block;
	margin:5px 10px;
}
.footer-links li a{
	color:#3c0040;
}
	
#back-to-top{
	position:fixed;
	bottom:20px;
	right:10px;
	color:transparent;
}
#back-to-top .line1{
	display:inline-block;
	width:30px;
	height:3px;
	background-color:#3c0040;
	margin-right:-2px;
	transition:all .2s ease-in-out;
}
#back-to-top .line2{
	display:inline-block;
	width:30px;
	height:3px;
	background-color:#3c0040;
	margin-left:-2px;
	transition:all .2s ease-in-out;
}

#back-to-top:hover .line1{
	width:38px;
	transform:rotate(-45deg);
	margin-right:-17px;
}
#back-to-top:hover .line2{
	width:38px;
	transform:rotate(45deg);
	margin-left:0px;
}

/*---testimonial*/
#testimonial3, #testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: #dd561c;
}
#testimonial3 .carousel-inner, #testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial3 .carousel-inner:hover, #testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial3 .carousel-inner:active, #testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial3 .carousel-inner .item, #testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #fff;
  background: #000;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px;color:#666; height:350px;}
.MultiCarousel .MultiCarousel-inner .item > div img{ max-height:223px;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
.btn-main {
    background-color: #ffa108;
    border-color: #ffa108;
    color: #fff !important;
}
.btn-main.focus, .btn-main:focus {
    background-color: #f27c24;
    border-color: #f27c24;
    color: #fff !important;
}
.btn-main:hover {
    background-color: #f27c24;
    border-color: #f27c24;
    color: #fff !important;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel .item img{
    width: 100%;
    max-height: 450px;
}