@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
*{margin:0;padding:0;box-sizing:border-box;font-family: 'DM Sans', sans-serif;}
body{padding: 0; margin: 0;width: 100%; float: left;height: 100%;overflow-x:  hidden;}
body.active{overflow:hidden;}
.review{background-color: #F0F3F6;}
.avtar{height: 40px; width: 40px; border-radius: 10px; text-align: center; margin-top: 50px; padding-top: 9px;}
h1,h2,h3,h4,h5,h6{margin-bottom:0;}
a {text-decoration: none;}
ul{margin-bottom:0;}
ul, li{list-style: none;}
p{font-size: 14px;line-height: 20px;width: 100%; float: left;font-weight: 200;margin-bottom:0;}
::selection{background:#2f6594;;color:#fff;}
.full-width{width:100%;float:left;}
.section-padding{padding:75px 0;}.slick-list{overflow:hidden;}
.btn-style{
    color: aliceblue !important;
    padding: 10px 25px !important;
    margin:20px 0px !important;
}
a:hover{text-decoration:none;}

@media screen and (max-width: 480px){
.copyright .inner-sec .scroll-top{
        max-width: 10% !important;
    }
}
/*=========================header start=============================*/
header .top-header{padding:10px 0;background:#082555;}
header .top-header .inner-sec,header .menu-header .inner-sec{display:flex;justify-content:space-between;align-items:center;}
header .top-header .inner-sec .contact ul li{display:inline-block;margin-right:15px;}
header .top-header .inner-sec .contact ul li i{font-size:14px;color:#009de2;margin-right:2px;transform: rotateY(180deg);}
header .top-header .inner-sec .contact ul li a{font-size:16px;font-weight:400;color:#9d9d9d;}
header .top-header .inner-sec .social-icon li{display:inline-block;margin:0 10px;}
header .top-header .inner-sec .social-icon li:last-child{margin-right:0;}
header .top-header .inner-sec .social-icon li a i{color:#fff;font-size:15px;}
header .menu-header {box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px, rgba(0, 0, 0, 0.1) 0px 0px 5px;}
header .menu-header .logo img{height:60px;object-fit:contain;}
header .menu-header .menu ul > li{position: relative;float: left;display: inline-block;padding: 0 14px;}
header .menu-header .menu ul > li > a{font-size: 17px;font-weight: 500;height: auto;position: relative;display: inline-block;color: #757783;padding: 32px 0;text-transform:capitalize;transition: all 0.5s;}
header .menu-header .menu ul > li.active > a,header .menu-header .menu ul > li:hover > a{color:#313041;}
header .menu-header .menu ul > li .caret{margin-left: 3px;top: 2px;position: relative;height: 8px;width: 10px;display: inline-block;font-size: 14px;}
header .menu-header .menu ul .sub-menu{position:absolute;top:101%;left:0;z-index:2;width:250px;border-radius:6px;padding:20px;box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);background:#fff;transition:all 0.5s;transform-origin:top; -webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);}
header .menu-header .menu ul li:hover .sub-menu{-webkit-transform: rotateX(0deg);transform: rotateX(0deg);}
header .menu-header .menu ul .sub-menu li{padding:0;display:block;width:100%;border-bottom:1px solid #ebe6de;transition:all 0.5s;}
header .menu-header .menu ul .sub-menu li:last-child{border-bottom:0;}
header .menu-header .menu ul .sub-menu li:last-child a{padding-bottom:0;}
header .menu-header .menu ul .sub-menu li a{padding:0;display:block;font-size:16px;font-weight:400;padding: 8px 0;}
/*toggle*/
.toggler{position:absolute;top:50%;right:0;transform:translateY(-50%);display:none;}
.toggler i{font-size:30px;color:#009de2;}
header .menu-header .menu .rhead{display:none;}
header.sticky .menu-header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:99991;
animation: fadeIn 1s ease-in both;}
@keyframes fadeIn {from {opacity: 0;transform: translate3d(0, -20%, 0);}to {opacity: 1;transform: translate3d(0, 0, 0);}}
/*=========================slider css start=============================*/
.slider{width: 100%;float: left;position:relative;overflow:hidden;}
.slider .slider-img{width: 100%;position: relative;z-index:1;}
.slider .slider-img::before{position:absolute;content:'';width:100%;height:100%;top:0;left:0;background:#333;opacity:0.2;}
.slider .slider-img img{width:100%;height:calc(100vh - 110px);object-fit:cover;object-position:bottom;object-position:center;}
.slider .slider-content{position: absolute;top: 50%;left:0;transform: translateY(-50%);max-width: 100%;width: 100%;z-index: 2222;color: #fff;overflow: hidden;text-align:center;}
.slider .slider-content h3{text-align: center;line-height: 106px;font-weight: 400;font-size: 100px;font-family: 'Dancing Script', cursive;color:#fff;}
.slider .slider-content h1{text-align: center;line-height: 106px;font-weight: 400;font-size: 100px;font-family: 'Dancing Script', cursive;color:#fff;}
.slider .slider-content h2{text-align: center;line-height: 106px;font-weight: 400;font-size: 100px;font-family: 'Dancing Script', cursive;color:#fff;}
.slider .slider-content h4{font-size:72px;font-weight:500;color:#fff;margin-top:10px;text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);}
.slider .slider-content .banner_btn{background: #ffffff;color: #232323;padding:15px 40px;display:inline-block;text-transform:uppercase;font-weight:600;border-radius:0;transition:all 0.5s;letter-spacing:1px;border-radius:35px;box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;}
.slider .slider-content .banner_btn:hover{background:#fdd765;color:#000;}
.slider.mid-navigator .slick-prev,.slider.mid-navigator .slick-next{font-size: 0;position: absolute;top:50%;left:20px;transform:translateY(-50%);cursor: pointer;z-index: 9991;color:#fff;outline:none;border:none;background:rgba(0, 0, 0, 0.3);width:45px;height:45px;border-radius:0;box-shadow:none;}
.slider.mid-navigator .slick-next{right:30px;left:inherit;}
.slider.mid-navigator .slick-prev:before,.slider.mid-navigator .slick-next:before{content: "\f104"; position: absolute;font-family: 'Line Awesome Free';font-weight:900;font-size:25px;display:block;line-height:0;width:45px;}
.slider.mid-navigator .slick-next:before{content: "\f105";left: 0; right: -3px;}

/*=========================about css start=============================*/
.about-sec{background-image: url(../../assets/images/bg-line-bird.png);background-position: 75% 10px;background-repeat: no-repeat;}
.about-sec .image img{width:100%;}
.heading{margin-bottom:25px;}
.heading h4{position: relative;display: inline-block;font-family:'Dancing Script', cursive;color: #009de2;font-size: 35px; line-height: 60px;}
.heading h3{font-size: 50px;font-weight: 700;line-height: 1.2;color:#313041;margin-top:-10px;text-transform:capitalize;letter-spacing:0.6px;}
.heading h1{font-size: 50px;font-weight: 700;line-height: 1.2;color:#313041;margin-top:-10px;text-transform:capitalize;letter-spacing:0.6px;}
.common-content p{font-size: 1rem; font-weight: 300;color:#757783;line-height: 1.86em;}
.theme-btn a{font-size: 12px;background:#009de2;color: #fff;font-weight: 700;padding: 18px 30px;line-height: 15px;margin-top:15px; border-radius: 8px;display: inline-block;transition: all .35s;text-transform: uppercase;letter-spacing: 2px;}
.theme-btn a:hover{background:#082555;}

/*=========================summer tour css start=============================*/
.summer-tour .summer-slider{margin-top:25px;position:relative;}
.summer-tour .summer-slider .single{padding:0 20px;position:relative;margin-bottom:15px;}
.summer-tour .single > div{transition:all 0.5s;}
.summer-tour .single > div:hover{box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);}
.summer-tour .single img{width:100%;height:220px;object-fit:cover;border-radius: 8px 8px 0 0;}
.booking-content {padding: 0 30px 30px;border: 1px solid #ebe6de;border-top: none;border-radius: 0 0 8px 8px;background: #fff;position: relative;margin-top: -16px;}
.booking-content:after {content: '';width: 100%;height: 20px;border-radius: 20px 20px 0 0;position: absolute;bottom: 100%;left: 0;z-index: 11;background: #fff;margin-bottom: -1px;}
.booking-content h4{font-size: 20px;margin: 5px 0;line-height: 28px;font-weight: 700;}
.booking-content h5{font-size: 20px;margin: 5px 0;line-height: 28px;font-weight: 700;}
.booking-content p.title{font-size: 20px;margin: 5px 0;line-height: 28px;font-weight: 700;}
.booking-content h4 a{color:#313041;transition: all 0.5s;}
.booking-content h4:hover a{color:#009de2;}
.booking-content p.title a{color:#313041;transition: all 0.5s;}
.booking-content p.title:hover a{color:#009de2;}
.booking-content .ba-address{font-size: 14px;font-weight: 500;color:#757783;}
.booking-content .ba-address i{color:#009de2;}
.booking-content .ba-price {font-size: 16px;font-weight: 400;margin-top:10px;}
.booking-content .ba-price label {font-size: 16px;margin-bottom:0;font-weight: 500;}
.booking-content .ba-price .new {color: #009de2;}
.booking-content .ba-price .old {margin-left: 3px;color:#757783;position:relative;}
.booking-content .ba-price .old::before{position:absolute;content:'';top:50%;left:0;transform:translateY(-50%);width:100%;height:1px;background:#757783;}
.booking-content .ba-meta {margin-top: 15px;padding: 10px 12px;background: #faf8f4;border-radius: 6px;width: 100%;display: flex;justify-content: space-between;font-size: 14px;font-weight: 500;}
.ba-meta .item-day{margin-right:7px;}
.ba-meta .item-day i,.ba-meta .item-user i{font-size:17px;color:#009de2;}
.ba-meta .item-day small,.ba-meta .item-user small{font-size: 14px;font-weight: 500;color:#7a7a7a;}
.ba-meta .meta-right a{font-size:15px;transition:all 0.5s;}
.ba-meta .meta-right a i{font-size:14px;}
.ba-meta .meta-right a:hover{color:#082555;}
.mid-navigator .slick-prev,.mid-navigator .slick-next{font-size: 0;position: absolute;top:50%;left:5px;transform:translateY(-50%);cursor: pointer;z-index: 9991;color:#fff;outline:none;border:none;background:#fff;width:50px;height:50px;border-radius:50%;box-shadow: 0 3px 40px 0 #dbe0e8;transition:all 0.6s;}
.mid-navigator .slick-next{right:10px;left:inherit;}
.mid-navigator .slick-prev:before,.mid-navigator .slick-next:before{content: "\f104"; position: absolute;font-family: 'Line Awesome Free';font-weight:900;font-size:20px;display:block;line-height:0;width:50px;color:#009de2;}
.mid-navigator .slick-next:before{content: "\f105";left: 0; right: -3px;}
.mid-navigator .slick-prev:hover,.summer-tour .mid-navigator .slick-next:hover{background:#082555;}

/*=========================partner css start=============================*/
.partner-sec{background-color: #082555;background-image: url(../../assets/images/bg-line.png);background-position: center center;background-repeat: repeat;}
.partner-sec .heading{margin-bottom:0;}
.partner-sec .heading h3{color:#fff;}
.partner-sec .image{text-align:center;padding:0 10px;}
.partner-sec .image img{width:100%;height:66px;object-fit:contain;background:#fff;padding:6px;}

/*=========================speical tour css start=============================*/
.special-tour{background-color: #f5f7fa;}
.special-tour .single > div{position:relative;z-index:1;box-shadow: 0 0 20px 0 rgb(6 30 98 / 8%);}
.special-tour .single > div::after{position: absolute;content:'';top: 0;left: 0;z-index: 1;border-radius: 8px;width: 100%;height: 100%;background: -webkit-gradient(linear,left bottom,left top,from(#1b1f2e),to(rgba(27,31,46,0)));background: linear-gradient(0deg,#1b1f2e 0%,rgba(27,31,46,0) 100%);background: -ms-linear-gradient(0deg,#1b1f2e 0%,rgba(27,31,46,0) 100%);-webkit-transition: all .35s;transition: all .35s;}
.special-tour .single img{height:310px;object-fit:cover;border-radius: 8px;}
.special-tour .single .booking-content{position:absolute;bottom:0;left:0;background:transparent;transition:0.6s;z-index:2;border:0;}
.special-tour .single .booking-content:after{opacity:0;visibility:hidden;transition:0.6s;margin-bottom:0;}
.special-tour .single .ba-meta{display:none;transition:0.6s;}
.special-tour .single .booking-content h4 a,
.special-tour .single .booking-content .ba-address,
.special-tour .single .booking-content .ba-price label{color:#fff;transition: 0.6s;}
.special-tour .single .booking-content h5 a,
.special-tour .single .booking-content .ba-address,
.special-tour .single .booking-content .ba-price label{color:#fff;transition: 0.6s;}
.special-tour .single > div:hover::after{opacity:0;visibility:hidden;}
.special-tour .single > div:hover .booking-content{background:#fff;}
.special-tour .single > div:hover .booking-content:after{opacity:1;visibility:visible;}
.special-tour .single > div:hover .booking-content h4 a,
.special-tour .single > div:hover .booking-content .ba-address,
.special-tour .single > div:hover .booking-content .ba-price label{color:#313041;}
.special-tour .single > div:hover .booking-content h5 a,
.special-tour .single > div:hover .booking-content .ba-address,
.special-tour .single > div:hover .booking-content .ba-price label{color:#313041;}
.special-tour .single > div:hover .ba-meta{display:flex;transition:0.6s;}

/*========================= top destinations css start=============================*/
.top-destinations .inner-sec{background-image: url(../../assets/images/bg-line-map.png);background-position: top left;background-repeat: no-repeat;}
.top-destinations .single{border-radius:8px;overflow:hidden;transition: all 1s;margin-top:15px;}
.top-destinations .single img{width:100%;height:300px;object-fit:cover; transition: all 1s;transform:scale(1.0);}
.top-destinations .single:hover img{transform:scale(1.1);}
.top-destinations .single a{position:relative;z-index:111;width:100%;height:100%;display:block;}
.top-destinations .single a:after{content: '';position: absolute;background: rgba(49,48,65,.4);width: 100%;top: 0;left: 0;z-index: 1;}
.top-destinations .items-count{font-size: 11px;font-weight: 700;background: #082555;color: #fff;padding: 0 20px;line-height: 30px;text-align: center;border-radius: 8px;position: absolute;text-transform: uppercase;top: 20px;right: 20px;z-index: 12;letter-spacing: 1px;white-space: nowrap;}
.top-destinations .banner-content{position: absolute;bottom: 0;left: 0;z-index: 11;width: 100%;padding: 15px 30px 25px;}
.top-destinations .banner-content h4{font-size: 25px;color: #009de2;font-family: 'Dancing Script', cursive;}
.top-destinations .banner-content h3{font-size: 25px;color: #fff;font-weight:700; margin: 0;line-height: 1.2;}
.top-destinations .banner-content p.title{font-size: 25px;color: #fff;font-weight:700; margin: 0;line-height: 1.2;}
.over-h{
	overflow: hidden !important;
}

/*========================= review css start=============================*/
.review-sec{background-color: #f0f3f6;background-image: url(../../assets/images/bg-map.png);background-position: bottom center;background-repeat: no-repeat;}
.review-sec .single-review{padding:0 15px}
.review-sec .testimonial-item{position: relative;-webkit-transition: all .35s;transition: all .35s;padding-left: 65px;max-width: 800px;margin: 0 auto 45px;margin-top:30px;}
.testimonial-content{background: #fff;-webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);position: relative;border-radius: 4px;}
.testimonial-image {border: 10px solid #fff;padding: 10px;border-radius: 50%;position: absolute;top: 60px;left: -65px;-webkit-transition: all .35s;transition: all .35s;}
.testimonial-image img {width: 90px;height: 90px;border-radius: 50%;}
.testimonial-content-inner {padding: 50px 45px 55px 95px;margin: 0 auto;position: relative;}
.testimonial-content-inner .testimonial-quote p{font-size: 18px;line-height: 28px;font-weight: 400;margin: 0 auto;color:#757783;}
.testimonial-content-inner .testimonial-meta {position: relative;z-index: 11;}
.testimonial-content-inner .testimonial-information {margin: 30px 0 0;display:inline-block;}
.testimonial-content-inner .testimonial-information span.testimonial-name {font-size: 25px;font-weight: 600;color: #009de2;font-family: 'Dancing Script', cursive;}
.testimonial-content-inner .testimonial-information span.testimonial-job {font-size: 14px;line-height: 1.1;font-weight: 500;color:#313041;}
.testimonial-content-inner .quote-icon{font-size: 80px;color: #f0f3f6;position: absolute;bottom: 10px;right: 45px;z-index: 1;-webkit-transition: all .35s;transition: all .35s;}
.testimonial-item .testimonial-content:after {content: '';background: url(../../assets/images/bg-arrow.png) repeat bottom center transparent;width: 166px;height: 110px;position: absolute;top: 100%;left: 30px;z-index: 11;}
/*hover*/
.review-sec .testimonial-item:hover .testimonial-image{border-color:#009de2;}
.review-sec .testimonial-item:hover .testimonial-content-inner .quote-icon{color:#009de2;}
.slick-dots {display: flex;justify-content: center;margin: 0; margin-top:25px; list-style-type: none;}
.slick-dots li {margin: 0 0.25rem;}
.slick-dots button {display: block;width: 0.8rem;height: 0.8rem;padding: 0;border: none;border-radius: 100%;background-color:#c4c6c8;text-indent: -9999px;}
button:focus{outline:none;}
.slick-dots li.slick-active button {background-color:#009de2;}

/*========================= booktour css start=============================*/
.booktour-sec{background-color: #009de2;background-image: url(../../assets/images/bg-line.png);background-repeat: no-repeat;}
.booktour-sec .inner-sec{display:flex;justify-content:space-between;align-items:center;}
.booktour-sec .inner-sec .heading{margin-bottom:0;}
.booktour-sec .inner-sec .heading h4{color:#fff;}
.booktour-sec .inner-sec .heading h3{font-size:45px; color:#fff;}
.booktour-sec .inner-sec .theme-btn a{background:#313041;}

/*========================= footer css start=============================*/
footer{background-color: #313041;}
footer .footer-info{background-image: url(../../assets/images/bg-map-2.png);background-position: top right;background-repeat: no-repeat;padding:50px 0;}
footer .footer-info .item-sec:first-child .single{padding-right:20px;}
footer .footer-info .logo{border-bottom:1px solid #FFFFFF33;display:inline-block;}
footer .footer-info .logo img{width: 100%;height: 76px;object-fit: contain;object-position: left;filter: brightness(100);margin-bottom:15px;}
footer .footer-info .logo p{color:#a9a8b6;font-size: 16px;line-height:25px; position: relative;font-weight: 500;margin-bottom:15px;}
footer .footer-info .contact{padding-top:15px;}
footer .footer-info .contact p{margin-bottom:10px;}
footer .footer-info .contact p,footer .footer-info .contact a{color:#a9a8b6;font-size: 15px;font-weight: 400;}
footer .footer-info .contact a:hover{color:#009de2;}
footer .footer-info .contact p i{width: 1.25em;font-size:14px;color:#009de2;}
footer .footer-info .single h4{margin-bottom: 20px;color: #fff;font-size: 20px;font-weight: 700;letter-spacing:0.5px;text-transform:capitalize;}
footer .footer-info .single p.title{margin-bottom: 20px;color: #fff;font-size: 20px;font-weight: 700;letter-spacing:0.5px;text-transform:capitalize;}
footer .footer-info .single ul li{display:block;padding-bottom:20px;}
footer .footer-info .single ul li a{font-size: 16px;font-weight: 500;color:#a9a8b6;display:block;text-transform:capitalize;}
footer .footer-info .single .newsletter-feilds input{padding: 0 15px;border-radius: 8px;text-align: center;width: 100%;height:66px;border: none;font-size: 16px;font-weight:500; color: #a9a8b6;background: rgba(0,0,0,.2);letter-spacing:0.6px;}
footer .footer-info .single .newsletter-feilds input[type="submit"]{margin-top:20px;background:rgb(0, 157, 226);color:#313041;}

.copyright .inner-sec{display:flex;align-items:center;}
.copyright .inner-sec .scroll-top{flex:0 0 10%;max-width:10%;height:100px;}
.copyright .inner-sec .common-social{flex:0 0 56%;max-width:56%;background:#fff;height:100px;display:flex;align-items:center;}
.copyright .inner-sec .copyright-text{flex:0 0 33%;max-width:33%;text-align:right;background:#fff;height:100px;display:flex;align-items:center;position:relative;}
.copyright .inner-sec .copyright-text:after {content: '';width: 1000px;height: 100%;background: #fff;position: absolute;left: 100%;top: 0;bottom: 0;z-index: 1;}
.copyright .inner-sec .scroll-top{width:100%;background:#009de2;color:#fff;font-size:30px;text-align:center;border-top-left-radius:8px;cursor: pointer;}
.copyright .inner-sec .scroll-top i{line-height:100px;}
.copyright .inner-sec .copyright-text p{font-size: 16px;font-weight: 500;color:#757783;}
.common-social ul{margin-left:15px;}
.common-social ul li{display:inline-block;margin:0 3px;}
.common-social ul li a{display:block;width:48px;height:48px;border-radius:50%;background:#faf5ee;text-align:center;transition:all 0.5s}
.common-social ul li a i{line-height:48px;color:#313041;}
.common-social ul li a:hover i{color:#fff;}
.common-social ul li a:hover{background:#313041; animation-name: elementor-animation-push;animation-duration: .3s;animation-timing-function: linear;animation-iteration-count: 1;}
@keyframes elementor-animation-push{50%{transform:scale(.8)}100%{transform:scale(1)}}

/*========================= breadcrumb css start=============================*/
.breadcrumb-sec{background-position:center center!important;background-size:cover!important;}
.breadcrumb-sec .breadcrumb-inner h1{padding:100px 0;font-size: 36px;color: #fff;font-weight: 700;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu{display:flex;justify-content:flex-end;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul{padding: 18px 25px;background: #fff;border-radius: 10px 10px 0 0;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul li{display:inline-block;margin-right:25px;position:relative;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul li::before{position:absolute;content:"\f105";font-family: 'Line Awesome Free';font-weight: 900;top:50%;right:-20px;transform:translateY(-50%);font-size:11px;color:#ccc;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul li:last-child::before{display:none;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul li:last-child{margin:0;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul li a{display:block;text-transform:capitalize;color:#009de2;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul li:first-child a{color:#333;}
.breadcrumb-sec .breadcrumb-inner .breadcrumb-menu ul li a:hover{color:#009de2;}

/********** contact form **************/
.contact-form{background-image: url("../../assets/images/bg-plane-bird.png");background-position:bottom center;background-repeat: no-repeat;}
.contact-form .heading{margin-bottom:10px;}
.contact-form .heading h3 {font-size: 45px;}
.contact-form .content p{line-height: 1.86em;font-size: 16px;color:#757783;}
.contact-form .common-social{display:inline-block;margin-top:15px;}
.contact-form .common-social ul{margin-left:0;}
.contact-form .common-social ul li a{background:#f4f8ff;}
.contact-form .common-social ul li a:hover{background:#313041;}
.contact-form input,.contact-form textarea{width: 100%;height: 60px;padding: 0 15px;border: none !important;background: #f4f8ff;font-weight: 400;font-size: 15px;border-radius: 8px;margin-bottom: 25px;}
.contact-form textarea{height: 180px;padding: 10px 20px;}
.contact-form .form-control:focus{background:#f4f8ff;}
.contact-form input[type="submit"]{font-size: 12px;background: rgb(0, 157, 226);color: #313041;font-weight: 700;padding: 18px 30px;line-height: 15px;border-radius: 8px;position: relative;z-index: 9;display: inline-block;transition: all .35s;text-transform: uppercase;border: none;letter-spacing: 2px;}
.contact-form input[type="submit"]:hover{background: rgba(0, 157, 226,0.8);}
.error {font-size: 12px;font-weight: 400;color: #dc3545;text-align: left;position: absolute;bottom: 10px;left: 25px;}

/********** contact info **************/
.contact-info .single{padding:25px 20px;border:1px solid #ebe6de; height: 220px; border-radius: 8px;display:flex;align-items:center;}
.contact-info .single .icon{background-color: #f4f8ff;color: #313041;width:60px;height:60px;text-align:center;border-radius:50%;margin-right:20px;}
.contact-info .single .icon i{line-height:60px;font-size: 32px;}
.contact-info .single .box-title{width: calc(100% - 80px);}
.contact-info .single .box-title h4{font-size:20px;font-weight: 700;line-height: 1.2;color:#313041;}
.contact-info .single .box-title p,.contact-info .single .box-title a{font-size: 15px;padding-top:5px;display:block;color:#757783;}
.contact-info .single .box-title a:hover{color:rgb(0, 157, 226);}
.map iframe{float:left;}

/********** about inner **************/
.about-inner .image{padding-right:25px;}
.about-inner .image img{border-radius:8px;}

/********** why choose **************/
.position-static{position:static;}
.whychoose{background-color: #313041;background-image: url("../../assets/images/bg-map-2.png");background-position: bottom right;background-repeat: no-repeat;}
.whychoose .image{position:absolute;top:0;left:0;right:0;bottom:0;width:46%;height:100%;}
.whychoose .image:after{content: '';width: 12px;background: #009de2;border-radius: 0 10px 10px 0;position: absolute;left: 100%;top: 120px;bottom: 120px;z-index: 1;}
.whychoose .image img{width:100%;height:100%;object-fit:cover;}
.whychoose .whychoose-content{padding:70px 0 120px;float:left;}
.whychoose .heading h3{color:#fff;}
.whychoose .whychoose-content p{color: #a9a8b6;font-size:16px;line-height: 1.86em;}
.whychoose .widget-container{padding-top:20px;}
.whychoose .widget-container .icon, .whychoose .widget-container .text{margin-top:15px;}
.whychoose .widget-container .icon i{font-size:65px;color:#009de2;}
.whychoose .widget-container h3{font-size: 20px;margin-bottom: 10px;color: #fff;}

/********** counter up **************/
.counterup-sec{background: #f0f3f6;position:relative;z-index:1;}
.counterup-sec .inner-sec{background:#fff;box-shadow: 0px 0px 60px 0px rgba(0,0,0,.1);transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;margin: -80px 0 0;padding: 60px 15px;border-radius:8px;}
.counterup-sec .inner-sec .item{border-right:1px solid #ebe6de;text-align:center;}
.counterup-sec .inner-sec .item:last-child{border:0;padding-bottom:0;}
.counterup-sec .inner-sec .single span{font-size: 50px;color:#009de2;font-family: 'Dancing Script', cursive;}
.counterup-sec .inner-sec .single h4{font-size: 18px;font-weight: 500;margin-top:-15px;line-height: 24px;color:#757783;}

/****************** service section **************/
.service-sec .inner-sec{background-image: url("../../assets/images/bg-line-cloud.png");background-position: 100% 50px;background-repeat: no-repeat;}
.service-sec .image{padding: 10px;background: #fff;border-radius: 10px;overflow: hidden;margin-top:40px;}

/* -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);box-shadow: 0 10px 20px rgba(0,0,0,.1); */

.service-sec .image img{width:100%;height:320px;object-fit:cover;}
.service-sec .content{margin-top:40px;}
.service-sec .content h3{position: relative;padding-bottom: 10px;margin: 0 0 20px;font-size: 2.2rem;color:#313041;}
.service-sec .content h3::after{content: '';width: 50px;height: 2px;position: absolute;background:#009de2;bottom: 0;left: 0;z-index: 11;}
.service-sec .content p{font-size: 16px;line-height: 28px;color:#757783;}
.service-sec .service-list{margin-top:30px;}
.service-sec .service-list:nth-child(2){margin-top:0;}
.service-sec .service-list:nth-child(odd) .row{flex-direction:row-reverse;}
/*popup service form*/
.ser_form_bg{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.66);display:flex;justify-content:center;align-items:center;z-index:99993;transition:0.5s;opacity:0;visibility:hidden;}
.ser_form_bg .form{max-width:470px;width:90%;padding:30px;background:#fff;}
.ser_form_bg .form h3{position: relative;padding-bottom: 10px;margin: 0 0 20px;font-size: 2.4rem;color:#009de2;text-align:center;font-family: 'Dancing Script', cursive;}
.ser_form_bg .form h3::after{content: '';width: 90px;height: 2px;position: absolute;background:#082555;bottom: 0;left: 50%;transform:translateX(-50%); z-index: 11;}
.ser_form_bg .form form .input{margin-bottom:20px;text-align:center;}
.ser_form_bg .form form .input input,.ser_form_bg .form form .input select,.ser_form_bg .form form .input textarea
{width:100%;height:46px;border:none;padding:0 12px;font-size:15px;font-weight:400;outline:none;border-radius:1px;background-color:#f4f8ff;}
.ser_form_bg .form form .input textarea{padding:10px;height:50px;}
.ser_form_bg .form form .input .btn{width:220px;background:rgb(0, 157, 226);height:auto; color:#fff;font-size:12px;font-weight: 700;padding: 18px 30px;border-radius: 8px;line-height:15px;letter-spacing:1px;}
.ser_form_bg .form form .input .btn:hover{background:rgba(0, 157, 226,0.8)}
.ser_form_bg .form form .input:last-child{margin-bottom:0;}
.ser_form_bg.active{opacity:1;visibility:visible;transition:0.5s;}
.ser_form_bg .close_pop{cursor: pointer; position:absolute;top:-15px;right:-15px;width:35px;height:35px;border-radius:3px;background:#082555;color:#fff;font-size:20px;text-align:center;transform:rotate(45deg);}
.ser_form_bg .close_pop i{line-height:35px;transform:rotate(-45deg);}
.ser_form_bg .error {bottom: -18px;left: 10px;}

/*************** packages-list ***************/
.packages-list .single{margin-bottom:30px;}
.offer-sec{background-color: #313041;background-image: url("../../assets/images/bg-map-3.png");background-position: bottom right;}
.offer-sec .image{position:absolute;top:0;left:0;right:0;bottom:0;width:46%;height:100%;}
.offer-sec .image:after{content: '';width: 12px;background: #009de2;border-radius: 0 10px 10px 0;position: absolute;left: 100%;top: 80px;bottom: 80px;z-index: 1;}
.offer-sec .image img{width:100%;height:100%;object-fit:cover;}
.offer-sec .content{padding:130px 0;float:left;}
.offer-sec .content h4{font-size: 100px;text-shadow: 15px 16px rgba(0,0,0,.16);line-height: 1;text-indent: 16px;font-family: 'Dancing Script', cursive;color:#fff;padding-bottom: 35px;}
.offer-sec .content h3{font-size: 45px;font-weight: 700;line-height: 1.2;color:#fff;padding-bottom: 20px;}

/*************** single-package ***************/
.prodect-slider{margin-left:-5px;margin-right:-5px;}
.prodect-slider .img img{height:325px;object-fit:cover;padding:0 5px;width:100%;}
.single-package .head{padding:65px 0;background:#f4f8ff;}
.single-package .title-loc h1 {font-size: 30px;font-weight: 500;line-height: 1.2;color:#082555;margin-bottom:6px;}
.single-package .title-loc h2{font-size: 16px;font-weight: 400;color:#757783;}
.single-package .title-loc h2 i{position: relative;top: 2px;margin-right: 4px;font-size:20px;color:#009de2;}
.single-package .widget-container{display:flex;align-items:center;justify-content:flex-end;}
.single-package .widget-container li{display:flex;align-items:center;margin-left:20px;}
.single-package .widget-container li .icon{padding-right: 10px;}
.single-package .widget-container li .icon img{width:35px;height:35px;object-fit:contain;}
.single-package .widget-container li:first-child{margin-left:0;}
.single-package .widget-container li:first-child .icon img{width:45px;height:45px;}
.single-package .widget-container li h3{font-size: 15px;margin: 0 0 2px;color: #757783;font-weight: 500;}
.single-package .widget-container li p{font-size: 16px;font-weight:500; color:#313041;}
.single-package .package-details h3{font-size: 1.8rem;font-weight: 700;margin-bottom: 20px;color:#313041;}
.single-package .package-details p{line-height: 1.86em;font-size: 16px;font-weight: 400;color:#757783;}
.single-package .package-details .included{border-bottom:1px solid #ebe6de;}
.single-package .package-details .included .list p{font-size: 16px;margin-bottom: 8px;line-height: 1.86em;font-weight: 400;color:#757783;}
.single-package .package-details .included .list .la-check{color:#33cc33;}
.single-package .package-details .included .list .la-times{color:#313041;}
.single-package .package-details .amenities .list p{display:flex;align-items:center;margin-bottom: 15px;font-size:17px;}
.single-package .package-details .amenities .list i{font-size:29px;margin-right:5px;color:#009de2;}
.accodion li{width:100%;float:left;margin-bottom:20px;}
.accodion li.active{border: 1px solid #ebe6de;border-radius:8px;}
.accodion li a{display:block;padding: 1rem 1.25rem;-webkit-transition: all .5s;transition: all .5s;font-size: 18px;font-weight: 700;color: #313041;background: #f4f8ff;}
.accodion li a .icon{float:right;transition: all 0.5s;}
.accodion li .accordion-body{width:100%;float:left; padding: 0 30px 6px;font-size:16px;display:none;}
.accodion li.active a .icon{transform:rotate(180deg);}
.accodion li.active a{background:transparent;}
.accodion li .accordion-body.active{display:block;}
.tourmap iframe{float:left;border-radius:8px;}
.accodion li ul li{margin-bottom:3px;line-height: 1.86em;font-size: 16px;font-weight: 400;color: #757783;}
.single-booking-form{background:#f4f8ff;border-radius: 8px;padding:30px;}
.single-booking-form h3{font-size: 20px;border-bottom: 1px solid #ebe6de;padding-bottom: 10px;margin-bottom: 10px;position: relative;padding-left: 15px;}
.single-booking-form h3:after{content: '';width: 2px;background: #009de2;position: absolute;top: 2px;bottom: 10px;left: 0;z-index: 1;}
.single-booking-form form{margin-top:10px;float:left;width:100%;}
.single-booking-form form .input{position:relative;margin-bottom:17px;}
.single-booking-form form input{height:45px;border:0;border-radius:8px;font-size:15px;}
.single-booking-form form input[type="submit"] {font-size: 12px;background: rgb(0, 157, 226);color: #313041;font-weight: 700;height:45px; line-height: 15px;border-radius: 8px;display: inline-block;transition: all .35s;text-transform: uppercase;border: none;letter-spacing: 2px;}
.single-booking-form form .title {font-size: 15px;color: #6c757d;font-weight: 400;position: absolute;top: 10px;left: 50%;z-index: 1;background: var(--white);width: calc(100% - 5px);cursor: pointer;transform: translateX(-50%);padding: 0 12px;}
.single-booking-form form .title::before {position: absolute;content: "\f271";top: 0;right: 8px;font-family: 'Line Awesome Free';font-weight: 900;font-size: 17px;color: #6c757d;}
.single-booking-form form .error {bottom: -18px;left: 10px;}




    .services-section {
      background: #f8f9fa;
    }

    .services-section h2 {
      font-weight: 700;
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 40px;
      color: #212529;
      position: relative;
    }

    .services-section h2::after {
      content: "";
      display: block;
      width: 80px;
      height: 1px;
      background: #0d6efd;
      margin: 1px auto 0;
      border-radius: 2px;
    }

    /* Service Box */
    .service-box {
      background: #fff;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
      border: 1px solid #e9ecef;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    }

    .service-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      border-color: #0d6efd;
    }

    .service-icon {
      font-size: 2.5rem;
      margin-bottom: 15px;
      color: #0d6efd;
      transition: color 0.3s ease;
    }

    .service-box:hover .service-icon {
      color: #6610f2;
    }

    .service-title {
      font-weight: 600;
      font-size: 1.1rem;
      color: #212529;
    }