

/*===========reset css=============*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
w {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=====================================================
                     global css
======================================================*/
body {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size:14px;
	color:#666666;
	line-height:20px;
	font-weight:400;
	
    background: #fdfaf3;
	margin:0px;
	padding:0px;

}
a{
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #242424;
    margin-bottom: 10px;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: 36px;
  line-height: 54px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 15px;
  line-height: 23px;
}
p{
	color: #76797b;;
	font-weight: normal;
	line-height: 22px;
}


.section-title{
    position: relative;
    font-size: 37px !important;
    color: #ec008c !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.section-title span{
	position: relative;
	font-size: 38px;
    color: #000;
    
}

.banner{
	position: relative;
	margin-top: -112px;
	z-index: 0;
	display: inline-table;
	width: 100%;
}

.banner-shape{
	position: absolute;
    bottom: -59px;
    left: 0;
    z-index: 9999;
}

.video-inner{
	position: absolute;
    bottom: 5%;
    right: 8%;
    z-index: 999;
}

.video-inner video{
	    width: 279px;
    max-width: 100%;
    border-radius: 7px;
}


/*navbar-header*/


.navbar-brand > img {
    display: block;
    margin-top: -60px;
}

.information-bar{
	position: relative;
	z-index: 1;
	text-decoration: right;
	margin-top: 35px; 
}
.info-text{
	position: relative;
}

.info-text ul{
	position: relative;
	float: right;
}

.info-text ul li{
	position: relative;
	display: inline-block;
	margin-left: 15px;
}


.info-text ul li a{
	position: relative;
	font-size: 16px;
	color: #fff;
}



.info-text ul li a i{
	position: relative;
	padding-right: 15px
}


.mynavbar{
	position: relative;
	text-align: center;
	z-index: 99999;
}


.mynavbar .nav{
    padding: 15px 0 0 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 50px;
    background: #383838;
}

.navbar {
    margin-bottom: 4px;
	//background: #fff;
}	

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #252525;
}


.fixed .nav > li > a {
       position: relative;
    display: block;
    padding: 0 12px;
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
}

.fixed .navbar-brand > img {
    display: block;
    margin-top: -60px;
}

.navbar-brand .logo-black{
	display: none;
}

.navbar-brand .logo-white{
    display: block;
   
 }

.fixed .navbar-brand .logo-black{
    display: block;
    height: 50px;
    margin-top: -13px;
    
}

.fixed .navbar-brand .logo-white{
    display: none;
   
}




.carousel-innera .item img{
	width: 100%;
	/*min-height: 600px;
	max-height: 600px;*/
}


.mynav{
	position: relative;
	background: #fff;
	width: 90%;
	margin: 0 auto;
}

.fixed{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	-webkit-box-shadow: 0px 20px 35px -20px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 20px 35px -20px rgba(0,0,0,0.23);
box-shadow: 0px 20px 35px -20px rgba(0,0,0,0.23);
background: #fff;
transition: .5s;
right: 0;
}


.fixed .logo img{
	height: 40px;
}

.fixed .logo{
	margin-top: 3px !important;
	padding-bottom: 0px;
}

.fixed .nav-menu-left{
	position: relative;
	padding: 15px 0;
}

.fixed .nav-menu-right{
	position: relative;
	padding: 10px 0;
}

.nav-menu-left{
	position: relative;
	padding: 30px 0;
}



.nav-menu-left li{
	position: relative;
	display: inline-block;
	padding: 0 18px;
	
}
.nav-menu-left li a{
	color: #58585a;
	transition: .2s;
}
.nav-menu-left li a:hover{
	color: #ec008c;
}
.nav-menu-right{
	position: relative;
	padding: 30px 0;
}

.nav-menu-right li{
	position: relative;
	display: inline-block;
	padding: 0 18px;
	
}
.nav-menu-right li a{
	color: #58585a;
	transition: .2s;
}
.nav-menu-right li a:hover{
	color: #ec008c;
}


.mynavbar .logo{
	margin-top: -36px;
	padding-bottom: 8px;
}
.mynavbar .logo img{
	margin: 0 auto;
}


.nav-menu-right .dropdown a{
	background: #ec008c;
    padding: 6px 12px;
    color: #fff;
    border-radius: 50px;
    display: inline-table;
	
}
.nav-menu-right .dropdown a:hover{
	color: #000;
}
.nav-menu-right .dropdown-menu{
	margin-top: 12px;	
	
}
	
