* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

html, body{
	margin:0;
	padding:0;
	font-size: 100%;
	font-size:26px;
	color:#444;
	line-height:22px;
	text-align:justify;
	font-family: 'MicrosoftHimalaya';
}

/*@font-face 
{
 font-family: 'TimesNewRomanPSMT';
      src: url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'), 
	       url('../fonts/TimesNewRomanPSMT.woff') format('woff'), 
		   url('../fonts/TimesNewRomanPSMT.ttf') format('truetype'), 
		   url('../fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
 font-weight: normal;
 font-style: normal;
}*/

@font-face {
 font-family: 'TimesNewRomanPSMT';
 src: url('./fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'), 
      url('./fonts/TimesNewRomanPSMT.woff') format('woff'), 
	  url('./fonts/TimesNewRomanPSMT.ttf') format('truetype'), 
	  url('./fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
 font-weight: normal;
 font-style: normal;
}


@font-face {
	font-family:'Calibri-Regular';
	src: url('../fonts/Calibri_gdi.eot');
	src: url('../fonts/Calibri_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri_gdi.woff') format('woff'),
		url('../fonts/Calibri_gdi.ttf') format('truetype'),
		url('../fonts/Calibri_gdi.svg#Calibri-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2122;
}

@font-face 
{
 font-family: 'MicrosoftHimalaya';
 src: url('../MicrosoftHimalaya.eot?#iefix') format('embedded-opentype'), 
      url('../MicrosoftHimalaya.woff') format('woff'), 
	  url('../MicrosoftHimalaya.ttf') format('truetype'), 
	  url('../MicrosoftHimalaya.svg#MicrosoftHimalaya') format('svg');
 font-weight: normal;
 font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display:block; }
img { border:0;}
a img { border:0; }
a { text-decoration:none;}
a:hover
{ text-decoration:none;  
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
    transition:.5s;
}
.active-color{ color:#2d3f89 !important;}

.fleft { float:left;}
.fright{ float:right;}
.clear { clear:both;}
.tc{ text-align:center;}
.mt2px{ margin-top:2px;} .mt5px{ margin-top:5px;} .mt10px{ margin-top:10px;} .mt15px{ margin-top:15px;} .mt20px{ margin-top:20px;} .mt25px{ margin-top:25px;} 
.mt30px{ margin-top:30px;} .mt35px{ margin-top:35px;} .mt40px{ margin-top:40px;} 
.mb2px{ margin-bottom:2px;} .mb5px{ margin-bottom:5px;} .mb10px{ margin-bottom:10px;} .mb15px{ margin-bottom:15px;} .mb20px{ margin-bottom:20px;} .mb25px{ margin-bottom:25px;} .mb30px{ margin-bottom:30px;}  .mb40px{ margin-bottom:40px;}  
.ml15px{ margin-left:15px;}
.mr15px{ margin-right:15px;}

.pt10px{ padding-top:10px !important;} .pt15px{ padding-top:15px !important;} .pt20px{ padding-top:20px !important;}
.pb10px{ padding-top:10px !important;} .pb15px{ padding-top:15px !important;} .pb20px{ padding-top:20px !important;}

.prpl{padding-right:7px !important; padding-left:7px !important; }
.m0pxp0px { margin:0px !important; padding:0px !important;}
.mp0px { margin:0px !important; padding:0px 3px 0px 0px !important;}
.mp10px { margin:0px !important; padding:0px 0px 0px 3px !important;}
.p0px{ padding:0px !important;}

.w100{ width:100%; float:left; display:inline-block;}
.slider-rows{float:left; position:relative; margin-top:-67px; z-index:9;}
.india-boxs{ width:86px; float:left; margin:0px 0px 0px 20px; text-align:center; font-family:'Calibri-Regular'; color:#000; font-size:20px; text-transform:uppercase;}
.india-boxs a{ color:#000;}
.india-boxs img{ width:100%;}

.pack-img-sqr 
{ width:250px; margin:0px 10px 5px 0px; float:left; }

.pack-img-rec { width:440px; margin:0px 10px 5px 0px; float:left; }
.pcls{ font-family: Georgia, "Times New Roman", Times, serif; font-size:15px; color:#f2e4c9; }

.cus-box{ display:inline-block; width:100%; float:left;}
/**************************************** mobile slider *********************************/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  overflow:hidden;
}
.item.active img {
	-webkit-transition: transform 5000ms linear 0s;
    -moz-transition: transform 5000ms linear 0s;
    -o-transition: transform 5000ms linear 0s;
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second
    transform: scale(1.05, 1.05);*/
}
.carousel-fade .carousel-inner .active {opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {left: 0; opacity: 0;z-index: 1;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {opacity: 1;}
.carousel-fade .carousel-control {z-index: 2;}
@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);
	  -moz-transition:translate3d(0, 0, 0);
      -o-transition: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);
	  -moz-transition:translate3d(0, 0, 0);
      -o-transition: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);
	  -moz-transition: translate3d(0, 0, 0);
      -o-transition: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}


/***********************************header open******************/
.header{ width:100%; float:left; background-color:#79622d; }
.logo { width:208px; float:left; font-size:0px; line-height:0px; margin:0px;}
.logo a { height:107px; display:block; background:#141517 url(../images/logo.jpg) no-repeat; text-indent:-4000px; background-size:100%;}
.header-right{ float:right; width:70%;}
.cont-number {
	color:#000000;
	font-family: 'MicrosoftHimalaya';
	font-size:17px;
	margin:10px 30px 10px 0px;
	text-align:right;
}
.nav-honme{ font-size:23px; padding:20px 15px 0px 15px ;background:url(../images/home-icon.png) no-repeat; background-position:top center;}
.nav-box{ float:right; margin:34px 20px 0px 0px; display:inherit;}
.nav-box ul{ margin:0px; padding:0px;}
.nav-box ul li{ list-style:none; float:left; margin:0px 5px}
.nav-box ul li a {
	color:#d3c097;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	padding:20px 15px 3px 15px;
	font-style:italic;
}
.nav-box ul li a:hover { background:url(../images/nav-hover.png) no-repeat; background-position:top center; border-bottom:4px solid #000;} 
.mobmenu { display:none;}
/***********************************about us******************/
.section 
{ 
   width:100%; float:left; 
   background:#fff url(../images/about-us.jpg) no-repeat; 
   background-position:bottom center; 
   padding:1% 0% 20% 0%;  
   background-size:100%;
}
.hding{
	color:#322b1b;
	font-size:32px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hding span{ background-color:#fff;}
.ablut-subline
{
	width:100%;
	float:left;
	font-family: 'MicrosoftHimalaya';
	font-size:14px;
	color:#000;
	margin-top:2px;
	padding-top:5px;
	text-transform:uppercase;
	border-top:1px solid #000;
}
.content-box 
{ 
width:100%; float:left; 
font-family: 'MicrosoftHimalaya'; font-size:17px; 
color:#000; padding:50px 0px; text-align:center;
}
.state-box { width:424px; float:left;}
/************************** pop up on page load **************************/
.pop-minhi { min-height:250px; width: 100%; text-align: center; padding: 30px 0px;  }
.popub-clr {background-color:#121315 !important; color:#ceb175 !important; border:1px solid #78612d;}
.pop-hd{ font-size:20px !important;}
.pop-up-bxx { width:100%; float:left; margin-top:10px;}
.pop-up-bxx p{ width:100%; float:left; font-family: 'MicrosoftHimalaya'; font-size:14px !important;  background-color:#202227; padding:10px;
font-family:Verdana, Geneva, sans-serif;}
.pop-up-bxx p input { float:left; margin-right:10px;}
.pop-input { width:100%; float:left; color:#ceb175 !important; padding:10px 0px; border-bottom:1px solid #ceb175 !important;}
.pop-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#ccc;
}
.pop-input::-moz-placeholder { /* Firefox 19+ */
  color:#ccc;
}
.pop-input:-ms-input-placeholder { /* IE 10+ */
  color:#ccc;
}
.pop-input:-moz-placeholder { /* Firefox 18- */
  color:#ccc;
}

.pop-btn
{ font-family: 'TimesNewRomanPSMT'; text-transform: uppercase; color:#000;
  background-color:#bb9e5b; padding: 5px 20px; font-size: 13px; border: none;
  border-bottom: 3px solid #000; margin:20px 0px 0px 0px;
}
.pop-btn:hover 
{ font-family: 'TimesNewRomanPSMT'; text-transform: uppercase; color: #fff;
    background-color:#000; padding: 5px 20px; font-size: 13px; border: none;
    border-bottom: 3px solid #bb9e5b; margin:20px 0px 0px 0px;
}

/***********************************contact us******************/
.contact-bx 
{
	width:100%;
	float:left;
	background:url(../images/contact-bg.jpg);
}

.contact-us-hd{ width:100%; float:left; margin:50px 0px; text-align:center; color:#332b1b; font-size:40px; font-family: 'TimesNewRomanPSMT'; text-transform:capitalize;}
.contact-cnt{
	color:#323232;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	float:left;
	width:100%;
	text-align:center;
	margin:40px 0px 30px 0px;
}
.contact-cnt a{ color:#323232; }
.contact-cnt a:hover { color:#026ba0; }
.con-nbox{ width:410px; margin:0px auto;}
.con-nbox1{ width:100%; float:left; border:1px solid #a5a5a5; text-align:left; color:#4c4c4c; font-size:18px; }
.con-nbox1 img{ float:left; }
.cont-name{ width:177px; float:left; text-align:center; margin:10px 0px 0px 0px}
.simple-cnt{ font-family:Georgia, "Times New Roman", Times, serif; font-size: 15px; text-transform:none; }
.simple-cnt img {float:left; margin:0px 15px 10px 0px; width:221px;}

.b-left { border-left:1px solid #9d9d9d;}

/***********************************footer******************/
.footer{ width:100%; float:left; background-color:#000406; padding:10px 0px; margin-top:20px;}
.foot-link{ float:left; font-size:12px; color:#808283; font-family:'Calibri-Regular'; margin-top:5px;}
.foot-link a{ font-size:12px; color:#808283; text-transform:uppercase; padding:0px 5px; }
.foot-link a:hover{ color:#418bb0;}

.social-icon {float:right;}
.social-icon ul { margin:0px; padding:0px;}
.social-icon ul li { float:left; display:inline-block; list-style:outside none none; height:25px; margin:0px 8px 0px 0px;}
.social-icon ul li a { padding:0px 20px;}
.fb {background:url(../images/facebook.png) no-repeat center top scroll; height:25px; width:25px;transition:ease-in-out 0.6s;}
.fb:hover {background:url(../images/facebook.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}

.tw {background:url(../images/twitter.png) no-repeat center top scroll; height:25px; width:25px; transition:ease-in-out 0.6s;}
.tw:hover {background:url(../images/twitter.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}

.pns {background:url(../images/pns.png) no-repeat center top scroll; height:25px; width:25px; transition:ease-in-out 0.6s;}
.pns:hover {background:url(../images/pns.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}

.google-plus { background:url(../images/google-lpus.png) no-repeat center top scroll; height:25px; width:25px; transition:ease-in-out 0.6s;}
.google-plus:hover {background:url(../images/google-lpus.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}


.social-icon-head {float:right; margin-left:10px;}
.social-icon-head ul { margin:0px; padding:0px;}
.social-icon-head ul li { float:left; display:inline-block; list-style:outside none none; height:25px; margin:0px 8px 0px 0px;}
.social-icon-head ul li a { padding:20px;}
.fb1 {background:url(../images/top-header.png) no-repeat center top scroll; height:25px; width:25px;transition:ease-in-out 0.6s;}
.fb1:hover {background:url(../images/top-header.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}
.tw1 {background:url(../images/top-twitter.png) no-repeat center top scroll; height:25px; width:25px; transition:ease-in-out 0.6s;}
.tw1:hover {background:url(../images/top-twitter.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}
.pns1 {background:url(../images/top-pen.png) no-repeat center top scroll; height:25px; width:25px; transition:ease-in-out 0.6s;}
.pns1:hover {background:url(../images/top-pen.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}
.google-plus1 {background:url(../images/top-google.png) no-repeat center top scroll; height:25px; width:25px; transition:ease-in-out 0.6s;}
.google-plus1:hover {background:url(../images/top-google.png) no-repeat bottom center scroll; transition:ease-in-out 0.6s;}


/***********************************inner page******************/
.bcrum { border-top:1px solid #000; border-bottom:1px solid #000; padding:4px 10px; font-size:18px; line-height:31px; color:#413939; text-transform:capitalize;}
.bcrum a { color:#413939; }
.bcrum a:hover { color:#418bb0;}

.about-hd {
width: 100%;
float: left;
text-align: center;
margin:40px 0px;
}
.about-hd p {
	color:#418bb0;
	font-size:36px;
	font-family:'TimesNewRomanPSMT';
	text-transform:capitalize;
	margin-bottom:7px;
	line-height: 40px;
}
.abou-line { width: 238px; margin:0px auto;}
.abou-line-blue {
    width: 80%;
    float: left;
    height:4px;
    background-color: #7aaec8;
}
.abou-line-red {
	width: 20%;
	float: left;
	height:4px;
	background-color: #5e594c;
}


.india-box{ width:100px; float:left; margin:0px 20px;}
.india-box .map { width:100%; height:100%; float:left; background:url(../images/india-m.png) no-repeat; background-size:100%; padding:50px;}
.india-box .map:hover{ width:100%; height:100%; float:left; background:url(../images/india-m-hover.png) no-repeat; background-size:100%; padding:50px;}
.india-box .map-active{ width:100%; height:100%; float:left; background:url(../images/india-m-hover.png) no-repeat; background-size:100%; padding:50px;}
.india-box .span{ width:100%; text-align:center; color:#bbb39e; font-family:'Calibri-Regular'; font-size:18px; margin-top:15px; float:left; text-transform:uppercase;}
.india-box .span:hover { color:#bb9e5b; text-transform:uppercase;}
.india-box .span-active{ color:#bb9e5b;  margin-top:15px; float:left; width:100%; text-align:center; text-transform:uppercase; font-size:18px; font-family:'Calibri-Regular'; }


.nepal-box{ width:100px; float:left; margin:0px 20px;}
.nepal-box .map { width:100%; height:100%; float:left; background:url(../images/nepal-m.png) no-repeat; background-size:100%; padding:50px;}
.nepal-box .map:hover{ width:100%; height:100%; float:left; background:url(../images/nepal-m-hover.png) no-repeat; background-size:100%; padding:50px;}
.nepal-box .map-active{ width:100%; height:100%; float:left; background:url(../images/nepal-m-hover.png) no-repeat; background-size:100%; padding:50px;}
.nepal-box .span{ width:100%; text-align:center; color:#bbb39e; font-family:'Calibri-Regular'; font-size:18px; margin-top:15px; float:left; text-transform:uppercase;}
.nepal-box .span:hover { color:#bb9e5b; text-transform:uppercase;}
.nepal-box .span-active{ color:#bb9e5b; margin-top:15px; float:left; width:100%; text-align:center; text-transform:uppercase; font-size:18px; font-family:'Calibri-Regular'; }


.bhutan-box{ width:100px; float:left; margin:0px 20px;}
.bhutan-box .map { width:100%; height:100%; float:left; background:url(../images/bhutan-m.png) no-repeat; background-size:100%; padding:50px;}
.bhutan-box .map:hover{ width:100%; height:100%; float:left; background:url(../images/bhutan-m-hover.png) no-repeat; background-size:100%; padding:50px;}
.bhutan-box .map-active{ width:100%; height:100%; float:left; background:url(../images/bhutan-m-hover.png) no-repeat; background-size:100%; padding:50px;}
.bhutan-box .span{ width:100%; text-align:center; color:#bbb39e; font-family:'Calibri-Regular'; font-size:18px; margin-top:15px; float:left; text-transform:uppercase;}
.bhutan-box .span:hover { color:#bb9e5b; text-transform:uppercase;}
.bhutan-box .span-active{ color:#bb9e5b; margin-top:15px; float:left; width:100%; text-align:center; text-transform:uppercase; font-size:18px; font-family:'Calibri-Regular'; }



.place-name {
	width:100%;
	float:left;
	text-align:center;
	color:#bb9e5b;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	margin:25px 0px 15px 0px;
}
.place-cnt {
	width:100%;
	float:left;
	text-align:center;
	color:#696868;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin:0px 0px 10px 0px;
}
.place-enqiry {  font-family:'TimesNewRomanPSMT'; text-transform:uppercase; color:#fff; background-color:#000000; padding:5px 20px; font-size:13px; border-bottom:3px solid #bb9e5b;}
.place-enqiry:hover {background-color:#bb9e5b; color:#000; border-bottom:3px solid #000; }

.place-arrow-right{ width:273px; float:left;}
.place-arrow-left{ width:273px; float:left;}
.place-box{ width:978px; margin:0px auto;}

.slid-explor { color:#b6becb; background-color:#000; font-family:'TimesNewRomanPSMT'; text-transform:uppercase; font-size:18px; padding:5px 10px; margin-left:90px; }
.slid-explor:hover { color:#fff;} 


/************************/
.side-box{ width:90%; margin:0px auto;}
.p-cnt{ font-family:'Calibri-Regular'; font-size:16px; margin-top:10px; line-height:20px;}
.input-cs{ width:100%; float:left; border:1px solid #ccc; font-family:'Calibri-Regular'; font-size:16px; padding:5px; margin:10px 0px 0px 0px;}
.text-cs{ width:100%; float:left; border:1px solid #ccc; font-family:'Calibri-Regular'; font-size:16px; padding:5px; margin:10px 0px 0px 0px;}
/*.sub-btn { background-color:#121315; font-family:'Calibri-Regular'; font-size:16px; border:none; color:#78612d; padding:6px 15px; font-weight:bold; text-transform:uppercase; margin:10px 0px 0px 0px; }
.sub-btn:hover{ background-color:#78612d; color:#121315; font-weight:bold; text-transform:uppercase; } */

.sub-btn { font-family: 'TimesNewRomanPSMT';
text-transform: uppercase;
color: #fff;
background-color: #000000;
padding: 5px 20px;
font-size: 13px;
border:none;
border-bottom: 3px solid #bb9e5b; margin:10px 0px 0px 0px;}

.sub-btn:hover{ background-color:#bb9e5b; color:#000; border-bottom:3px solid #000; }

.contact-right{ width:100%; float:left; padding:30px 30px; border-right:1px solid #8d8b8b; min-height:300px;}
.contact-left { width:100%; float:left;  padding:15px 30px;}


.pop-input{ width:100%; float:left; border:none; border-bottom:1px solid #121413; margin-top:10px; padding:5px 10px; background:none; color:#fff; font-family:'Calibri-Regular'; font-size:15px }
.pop-text{ width:100%; float:left; border:none; border-bottom:1px solid #121413; margin-top:10px; padding:5px 10px; background:none; color:#fff; font-family:'Calibri-Regular'; font-size:15px }
.pop-sbu
{
font-family: 'TimesNewRomanPSMT';
text-transform: uppercase;
color: #fff;
background-color: #000000;
padding:2px 20px;
font-size: 13px;
border-bottom: 3px solid #bb9e5b;
float:left;
margin-top: 19px;
border:2px solid #fff;
margin-left:87px;
}
.pop-sbu:hover{ background-color:#cdb074; color:#000;}

.pop-input::-webkit-input-placeholder { color:#fff; }
.pop-input::-moz-placeholder { color:#fff; } /* firefox 19+ */
.pop-input:-ms-input-placeholder { color:#fff; } /* ie */
.pop-input:-moz-placeholder { color:#fff; }

.pop-text::-webkit-input-placeholder { color:#fff; }
.pop-text::-moz-placeholder { color:#fff; } /* firefox 19+ */
.pop-text:-ms-input-placeholder { color:#fff; } /* ie */
.pop-text:-moz-placeholder { color:#fff; }







.crunchify-top:hover {
	color: #fff !important;
	background-color:#0f8fd6;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 44px;
	height: 55px;
	line-height:50px;
	font-size: 1rem;
	color: #fff;
	background-color: rgba(108, 71, 7, 0.97);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}



.spa-btmline { width:550px !important;}
.southern { width:370px !important; }
.passages-btmline { width:320px !important; }
.himalayan-btm { width:420px !important;  }
.culture-btmline { width:390px !important;}

.desktop-slider { width:100%; float:left; display:inherit;}
.mobile-slider  { width:100%; float:left; display:none;}
.mobile-slider1  { width:100%; float:left; display:none;}


#errorMsg{ color:#f3f5aa !important; font-family:'Calibri-Regular'; font-size:14px !important;}



/*********************************************************** home page hover open *******************************************************/

/* Portolio Hover */
.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
	
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(2, 91, 136, 0.7);
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}

.da-thumbs {
text-align:center;
}

.da-thumbs li  article .hovdiv
{
color:#fff;
padding-top:30px;
background-color:#000;
float:left;
margin-top:0px;
width:160px;
height:100%;
text-align:center;
}

.da-thumbs li  article .hovdiv img{ display:initial !important;}
.da-thumbs li  article .hovdiv p{ width:100%; text-align:center; font-size:25px; color:#007bc9; line-height:25px; margin:0px; font-family:'TimesNewRomanPSMT';}
.da-thumbs li  article .hovdiv a { color:#6f6f6f; font-size:16px; text-transform:uppercase; text-decoration:underline; line-height:25px; }

.da-thumbs li  article em{
margin-bottom:10px;
color:#fff;
display:block;
}

.da-thumbs li  article span{
display:inline-block;
}

span.link_post{
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-image:url(images/link_post_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-right:10px;
}

span.zoom{
overflow:hidden;
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-image:url(images/zoom_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
}

.portfolio_2col article h3{
padding-top:70px !important;
}


.image_grid {
	float:left;
	overflow:hidden;
	width:100%;
	position:relative;

}

.image_grid li{
	float: left;
	line-height:17px;
	color:#686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:2px;
	margin-right:1px;
	text-align:center;
	width:33.25%;
}
/*********************************************************** desktop slider close *******************************************************/


/***********************************************************************************************************/

.customize-packages { width:100%; float:left; border:1px solid #c00;}

.customize-packages form { font-size:17px;}
.cust-row{ width:100%; float:left; font-size:17px;}
.cust-row p{ width:15%; float:left; border:1px solid #f00;}
.cust-row select { width:85%; float:left; border:none; border-bottom:1px solid #ccc;}


.cus-box1{ width:50%; float:left;}
.cus-box2{ width:50%; float:left;}
.cus-box2 p { width:20%; float:left;}
.cus-box2 input { width:80%; float:left; border:none; border-bottom:1px solid #ccc;}


.c-pck { color:#fff; font-size:23px !important;}
.c-pck-cnt {font-family: Georgia, "Times New Roman", Times, serif; font-size:15px; color:#f2e4c9; }

.width30{ width:30%; padding:5px; float:left;}
.width40{ width:40%; padding:5px; float:left;}
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:0px;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	background: #000;
	text-align: center;
	cursor:pointer;
}

.grid figure img {
	position: relative;
	display: block;
/*	min-height: 100%; */	
    max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 
{
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {  letter-spacing:1px;  font-size:68.5%;  font-size:12px;  font-weight:bold; }

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img 
{
/* max-width: none; width: -webkit-calc(100% + 50px); width: calc(100% + 50px); opacity: 0.7;
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;  transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: translate3d(-40px,0, 0);  transform: translate3d(-40px,0,0);*/
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lily figcaption 
{
	text-align: left;
}

figure.effect-lily figcaption > div 
{
	position:absolute; bottom:0;  left:0;  padding:13px;  width:100%; height:30%;
}

.width40 figure.effect-lily figcaption > div { height:60%;}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-transform:capitalize;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/************************************************ form **********************************/
.customize-packages1
{ /*width:450px; margin:0px auto;*/ width:340px; float:left; position:absolute; z-index:9; right:4%; margin-top:15px; background-color:rgba(255, 255, 255, 0.66);}
#get-touch{ width:100%; float:left; padding:10px 20px; border:2px solid #ccc; font-family: 'Calibri-Regular';}
#get-touch img {display: initial !important;}
.m-hdibg { font-family:'Vivaldii'; text-transform:lowercase; font-size:60px; font-weight:normal !important; margin:20px 0px 20px 0px; line-height:60px;}
.mt5px { margin-top:5px;}
.mt10px { margin-top:10px;}
.mt15px { margin-top:15px;}
.mt20px { margin-top:20px;}

.about-img { width:33%; float:left;}
.about-cnt{ width:65%; float:left; background-color:#fff; margin-left:-50px; margin-top:25px; padding:10px 20px 30px;}
.slider-images { width:100%; float:left; display:inherit;}

.get-from{ width:100%; float:left; text-align:left;}
.get-from p{ margin:0px; font-weight:bold; font-size:14px; letter-spacing:0.5px; width:100%; float:left;}
.get-from p span { font-size:12px;}
.get-from p input { margin-right:5px; float:left; width:auto; margin-top:0px; border-radius:0px; border:0px; color: #252525;} 
.get-from select { width:100%; float:left; padding:3px 5px; margin:0px; height:30px; line-height:30px; border-radius:0px; border:0px; color:#252525; font-size:14px; 
                   border: 1px solid #ccc;}
.get-from input { width:100%; float:left; padding:3px 5px; margin:0px; height:30px; line-height:30px; border-radius:0px; border:0px; color:#252525; font-size:14px; 
border: 1px solid #ccc; }
.get-button 
{ 
width:100%; float:left; color:#fff !important; background-color:#000000; border-radius:0px;
border:none; font-weight:bold; text-transform:uppercase; letter-spacing:0.5px;
height:40px !important;
line-height:40px !important;
padding:0px 0px 5px 0px !important;
}
.get-button:hover { background-color:#bb9e5b; color:#000 !important;} 

.get-from1 { width:100%; float:left;}
.get-from1 p{ width:100%; float:left;}
.get-from1 input { width:100%;}
.get-from1 select { width:100%;}
/*********************************************************** mobile menu css open *******************************************************/
.mobmenu { display:none;}
.toggleMenu 
{
    display:none;
    background:#141517;
    padding:9px 12px;
    color: #fff;
	top:5px;
    right:14px;
    position:absolute;
	border: 1px solid #bb9e5c;
}
.nav {
    list-style:none;
    *zoom: 1;
    background:#121315;
	position:absolute;
    width:100%;
    top:49px;
    z-index:99;
	right:0px;
}
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#EA8CBB;
}
.nav li {
    position: relative;
}
.nav > li {
    float:left;
    border-bottom:1px solid #B9B9BA;
}
.nav > li :hover { background-color:#77602f !important;}

.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	text-decoration: none;
	color: #d3c097;
font-family: 'TimesNewRomanPSMT';
font-size:20px;
text-transform: capitalize;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display:block;
    background:#121315;
    position:relative;
    z-index:100;
	text-decoration: none;
    text-transform: uppercase;
}
.nav li li a:hover
{
	background:#d6d6d8;
}
.nav li li li a {
    background:#E676B9;
    z-index:200;
}
/*********************************************************** mobile menu css close *******************************************************/
/*********************************************************** customize side box open *******************************************************/
.sidebar{ z-index: 999999; position:fixed; top:-1px; bottom: -1px; padding:0px; width: auto; background-color: #fff; -webkit-background-clip: padding-box;
      background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
	  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.sidebar > .row > .col-xs-12, .sidebar > .row > .col-sm-12, .sidebar > .row > .col-md-12, .sidebar > .row > .col-lg-12{
      padding:0px; position: absolute; bottom: 0px; top: 0px; overflow: auto; }

.sidebar >.row{ margin:0px; }
.sidebar { width: auto; }
.sidebar.sidebar-left { left:0px; right:20px; }
.sidebar.sidebar-right{ right:0px; left:20px;}
.toggler{ -webkit-background-clip: padding-box; background-clip: padding-box; border:1px solid #ccc; border:1px solid rgba(0, 0, 0, .15);
      width:39px; height:285px; position:absolute; top:11%; cursor:pointer; background:url(../images/customize-right.jpg) no-repeat center top scroll;
}
.sidebar-left > .toggler{
      -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; border-left: 1px solid #fff; -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
      box-shadow: 1px 0px 8px rgba(0, 0, 0, .175); right: -20px;
} 
.sidebar-left > .toggler > span { margin:15px 2px; }
.sidebar-left > .toggler > .glyphicon-chevron-right{ display:none; }
.sidebar-right > .toggler{ -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; border-right: 1px solid #fff; -webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
      box-shadow: -1px 0px 8px rgba(0, 0, 0, .175); left: -38px;
} 
.sidebar-right > .toggler > span{ margin:15px 2px; background:url(../images/enquire.png) no-repeat;}
.sidebar-right > .toggler > .glyphicon-chevron-left { display:none; }
.sidebar .submenu { display:none; position:fixed; } 
/*Native BootStrap Hack*/
.sidebar .list-group-item:last-child, .sidebar .list-group-item:first-child { border-radius:0px; }
.sidebar .list-group { margin-bottom:0px; }
.sidebar .list-group-item{ padding: 5px; border: 1px solid #DDD; border-left: 0px; border-right: 0px; margin-bottom: 0px; margin-top: -1px; }

@media (min-width: 528px) {
.sidebar { width:300px; }
.sidebar.sidebar-left{ left:0px; right:auto; }
.sidebar.sidebar-right{ right:0px; left:auto; }
}
@media (min-width: 768px) {
.sidebar { width:230px; }
.sidebar.sidebar-left { left:0px; right:auto;}
.sidebar.sidebar-right{ right:0px; left:auto; }
}
@media (min-width: 992px) {
.sidebar { width:230px; }
.sidebar.sidebar-left{ left:0px; right:auto;}
.sidebar.sidebar-right{ right:0px; left:auto; }
}
@media (min-width: 1200px) {
.sidebar { width: 230px; height:352px; }
.sidebar.sidebar-left{ left:0px; right:auto; }
.sidebar.sidebar-right{ right:0px; left:auto; top:22%; }
}
@media (max-width:1198px) and (min-width:530px) 
{
.sidebar { width:230px !important; height:352px !important; top:20% !important;}
.toggler { top:12%;}	
}
@media (max-width:531px) and (min-width:200px) 
{
.sidebar { display:none;}	
}

/*********************************************************** customize side box close *******************************************************/

/*********************************************************** owl carousel open *******************************************************/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}

@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



.owl-theme .owl-controls{
/*	margin-top: 10px;*/
	text-align: center;
	text-align: center;
position: absolute;
width: 100%;
bottom: 0px;

}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color:#000;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:15px 0px;
	padding: 3px 10px;
	font-size:1px;
	width:30px;
	height:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:#000;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity:1;
	border:2px solid rgba(68, 65, 65, 0.42);
}

.owl-theme .owl-controls .owl-buttons .owl-prev { background:#000 url(../images/arrow-left.png) no-repeat; background-position:8px 5px;}
.owl-theme .owl-controls .owl-buttons .owl-next { background:#000 url(../images/arrow-right.png) no-repeat; background-position:10px 5px;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}






