*{
	padding:0;
	margin:0;
}
body{font-family: "Heebo", sans-serif;}

/* start header and navigation css */
.header_top_strip{
    background: #0f5286;
    padding: 7px 0px 0px 0px;
}
.strip_left{
    padding-top: 3px;
}
.strip_left span{
    font-size: 14px; color:#fff;
    margin-right: 15px;
    letter-spacing: .5px;
}
.strip_right{
    text-align: right;
}
.strip_right a{
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
}
.strip_right a i{
    position: absolute;
    top:50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
}
.strip_right span a{
    width: auto;
    height: auto;
    border: 0;
    text-decoration: none;
    position: relative;
    top: -11px;
    font-weight: 600;
    /*font-family: "Nunito", sans-serif;*/
}

.navbar_nav{
    padding: 0px 30px;
    background: #0000;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}
.navbar_navFixed{
    background: #fff;
    position: fixed;
    width: 100%;
    top:0;
    box-shadow: 0px 0px 5px 0px #cccccc;
    z-index: 5;
}
.navbar_nav .navbar{
    margin:0;
    padding:0;
}
.navbar_nav .dropdown-menu{
    background: #fff;
    border-radius: 0;
    margin-top: -1px !important;
}
.navbar_nav .nav_brand_logo .logo_blue{
    width: 80%;
    display: none;
}
.navbar_nav .nav_brand_logo .logo_white{
    width: 80%;
}
.navbar_navFixed .nav_brand_logo .logo_white{
    display: none;
}
.navbar_navFixed .nav_brand_logo .logo_blue{
    display: block;
}
.navbar_nav .navbar-collapse{
    flex-grow: inherit;
}
.navbar_nav .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 23px 0px;
  margin-left: 25px;
  position: relative;
  transition: .5s;
}
.navbar_nav .navbar-nav .nav-link:hover{
    color:#f0a00d;
}
.navbar_navFixed .navbar-nav .nav-link {
    color:#000;
}
.navbar_nav .navbar-nav .nav-link.active, .navbar_nav .navbar-nav .show>.nav-link{
    color:#f0a00d;
}
.navbar_nav .navbar-nav .nav-link.active::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #f0a00d;
}
.navbar_nav .navbar-nav .nav-link:hover::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #f0a00d;
}
.dropdown-item:hover {
    color: #fff;
    background: #f0a00d;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

/* end header and navigation css */

/* start banner css */
.banner_section{
    background-image: url('../images/banner1.jpg');
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.banner_overley{
    width: 100%;
    background: #000000a3;
    height: 100%;
}
.banner_content{
    text-align: center;
    padding-top: 17%;
    width: 90%;
    margin: auto;
}

.banner_content h2{
    color:#fff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    font-family: "Nunito", sans-serif;
}
.banner_content p{
    font-size: 1.5rem;
    color: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.banner_input{
    width: 68%;
    margin:auto;
    position: relative;
}
.banner_input input{
    width: 100%;
    outline: none;
    padding: 15px 14px;
    border-radius: 30px;
    border:0px;
}
.banner_input button{
    border: 0;
    background: #f0a00d;
    position: absolute;
    right: 7px;
    padding: 9px 30px;
    top: 6px;
    border-radius: 30px;
}
.banner_btn button{
    border: 0;
    margin-top: 10px;
    padding: 20px 50px;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
    background: #f0a00d;
    transition: .5s;
    border-radius: 30px;
}
.banner_btn button:hover{
    background: #fff;
}
.bg_banner .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -33px;
    position: relative;
}
/* end banner css */

/* start home page css */
.bg_about{
    padding: 90px 0px 50px 0px;
}
.about_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_inner{
    width: 48%;
}
.about_inner img{
    width: 100%;
}
.about_inner h6{
    display: inline-block;
    color: #f0a00d;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    position: relative;
}
.about_inner h6::before{
    width: 40px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: 100px;
}
.about_inner h6::after{
    width: 60px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    left: 100px;
    top: 12px;
}
.about_inner h2{
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
    margin-bottom: 20px;
}
.about_inner h2 span{
    color:#f0a00d;
}
.about_inner p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.about_ul{
    display: flex;
    flex-wrap: wrap;
}
.about_ul li{
    width: 50%;
    list-style-type: disclosure-closed;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
    margin-bottom: 10px;
}
.about_ul li::marker{
    color:#f0a00d;
}
.about_ul li i{
    color: #f0a00d;
}
.about_btn a{
    display: inline-block;
    background: #f0a00d;
    font-size: 1rem;
    text-decoration: none;
    padding: 17px 50px;
    color: #000;
    margin-top: 20px;
    transition: .5s;
}
.about_btn a:hover{
    background: #0f5286;
    color:#fff;
}
.bg_service{
    padding: 50px 0;
    position: relative;
    background-image: url('../images/bg_corp2.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.service_heading{
    text-align: center;
}
.package_heading{
    text-align: left;
}
.package_heading h6{
    left:57px;
}
.package_heading h2 span{
    display: block;
    color: #f0a00d;
}
.stepbx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stepbx_inner{
    width: 30%;
    padding: 20px 0px;
}
.stepbx_inner span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #000;
    font-size: 32px;
    font-weight: 900;
    background: #f0a00d;
}
.stepbx_inner h4{
    font-size: 1.1rem;
    margin-top: 0;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
    padding: 20px 0px;
    margin-bottom: 0;
}
.stepbx_inner p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.create_now button{
    border:0;
    display: inline-block;
    background: #f0a00d;
    font-size: 1rem;
    text-decoration: none;
    padding: 17px 50px;
    color: #000;
    margin-top: 20px;
    transition: .5s;
}
.create_now button:hover{
    color:#fff;
    background: #0f5286;
}
.service_heading h6{
    display: inline-block;
    color: #f0a00d;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    position: relative;
}
.service_heading h6 span{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0px 15px;
    margin-left: 3px;
}
.service_heading h6::before{
    width: 175px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.service_heading h6::after{
    width: 212px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.service_heading h2{
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.service_section{
    margin-top: 40px;
}
.service_item{
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    height: 400px;
    background: #fff;
    padding:15px;
}
.service_item:hover{
    background: #0f5286;
}
.service_item:hover h5{
    color:#fff;
}
.service_item:hover p{
    color:#fff;
}
.service_item:hover i{
    color:#fff;
}
.destination_heading h6 span{
    margin-left: 9px !important;
}
.service_item h5{
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: .9rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.service_item p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.service_item i{
    font-size: 3rem;
    color:#f0a00d;

}
.bg_popular{
    padding: 30px 0px 0px 0px;
}
.destination_heading h6::before{
    width: 208px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.destination_heading h6::after{
    width: 245px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.popular_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.popular_inner1{
    width: 58.5%;
}
.popular_inner1 img{
    height: 228px;
}
.popular_img{
    position: relative;
    overflow: hidden;
}
.popular_img img{
    width:100%;
    transition: .5s;
}
.popular_img img:hover{
    transform: scale(1.1);
}
.popular_inner2{
    width: 40%;
}
.popular_inner2 .popular_img img{
    height: 472px;
}
.popular_img img{
    width:100%;
}
.popular_img .span_offer{
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 5px 10px;
    color: #dc3545;
    font-weight: 700;
}
.popular_img .span_place{
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    padding: 5px 10px;
    color: #f0a00d;
    font-weight: 700;
}
.inner1_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.inner_box1{
    width: 48.7%;
}

.bg_package{
    padding: 1px 0px 50px 0px;
}
.package_heading h6::before{
    width: 185px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.package_heading h6::after{
    width: 225px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.package_section{
    margin-top: 40px;
}
.package-item{
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.package-item h3{
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.package-item p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.package-item small{
    color: #808B8D;
}
.bg_tour{
    padding:40px 0px 50px 0px;
}
.bg_tour_img{
    background-image: url('../images/tour_img.avif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.tour_overley{
    background:#000000b8;
    width: 100%;
    height: 100%;
}
.form-floating input{
    color:#808B8D !important;
}
.form-floating input[type="date"]::-webkit-calendar-picker-indicator{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg)!important;cursor:pointer}
.form-floating select{
    color:#808B8D !important;
}
.form-floating textarea{
    color:#808B8D !important;
}
.form-floating label{
    color:#808B8D;
}
.bg_our_guide{
    padding: 40px 0px 50px 0px;
}
.guide_heading h6::before{
    width: 216px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    top: 4px;
    left: -35px;
}
.guide_heading h6::after{
    width: 254px;
    position: absolute;
    content: '';
    background: #f0a00d;
    height: 2px;
    left: -55px;
    top: 12px;
}
.our_guide{
    margin-top:40px;
}
.team-item{
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.team-item img{
    transition: .5s;
}
.team-item:hover img{
    transform: scale(1.1);
}
.social_icon .btn{
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background: #fff;
    border-radius: 50%;
    color:#f0a00d;
    border-bottom: 1px solid #f0a00d;
    transition: .5s;
}
.social_icon .btn:hover{
    background:#f0a00d;
    color:#fff;
}
.team_h h5{
    font-size: 1.25rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.team_h small{
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.bg_testimonial{
    padding:40px 0px 50px 0px;
}
.testimonial_owl_carousel{
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.testimonial_owl_carousel::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    height: 100%;
    box-shadow: 1px 0px 100px 88px #fff;
    z-index: 3;
}
.testimonial_owl_carousel::after{
    position: absolute;
    content: '';
    top:0;
    right: 0;
    height: 100%;
    box-shadow: 1px 0px 100px 88px #fff;
    z-index: 3;
}
.inner_banner .testimonial-item img{
    width: 80px !important;
    height: 80px !important;
}
.inner_banner .testimonial-item h5{
    font-size: 1.25rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.inner_banner .testimonial-item p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item {
    background: #0f5286;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item h5{
    color:#fff;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item p{
    color:#fff;
}
.testimonial_owl_carousel .owl-carousel .owl-item.center .item img{
    border:5px solid #fff;
    padding: 0 !important;
}
.testimonial_owl_carousel .owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
}
.testimonial_owl_carousel .owl-theme .owl-dots .owl-dot.active span, .testimonial_owl_carousel .owl-theme .owl-dots .owl-dot:hover span{
    background:#f0a00d;
}

.bg-footer {
    margin:40px 0px 0px 0px;
    padding: 21px 0;
    background: #0f5286;
    padding-top:90px;
}
.ulBox li {
    list-style-type: none;
    font-size: 14px;
}
.footer-item h3{
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.ulBox li i{
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}
.ulBox li a {
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    transition: .5s;
}
.ulBox li a:hover{
    letter-spacing: 1px;
}
.fitem-box p{
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color:#fff;
}
.social_link{
    padding-left: 0;
}
.social_link li{
    list-style-type: none;
    float: left;
    margin-right: 15px;
}
.social_link li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    transition: .5s;
}
.social_link li a:hover{
    background: #fff;
}
.social_link li a:hover i{
    color:#0f5286;
}
.social_link li a i{
    position: absolute;
    top: 50%;
    left:50%;
    font-size: 18px;
    color:#fff;
    transform: translate(-8px, -8px);
}
.fa_face{
    padding-left: 3px;
}
.img_gallery{
    display: flex;
    flex-wrap: wrap;
    gap:7px;
}
.img_gallery img{
    width: 29%;
    border: 4px solid #fff;
    cursor: pointer;
}
.newsletter{
    position: relative;
}
.newsletter input{
    width: 100%;
    padding: 1rem 3rem 1rem 1.5rem;
    outline: none;
}
.newsletter button{
    background: #f0a00d;
    border: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 10px 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}
.footer-bottom{
    padding: 25px 0 10px 0px;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    margin-top: 50px;
}
.footer-bottom p{
    margin-bottom: 0;
    color:#fff;
    font-family: 'Nunito', sans-serif;
}
.ftr_btm{
    margin-bottom: 0;
    color:#fff;
    display: flex;
    justify-content: flex-end;
    grid-gap: 20px;
}
.ftr_btm a{
    color:#fff;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
}
.ftr_btm span{
    color: #808B8D;
}
.scrollToTop {
    padding: 5px 10px;
    font-size: 23px;
    text-align: center;
    background: #f0a00d;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 23px;
    right: 17px;
    -webkit-text-stroke: 2px #f0a00d;
    display: none;
}
/* end home page css */

/* start package list css */
.breadcrumb_section{
    background-image: url(../images/tour_banner.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.breadcrumb{
    display: flex;
    justify-content: center;
    gap:10px;
}
.breadcrumb li{
    color:#fff;
}
.breadcrumb li span{
    color:#808B8D;
}
.breadcrumb li a{
    text-decoration: none;
    color:#f0a00d;
    font-weight: 600;
}
/* end package list css */

/* start package detail css */
.package_heading{
    margin-top: 40px;
}
.package_heading h2 {
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.package_heading p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.package_heading p i{
    color:#f0a00d;
}
.package_heading p small{
    font-size: 1rem;
    color:#f0a00d;
    padding: 0px 5px;
}
.package_heading p span{
    margin-left: 50px;
}
.package_heading p a{
    text-decoration: none;
    color:#2C3E50;
    transition: .5s;
}
.package_heading p a:hover{
    color:#f0a00d;
}
.package_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.package_inner1{
    width: 60%;
}
.package_inner1 img{
    width: 100%;
    height: 670px;
    border-radius: 10px;
}
.package_inner2{
    width: 39%;
}
.package_inner2 img{
    width: 100%;
    height: 330px;
    border-radius: 10px;
}
.package_inner2 img+img{
    margin-top: 10px;
}
.bg_packge_overview{
    padding:70px 0px 50px 0px;
}
.package_left .overview_box+.overview_box{
    margin-top: 30px;
}
.overview_box{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}
.overview_box h3{
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2C3E50;
    margin-bottom: 20px;
}
.ul_overview{
    padding-left: 0;
}
.ul_overview li{
    list-style-type: none;
    width: 50%;
    float: left;
    margin-top: 10px;
    color: #808B8D;
}
.ul_overview li i{
    font-size: 18px;
    color:#f0a00d;
}
.overview_box p{
    color: #808B8D;
}
#more {display: none;}
.ul_highlight{
    padding-left: 0;
}
.ul_highlight li{
    list-style-type: none;
    margin-bottom: 10px;
    color: #808B8D;
    display: flex;
}
.ul_highlight li i{
    color:#f0a00d;
    margin-right: 5px;
    margin-top: 3px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordian_box .accordion-button:not(.collapsed){
    background: 0;
}
.accordian_box .accordion-button:focus{
    box-shadow: 0px 0px 0px 0px #0000 !important;
}
.accordian_box .accordion-button{
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2C3E50;
}
.package_right{
    position: sticky;
    top:77px;
}
.form_box {
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.05);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.05);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,.05);
}
.form_box p{
    margin-bottom: 0;
    color: #808B8D;
}
.form_box p span{
    display: inline-block;
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2C3E50;
    margin-bottom: 20px;
}
.group_form{
    margin-bottom: 11px;
}
.group_form label{
    color: #2C3E50;
    font-size: 15px;
    font-weight: 500;
}
.group_form span {
  color: red;
}
.group_form input{
    width: 100%;
    border:1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    outline: 0;
}
.group_form select{
    width: 100%;
    border:1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    outline: 0;
}
.group_form textarea{
    width: 100%;
    border:1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    outline: 0;
}
.group_btn button{
    border: 0;
    background: #f0a00d;
    padding: 10px;
    width: 100%;
    border-radius: 30px;
    color: #2C3E50;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
}
.bg_like{
    padding:30px 0px 0px 0px;
    margin-bottom: 50px;
}
.like_heading{
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2C3E50;
    margin-bottom: 20px;
}
.bg_like .package-item{
    margin-bottom: 30px;
}
/* end package detail css */

/* start about us css */
.breadcrumb_about{
    background-image: url(../images/tour_banner.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.breadcrumb_content{
    padding-top:15%;
}
.moretext {
  display: none;
}
.moreless-button{
    cursor: pointer;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.bg_aboutus{
    padding:50px 0px 50px 0px;
}
.miles_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:40px;
}
.miles_inner{
    width: 23.5%;
    padding: 20px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.miles_inner h3{
    text-align: center;
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.miles_inner p{
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.miles_inner:hover{
    background: #0f5286;
}
.miles_inner:hover h3{
    color:#fff;
}
.miles_inner:hover p{
    color:#fff;
}
.bg_partner{
    padding:0px 0px 20px 0px;
}
/* end about us css */

/* start contact us css */
.breadcrumb_contact{
    background-image: url(../images/tour_banner.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.bg_contactus{
    padding:70px 0px 50px 0px;
}
.service_heading p{
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.contact_getin_touch{
    margin-top:40px;
}
.contact_getin_touch h2{
    font-size: 2.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.contact_getin_touch h5{
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
}
.contact_getin_touch p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.btn_warning{
    background: #f0a00d;
    border:0;
    transition: .5s;
}
.btn_warning:hover{
    background: #0f5286;
    color:#fff;
}
.contact_iframe iframe{
    width: 100%;
    height: 395px;
}
/* end contact us css */

/* start service pages css */
.bg_travel{
    padding:70px 0px 0px 0px;
}
.travel_box{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.travel_inner{
    width: 32%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    padding: 1.5rem !important;
    margin-bottom: 20px;
}
.travel_inner:hover{
    background: #0f5286;
}
.travel_inner:hover i{
    color:#fff;
}
.travel_inner:hover h5{
    color:#fff;
}
.travel_inner:hover p{
    color:#fff;
}
.travel_inner span{
    display: inline-block;
    margin-bottom: 20px;
}
.travel_inner span i{
    font-size: 3rem;
    color: #f0a00d;
}
.travel_inner h5 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.travel_inner p {
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #808B8D;
    margin-bottom: 10px;

}
.bg_travel1{
    padding:30px 0px 50px 0px;
}

.bg_mice{
    padding:50px 0px 30px 0px;
}
.mice_para p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
    text-align: center;
}
/* end service pages css */

/* start review css */
.review_section{
    margin-top: 30px;
}
.review_rating {
    border-bottom: 1px solid #ccc
}
.review_rating + .review_rating{
    margin-top: 20px;
}
.review_rating h4{
    font-size: 18px;
}
.review_box{
    margin-top:30px;
}
.review_group_form{
    margin-bottom: 15px;
}
.star_reviw{display: inline-block;}
.star_reviw span{
    color:#808B8D;
}
.star_reviw span:nth-child(1){
    color:#f0a00d;
}
.star_reviw span:hover{
    color:#f0a00d;
}
.review_group_form textarea{
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    padding:10px;
}
.review_group_form input{
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    padding:10px;
}
.review_group_btn button{
    display: inline-block;
    background: #f0a00d;
    border:0;
    font-size: 1rem;
    text-decoration: none;
    padding: 17px 50px;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
    transition: .5s;
}
.review_group_btn button:hover{
    background: #0f5286;
    color: #fff;
}

/* end review css */

/* start blog list css */
.bg-blog-section {
    padding: 50px 0;
}
.blog-item {
    background: #fff;
    transition: all 500ms ease;
    border-radius: 5px;
    margin: 11px 0;
    box-shadow: 0px 13px 30px 0 #d1caca;
    transition: .5s;
}
.blog-item:hover{
    transform: translateY(-10px);
}
.image-part {
    width: 100%;
}
.image-part img {
    width: 100%;
    height: 193px;
}
.blog-item .blog-content {
    padding: 27px 27px 16px;
    height: 230px;
    padding-bottom: 0;
}
.blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
    padding-left: 17px;
    text-align: center;
}
.blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
    font-size: 15px;
}
.blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
    color: #b23139;
}
.blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-item .blog-content .title a {
    color: #2c3e50;
    font-size: 21px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
}
.blog-item .blog-content .desc {
    color: #505050;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination_box{
    text-align: center;
    margin-top: 20px;
}
.pagination_box .pagination{
    justify-content: center;
}
.pagination_box .pagination .page-link{
    color:#000;
}
.pagination_box .active>.page-link, .pagination_box .page-link.active{
     background: #0f5286;
     border:1px solid #0f5286;
     color:#fff !important;
}
.pagination_box .page-item:first-child .page-link{
    border-radius: 0px;
}
.pagination_box .page-item:last-child .page-link{
    border-radius: 0px;
}
/* end blog list css */

/* start blog detail css */
.bg-blog-detail {
    padding: 53px 0;
}
.recent-posts-widget {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.widget-title {
    font-family: "Nunito", sans-serif;
    color: #2c3e50;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.widget-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: red;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
.recent-posts-widget .show-featured {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.recent-posts-widget .show-featured .post-img {
    max-width: 110px;
}
.post-img img {
    width: 91%;
}
.recent-posts-widget .show-featured .post-desc a {
    font-size: 14px;
    line-height: 22px;
    color: #111;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
.recent-posts-widget .show-featured .post-desc .date {
    color: #0f5286;
    font-size: 14px;
}
.bs-img {
    width: 100%;
}
.bs-img img {
    width: 100%;
}
.blog-full-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 0 33px;
    padding-bottom: 33px;
}
.blog-metaBx li {
    list-style-type: none;
    float: left;
    margin-right: 17px;
    font-size: 15px;
}
.blog-metaBx li i {
    color: #0f5286;
}
.blog-metaBx {
    padding-left: 0;
    padding-top: 27px;
}
.blog-detail h2 {
    font-size: 27px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.blog-detail h3 {
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}
.comment-area {
    padding-top: 31px;
}
.comment-area h3 {
    font-size: 24px;
    font-family: "Nunito", sans-serif;
    color: #2c3e50;
}
.comment-area h4 {
    font-family: "Nunito", sans-serif;
    color: #2c3e50;
}
.comment-full label {
    padding-top: 21px;
    padding-bottom: 5px;
    font-size: 15px;
}
.comment-full input {
    border-radius: 0;
    padding: 13px;
}
.submit-btn button{
    border:0;
    background: #0f5286;
    color: #fff;
    border: 0;
    padding: 13px 27px;
    margin-top: 30px;
}
/* end blog detail css */


.popup{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    text-align:center;
}

.popup img{
    max-width:90%;
    max-height:90%;
    margin-top:3%;
}

.close{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:35px;
    cursor:pointer;
}
.about_innerSolution{
    width: 100%;
    margin-top: 70px;
}

.service-list{
    margin:auto;
    display:flex;
    gap:22px;
    margin-top: 30px;
}

.service-box{
    display:flex;
    align-items:center;
    gap:20px;
    background:#fff;
    padding:25px;
    border-radius:18px;
    position:relative;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.4s ease;
}

.service-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#f0a00d;
    transition:.4s;
}

.service-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.service-box:hover::before{
    width:100%;
    opacity:.05;
}

.service-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:16px;
    background:linear-gradient(135deg,#f0a00d,#ffc94a);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    transition:.4s;
}

.service-box:hover .service-icon{
    transform:rotate(-10deg) scale(1.08);
}

.service-text h4{
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: .9rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}

.service-text p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}

/* Mobile */
@media(max-width:768px){

.service-box{
    flex-direction:column;
    align-items:flex-start;
    padding:20px;
}

.service-icon{
    width:60px;
    height:60px;
    min-width:60px;
    font-size:24px;
}

.service-text h4{
    font-size:20px;
}

}



.about-product{
    max-width:1200px;
    margin:auto;
    padding:30px 20px;
    font-family: "Nunito", sans-serif;
}

.section-title{
    display:flex;
    align-items:center;
    gap:15px;
}

.section-title span{
    width:60px;
    height:5px;
    background:#f0a00d;
    border-radius:50px;
}

.section-title h2{
    font-size:34px;
    color:#1b1b1b;
    font-weight:700;
}

.about-text{
    color:#666;
    line-height:1.5;
    margin-bottom:45px;
}

.about-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:35px;
}

.left-side img{
    width:100%;
    border-radius:15px;
    margin-bottom:25px;
}

.feature-card{
    display:flex;
    gap:18px;
    align-items:flex-start;
    background:#fff;
    border-radius:15px;
    padding:22px;
    margin-bottom:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-6px);
}

.feature-card i{
    width:60px;
    height:60px;
    border-radius:12px;
    background:#f0a00d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    padding: 30px;
}

.feature-card h4{
    margin:0 0 8px;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: .9rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2c3e50;
}

.feature-card p{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #808b8d;
    line-height:1.7;
}

.highlight-box{
    background:linear-gradient(135deg,#f0a00d,#ffbe3b);
    color:#fff;
    border-radius:20px;
    padding:40px;
    text-align:center;
    margin-bottom:25px;
}

.highlight-box i{
    font-size:45px;
    margin-bottom:20px;
}

.highlight-box h3{
    margin-bottom:15px;
    font-size:26px;
}

.highlight-box a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:991px){

.about-grid{
    grid-template-columns:1fr;
}

}



