.nav-menu-right .dropdown-menu a{
	background: transparent;
	border-radius: 0px;
	color: #000;
	transition: .2s;
}
.nav-menu-right .dropdown-menu a:hover{
	color: #fff;
}

.nav-menu-right .dropdown ul li a{
	border-bottom: 1px solid #f1f1f1 !important;	
	
}

.nav-menu-right input{
	position: absolute;
	bottom: 24px;
	right: 9%;
	border: none;
	padding: 6px 11px;
	background: #f8f4f4;
	border-radius: 50px;
}

.srch-field{
	display: none;
}

.header{
	//display: none;
}


.story-section{
	position: relative;
    padding: 80px 0;
    background: #fdfaf3;

}

.story-img{
	position: relative;
}

.story-img img{
	position: relative;
	-webkit-box-shadow: 0px 0px 61px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 61px 0px rgba(0,0,0,0.27);
box-shadow: 0px 0px 61px 0px rgba(0,0,0,0.27);
}

.story-text{
	       position: relative;
    padding-left: 20px;
    padding: 20px;
}
/*.story-text h5{
	color: #deac40;
	line-height: 0px;
}
*/
.story-text h1{
	color: #58585a;

line-height: 55px;

font-size: 32px;

font-weight: normal;

text-transform: uppercase;
font-family: 'Kaushan Script', cursive;
font-weight: 100;
}
.story-text p{
	    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}


.grey-section{
	position: relative;
}

.default-grey{
	position: relative;
	background: #31363f;
	background-image: url(img/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	//height: 1527px;
	height: 1200px;
	padding: 104px 0;
}

.partyfolio{
	position: relative;
	text-align: center;
}

.partyfolio h3{
	color: #deac40;
	font-size: 18px;
	line-height: 6px;
}

.partyfolio h1{
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	color: #fff;
	font-size: 46px;
	line-height: 49px;
	text-transform: uppercase;
	font-weight: 200;
}
.partyfolio p{
	line-height: 30px;
	color: #ffff;
	margin-top: 5px;
	padding: 0px 108px;
}


.how-much{
	position: relative;
	text-align: center;
	padding: 50px 80px;
}
.how-much p{
	line-height: 24px;
    color: #deac40;
    margin-top: 115px;
    padding: 0 135px;
    font-weight: 500;
    font-size: 19px;
}


.how-much h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 29px;
	padding-top: 8px;
	font-weight: 100;
}


.gallery-img {
  position: relative;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ec008c;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 30px 20px;
}


.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  //width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.1;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 38px;
	overflow: hidden;
	padding: 1.5em 26px;
	background-color: transparent;
	line-height: 45px;
	font-weight: 100;
}



.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect:hover a, .hovereffect:hover h2 {
	display: none;
}



.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  text-align: left;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect h3 {
  text-transform: uppercase;
  color: #fff; 
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  text-align: left;
  padding-top: 62px;
  font-size: 44px;
  line-height: 45px;
	font-weight: 100;
}

.hovereffect:hover a, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.hovereffect a, .hovereffect h4 {
  text-transform: uppercase;
  color: #fff; 
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  text-align: left;
  padding-top: 0px;
  font-size: 33px;
  line-height: 33px;
  font-weight: 100;
}

.hovereffect:hover a, .hovereffect:hover h4 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



.gallery-img .img1{
  width: 100%;
  height: 400px;
}
.gallery-img .img2{
  width: 103%;
  height: 200px;
}
 
.zero{
	padding: 0;
}

.my-text{
	position: absolute;
	top: 50%;
	left: 20%;
	color: red;
	font-size: 25px;
}
.gallery-para{
	position: relative;
	padding-top: 10px;
	padding-right: 100px;	
}

.gallery-para p{
	color: #fff;	
	font-weight: 200;
}


.organize-sec{
	position: relative;
}

.organize-wrapper{
	position: relative;
	background: #fff;
	padding: 50px;
	margin-top: 55px;
}

.org-title{
	position: relative;
	text-align: center;
}

.org-title h4{
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 100;
}

.org-title p{
	font-size: 16px;
}

.org-box{
	position: relative;
	margin-top: 29px;
	
}

.org-evrnt{
	position: relative;
	text-align: center;
	border: 1px solid #e1d7d7;
	padding: 15px 8px;
	height: 140px;
}

