@import url(effect.css);

/* Fonts */
@import url(simple-line-icons.css);
@import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Architects+Daughter&family=Rock+Salt&display=swap');
/*
@font-face {
    font-family: 'Movie Makers Personal Use';
    src: url('fonts/MovieMakersPersonalUse.woff2') format('woff2'),
        url('fonts/MovieMakersPersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Beyond The Mountains';
    font-style: normal;
    font-weight: normal;
    src: local('Beyond The Mountains'), url('fonts/beyond_the_mountains.woff') format('woff');
    }
*/

/* Fonts */

:root{--dark:#222222; --blue:#0b569b; --lightblue:#46a9e2; --orange:#094d94; --blueshade:linear-gradient(135deg, #46a9e2 0%, #0b569b 100%);}


html { margin: 0; padding:0; overflow-x:hidden;}
body{
font-family: 'News Cycle', sans-serif; font-weight:normal; padding:0; color:#464646; font-weight:400; padding-right:0!important; overflow-x:hidden;
font-size:15px;
line-height:1.5;
min-height:100%;
}

/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */

img{border:0;}

*{ box-sizing:border-box;
}
*:hover{
}

a{color:var(--blue); text-decoration:none;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
a:hover{text-decoration:none; color:#1f1917;}

a > img{transform: scale(1); transition:.2s ease-in-out;}
a:hover > img{transform: scale(1.04);}

h1,h2,h3,h4,h5,h6{ font-weight:600; letter-spacing: 1px;}



.floatingSocialIcons{position:fixed; background:var(--yellow);  z-index:100; left:15px; bottom:0px; padding:8px; text-align:center; border-radius:35px; z-index:999;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
}
.floatingSocialIcons li{ display:block; font-size:16px; margin:3px 0;}
.floatingSocialIcons li a{ display:block; overflow:hidden; width:30px; height:30px; background:#000; color:#fff; line-height:30px; border-radius:50%;}
.floatingSocialIcons li a:hover{ background:#fff; color:#000; }


/* Header */
.blankSpace{ display:block; overflow:hidden; height:1px; background:#fff; overflow:hidden; z-index:9999; position:relative;}
.header-area{display:block; float:left; width:100%; clear:both; z-index:9999!important; position:relative; padding:10px 0; background:#fff;}
.header-area .logo img{ height:90px;}

.sticky {
position: fixed!important; width:100%; max-width:100%;
top: 0; left:0; right:0;
z-index:9999; background:rgba(255,255,255,1);
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
.sticky .logo img{ height:75px;}

.index-slider{ position:relative; display:block; clear:both; overflow:hidden; margin-bottom:40px;}
.index-slider > img{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; width:101%; height:101%;}
.index-slider h2{ position:absolute; z-index:4; line-height:1.4; text-align:center; left:50%; bottom:6%; transform:translate(-50%,0); font-size:36px; color:var(--lightblue);}
.index-slider h2 small{ display:block; clear:both; font-size:48px; color:#111; text-transform:uppercase; letter-spacing: 2px;}

.index-slider .carousel-control-prev, .index-slider .carousel-control-next{padding:20px 7px; top:45%; bottom:auto; background:var(--blue); color:#fff; width:auto; opacity:1; font-size:18px;}


.scroll-downs {
  position: absolute; z-index:10;
  top: auto;
  right: 0;
  bottom: 60vh;
  left: 0;
  margin: auto;
  width :28px;
  height: 25px;
  display:block;
}

.mousey {
  width: 3px;
  padding: 7px 12px;
  height: 28px;
  border: 2px solid rgba(240,235,200,0.7);
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #f1edc9;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}



section h2{font-size:42px; line-height:1.5; margin:0 0 30px; color:var(--lightblue);}

/* Top Destination */
.top-destination-area{position:relative; z-index:7; display:block; clear:both;}
.top-destination-area h2{color:var(--lightblue);}
.top-destination-area .row{background:#fff; padding-top:15px; padding-bottom:15px;}
.top-destination-area [class^="col-"] > a{position:relative; display:block; overflow:hidden;}
.top-destination-area [class^="col-"] > a div{position:absolute; left:0; right:0; bottom:10px; color:#fff; text-transform:uppercase; transition:.2s ease-in-out; z-index:5;}
.top-destination-area [class^="col-"] > a:hover div{bottom:10%;}
.top-destination-area [class^="col-"] h3{font-size:20px;}
.top-destination-area [class^="col-"] span{background:var(--blue); display:inline-block; padding:4px 10px; color:#fff; margin-bottom:15px; font-size:11px; font-weight:500; letter-spacing:2px;}
.top-destination-area [class^="col-"]:hover span{background:var(--lightblue);}
.top-destination-area [class^="col-"] > a:before{position:absolute; left:0; right:0; top:50%; bottom:0; z-index:2; transition:.2s ease-in-out; content:''; display:block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.top-destination-area [class^="col-"] > a:hover:before{top:-50%;}

.discover-all-link-area{display:block; margin:20px 0 50px; padding:0; border-top:1px #ddd solid; transition:all .2s ease-in-out;}
.discover-all-link-area legend{margin:0; display:inline; width:auto!important; font-size:12px; text-transform:uppercase; padding:0 10px; font-weight:600;}
.discover-all-link-area legend a{color:#032420;}
.discover-all-link-area:hover{border-top:1px var(--lightblue) solid;}
.discover-all-link-area legend a:hover{color:var(--dark);}


/* Holiday Types */
.holiday-types-area{display:block; overflow:hidden; clear:both; position:relative; padding:0 0 100px; background:transparent url('../images/holiday-type-bg.jpg') no-repeat center bottom;}
.holiday-types-area > img, .the-difference-area > img{position:absolute; left:0; bottom:0; min-width:100%;}
.holiday-types-area .card{border:none; border-radius:0; text-align:left;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.18);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.18);
}
.holiday-types-area .card > a{ display:block; overflow:hidden;}
.holiday-types-area h4{font-size:17px; text-transform:uppercase; color:var(--blue); font-weight:600; margin-bottom:7px; padding-bottom:0;}
.holiday-types-area small{display:block; clear:both; margin-bottom:20px; font-size:15px;}
.holiday-types-area a.btn-primary{background:var(--dark); padding:4px 10px; color:#fff; font-size:11px; font-weight:600; letter-spacing:1px; border:none; border-radius:0; text-transform:uppercase;}
.holiday-types-area a.btn-primary:hover{background:var(--blue);}


.we-have-there{margin:80px auto;}
.we-have-there > div{display:block; overflow:hidden; background:transparent url('../images/we-r-there.jpg') no-repeat right center fixed; color:#fff; position:relative; padding:30px;}
.we-have-there > div:before{position:absolute; display:block; content:''; left:0; right:30%; top:0; bottom:0; z-index:1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.we-have-there > div:after{position:absolute; display:block; content:''; left:30px; right:30px; top:30px; bottom:30px; border:2px #fff solid; z-index:2;}
.we-have-there > div > div{position:relative; z-index:3; width:42%; margin:60px 60px 70px;}
.we-have-there > div > div a{position:absolute; bottom:-80px; left:0; background:#fff; color:#231f1d; display:inline-block; padding:10px 25px; font-size:13px; text-transform:uppercase; font-weight:700; letter-spacing:1px;}
.we-have-there > div > div a:hover{background:var(--blue); color:#fff;}
.we-have-there h2{font-size:50px; line-height:1.5;}



.perfect-packages{padding-top:80px; padding-bottom:0px;}
.perfect-packages .container > .row [class^="col-"] > div, .all-packages > .row [class^="col-"] > div, .roomwithview .row [class^="col-"] > div{border:1px #d7dde0 solid; display:block; overflow:hidden;}
.perfect-packages .container > .row [class^="col-"] > div > div, .all-packages > .row [class^="col-"] > div > div, .roomwithview .row [class^="col-"] > div > div{padding:15px; text-align:left;}
.perfect-packages .container > .row [class^="col-"] > div > div h3, .all-packages > .row [class^="col-"] > div h3, .roomwithview .row [class^="col-"] > div h3{font-size:14px; font-weight:700; margin-bottom:15px;}
.perfect-packages .container > .row [class^="col-"] > div > div small, .roomwithview .row [class^="col-"] > div > div small{ margin-bottom:3px;}
.perfect-packages .container > .row [class^="col-"] > div > div small i, .roomwithview .row [class^="col-"] > div > div small i{color:#99a8ae;}
.perfect-packages .container > .row [class^="col-"] > div > div p, .all-packages > .row [class^="col-"] > div p, .roomwithview .row [class^="col-"] > div > div p{font-size:14px;}
.perfect-packages .container > .row [class^="col-"] > div > a, .all-packages > .row [class^="col-"] > div > a, .roomwithview > .row > [class^="col-"] > div > a{position:relative; display:block; overflow:hidden;}
.perfect-packages .container > .row [class^="col-"] > div > a span,
.all-packages > .row [class^="col-"] > div > a span,
.roomwithview a span{padding:2px 8px; background:var(--blue); color:#fff; font-weight:700; letter-spacing:1px; font-size:11px; position:absolute; left:0; bottom:0;}
.perfect-packages ul,
.all-packages ul,
.roomwithview ul, ul.hotelFacilities{margin:0; padding:0; list-style-type:none; margin-bottom:10px; border-bottom:1px #d7dde0 solid; padding-bottom:20px;}
.perfect-packages ul li, .all-packages ul li, .roomwithview ul li, ul.hotelFacilities li{display:inline-block; margin-right:3px; border:1px #99a8ae solid; border-radius:50%; width:36px; height:36px; text-align:center; color:#99a8ae; line-height:32px; font-size:15px;}
.perfect-packages a.btn-primary, .all-packages a.btn-primary, .roomwithview a.btn-primary{background:var(--dark); padding:4px 10px; color:#fff; font-size:11px; font-weight:600; letter-spacing:1px; border:none; border-radius:0; text-transform:uppercase;}
.perfect-packages a.btn-primary:hover, .all-packages a.btn-primary:hover, .roomwithview a.btn-primary:hover{background:var(--blue);}


.all-packages > .row [class^="col-"] > div{ border:none;}
.all-packages > .row [class^="col-"] > div h3{ color:#000; margin-bottom:5px;}
.all-packages > .row [class^="col-"] > div > div{ padding:15px 0;}
.all-packages > .row [class^="col-"] > div p{ font-size:13px; font-weight:400;}


.topNewsArea{ text-align:left;}
.topNewsArea .carousel-item{ overflow:hidden;}
.topNewsArea .carousel-item img, .singleBoxNews img{ width:100%; border-radius:6px;}
.topNewsArea .carousel-item > div{display:block; overflow:hidden; font-weight:600; position:absolute; bottom:0; left:0; right:0; padding:10px; background:rgba(0,0,0,0.6);}
.topNewsArea .carousel-item > div span{font-size:12px; padding:3px 8px; margin-bottom:10px; display:inline-block;}
.topNewsArea .carousel-item > div > a{ display:block; font-size:16px; color:#fff;}

.newsListing{ display:block;}
.newsListing a{ display:block; padding-bottom:7px; margin-bottom:7px; border-bottom:1px #ddd solid;}
.newsListing img{ border-radius:3px;}
.newsListing a:last-child{border:none;}
.newsListing a > .row > [class^="col-"]{ padding:0 7px;}
.newsListing a > .row > [class^="col-"]:last-child{padding-left:10px;}
.newsListing a span{ font-size:12px; color:#888;}
.newsListing a p{ line-height:1.5; color:#000; font-weight:600; margin-bottom:5px;}
.newsListing a small{ background:var(--lightblue); color:#fff; font-size:9px; font-weight:600; text-transform:uppercase; padding:3px 5px;}
.newsListing a:hover small{background:var(--blue);}
.newsListing a:hover p{color:var(--blue);}


.the-difference-area{display:block; clear:both; position:relative; background:transparent url('../images/difference.jpg') no-repeat center bottom; padding:0 0 450px;}
.the-difference-area > div{width:780px; max-width:100%; z-index:11; position:relative;}
.the-difference-area p{margin-bottom:45px;}
.the-difference-area [class^="col-"]{color:#000;}
.the-difference-area [class^="col-"] i{font-size:40px; padding-bottom:15px; display:block;}
.the-difference-area [class^="col-"] h3{text-transform:uppercase; font-size:26px; margin-bottom:0;}
.the-difference-area [class^="col-"] a{color:#000;}
.the-difference-area [class^="col-"]:hover a{font-weight:600; color:var(--blue);}
.stone-img{min-width:0!important; left:auto!important; right:0; bottom:-350px!important; z-index:10;}

.testimonials{padding:100px 0 0;}
.testimonials > div > div{background:#fff; padding:25px 10%; display:block; position:relative; z-index:8; position:relative; bottom:-40px;
-webkit-box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.3);
box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.3);
}
.testimonials .carousel-item{padding-bottom:40px; margin-bottom:0;}
.testimonials .carousel-item span{width:120px; height:120px; display:block; overflow:hidden; margin:0 auto 15px;}
.testimonials .carousel-item h3{font-size:20px; font-weight:700; margin-bottom:10px;}
.testimonials a{color:#2f3293; text-decoration:underline; font-weight:600; letter-spacing:1px;}


.footer-enquiry-area{background:url('../images/form-parallax-bg.jpg') no-repeat center top fixed; background-size:cover; display:block; overflow:hidden; position:relative; clear:both;
padding:80px 0; text-align:center; color:#fff;}
.footer-enquiry-area h2{color:#fff; margin-bottom:10px;}
.footer-enquiry-area p{margin-bottom:30px;}
.footer-enquiry-area strong{color:var(--orange);}
.footer-enquiry-area .form-control{ border:1px rgba(255,255,255,0.3) solid; background:none; color:#fff; font-size:13px; border-radius:0;}
.footer-enquiry-area textarea.form-control{ height:100px;}
.footer-enquiry-area [class^="col-"]{margin-bottom:25px;}
.footer-enquiry-area [class^="col-"] input[type="submit"]{background:var(--orange); border-radius:0; padding:7px 25px; font-weight:600;}
.footer-enquiry-area [class^="col-"] input[type="submit"]:hover{background:var(--lightblue);}


.footer{background:var(--dark); position:relative; padding:50px 0 0; position:relative;}
.footer img{margin-bottom:25px;}
.footer .row{border-top:1px rgba(255,255,255,0.1) solid; border-bottom:1px rgba(255,255,255,0.1) solid; padding-bottom:20px; padding-top:20px;}
.footer [class^="col-"] a{color:#fff; font-size:18px;}
.footer [class^="col-"] ul{list-style-type:none; margin:0; padding:0;}
.footer [class^="col-"] ul li{display:inline-block; font-weight:normal; margin:0 2px;}
.footer [class^="col-"] ul li i{border:1px rgba(255,255,255,0.3) solid; width:40px; height:40px; line-height:40px;}
.footer [class^="col-"] a:hover{color:var(--lightblue);}
.footer p{color:rgba(255,255,255,0.5); font-size:14px; padding:8px 0; margin:0;}
.footer > a{padding:5px 0; margin:0 0 30px 0; display:inline-block;}

.footer:before, .footer:after{position:absolute; top:0; left:0; right:50%; content:''; display:block; height:20px; background:var(--lightblue);}
.footer:after{top:-12px; left:50%; right:0; background:var(--blue);}

ul.footer-links{ margin:0!important; padding:10px 0 20px!important; list-style-type:none!important; position:relative}
ul.footer-links li{ display:inline-block!important; padding:0 2px; color:rgba(255,255,255,0.5); font-size:14px;}
ul.footer-links li a{color:var(--lightblue);}
ul.footer-links li a:hover{ color:#fff;}

/* Scroll Top */

#scroll-icon {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:30px;
    background-color:var(--blue);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    z-index:99999;
}
#scroll-icon span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:7px solid transparent;
    border-bottom-color:#ffffff
}
#scroll-icon:hover {
    background-color:var(--lightblue);
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



/* -- Inner Page -- */

.inner-header-area{display:block; clear:both; height:500px; background-position:center top; background-attachment:fixed; background-size:cover; overflow:hidden;}
.inner-header-area:after{display:none!important;}

.inner-header-area-next{display:block; clear:both; /*height:330px; text-align:center; margin:0 auto; padding-bottom:50px; background-position:center top; background-attachment:fixed; background-size:cover; overflow:hidden; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#145e7d+0,2390c0+36,104961+100 */
background: linear-gradient(to right,  #145e7d 0%,#2390c0 36%,#104961 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.inner-header-area-next strong i {font-size:50px; color:#dac918; font-weight:600; }
.inner-header-area-next strong a{font-size:50px; color:#dac918; font-weight:600; }
.inner-header-area-next strong a:hover{color:#fff; }

.inner-header-area-next img{ width:100%;}


.floral-texture-area{float:left; width:100%; background:url('../images/floral-bg.jpg') repeat fixed; position:relative; padding:15px 0;}
.floral-texture-area h1{text-align:center; font-size:48px; font-weight:800; text-transform:uppercase; color:#fff; display:block; position:absolute; left:0; right:0; top:-46px;}
.floral-texture-area h3{ font-size:18px; font-weight:400;}
.floral-texture-area h3 a{ font-weight:700;}

.floral-texture-area1{float:left; width:100%; background:url('../images/floral-bg.jpg') repeat fixed; position:relative; padding:15px 0;}
.floral-texture-area1 h1 a{text-align:center; font-size:60px; font-weight:800; text-transform:uppercase; color:#fff!important; display:block; position:absolute; left:0; right:0; top:-76px!important;}
.floral-texture-area1 h1 a:hover{color:#dac918!important;}
.floral-texture-area1 h1 i{color:#fff!important;}

.page-path{font-size:13px; font-weight:500; color:var(--blue);}
.page-path a{margin:0 5px; color:#444;}
.package-price{float:right; text-align:right;}
.package-price strong{font-size:30px;}
.package-price span{display:block; display:block; padding:3px 10px; background:var(--blue); color:#fff; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:1px;}
.package-price i{font-size:26px;}


.inner-mid-area{display:block; overflow:hidden; clear:both; padding:25px 0;}
.inner-mid-area h1{ font-size:26px; margin-bottom:20px;}
.inner-mid-area h2{font-size:18px; text-transform:uppercase; color:var(--blue); display:block; margin:10px 0 15px; padding-top:10px; font-weight:600;}
.inner-mid-area h3{font-size:16px; color:var(--lightblue); margin:0; font-weight:600;}


.packageImportant [class^='col-'] > div > i{ font-size:30px; color:#666; margin-bottom:10px;}
.packageImportant h4{ font-size:16px; font-weight:400; margin-bottom:0;}
.packageImportant span{ font-weight:800; font-size:18px; color:var(--blue);}
.packageImportant span i{ font-size:16px; margin-right:2px;}

.package-slider{margin-bottom:30px;}
.package-slider .carousel-control-prev,
.package-slider .carousel-control-next {
  width: 25px; height:60px; background:rgba(0,0,0,0.6);
  opacity: 1;
  top:calc(50% - 30px);
}

.package-slider .carousel-control-prev:hover,
.package-slider .carousel-control-next:hover {
  background:rgba(0,0,0,0.8);
}


/* -- itenerary -- */
.itenerary .accordion-header{margin:0;}
.itenerary .accordion-header a{display:block; margin:0; overflow:hidden; clear:both; background:var(--dark); outline:1px var(--dark) solid; outline-offset: -1px; font-size:14px; text-transform:uppercase; font-weight:600;}
.itenerary .accordion-header a strong{background:var(--lightblue); padding:5px 10px; width:85px; float:left; color:#fff; position:relative;}
.itenerary .accordion-header a strong:after{content:''; display:block; position:absolute; right:-7px; top:9px; border-left:7px var(--lightblue) solid; border-top:7px transparent solid; border-bottom:7px transparent solid;}
.itenerary .accordion-header a span{padding:5px 20px; color:#fff; float:left;}
.itenerary .accordion-header a.collapsed{background:#fff; outline-color:#e7e7e7; margin:0 0 15px;}
.itenerary .accordion-header a.collapsed span{color:var(--dark);}
.itenerary .accordion-body{margin-left:85px; border-left:1px #e7e7e7 solid; padding:25px 25px 10px; font-size:14px; line-height:1.5}
.itenerary .accordion-body p{text-align:justify; font-size:15px;}
.itenerary .accordion-body ul{ margin:0 0 0 18px; padding:0;}
.itenerary .accordion-body ul li{ margin-bottom:10px;}
.itenerary .accordion-body ul + p, .itenerary .accordion-body h6{font-size:15px; font-weight:700; margin-bottom:15px; color:var(--blue);}



/* -- Right Tab -- */
.right-tab-area{display:block; overflow:hidden; clear:both; padding:5px 18px; background:#ebebeb;}

.right-tab-area .accordion-header{border-top:1px #ccc solid;}
.right-tab-area .accordion-header:first-child{border:none;}
.right-tab-area .accordion-header a{display:block; position:relative; margin:0; padding:15px 0; overflow:hidden; clear:both; font-size:14px; text-transform:uppercase; font-weight:600; color:#555555;}
.right-tab-area .accordion-header a i{margin-right:5px;}
.right-tab-area .accordion-header a:before{content:'\f0d8'; display:block; font-family:'Font Awesome 5 Free'; font-weight:600; position:absolute; right:10px; color:#b0b0b0;}
.right-tab-area .accordion-header a.collapsed:before{content:'\f0d7';}

.right-tab-area .accordion-body{margin-bottom:15px; font-size:13px;}
.right-tab-area ul{margin:0 0 0 16px; padding:0; list-style-type:none;}
.right-tab-area ul li{margin-bottom:5px; position:relative;}
.right-tab-area ul li:before{position:absolute; left:-16px; top:-2px; content:'\f192'; font-family:'Font Awesome 5 Free'; font-weight:600; color:var(--blue);}

.right-form{display:block; overflow:hidden; padding:20px 15px; background:#dddddd;}
.right-form h3{font-size:15px; text-transform:uppercase; margin-bottom:15px; color:#444;}
.right-form label{display:block; margin-bottom:15px;}
.right-form .form-control{font-size:12px; width:100%; border-radius:0; border:none; padding:7px 8px; height:auto;
-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
.right-form .btn{font-size:12px; text-transform:uppercase; color:#fff; background:var(--dark); border-radius:0; font-weight:800; letter-spacing:1px;}
.right-form .btn:hover{background:var(--blue);}


.top-destinations-details [class^="col-"] > a{position:relative; display:block; overflow:hidden; text-align:center; position:relative;}
.top-destinations-details [class^="col-"] > a div{position:absolute; left:0; right:0; bottom:10px; color:#fff; text-transform:uppercase; transition:.2s ease-in-out; z-index:2;}
.top-destinations-details [class^="col-"] > a:hover div{bottom:10%;}
.top-destinations-details [class^="col-"] h3{font-size:16px; color:#fff;}
.top-destinations-details [class^="col-"] span{background:var(--blue); display:inline-block; padding:4px 10px; color:#fff; margin-bottom:15px; font-size:11px; font-weight:500; letter-spacing:2px;}
.top-destinations-details [class^="col-"]:hover span{background:var(--lightblue);}
.top-destinations-details [class^="col-"] > a:before{position:absolute; left:0; right:0; top:50%; bottom:0; transition:.2s ease-in-out; content:''; display:block; z-index:1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.top-destinations-details [class^="col-"] > a:hover:before{top:60%;}


.contactform > div[class^="col-"]{border:1px #eee solid; background:#fff;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
}
.contactform > div[class^="col-"] > div{display:block; overflow:hidden; padding:25px 35px;}

.contactform h4{font-size:18px; font-weight:600; display:block; margin:10px 0 15px;}
.contactform ul{margin:0 0 30px; padding:0; list-style-type:none;}
.contactform ul li{display:block; margin:5px 0;}
.contactform ul li i{ width:20px; color:#21b78f;}


.downloadBtn{background:var(--lightblue); padding:5px 10px; color:#fff; font-weight:700; font-size:12px;}


.galleryBox [class^="col-"] > a{ outline:1px #f5f5f5 solid; display:block; overflow:hidden; transition: 0.2s ease; position:relative;}
.galleryBox [class^="col-"] > a:before{display:block; content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0); transition: 0.2s ease;}
.galleryBox [class^="col-"] > a:hover:before{background:rgba(0,0,0,0.5); left:15px; right:15px; top:15px; bottom:15px;}
.galleryBox [class^="col-"] > a:hover{outline-offset:-15px;}


.hotelsHead{text-align: center; display: block; overflow: hidden; padding: 50px 0; margin-bottom: 20px; background:var(--blue); clear: both; color: #fff;}


.nxtgalleryArea{ padding:20px 0 100px; text-align:center; display:block }
.nxtgalleryArea [class^="col-"] > div{display:block; overflow:hidden; clear:both; overflow:hidden; /*height:300px;*/ background:#fff; padding:5px 5px; margin:10px 0; position:relative; /*border:1px #d7efea solid;*/ -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.17); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.17);box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.17); }
.nxtgalleryArea h2{text-align:center; font-weight:600; margin-bottom:30px; color:var(--main);}
.nxtgalleryArea a{background:#fff; display:block; overflow:hidden; padding:0.5px; position:relative;}
.nxtgalleryArea a img{width:100%; height: 260px; object-fit: cover;}
.nxtgalleryArea a:before{position:absolute; left:25%; right:25%; top:25%; bottom:25%; content:''; display:block; z-index:5; background:rgba(0,0,0,0.7); opacity:0; transition:all .2s ease-in-out;}
.nxtgalleryArea a:hover:before{opacity:1; left:0.5px; right:0.5px; top:0.5px; bottom:0.5px;}
.nxtgalleryArea a span{position: absolute; transition:all .5s ease-in-out; opacity:0; text-align: center; z-index: 100; color: #fff; text-shadow: 0px 0px 3px #000000; font-size: 24px; top: 20%; left: 50%; transform: translate(-50%,-50%);}
.nxtgalleryArea a:hover span{opacity:1;top: 50%;}

.nxtgalleryArea h4{ font-size:13px; font-weight:600; color:#111; line-height:1.3; padding-top:10px; margin-bottom:0; padding-bottom:0}

.header-topArea{float:right; width:100%;color:#fff;position:relative;z-index:1000;background:#104961;display:block;padding:0; height:32px;}

/*.header-topArea ul{margin:0!important;padding:0!important;list-style-type:none!important;text-align:right;position:relative;bottom:-25px}
.header-topArea ul li{display:inline-block;width:155px;text-align:left;font-weight:700;margin-left:-4px}
.header-topArea ul li a{background:#000;color:#fff;display:block;overflow:hidden;padding:15px;border-bottom-left-radius:30px;font-size:18px}
.header-topArea ul li:first-child a{background-color:var(--green)}
.header-topArea ul li a small{display:block;clear:both;padding-bottom:3px;font-size:12px}
.header-topArea ul li a:hover{background:var(--dark)}*/

ul.header-links {margin:0!important;padding:0!important;list-style-type:none!important;text-align:right; }
ul.header-links li{display:inline-block;/*width:50px;*/  text-align:left;font-weight:700;margin-left:-4px}
ul.header-links  li a{background:#0a4560; color:#fff;  display:block; overflow:hidden; padding:5px 10px;/*border-bottom-left-radius:30px;*/font-size:18px; margin-bottom:0; line-height: 1.2; text-decoration: none;}
ul.header-links  li:first-child a{background-color:#0b569b; color: #fff; text-align: center}
ul.header-links  li:last-child a{background:#2390c0;}
ul.header-links  li a:hover{background:#f57000; color: #fff}

.headerTop a{color:#fff; padding:0 5px; display:inline-block; font-weight:600;font-size:14px;}
.headerTop a i{color:#e1ce00}

.modal-dialog {max-width: 900px; }
.modal-content {border: none;  position: relative;  padding: 0 !important;  font-size: 14px;  border-radius: 0;
-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
.modal-content .modal-header {padding: 0; border: none;  }
.modal-content button.close {
position: absolute; top: 0; right: 0; padding: 0; margin: 0; width: 40px; height: 40px; z-index: 1; text-shadow: none; background: var(--red); color: #fff; opacity: 1; }
.modal-content .modal-body { border: none; position: relative; z-index: 0;}
.modal-content .row [class^="col-"]:first-child{ background:transparent url('../images/bg-1.jpg') no-repeat center center; background-size:cover;}
.modal-content .modal-body h2 { font-weight: 700; text-transform: uppercase; font-size: 42px; }
.modal-content .modal-body h2 span {   font-weight: 400; }
.modal-content .modal-body h4 { text-transform: uppercase; font-size: 16px; }
.modal-content .modal-body .form-control{margin-bottom:10px;}
.modal-content .modal-body .btn-primary { color: #fff !important; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; background:var(--dark)!important; width:100%; margin-top:10px; border:none!important;}
.modal-content .text {position: relative; z-index: 0;}
.modal-content .text:after {position: absolute; top: -30px; left: -30px; right: -30px; bottom: -30px; content: ''; border: 1px solid rgba(0, 0, 0, 0.1); z-index: -1; }

.about{ display:block; position:relative}
.about:before{ display:block; position: absolute; top:-30px; right:20px; content:''; width:210px; height:98px; background:transparent url('../images/travel.png');}
.about a{ border:1px solid var(--lightblue)!important; padding:10px 15px; background:(--blue)!important;}


div.wpforms-container-full .wpforms-form button[type=submit]{background-color: var(--lightblue)!important;
    border: 1px solid var(--lightblue)!important; width:100%;
    color: #fff!important;
    font-size: 1em;
    padding: 10px 15px;
}

.footer-top-destination-area{position:relative; z-index:7; display:block; clear:both;}
.footer-top-destination-area h2{color:var(--lightblue);}
.footer-top-destination-area .row{/*background:#fff;*/ padding-top:15px; padding-bottom:15px;}
.footer-top-destination-area [class^="col-"] > a{position:relative; display:block; overflow:hidden;}
.footer-top-destination-area [class^="col-"] > a div{position:absolute; left:0; right:0; bottom:10px; color:#fff; text-transform:uppercase; transition:.2s ease-in-out; z-index:5;}
.footer-top-destination-area [class^="col-"] > a:hover div{bottom:10%;}
.footer-top-destination-area [class^="col-"] h3{font-size:20px;}
.footer-top-destination-area [class^="col-"] span{background:var(--blue); display:inline-block; padding:4px 10px; color:#fff; margin-bottom:15px; font-size:11px; font-weight:500; letter-spacing:2px;}
.footer-top-destination-area [class^="col-"]:hover span{background:var(--lightblue);}
.footer-top-destination-area [class^="col-"] > a:before{position:absolute; left:0; right:0; top:50%; bottom:0; z-index:2; transition:.2s ease-in-out; content:''; display:block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.footer-top-destination-area [class^="col-"] > a:hover:before{top:-50%;}


/* Holiday Types */
.footer-holiday-types-area{position:relative; z-index:7; display:block; clear:both; overflow:hidden;}
.footer-holiday-types-area > img{ min-width:100%;}
.footer-holiday-types-area .card{border:none; border-radius:0; text-align:left;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.18);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.18);
}
.footer-holiday-types-area .card > a{ display:block; overflow:hidden;}
.footer-holiday-types-area [class^="col-"] div{position:relative; min-height:180px; padding:30px 20px 0 20px!important; z-index:8; display:block; background:#fff; color:#111;}

.footer-holiday-types-area h3{font-size:16px!important; top:0; padding:8px; width:100%; left:50%;display:block; transform: translate(-50%, -50%); position:absolute; text-transform:uppercase; text-align:center; color:#fff!important; font-weight:600; margin-bottom:15px; background: rgb(9,92,121);
background: radial-gradient(circle, rgba(9,92,121,0.7399334733893557) 35%, rgba(2,0,36,1) 84%); }
.footer-holiday-types-area small{display:block; clear:both; margin-bottom:20px; font-size:15px;}
.footer-holiday-types-area a.btn-primary{background:var(--dark); padding:4px 10px; color:#fff; font-size:11px; font-weight:600; letter-spacing:1px; border:none; border-radius:0; text-transform:uppercase;}
.footer-holiday-types-area a.btn-primary:hover{background:var(--blue);}

.strong-form {
    position: relative;
    margin: 0 auto;
    border: 1px solid #ddd;
    display: block;
    margin-top: 30px;
    background: #f3f3f3;
}

.strong-form .form-field {
    margin-bottom: 10px!important;
}

.strong-form .form-field [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    border: 0;
    background: var(--lightblue)!important;
    /* width: 100%; */
    padding: 10px 20px;
    display: block; color:#fff!important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 15px!important;
}

.strong-view.wpmtst-default.image-right .wpmtst-testimonial-field {
    text-align: left;
    margin: 0!important;
    padding: 0!important;
}

.strong-view.wpmtst-default .strong-content {
    margin: 20px auto 30px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 120px!important;
}


.contactformArea{ display:block; padding:5px 20px; background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,92,121,0.7399334733893557) 35%); position:relative; z-index:1000!important; }

.contactformArea:before{ display:block; z-index:-1!important;  position: absolute; bottom:0; left:-150px; content:''; width:196px; height:427px; background:transparent url('../images/man.png');  }


/*.contactformArea:after{ display:block; position: absolute; top:-30px; right:10px; content:''; width:312px; height:65px; background:transparent url('../images/travel.png');}*/



div.wpforms-container-full .wpforms-form .wpforms-field-label {

  color: #fff !important;
}

.booktickets div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color:#000!important;
    text-align: left!important;
	
}

.inner-mid-area1{display:block; /*overflow:hidden;*/ position:relative; clear:both; padding:25px 0;}
.inner-mid-area1:after{ display:block; position: absolute; top:-30px; right:20px; content:''; width:210px; height:98px; background:transparent url('../images/travel.png');}
.inner-mid-area1 h1{ font-size:26px; margin-bottom:20px;}
.inner-mid-area1 h2{font-size:18px; text-transform:uppercase; color:var(--blue); display:block; margin:10px 0 15px; padding-top:10px; font-weight:600;}
.inner-mid-area1 h3{font-size:16px; color:var(--lightblue); margin:0; font-weight:600;}


.strong-view.wpmtst-default .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 5px;
    display: block !important;
}

.strong-view.wpmtst-default.image-right .wpmtst-testimonial-field .testimonial-name {
    text-align: left;
    display: block!important;
}

.strong-view.wpmtst-default.image-right .wpmtst-testimonial-field{
    text-align: left;
    display: none;
}


.pagination { 
    margin: 0 auto!important;
    padding: 5px!important;
	text-align:center!important;
	display:block!important;
}
.pagination a,.pagination span.page-numbers.current {
  text-align: center;
  margin: 0 2px;
  display: inline-block!important;
  color: #000;
  border: 1px solid #e3e3e3;
  padding:5px 10px; background:#ddd;
}
.pagination span.page-numbers.current {
  padding:5px 12px!important; background:#fff!important;
}

.pagination a:hover {  
  color: #000;
  border: 1px solid #e3e3e3;
 background:#fff;
}


/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media (max-width: 1024px){
.stone-img{display:none;} .contactformArea:before{ display:none; }
}

@media (max-width: 991px){
.header-area .logo img{ height:60px;}
.sticky .logo img{ height:40px;}

.inner-mid-area > div > div > [class^="col-"]{margin-bottom:25px;}
.inner-mid-area1 > div > div > [class^="col-"]{margin-bottom:25px;}	

}

@media (max-width: 767px){
section h2{font-size:36px;}
.holiday-types-area{ padding:0 0 60px;}

.we-have-there > div{background-position:center center; background-size:cover; padding:0px;}
.we-have-there > div:before{right:-25%;}
.we-have-there > div:after{left:15px; right:15px; top:15px; bottom:15px;}
.we-have-there > div > div{width:80%; margin:30px 30px 40px;}
.we-have-there h2{font-size:36px;}

.top-destination-area [class^="col-"], .the-difference-area [class^="col-"]{margin-bottom:30px;}
.the-difference-area{padding-bottom:100px;}
.the-difference-area:before{background:rgba(255,255,255,0.7); display:block; content:''; position:absolute; left:0; right:0; top:0; bottom:0; z-index:1;}

.itenerary .accordion-body{margin-left:0px; border-right:1px #e7e7e7 solid; padding:15px 15px 10px;}


.footer-top-destination-area [class^="col-"], .the-difference-area [class^="col-"]{margin-bottom:30px;}
	
.index-slider h2{bottom:4%; transform:translate(-50%,0);font-size:36px; text-shadow: 0 -1px 0 #fff, 0 2px 0 #2e2e2e; width:100%;}
.index-slider h2 small{font-size:24px;}
	
.headerTop a {  padding: 0 2px;  display: inline-block;  font-weight:500;  font-size: 13px; }
	
 ul.header-links {    margin: 24px auto 0 !important;    padding: 12px 0 0 40px !important;    list-style-type: none !important;    text-align: center;    clear: both;    display: block;  }	
ul.header-links li a{ font-size:13px;}
.inner-mid-area1:after{ display:block; position: absolute; top:-50px; right:30px; content:''; width:210px; height:98px; background:transparent url('../images/travel.png');}	
	
}

@media (max-width: 500px){

.footer [class^="col-"]{margin-bottom:15px;}

.inner-header-area{height:70vh;}
.floral-texture-area{padding:20px 0;}
.floral-texture-area h1{font-size:24px; top:-25px;}
.floral-texture-area1{padding:20px 0;}
.floral-texture-area1 h1{font-size:24px; top:-25px;}	
.page-path{ text-align:center; margin-bottom:20px;}
.package-price{float:none; text-align:center;}

.itenerary .accordion-header a strong{width:75px; padding:5px 0 5px 10px;}
.itenerary .accordion-header a span{padding:5px 15px;}

.topNewsArea > .row > [class^="col-"]{ margin-bottom:30px;}
.about:before{ display:none; position: absolute; top:-30px; right:20px; content:''; width:195px; height:65px; background:transparent url('../images/travel.png');}

.inner-header-area-next{ height:150px; }
.inner-header-area-next strong i {font-size:30px; color:#dac918; font-weight:600; }
.inner-header-area-next strong a{font-size:30px; color:#dac918; font-weight:600; }
.inner-header-area-next strong a:hover{color:#fff;  }
.inner-mid-area1:after{ display:block; position: absolute; top:-80px; right:30px; content:''; width:210px; height:98px; background:transparent url('../images/travel.png');}	
}

@media (max-width: 360px){
.inner-header-area{height:70vh;}
}


@media screen and (max-width: 1920px) and (min-width: 1240px){
}