*{
	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{
    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 a{
    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;
}
.linkdin_link a{
    background: #0f5286;
    font-size: 30px;
    color: #fff;
    padding: 3px 13px;
}
.about_ul{
    display: flex;
    flex-wrap: wrap;
}
.about_ul li{
    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 0px 0px 0px;
    position:relative;
    background-image:url('../../website_assets/images/bg_corp2.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:50px;
}
.flight4{
    position: absolute;
    bottom: -33px;
    width: 68%;
    left: 30%;
    opacity: .3;
}
.service_heading{
    text-align: center;
}
.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;
}
.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: 270px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.service_item:hover{
    background: #0f5286;
}
.service_item:hover h5{
    color:#fff;
}
.service_item:hover p{
    color:#fff;
}
.service_item:hover i{
    color:#fff;
}
.service_item 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;
}
.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: 40px 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;
}
.customer_phone input{
    background: #0000;
    border: 1px solid #ccc;
    width: 100%;
    height: 58px;
    border-radius: 5px
}
.form-floating input[type="datetime-local"]::-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 20px 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{
    height:300px;
}
.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;
    height:60px;
    cursor: pointer;
}
.zoomIimg {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.mdl_cntnt {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    animation: zoom 0.3s ease-in-out;
    box-shadow: 0 0 15px #000;
}

@keyframes zoom {
    from {transform: scale(0.5);}
    to {transform: scale(1);}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
.newsletter{
    position: relative;
}
.newsletter input{
    width: 100%;
    padding: 1rem 3rem 1rem .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;
}
.newsletter .iata_img{
    width: 100px;
    margin-top: 10px;
}
.newsletter .tafi_img{
    width:100px;
    margin-top: 10px;
}
.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;
}
.owlSuccess_story{
    margin-top:20px;
}
.owlSuccess_story .owl-stage-outer{
    padding:20px 0px;
}
.success_story{
    min-height: 280px;
    border-right: 4px solid #0e5184;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 0px 30px;
    margin: 0 10px 0px 10px;
    overflow: hidden;
    position: relative;
    transition:.5s;
}

.success_story:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #f0a00d;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.success_story:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #f0a00d;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.success_story:hover{
    transform:scale(1.03);
}
.success_story::-webkit-scrollbar {
    width: 8px;
}

.success_story::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}
.story_box p{
    display:flex;
    gap: 7px;
}
.story_box p i{
    color:#008000;
}
.success_story h4{
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #2C3E50;
}
.success_story p{
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
    margin-bottom: 5px;
}

.bg_success_story .owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
}
.bg_success_story .owl-theme .owl-dots .owl-dot.active span, .bg_success_story .owl-theme .owl-dots .owl-dot:hover span{
    background:#f0a00d;
}
.story_boxp{
    dispaly:flex;
    gap:7px;
}
/* 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;
    position:relative;
    overflow-x:hidden;
}
/*.flight_img1{*/
/*    position: absolute;*/
/*    width: 30%;*/
/*    top: 49%;*/
/*    transform: rotate(-51deg);*/
/*}*/
.flight_img1{
    position: absolute;
    width: 30%;
    top: 47%;
    left: 0;
    transform: rotate(-51deg);
}
.flight_img2{
    position: absolute;
    width: 23%;
    top: 38%;
    right: 30px;
}
.travel_box{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
}
.travel_inner{
    width: 32%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    padding: 1.5rem !important;
    position: relative;
    z-index: 3;
    background: #fff;
}
.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;

}
.travel_inner ul li{
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #808B8D;
    margin-bottom: 10px;
}
.travel_inner:hover ul li{
    color:#fff;
}
.get_quate{
    margin-top: 30px;
    font-size: 28px;
    font-weight: 800;
    color: #808B8D;
}
.get_quate1{
    margin-top: 30px;
    font-size: 20px;
    color: #808B8D;
}
.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 */

.Privacy_policy{
    padding:50px 0px;
}
.Privacy_policy h2{
    font-size:20px;
}
.Privacy_policy ol li+li{
    margin-top:10px;
}
.Privacy_policy ul li+li{
    margin-top:10px;
}

/* start responsive css */
@media screen and (max-width:767px) and (min-width:200px){
    .navbar_nav{
        padding:0px 0px;
        top:10px;
        border-bottom:0;
    }
    .navbar_navFixed{
        top:0;
    }
    .nav_toggler{
        border:0;
        padding: 0;
    }
    .navbar-toggler:focus{
        box-shadow:none;
    }
    .navbar-nav{
        background:#fff;
    }
    .navbar_nav .navbar-nav .nav-link{
        color:#000;
        padding: 10px 0px;
    }
    .nav_toggler i{
        font-size:30px;
        color:#fff;
    }
    .navbar_navFixed .nav_toggler i{
        color:#0f5286;
    }
    .banner_content{
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner_content h2{
        font-size: 3rem;
    }
    .bg_about{
        padding:40px 0px 0px 0px;
    }
    .about_inner h2{
        font-size: 2rem;
    }
    .about_inner{
        width:100%;
    }
    .about_inner img{
        margin-bottom:20px;
    }
    .service_heading h2{
        font-size: 2rem;
    }
    .popular_inner1{
        width:100%;
    }
    .popular_inner1 img{
        height:auto;
    }
    .popular_inner2{
        width:100%;
        margin-top:15px;
    }
    .popular_inner2 img{
        height:auto;
    }
    .popular_img .span_offer{
        font-size:13px;
    }
    .popular_img .span_place{
        font-size:13px;
    }
    .service_item{
        height:auto;
    }
    .service_item p{
        margin-bottom:0;
    }
    .bg_service{
        padding:50px 0px 20px 0px;
    }
    .booking{
        padding: 3rem 1rem !important;
    }
    .testimonial_owl_carousel::before{
        box-shadow:none;
    }
    .testimonial_owl_carousel::after{
        box-shadow:none;
    }
    .bg_package{
        padding:20px 0px 20px 0px
    }
    .bg_our_guide{
        padding:20px 0px 20px 0px
    }
    .bg_testimonial{
        padding:30px 0px 20px 0px
    }
    .ulBox li{
        display:flex;
    }
    .ulBox li a{
        font-size:13px;
    }
    .fitem-box p{
        font-size:13px;
    }
    .ftr_newsletter{
        margin-top:20px;
    }
    .ftr_btm{
        justify-content:flex-start;
        gap:15px;
    }
    .miles_inner{
        width:100%;
    }
    .miles_inner + .miles_inner{
        margin-top:20px;
    }
    .about_section2{
        flex-direction: column-reverse;
    }
    .breadcrumb_about{
        height:250px;
    }
    .breadcrumb_about h2{
        font-size:2rem;
    }
    .owl-carousel .owl-item img{
        width: auto !important;
        margin: auto !important;
    }
    .bg_travel {
        padding: 30px 0px 0px 0px;
    }
    .travel_inner{
        width:100%;
    }.bg_contactus {
        padding: 30px 0px 0px 0px;
    }
    .package_heading h2{
        font-size:2rem;
    }
    .package_inner1{
        width:100%;
        margin-bottom:11px;
    }
    .package_inner2{
        width:100%;
    }
    .package_inner1 img{
        height:auto;
    }
    .package_inner2 img{
        height:auto;
    }
    .bg_packge_overview{
        padding:30px 0px 20px 0px;
    }
    .flight_img1{
        display:none;
    }
    .flight_img2{
        display:none;
    }
    .bg_service{
        background-image:none;
    }
}
/* end responsive css */


