.org-evrnt:hover{
	border: 1px solid #ec008c;
}

.org-evrnt img{
	position: relative;
	margin: 0 auto;
	
}
.org-evrnt h6{
	position: relative;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #333;
	
}


.org-evrnt-a{
	position: relative;

border: 1px solid #e1d7d7;

padding: 29px 40px;
	

border: 1px solid #e1d7d7;
}

.org-evrnt-a img{
	position: absolute;
}


.org-evrnt-a h6{
	position: relative;
	padding-left: 80px;
	color: #333;
}


.exc-title{
	position: relative;
	text-align: center;
	padding-top: 65px;
}

.exc-title h4{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 200;
	color: #ec008c;
}






/* testimonial*/
h2 {
    color: #4C4C4C;
    word-spacing: 5px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

#testimonial{
    padding: 65px 0px;
    background-image: url(img/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
    position: relative;
    margin-top: -98px;
    z-index: -1;
}

.testimonial-wrapper{
	      position: absolute;
    bottom: 21%;
    width: 80%;
    left: 10%;
    text-align: center;
}


#testimonial .fa.fa-quote-right{
	color:#a4b6b9;
	font-size:16px;
}
#testimonial .fa.fa-quote-right i{
	margin-right: 5px;
}

#testimonial .fa.fa-quote-left{
	color:#a4b6b9;
	font-size: 16px;
}




#testimonial  p{
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

#testimonial  h5{
    margin-bottom:20px;
    margin-top: 0px;
    text-align: center;
    color: #ec008c;
    font-size: 20px;
    font-weight: 600;
}


#testimonial img{
    width: 200px; 
    height: 200px; 
    margin: 0 auto;
}

#testimonial .carousel-indicators  li {
    background-color: #ffffff;
    height: 8px;
    width: 8px;
    margin: 2px;
}

#testimonial .carousel-indicators li.active {
    background-color: #ec008c;
}




#testimonial .carousel-indicators {
	bottom: -12px;
	    left: 50%;
}

.testi-bg{
	position: absolute;
	left: -162px;
	top: -40px;
}

.testi-image img{
	width: 100% !important;
}



.devil-section{
	position: relative;
}

.devil-outer{
	position: relative;
	background: #fff;
	padding: 40px 50px;
}

.devil-inner-right{
	position: relative;
	padding-left: 40px;
}

.devil-inner-right p{
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.devil-inner-left{
	position: absolute;
	top: -85px;
	z-index: 999;
	
}

.footer-section{
	position: relative;
	background: #292e37;
	padding: 65px 0;
}

.foot-infor{
	position: relative;
	padding-top: 00px;
	/* margin-top: -24px; */
}

.foot-infor h5{
	color: #deac40;
    padding-top: 0;
    font-size: 27px;
    line-height: 27px;
}
.foot-infor span img{
	top: 12px;
    position: relative;
}
.foot-infor span a {
    color: #ffff;
    padding-top: 8px;
    font-size: 17px;
    line-height: 41px;
	padding-left: 5px;
	transition: .2s;
}
.foot-infor span a:hover {
    color: #deac40;
}
.foot-infor h1{
	font-weight: 400;
	line-height: 38px;
	color: #000;
	font-size: 32px;
}

.foot-infor p{
	font-weight: 200;
	color: #fff;
	padding-top: 10px;
	font-size: 19px;
}
.my-soc ul {
	margin-bottom: 20px;
}

.my-soc{
	position: relative;
	padding-top: 34px;
}



.my-soc ul li{
	display: inline-block;
	padding-right: 8px;
}

.my-soc ul li i{
	color: #fff;
	width: 34px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: .3s;
	
}
.my-soc ul li i:hover{
	background: #fff;
	color: #1e2128;
	
}

.my-place{
	position: relative;
	padding-top: 20px;
}

.my-place ul {
	margin-top: 15px;
}



.my-place ul li{
	display: block;
	padding-right: 8px;
	color: #3a3a3a;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	cursor: pointer;
}

.my-place ul li a{
	color: #555453;
}



.my-place ul li i{
	color: #ec008c;
	padding-right: 12px;
}
.my-place ul li i:hover{
	background: #fff;
	color: #1e2128;
	
}




.foot-form{
	    position: absolute;
    padding: 50px;
    background: white;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.12);
}

.foot-form h3{
	color: #292e37;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
}
::placeholder{
	color: #8b969f;
	font-size: 16px;
}

