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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {margin : 0; padding : 0; outline: none !important;}
.clear, .clr { clear : both;}
.gap { clear : both; height : 10px;}
.frt {float : right;}
.flt {float : left;}
img {border : 0;}
form {margin : 0;}
/*ol, ul {list-style:none;}*/
ul {list-style-position: outside;}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:visited {text-decoration : none; color:#333 }
a:hover {color:var(--primary-color);}

/*a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color:#c00;
}

a:hover {
	color: #1f201f;
}*/

/*****
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
*****/

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

.result {width:100px; text-align:left;margin-left:10px; display:inline-block;}
.captcha { float:left; padding-top:2px;}
form em { color:#FF0000;}

.map-content  {height:400px; position:relative; overflow:hidden; margin-top:10px; 
border-radius: 15px; margin-bottom: 25px; margin-top: 30px;}
.map-content iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}
.map-content figure iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}

.gcaptcha { margin-bottom:10px; text-align:left; display:inline-block;}

.breadcrumb { justify-content: center; }
.breadcrumb li a { color:#ccc;}
.breadcrumb li a:hover { color:#fff;}
.breadcrumb-item + .breadcrumb-item::before  {color: #333;}
.breadcrumb-item.active { color: #000; }

:root {
    --primary-color:#ff7400;
    --secondary-color:#0067AC;
}



h1, h2, h3, h4, h5 {font-family: 'Poppins', sans-serif; margin-top:5px;}

h1 { font-size:40px; font-weight: 600; line-height:50px; color:#000;}
h2 { font-size:40px; font-weight: 600; line-height:50px; color:#000;}
h3 { font-size:28px; font-weight: 600; line-height:48px; color:#000;}
h4 { font-size:22px; font-weight: 600; line-height:32px; color:#000;}
h5 { font-size:18px; font-weight: 500; line-height:24px; color:#000;}

body { font-family: 'Poppins', Helvetica, sans-serif; font-size:16px; color:#333; line-height:26px; background:#fff;}

h2 span {font-weight: 400; font-size: 22px; line-height: 32px; }
.bigtxt {font-size: 48px;}

/*Back to Top*/
#back-top {position: fixed; bottom:40px;z-index:99; right:25px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#333; }
#back-top span {width:41px;height:41px; display: block;	background:url(../images/up-arrow.gif) no-repeat center center #333;border-radius: 50%; opacity:0.4; filter:alpha(opacity=40); }
#back-top a:hover span { background-color:#333; opacity:1; filter:alpha(opacity=1);}

.limit { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.limit.two-lines {
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      white-space: normal;
  }

/* List Style */

ul.listing { list-style:none; margin:0; padding:0; margin-bottom:10px;  list-style: outside disc;}
ul.listing li:before {    
font-family: 'FontAwesome';
content: '\f105';
position:absolute;
top:0; left:0;
}
ul.listing li { position:relative; padding-left:14px; overflow: hidden;}

ul.list { list-style:none; margin-left:0; padding-left:0;}
ul.list li { background:url(../images/sqr.jpg) no-repeat 0 7px; padding-left:16px;}
ul.list li a { color:#333;}
ul.list li a:hover { color:#3399cc;}
ul.list li li {list-style:none; padding-left:15px; margin-left:-20px; background:url(../images/subsqr.jpg) no-repeat 0 7px;}

ul.list li+li {
    margin-top: 7px;
}

ul.checklist {list-style:none; margin:0; padding:0; margin-bottom:10px;  list-style: outside disc;}
ul.checklist li:before {    
	font-family: 'FontAwesome';
	content: '\f14a';
	position:absolute;
	top:4px; left:0;
	}
ul.checklist li { position:relative; padding-left:20px; overflow: hidden;}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

main ul {margin-left:12px; padding-left:8px}

main ol {margin-left:14px;}
main ol li { padding-left:5px;}

.btn {border-radius: 0; font-size: 16px; font-family: 'Poppins', sans-serif;
padding: 10px 24px;}

.btn-default, a.btn-default { background:var(--primary-color); color:#fff; 
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default:hover { background-color:#333; color:#fff; }

.btn-primary, a.btn-primary { background:var(--primary-color); color:#fff;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-primary:hover { background-color:#333; color:#fff; }

.banner { position:relative; margin-bottom:15px;}

main { margin:10px 0;}

.socialmedia {white-space:nowrap; text-align:right; margin:10px 0;  line-height:0;}
.socialmedia li {  display:inline-block; padding-left:2px; vertical-align:middle;}
.socialmedia li img { width:32px;}

footer {background-color: #111111;   position: relative;
    z-index: 1; background-size: cover; color:#F3F3F3; }
footer::before {
    content: '';
    background: url('../images/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.2; /* Adjust opacity here */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer {padding:25px 0 10px;}
.footer, .footer a {  color:#F3F3F3;  }
.footer a:hover { color:#fff;}

.footlist{ text-align:center }                      
.footlist li{ display: inline; list-style-type: none; padding: 0; margin:0; color:#cccccc;}
.footlist a { padding: 0px 2px; }
.footlist a:link, .footlist a:visited {color: #cccccc; text-decoration: none;}
.footlist a:hover{color: #2cafe5; text-decoration: none;}

.footlt { float:left;}
.footrt { float:right;}

.footer h3, .footer h5 {color: #fff;}
.footer ul.list-unstyled li { margin-bottom: 5px;  }
.footer ul.list-unstyled li a {}
.footer ul.list-unstyled li a:hover {color: var(--primary-color);}

.footer .social-icons { margin-top: 15px;}
.footer .social-icons a {
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
	margin-right: 3px;
	text-align: center;
	width: 42px;
  background-color:#fff;
	color: #111;
	transition: all 0.3s ease;
}
.footer .social-icons a:hover { background:var(--primary-color); }

.footer-logo { margin: 25px 0; }
.copywrite { text-align: center; color: #ccc; }

.navigation { float:right; position:relative; z-index:99;}

.thumb { margin-bottom:7px;}
.thumb img { max-width:100%;}
.thumblt { float:left; width:350px; margin:2px 15px 5px 0;}
.thumbrt { float:right; width:350px; margin:2px 0 5px 15px;}
.thumblt img, .thumbrt img { max-width:100%;}

.search { display:inline-block; margin-left:10px; float:right; margin-top:7px; }

.searchpanel { margin:0; padding:0 10px 0 0; clear:right; margin:7px 0 7px;}
.searchpanel { }
.searchpanel .btn-default { background:#fff; border:1px solid #ccc;}
.searchpanel .input-group .form-control { float:right;}
.searchpanel .input-group-btn .fa { color:#1b4279;}


/*** Carousel Fade Effect ***/
.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity;  overflow:hidden;}
.carousel-fade.zoomin .carousel-inner .item.active img { transition: transform 5000ms linear 0s; 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;}
.carousel-control { padding-top:30%;}
/* Carousel Fade Effect */


.headertxt  { text-align:center; margin-bottom:10px;}
.headertxt::after { display: block; content: ""; background: #23377e;	width: 150px; height: 2px; margin:5px auto 5px; }

.header {
  position: absolute; width: 100%;
  background: rgba(255, 255, 255, 1.0);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.header.fixed { position: fixed; 
  background: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.midlinetxt {}
.midlinetxt { position: relative; text-align: left;}
.midlinetxt span { background: #fff; padding: 0 15px 0 0; position: relative; z-index: 1;}
.midlinetxt::before { background: #4277d3; content: ""; display: block; height: 1px; position: absolute; top: 50%; width: 100%; left: 0; }

.section-title { margin-bottom: 30px; position: relative }
.section-title::before { content: ""; position: absolute; background: #e9457a; height: 1px; width: 150px; bottom: -15px; left: 50%;
transform: translateX(-50%); }
.section-title::after {content: "\f06c"; position: absolute; background: #fff; color: #e9457a; font-family: 'FontAwesome';
font-size:30px; line-height: 24px; bottom: -28px; padding:0 5px; left: 50%; transform: translateX(-50%); }



.blockdetail .thumb {  width:350px; float:left; overflow:hidden; margin:5px 15px 5px 0;}
.blockdetail .thumb img { max-width:100%;}
.blockdetail ul.thumb li { display:none; position:relative;}
.blockdetail ul.thumb li:first-child { display:block;}

.blockdetail ul.thumb li span { padding:5px; position:absolute; z-index:999; width:100%; left:0; bottom:0; background:rgba(0,0,0,0.70); color:#fff; text-align:center; font-size:12px;}
.blockdetail .date { font-weight:bold; font-size:16px; padding-top:5px; color:#949494}

.clr-rt { clear:right;}
.clr-lt { clear:left;}


/*Float Button Left*/
.floatbtn a{ position:fixed; z-index:999; top:100px; margin-left:-10px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn a:hover{ margin-left:0px;}

/*Float Button Right*/
.floatbtn-rt a{ position:fixed; z-index:999; top:200px; right:0; margin-right:-10px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn-rt a:hover{ margin-right:0px;}

/*Float Button Social Media*/
.floatbtn {}
.floatbtn-social a{ position:fixed; z-index:999; top:170px; margin-left:-25px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn-social a:hover{ margin-left:0px;}
.floatbtn-social.btn01 a{top:170px;}
.floatbtn-social.btn02 a{top:220px;}
.floatbtn-social.btn03 a{top:270px;}
.floatbtn-social.btn04 a{top:320px;}

.service-box { text-align: center; margin:10px; }
.service-box .thumb { }

.speech {
  background: #f9f9f9;
  padding:10px 0;
}
.speech:before {  font-family: Georgia, serif;
  color: #999;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.20em;
  vertical-align: -0.4em;
}
.speech:after {  font-family: Georgia, serif;
  color: #999;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.20em;
  vertical-align: -0.5em;
}

/**/
blockquote.testi2 {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.35em 40px;
line-height: 1.45;
position: relative;
color: #383838;
border-left:0;
}

blockquote.testi2:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote.testi2 cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote.testi2 cite:before {
content: "\2014 \2009";
}


/* Gallery */

.gallerybox img {
    width: 100%;
    margin-bottom: 6px;
    display: block;
}
.gallery { margin-bottom:25px;}

.galblock { margin-bottom:25px; list-style:none; overflow:hidden; background:#fff; position:relative; text-align:center; overflow:hidden; 
-moz-box-shadow: 0 5px 3px -3px #6e6e6e;
-webkit-box-shadow: 0 5px 3px -3px #6e6e6e;
box-shadow: 0 5px 3px -3px #6e6e6e;}

.galblock .video { position:absolute; top:50%; left:50%; z-index:999; transform: translateX(-50%) translateY(-50%);}
.galblock span.video { background:url(../images/video.png) no-repeat; height:64px; width:64px;}

.galblock img{  max-width: 100%; /*max-height:100%;*/
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.galblock img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
.galblock a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.galblock_image a .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.galblock_image a .overlay h5{
	color: #FFF;
	position: absolute;
	height: 70px; overflow:hidden;
	top: 50%;
	left: 0px;
	right: 0px;
	margin-top: -25px;
	line-height: 24px;
	text-align:center;
	letter-spacing:1px;
}
.galblock_image a:hover .overlay { opacity: 1;
-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);}



blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

a.more { font-family: 'Poppins', sans-serif; font-size:16px; color:var(--secondary-color);}
a.more:after { font-family: 'FontAwesome'; content: '\f105'; padding-left:5px; }
a.more:hover { color:var(--primary-color);}

/*new css start*/
.umbrell { background:#1ca1aa; padding: 9px 0 9px; font-size: 15px; color: #fff;  font-family: Oswald, sans-serif; }
.umbrell a { color: #fff; }
.umbrell li a i { padding: 0 10px 0 0 }
.umbrell .list-inline li a { padding: 0 20px 0 0 }
.search { width: 300px; margin-top:0px; }
.searchpanel {margin: 0;padding: 0 10px 0 0; clear: right;}
.search .form-control { height: 30px;border-radius: 0px;  }
.search .btn { padding: 4px 12px; border-radius: 0px; border-left: 2px solid #1ca1aa }

.product_div { width: 100%; background: #eee; padding: 50px 0 50px; font-family: Oswald, sans-serif;  }
.product_box {min-height: 397; background: #fff;box-shadow: 1px 5px 15px #CCC;margin: 0 0 30px 0; overflow: hidden;
position: relative; }
.product_box h4 {text-align: center;}
.product_box .thumb img { width: 100%; overflow: hidden;}
.prize_div span { color: #999; padding:0 10px 0 0   }
.prize_div {text-align: center; font-size: 16px; color: red; }
.add_to_cart { width: auto; padding:17px 15px; background: #f9f9f9; color: green; font-size: 16px; font-weight: bold;
margin:17px 0 0 0 }
.add_to_cart i { font-size: 18px; padding:0 3px 0 0  }
.add_to_cart span { float: right; color: red }
.add_to_cart button { background: none; border: none; }
.add_to_cart button {transition: background ease-in .25s;}
.add_to_cart button:hover {background: white;color: #2B2D42;}
.add_to_cart button:hover:before { color: #2B2D42;}
.product_overlay {background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;position: absolute;
 top: 0;left:0px;right:0;-webkit-transform: translateY(-500px);transform: translateY(-500px);opacity: 0;
 display: flex;flex-flow: column wrap;justify-content: center;align-items: center;}
.product_overlay h2 {color: rgba(43, 45, 66, 0.7);font-size: 1.2em; margin: 1em 0;}
.product_overlay i {color: rgba(43, 45, 66, 0.7);font-size: 1.5em;}

.slider-wave { position: absolute; bottom: -3px; z-index: 99;left: 0; right: 0; }


.slider_div { position: relative;  }
.slider_div .owl-nav { position: absolute; width:100%; top: 42%; font-size: 30px; color: #fff;}
.slider_div .owl-prev { position: absolute; left:0; display: block !important; background: red;   }
.slider_div .owl-next { position: absolute; right:0 } 
.slider_div .owl-theme .owl-nav [class*="owl-"] {  padding: 10px !important; opacity: 0.3; transition: all 0.3s ease-in-out;}
.slider_div .owl-theme .owl-nav [class*="owl-"]:hover{ background: none; padding: 10px !important; opacity: 1.0}

.slider_div .owl-theme .owl-nav.disabled + .owl-dots { position: relative; bottom: 100px; }
.slider_div .owl-theme .owl-dots .owl-dot span {transition: all 0.3s ease; width: 10px; background: #ff6e26; }
.slider_div .owl-theme .owl-dots .owl-dot.active span {
	background: #ff6e26; width: 40px;
}

.slider_div .owl-theme .owl-nav [class*="owl-"] { background: var(--primary-color); }
.slider_div .owl-theme .owl-nav [class*="owl-"]:hover{ background: var(--primary-color);  }





.caption {  display: block; }
.caption-content {  position: absolute; top: 24%; z-index: 2; color: #000; left: 0; right: 0; width: 84%; margin: auto;  }
.caption .title {font-size: 70px; line-height: 60px; font-weight: 700;}
.caption .title small { font-size: 28px; margin-bottom: 10px; display: block; font-weight: 400;}
.caption .slidedesc { margin: 10px 0 20px; font-size: 16px; line-height: 24px; }
.caption .slidebtn a { background: #cfdb1f; color: #000;
    padding: 15px 35px; font-size: 16px; border-radius: 40px;
} 
.slidebtn { display: inline-block; }
.slidebtn a { display:block; }

.slider_div .owl-item.active .caption .title { animation: 0.8s 0.2s fadeInDown both; }
.slider_div .owl-item.active .caption .slidedesc {animation: 0.8s 0.4s fadeInDown both; }
.slider_div .owl-item.active .caption .slidebtn { animation: 0.8s 0.4s fadeInRight both; }




/*latest New */
.lastenew_area { width: 100%; }
.post_block_style4{width: 100%;float: left;margin: 0;padding: 0;position: relative;min-height: 410px;}
.post_block_style4_thumb{width: 50%;box-sizing: border-box;height: 420px;overflow: hidden;position: relative;
position: absolute;left: 0;}
.posts4content {position: absolute;right: 0px;width: 50%;padding: 4%;font-weight: 400;overflow: hidden;} 
.posts4content h6 { text-transform: uppercase; font-size: 16px; font-weight: bold; }
.infopostmeta {  font-size: 13px; margin:20px 0; }
.infopostmeta span a { color:orange }
.post_block_style4 p {line-height: 26px;}
.style4read { background: #282828; padding: 10px 20px; color: #fff; font-weight: bold; margin-top: 65px;
display: inline-block; }
.style4read:hover { background: #531000; color: #fff; }
.lastenew_area h2 { text-align: center; margin:0 0 40px  0  }
.lastenew_area {padding: 35px 0 35px 0}
.second_right .post_block_style4_thumb {right: 0;left: inherit;}
.second_right .posts4content {left: 0;right: inherit;}
/*latest New */



.top-bar { padding: 5px 0; background: #dfdfdf; }
ul.toplink { list-style: none; margin: 0; }
ul.toplink li { display: inline-block; margin-right: 15px; font-size: 16px; padding:5px 0; }
ul.toplink li .fa { font-size: 18px; }
.toprt { text-align: right }
.toprt .social-icons a {
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-right: 3px; margin-bottom: 5px;
	text-align: center;
	width: 32px;
    background-color:#151515;
	color: #fff;
	transition: all 0.3s ease;
}
.toprt .social-icons a:hover { background: var(--primary-color); }

.mid-bar { background: #333; }

#logo { float: left;  margin: 4px 0; }
#logo img {max-width: 100%; max-height: 100%; }


.nav_right { float: right; }


.aboutbg { margin: 40px 0; position: relative; }

/*Page Loading*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff url(../images/loading.png) center no-repeat;
}
.se-pre-con img { position: absolute; top: 0; bottom: 0; left: 0; right: 0;}

.aboutSection {margin: 45px 0 0; min-height: 400px;}
.dealSection {margin: 45px 0;}
.destinationSection { margin: 0 0 45px; padding: 120px 0 40px; background: #f8f8f8 url(../images/background-graybg.jpg) no-repeat center top;
background-size: cover; }
.blankSection {margin: 45px 0;}
.graySection {background: #f8f8f8; padding: 45px 0; margin: 45px 0;}

.socialSection {margin: 45px 0 0; background: #f8f8f8 url(../images/travelbg.png) repeat center top; padding: 40px 0;}

.aboutltimg {}

.cb-screenshot-preview {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 500px;
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	perspective: 100px
  }
  .cb-screenshot-preview img,
  .cb-screenshot-preview video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
  }

.servicebox { margin: 10px; border-radius: 4px;
	padding: 15px;
	box-shadow: 0px 1px 16px 0px rgba(0,0,0,.1)
}
.iconbox {display: inline-flex; align-items: flex-start;}
       .iconbox_icon {width: 70px;
          height: 70px;
          margin: 0 30px 0 0;
          border-radius: 10px;
        flex: 0 0 auto;
          align-items: center;
          display: inline-flex;
          justify-content: center;
          color: red;
          background: #F3A3381A;
        }
        .iconbox_icon img {max-width: 32px;}

		.iconbox_icon {}
		.iconbox_icon {}


       .iconbox_content {}
       .iconbox_title {font-size: 20px; line-height: 28px; margin-bottom: 12px;}
 
	  .iconbox_icon.color1 { background-color: #E5EBFF ;}
	  .iconbox_icon.color2 { background-color: #FBFBD8 ;}
	  .iconbox_icon.color3 { background-color: #FFE6E6;}
	  .iconbox_icon.color4 { background-color: #ecebeb ;}
	  .iconbox_icon.color5 { background-color: #FFF0E3 ;}

.feedbackbox { background: #f9f9f9; padding: 40px;	border-radius: 15px; margin-bottom: 25px; margin-top: 30px;
}
.feedbackbox h4 {font-size: 22px; font-weight: 600; margin-bottom: 0; margin-top: 22px; line-height: 32px;}
.feedbackbox h4 span { color: #555770; font-weight: 400; font-size: 12px; display: block;}

.feedbackbox .quoteicon {width: 48px; height: 48px; margin-bottom: 10px;}
.feedbackbox .quoteicon img {filter: brightness(0) saturate(100%) invert(38%) sepia(93%) saturate(1058%) hue-rotate(1deg) brightness(111%) contrast(104%);}

.destination { position: relative; text-align: center;}
.destination .thumb {}
.destination .thumb img { max-width: 100%;}
.destination .content { padding: 10px; background: linear-gradient(0deg, #333, transparent);
position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;}
.destination .content h4 { color: #fff;}



.shadow-effect {
	background: #fff;
	padding: 20px; margin-bottom: 25px;
	border-radius: 4px;
	text-align: center;
border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.shadow-effect .thumb {max-width: 100%;}
.shadow-effect .thumb img {max-width: 100%;}

.noshodow {box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02); border:1px solid #ECECEC; border-radius: 4px;
overflow: hidden;}
.noshodow .shadow-effect { background: #fff; box-shadow: none; border: none; margin-bottom: 0; border-radius: 0;}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}

#destination .item {
	text-align: center;
	padding: 10px;
		margin-bottom:30px; margin-top: 40px;
	opacity: .8; /* filter: blur(2px); -webkit-filter: blur(2px); */
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#destination .owl-item.active.center .item {
	opacity: 1; /* filter: blur(0px); -webkit-filter: blur(0px); */
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
#destination.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	
	margin: 0 auto 17px;
}
#destination.owl-carousel .owl-dots .owl-dot.active span,
#destination.owl-carousel .owl-dots .owl-dot:hover span {
	background: #333399;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#destination.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#destination.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#destination.owl-carousel .owl-dots .owl-dot span {
	background: #333399;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

.get-started-inner-area {padding: 85px 100px;
	border-radius: 15px;
	background-color: var(--primary-color);
	background-image: url(../images/bg1.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;}
.get-started-inner-area h2 { color: #fff;}
.get-started-inner-area .btn-default { background:#fff; color:var(--primary-color); 
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.get-started-inner-area	.btn-default:hover { background-color:#333; color:#fff; }

/*social media*/

.socialMedia {
	display: flex;
    justify-content: center;
    align-items: center;
}

.sci
{
    position: relative;
    display: flex;
    flex-flow: row wrap; justify-content: center;
    padding-left: 0;
    /*-webkit-box-reflect:  below 1px linear-gradient(transparent,#0002);*/
}
.sci li
{
    list-style: none;
}
.sci li:before
{
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,calc(-50% + 70px));
    font-size: 6vw;
    pointer-events: none;
    font-weight: 700;
    opacity: 0;
    transition: 0.5s;
}
.sci li:hover:before
{
    opacity: 0.1;
    transform: translate(-50%,calc(-50% + 90px));
}
.sci li a
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    transform-style: preserve-3d;
    perspective: 500px;
    transition: background 0.5s;
    box-shadow: 0 7px 10px rgba(0,0,0,0.1);
}

.sci li a:hover.facebook
{
    background: #1877F2;
}
.sci li a:hover.whatsapp
{
    background: #25D366;
}
.sci li a:hover.youtube
{
    background: #ff0000;
}
.sci li a:hover.twitter
{
    background: #0099FF;
}
.sci li a:hover.instagram
{
    background: #E4405F;
}
.sci li a:hover.email
{
    background: #cc0000;
}
.sci li a:hover.phone
{
    background: #ffff00;
}
.sci li a:hover.phone i { color: #333; }

.sci li a i
{
    transition: 0.50s;
    transform: scale(1);
    pointer-events: none;
}
.sci li a:hover i
{
    transform: scale(1.1);
    color: #fff;
}

.innerbanner { background: rgb(0,120,196);
	background: linear-gradient(90deg, rgb(255, 244, 235) 0%, rgb(255, 241, 229) 50%, rgb(255, 248, 243) 100%);
	  background-size:cover; padding-top: 120px; padding-bottom: 30px; text-align: center; }

.corebox { display: flex;}
.corebox .thumb { flex: 0 0 100px; margin-right: 10px;}
.corebox .thumb img {max-width: 100%; mix-blend-mode: multiply; padding-top: 14px;}

.designation {color: var(--primary-color); margin-top: -15px; margin-bottom: 15px;}

.team { display: flex; border: 0px solid #ccc;	align-items: center; margin-bottom: 15px;}
.team .thumb { margin-bottom: 0; flex: 0 0 250px; margin-right: 15px;}
.team .thumb img {max-width: 100%;}
.team .content {}

.orgtxt {color: var(--primary-color);}

.contactxt { position: relative; padding-left: 42px; }
img.conthumb { width:32px; margin-right:5px; position: absolute; left: 0; }
.contactxt h5 {margin-bottom: 16px;}

.socialMediamb {margin-bottom: 70px;}


 .contact-popup { text-align: center; }

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 1040;
        }
        .contact-number {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary-color);
            margin: 1rem 0;
        }

    .packagedetails { margin-bottom: 24px; }
    .packagedetails ul {margin-left: 0; padding-left: 14px;}


	.mainpimage img.thumb {
		width: 100%; object-fit: cover;
	}

.search-panel {}
.bg-search { background-color: var(--primary-color);}
.search-panel .btn-default  { border: 1px solid #fff;}
.search-panel .form-label  { color:#fff;}

.enquiry-btn {
  position: fixed;
  bottom: 33px;
  right: 70px;
  color: #fff;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1050;
  transition: all 0.3s ease;
}
.enquiry-btn:hover {
  transform: translateY(-3px);
}
.enquiry-btn i {
  font-size: 1.1rem;
}

@media (max-width: 991px) {
	.enquiry-btn {position: relative; left: 0; margin-top: 56px ;}
}


.form-container {
            max-width: 700px;
            margin: 0 auto 24px;
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
        
        .form-title {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 25px;
            font-weight: 600;
        }


.download-card {
        border-radius: 10px;
        transition: transform 0.3s, box-shadow 0.3s;
        margin-bottom: 1.5rem;
    }
    .download-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .download-icon {
        font-size: 1.5rem;
        margin-right: 10px;
        color: #ff7400;
    }
        

		
/* .text::before {
    font-family: "Font Awesome 5 Free";
    content: "\f041;"
}
 */
 
/* Responsive Media Query */

@media (min-width: 1336px) {
.container {max-width:1320px;}
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
	/*.wrapper { background:#F50B0B }*/ /*red*/
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper { background:#0B6EF5 /*blue*/}
	.style4read { margin-top: 0px; }
	.post_block_style4_thumb { height:auto; }
	.post_block_style4 { min-height:339px; }
}

@media (min-width: 992px) {
	.header #logo { height: 86px; transition: all 0.3s ease-in-out;}
	.header.fixed #logo { height: 60px; }
	.header #cssmenu {margin-top: 18px; transition: all 0.3s ease-in-out;}
	.header.fixed #cssmenu {margin-top: 5px;}

}

@media (max-width: 991px) {
	.header {position: relative; width: 100%;}
  .header.fixed { position: relative;}

  #logo { float: none; text-align: center; margin: 10px auto; }
  .innerbanner {  padding-top: 30px; padding-bottom: 30px; }
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper { background:#32F50B /*green*/}
	.posts4content p { height: 80px;overflow-x: hidden;}
	.style4read { margin-top: 0px; }
	.post_block_style4_thumb { height:auto; }
	.post_block_style4 { min-height:259px; }	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.wrapper { background:#F5800C /*orange*/}
	.footlt, .footrt { float:none; text-align:center;}
	.thumblt { float:left; width:300px; margin:2px 15px 5px 0;}
	.thumbrt { float:right; width:300px; margin:2px 0 5px 15px;}
	.blockdetail .thumb {  width:100%; float:none; overflow:hidden; margin:5px 0 10px 0;}
	.post_block_style4_thumb {height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }
	
	ul.toplink { text-align: center; margin-bottom: 10px; }
	.toprt { text-align: center; }

	#logo { float: none; text-align: center; }
	.nav_right { float: none; }

	.footer {text-align: center;}

	.mcenter {text-align: center;}
	.mtopmar {margin-top: 20px;}

	h2 { font-size:34px; font-weight: 600; line-height:46px; color:#000;}
	h2 span {font-weight: 400; font-size: 18px; line-height: 28px; }
	.corebox .thumb { flex: 0 0 60px; margin-right: 10px;}

	.sci li:before { font-size: 10vw; }

}

@media (min-width: 480px) and (max-width: 767px) {
	.wrapper { background:#F54D0B /*dark orange*/}
	.post_block_style4_thumb { height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.wrapper { background:#F5E50B /*yellow*/}
	.col-xs-6 { width:100%; float:none;}
	.thumblt, .thumbrt { float:none; width:100%; margin:2px 0 7px 0;}
	.frt, .flt {float : none; text-align:center;}
	.post_block_style4_thumb {height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }

   .owl-nav {display: none;}
   .team { display: flex; flex-direction: column; border: none; align-items: start;}
   .team .thumb { margin-bottom: 5px; flex: 0 0 auto; margin-right: 0;}
	
}