textarea:focus, input:focus ,select:focus{
    outline: none;
}


.my-field{
	position: relative;
	background: #fff;
	padding: 11px 19px;
	border-radius: 0;
	margin-bottom: 7px;
	margin-right: -8px;
	border-bottom: 1px solid #d2d2d2;
}

.form-icon{
	background: #fff;
}

.my-field input[type="text"]{
	position: relative;
	background: #fff;
	width: 100%;
	border: none;
	padding-top: 7px;
	color: #666;
}

.my-field textarea{
	position: relative;
	background: #fff;
	width: 100%;
	border: none;
	padding-top: 7px;
	color: #666;
}

.my-field select{
	position: relative;
	background: #fff;
	width: 100%;
	border: none;
	padding-top: 7px;
	color: #666;
	font-size: 16px;
	background-image: url(img/Add.png);
	background-repeat: no-repeat;
	background-position: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	
}

.my-field-a input[type="submit"]{
	    position: relative;
    background: #292e37;
    padding: 18px 19px;
    border-radius: 5px;
    margin-bottom: 7px;
    margin-right: -8px;
    width: 98%;
    border: none;
    color: #fff;
    font-size: 20px;
    transition: .5s;
    margin-top: 25px;
}
.my-field-a input[type="submit"]:hover{
	background: #000;
	color: #ec008c;
	
}

#Party-Alert{
	display: none;
}




.backtop{
	display:none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: linear-gradient(-50deg, #a22b7c, #ec287c);
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	animation-name: blink;
	-webkit-animation-name: blink;
	-moz-animation-name: blink;
	animation-duration: 1.4s;
	-webkit-animation-duration: 1.4s;
	-moz-animation-duration: 1.4s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	z-index: 9999;
}


#back-to-top  i{
	color: #fff;
	font-size: 18px;
	transition: .2s;
	animation-name: back-top;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
}


@keyframes back-top{
	from{ transform: translateY(10px);
	opacity: 1; }
	
	to{ transform: translateY(-10px);
	opacity: 0.7;}
}

@-webkit-keyframes back-top{
	from{ transform: translateY(10px);
	opacity: 1; }
	
	to{ transform: translateY(-10px);
	opacity: 0;
	color: red;}
}
@-moz-keyframes back-top{
	from{ transform: translateY(10px);
	opacity: 1; }
	
	to{ transform: translateY(-10px);
	opacity: 0;
	color: red;}
}


.size{
	background-color: transparent !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    min-width: 0px !important;
    max-width: none !important;
    min-height: 0px !important;
    max-height: none !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    transform: none !important;
    margin: 0px !important;
    flex: 1 1 0% !important;

}




/* popup styles */
.popup {
  	display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}
.popup-overlay {
    background: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup-content {
    position: absolute;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    top: 10%;
    z-index: 11;
    padding: 14px;
	overflow-x: scroll;
	height: 550px;
}
.close-popup {
     display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 28px;
    /* background: #ef239b; */
    padding: 16px;
    border-radius: 50px;
    color: #ef239b;
}
}

/* Animations */
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}

.scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleIn {
  from { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleOut {
  to { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleUpOut {
  to { opacity: 0; -webkit-transform: scale(1.2); }
}

.scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownIn {
  from { opacity: 0; -webkit-transform: scale(1.2); }
}

.slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50%); }
}
@-webkit-keyframes slideIn {
  from { opacity: 0; -webkit-transform: translateY(-50%); }
}

.slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to { opacity: 0; transform: translateY(50%); }
}
@-webkit-keyframes slideOut {
  to { opacity: 0; -webkit-transform: translateY(50%); }
}

.slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from { opacity: 0; transform: translateX(-50%); }
}
@-webkit-keyframes slideLeftIn {
  from { opacity: 0; -webkit-transform: translateX(-50%); }
}

.slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to { opacity: 0; transform: translateX(50%); }
}
@-webkit-keyframes slideLeftOut {
  to { opacity: 0; -webkit-transform: translateX(50%); }
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}

.flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn .5s both ease-out;
    -moz-animation: flipRightIn .5s both ease-out;
    animation: flipRightIn .5s both ease-out;
}
@-webkit-keyframes flipRightIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: .2;}
}
@keyframes flipRightIn {
    from {transform: translateZ(-1000px) rotateY(-90deg);opacity: .2;}
}

.flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut .5s both ease-in;
    -moz-animation: flipRightOut .5s both ease-in;
    animation: flipRightOut .5s both ease-in;
}

@-webkit-keyframes flipRightOut {
    to {-webkit-transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}
@keyframes flipRightOut {
    to {transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}


.rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn .5s both ease-out;
    -moz-animation: rotateIn .5s both ease-out;
    animation: rotateIn .5s both ease-out;
}
@-webkit-keyframes rotateIn {
    from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0;}
}
@-moz-keyframes rotateIn {
    from {-moz-transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}
@keyframes rotateIn {
    from {transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}

.rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut .5s both ease-in;
    -moz-animation: rotateOut .5s both ease-in;
    animation: rotateOut .5s both ease-in;
}
@-webkit-keyframes rotateOut {
    to {-webkit-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@-moz-keyframes rotateOut {
    to {-moz-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@keyframes rotateOut {
    to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0;}
}

.rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn .6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
    0% {opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);}
    50% {-webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeIn {
    0% {opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg); }
    50% {-moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}
@keyframes rotateCubeIn {
    0% {opacity: .3;
        transform: translateY(-100%) rotateX(90deg);}
    50% {animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}

.rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut .6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut .6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
    50% {-webkit-animation-timing-function: ease-out;-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeOut {
    50% { -moz-animation-timing-function: ease-out;-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3;-moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeOut {
    50% {animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
    100% { opacity: .3; transform: translateY(100%) rotateX(-90deg);}
}

/* Demo Styles */

.btn {
  background: rgb(0, 159, 211);
  color: #fff;
  border: 1px solid;
  display: inline-block;
  padding: 5px 20px;
}
.btn:hover {
  background: #fff;
  color: rgb(0, 159, 211);
}
.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pop-vid video{
	width: 100%;
	height: 100%;
	z-index: 99999;
}


.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 22px !important;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

#modal-carousel i{
	position: absolute;
	top: 40%;
	    font-size: 36px;
    left: 23%;
}

.open-popup{
	    text-align: right;
    position: absolute;
    right: 0;
    top: -8px;
    background: #ec008c;
    border-radius: 25px;
}

.ope-more{
	position: relative;
}


.modal-header span{
	position: relative;
    font-size: 20px;
    color: #eb0088;
}


.pop-vid{
	position: relative;
}


.pop-vid video{
	position: relative;
	width: 100%;
	height: 100%;
}

.video-icon{
position: absolute;
    top: 39%;
    left: 41%;
}
.video-icon i{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	border-radius: 50px;
	font-size:18px;
	transition: .3s ease-in-out;
}

.video-icon i:hover{
	background: #e9007a;
	color: #401983;
}

.you-overlay{
	position: fixed;
    width: 100%;
    height: 100%;
    background: #000000d1;
    z-index: 999999999999999;
    top: 0;
    display: none;

	
}

.you-overlay iframe{
	width: 80%;
	height: 100%;
	margin-left: 10%;
	
}

.you-show{
	display: block;
}

.youtbe-close{
	position: absolute;
	top: 5%;
	right: 5%;
}

.youtbe-close i{
	    color: #fff;
    font-size: 22px;
	transition: .2s;

}

.youtbe-close i:hover{
	    color: #ec008c;	
}

.video-img img{
	border-radius: 15px;
	
}


.destination-section{
	position: relative;
	background-image: url(img/destination/bg.png);
	background-size: cover;
	height: 500px;
}

.destination-section .owl-wrapper{
	padding: 25px 0
}

.destination-box{
	    position: relative;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.12);
    box-shadow: 1px 13px 36px 0px rgba(0, 0, 0, 0.3);
   
}

.destination-box-img img{
	position: relative;
	    border-radius: 6px;
	    transition: .5s;
	    height: 250px;
	    width: 100%;
}

.destination-box-img{
	position: relative;
	overflow: hidden;
	 

}




.destination-box h3{
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);

}

.destination-box h3 a{
	font-size: 30px;
    color: #fff;
    text-align: center;
}

.destination-box  .icon{
	position: absolute;
    right: 8%;
    bottom: 17px;
    transition: .4s ease-in-out;
}

.destination-box  .icon i{
	background: white;
    border-radius: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    font-size: 19px;
    display: none;
}



.destination-box-img a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .9;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(204, 204, 204, 0) 100%);
    transition: .5s;
}

.destination-box:hover img{
	transform: scale(1.25,1.25);
	opacity: 1;

}

.destination-box:hover .icon{
	position: absolute;
    right: 5%;
    bottom: 17px;
}


.destination-box-content{
	position: relative;
	z-index: 1;
}

#owl-carousel-destination .item{
		
}

#owl-carousel-destination .owl-item{
	margin-right: 25px;
    width: 450px !important;
}

.destination-btn{
	position: relative;
    text-align: center;
    margin-top: 25px;
}

.destination-btn a{
	background: #fff;
    padding: 20px 66px;


    color: #000;
    font-size: 22px;
    font-weight: 600;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.customNavigation-d{
	position: absolute;
    right: 50px;
    z-index: 2;
    top: 0;
}


.customNavigation-d .btn{
	background: none;
    border: none;
    font-size: 31px;
    color: #423e3e;
}

/*partyfolio-section    */

.partyfolio-section{
	position: relative;
	padding: 80px 0;
}

.partyfolio-section p{
	color: #58585a;
    line-height: 55px;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Kaushan Script', cursive;
    font-weight: 100;
}

.partyfolio-box{
	position: relative;
	overflow: hidden;
	margin-top: 25px;
	    border-radius: 5px;
}

.partyfolio-box img{
	transition: .2s;
	    border-radius: 5px;

}

.partyfolio-img{
	position: relative;
}


.partyfolio-img a:before{
	 content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .9;
    bottom: 0;
    transition: .5s;
     background: rgb(0,0,0);
        background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 19%, rgba(204, 204, 204, 0) 100%);

}

.partyfolio-grad-1 a:before{
	 content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .9;
    bottom: 0;
    background: rgb(236,0,100);
background: linear-gradient(0deg, rgba(236,0,100,1) 0%, rgba(236,0,100,0.5522584033613445) 19%, rgba(204,204,204,0) 100%);
    transition: .5s;
}


.partyfolio-grad-2 a:before{
	 content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .9;
    bottom: 0;
    background: rgb(240,98,4);
	background: linear-gradient(0deg, rgba(240,98,4,1) 0%, rgba(240,98,4,1) 19%, rgba(204,204,204,0) 100%);
    transition: .5s;
}


.partyfolio-grad-3 a:before{
	 content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .9;
    bottom: 0;
    background: rgb(20,145,3);
background: linear-gradient(0deg, rgba(20,145,3,1) 0%, rgba(20,145,3,1) 19%, rgba(204,204,204,0) 100%);
    transition: .5s;
}


.partyfolio-grad-4 a:before{
	 content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .9;
    bottom: 0;

    transition: .5s;
}

.partyfolio-grad-5 a:before{
	 content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .9;
    bottom: 0;


    transition: .5s;
}

.partyfolio-content{
	position: relative;
	z-index: 2;
}


.partyfolio-content h3{
     position: absolute;
    bottom: 0;
    left: 32px;
    text-align: center;
    /* transform: translate(-50%,-50%); */
    bottom: 12px;

}

.partyfolio-content h3 a{
 	font-size: 23px;
    color: #fff;
    text-align: center;

}

  

  

.partyfolio-content .icon{
 	position: absolute;
    right: 5%;
    bottom: 17px;

}

.partyfolio-content .icon i{
 	background: white;
    border-radius: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    font-size: 19px;
    display: none;

}


.partyfolio-box:hover img{
	transform: scale(1.25,1.25);
	opacity: 1;

}

.partyfolio-box .icon{
	position: absolute;
    right: 8%;
    bottom: 17px;
    transition: .5s;
}

.partyfolio-box:hover .icon{
	position: absolute;
    right: 5%;
    bottom: 17px;
}


/*gallery-section*/

.gallery-section{
	position: relative;
	padding: 40px 0;
}

.container.gallery-container {
    //background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    //padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding-top: 8px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 4px;
    overflow: hidden;
    height: 200px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
        vertical-align: top;
}

.tz-gallery .lightbox:before {
       position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: '\f002';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
        height: 100%;
}

.baguetteBox-button {
    background-color: transparent !important;
}



/*tabbed gallery*/


.tabbed-gallery{
	margin-bottom: 50px;
	    height: 570px;
    overflow: hidden;
}


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 18px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button {
    font-size: 18px;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 8px 39px;
    text-transform: uppercase;
    background: #58585a;
    margin-top: 22px;
    margin-right: 10px;
}



.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 4px;
}




@media(max-width: 768px) {
    body {
        padding: 0;
    }
}



/*upcoming-events-section*/

.upcoming-events-section{
	padding: 65px 0px;
    background-image: url(img/upcoming-events/events-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
    position: relative;
    margin-bottom: 90px;
}

.upcoming-wrapper{
	position: relative;
	margin-top: 150px;
}

.upcoming-wrapper .owl-item{
height: 550px;
}


.upcoming-box{
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 13px 41px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 13px 41px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 13px 41px 0px rgba(0,0,0,0.08);
	    margin: 0 15px;
}

.upcoming-box:before{
	position: absolute;
    width: 92%;
    height: 55%;
    content: '';
    border: 3px solid white;
    left: 4%;
    z-index: 5;
    top: 4%;
    transition: .3s;
}

.upcoming-box a{
	display: inline-table;
}


.upcoming-box:hover:before{
	
    width: 98%;
    left: 1%;
    top: 1%;
}


.upcoming-box:hover > .upcoming-img img{
	
    transform: scale(1.1);
}

.upcoming-img{
	position: relative;
}

.upcoming-img img{
	position: relative;
    height: 246px;
    width: 100%;
}

.upcoming-content{
	text-align: center;
    padding: 50px;
}

.upcoming-content h3{
	position: relative;
	font-size: 30px;
	font-weight: 600;
}

.upcoming-content h4{
	position: relative;
	font-size: 23px;
	color: #e9008a;
}

.upcoming-content p{
	position: relative;
	font-size: 20px;
}




/*video plugin css*/

.title {
width: 100%;
max-width: 854px;
margin: 0 auto;
}

.caption {
width: 100%;
max-width: 854px;
margin: 0 auto;
padding: 20px 0;
}

.vid-main-wrapper {
	width: 100%;
    max-width: 1100px;
    min-width: 320px;
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 63px -34px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 63px -34px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 63px -34px rgba(0,0,0,0.36);
}


/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
        position: relative;
    /* padding-bottom: 52%; */
    padding-top: 30px;
    height: 420px;
    width: 70%;
    float: left;
    display: inline-table;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 450px;
}


/*  VIDEOS PLAYLIST 
############################### */
.vid-list-container {width: 30%;height: 450px;overflow: hidden;float: right;background: #ffffff;}

.vid-list-container:hover, .vid-list-container:focus {
overflow-y: auto;
}

ol#vid-list {margin:0;padding:0;background: #fff;}

ol#vid-list li {list-style: none;border-bottom: 1px solid #c3c3c3;padding-bottom: 20px;}

ol#vid-list li a {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    height: 83px;
    display: block;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    padding-top: 25px;
}

ol#vid-list li a:hover {
/*/background-color:#666666*/
}

.vid-thumb {
float:left;
margin-right: 8px;
    height: 100px;
}

.active-vid { 
background:#3A3A3A;
}

#vid-list .desc {

color: #2b2b2b;

font-size: 18px;

margin-top: 5px;

font-weight: 500;
}


#vid-list .desc span{

color: #ababab;

font-size: 16px;

margin-top: 4px;

font-weight: 500;

display: inline-grid;
}

@media (max-width: 624px) {
body {
//margin: 15px;
}
.caption {
margin-top: 40px;
}
.vid-list-container {
padding-bottom: 20px;
}

}

.res-test-title{
	    margin-top: 80px !important;
}


.connect-section{
	position: relative;
	padding: 96px 0;
}


@media (max-width: 768px){
.tz-gallery .row > div{
    overflow: visible;
    height: auto;
    min-height: auto;
   }
  .tabbed-gallery{
  	overflow: auto;
  	height: auto;
  } 
}
/* ---------------------------------------DESTI NATIONS popup------------------------------ */

.model-popup {
    background: transparent;
    border: none;
}


/*manoj Kumar Css start here--*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  border:2px solid #ccc
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 90%; /* Full width */
   /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* Fallback color */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 800px;
  /* height: 150px; */
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.1s;
  opacity: 0.9;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#imagemodel1 {
    z-index: 1041;
}
#imagemodel2 {
    z-index: 1041;
}
#imagemodel3 {
    z-index: 1041;
}
#imagemodel4 {
    z-index: 1041;
}
#imagemodel5 {
    z-index: 1041;
}
#imagemodel6 {
    z-index: 1041;
}



















