@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.4rem 'Open Sans', sans-serif; color: var(--body_txt_color); }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; }
/* font-family: "Raleway", sans-serif; */

:root{
    --black: #000;
    --brand: #ffd400;
    --white: #fff;
    --body_txt_color: #383838;
    --bg_color: #EBEBEB;
    --yellow: #FCA028;
    --border_color: #e5e9e8;
   }


@keyframes slide{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1920px 0;
    }
}

em{font-style: normal;}
.as_btn{display: inline-flex; align-items: center;  line-height: 5rem; padding: 0 3rem; text-align: center; font-weight: 600; z-index: 3; position: relative; transition: .4s; text-transform: uppercase; overflow: hidden; background: var(--yellow); color: var(--white); border-radius: 3rem; height: 5rem; margin-top: 2.5rem;}
.as_btn::before{content: ""; position: absolute; height: 100%; width: 43rem; top: 50%; left: 50%; background: var(--black); transform: translateY(-50%) translateX(-50%) scale(0); transition: all .5s ease-out 0s; z-index: -1;}
.as_btn:hover::before{transform: translateY(-50%) translateX(-50%) scale(1);}
.as_btn:hover{color: var(--white);}
.as_btn i{padding-right: .5rem;}
.ptb{padding: 7rem 0;}
.inner_ptb{padding: 4rem 0 7rem 0;}
h1,h2{font-family: "Raleway", sans-serif; font-size: 3rem; line-height: 3.5rem; text-transform: capitalize; color: var(--black); font-weight: 700;}
h4{font-family: "Raleway", sans-serif; font-size: 2.2rem; line-height: 2.8rem; text-transform: capitalize; color: var(--black); font-weight: 700;}
h5{font-family: "Raleway", sans-serif; font-size: 2rem; line-height: 2.5rem; text-transform: capitalize; color: var(--black); font-weight: 700;}
h6{font-family: "Raleway", sans-serif; font-weight: 600; font-size: 1.8rem; line-height: 2.2rem; text-transform: capitalize; color: var(--black);}
.all_more_btn{color: var(--black); border: .1rem solid var(--yellow); display: inline-block; padding: 0 2.5rem; text-transform: capitalize; height: 4rem; line-height: 4rem; border-radius: 3rem; font-weight: 600; letter-spacing: .1rem;}
.all_more_btn:hover{background: var(--black); color: var(--white); border-color: var(--black);}
.read_more{width: 4rem; height: 4rem; border-radius: 100%; background: var(--yellow); color: var(--white); display: flex; align-items: center; justify-content: center;}
.read_more:hover{background: var(--black); color: var(--white);}


/*header*/
.header_sec{ width: 100%;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.nav_top .dropdown-menu li a{ font-size: 1.4rem; padding: .5rem 1rem; width: 100%;}
/* .nav_top .dropdown-menu li:last-child a{border-bottom-color: transparent;} */
.menu_sec {padding: 0 6rem 0 0;}
.menu_sec li{ position: relative; font-weight: 500; text-transform: capitalize;}
.menu_sec li a{display: inline-block; padding: 2rem 2rem 2rem 0; color: var(--black);}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--yellow);}
.nav_top .navbar-brand img{width: 20rem;}
.heder_menu{padding: 1rem 0;}
.header_sec .container{max-width: 100%; padding: 0 3rem;}
.heder_rt{position: absolute; right: 19rem; top: 2rem; border-right: .2rem solid var(--border_color);}
.heder_rt ul li{display: inline-block;}
.heder_rt ul li a{display: inline-block; padding-right: 1.5rem; color: var(--black);}
.menu_drawer {width: 100%; background: var(--white); height: 100vh;  position: fixed;  left: 0;  top: 0; transform: translateX(-100%); transition: all ease 0.5s; padding: 1rem; z-index: 9999; display: flex; align-items: center; justify-content: center;}
.open {transform: translateX(0%);}
.back_button{position: absolute; right: 2rem; top: 2rem; color: var(--black); cursor: pointer; font-size: 1.8rem; border: .1rem dashed #ccc; width: 3.5rem; height: 3.5rem; display: flex; align-items: center; justify-content: center; border-radius: 100%;}
.search_box.input_fld{width: 100%; display: flex; margin-bottom: 0; align-items: center; justify-content: center;}
.search_box.input_fld input[type="text"]{width: 30%; float: left; border-radius: 4rem;}
.search_box button{width: 4%; border-radius: 100%; padding: 0; display: flex; align-items: center; justify-content: center; margin-left: 2rem; float: right; font-size: 1.8rem; height: 5.3rem;}
.drop-arw{position: absolute; right: .7rem; top: 2rem;}
.drop-arw::after{border: none; font-family: "Font Awesome 6 Pro"; content: "\f107"; font-size: 1.2rem;}
.menu_sec .dropdown{margin-right: 1.2rem;}
.nav_top .navbar-brand{border-right: .1rem solid var(--border_color); padding: 0 2rem 0 0; position: absolute; left: 0; top: -5.4rem; height: 11.8rem; display: flex; align-items: center; justify-content: center;} 
.heder_top{border-bottom: .1rem solid var(--border_color); margin-left: 25rem;}
.heder_top .d-flex{justify-content: space-between; align-items: center; padding: 1.5rem 0;}
.con_top_txt strong{font-weight: 500; color: var(--black);}
.con_top_txt i{color: var(--brand); padding-right: .5rem;}
.heder_lt{position: absolute; right: -3rem; top: 0;}
.heder_lt .as_btn{border-radius: 0; height: 6.4rem;}
.header_sec.fixed{box-shadow: 0 0 .7rem 0 #ccc; background: var(--white); z-index: 999; position: fixed; left: 0; top: 0;}
.header_sec.fixed .heder_top{display: none;}
.header_sec.fixed .nav_top .navbar-brand{position: inherit; left: inherit; top: inherit; height: auto;} 
.header_sec.fixed .menu_sec {padding: 0 31rem 0 0;}
.menu_heading{font-size: 1.8rem; text-transform: capitalize; display: block; color: var(--black);}
.mega_menu_rt{border-radius: .5rem; overflow: hidden;}
/* .mega_menu_rt img{height: 15rem; object-fit: cover;} */
.sub_list li{position: relative; padding-left: .5rem;}
.sub_list li a::before{background: var(--yellow); width: .5rem; height: .5rem; border-radius: 100%; content: ""; position: absolute; left: 0; top: 1.5rem;}
.menu_main_row{margin-top: 1rem; position: relative;}  
.mega_menu_img{position: absolute; right: 0; bottom: 0;}
.mega_menu_img img{width: 20rem; border-radius: .5rem;}


 
/*banner*/  
.bannersec{ width: 100%;}
.banner_box{padding: 30rem 0;}




/* form */
.input_fld input[type="text"], .input_fld input[type="email"], .input_fld input[type="tel"], .input_fld input[type="password"], .input_fld textarea, .input_fld input[type="date"], .input_fld .form-select{width: 100%; border: .1rem solid #ced4da; height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; -webkit-appearance: none; color: var(--black); font-size: 1.5rem; border-radius: 1rem; background: transparent;}
.input_fld input[type="text"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="password"]::placeholder,  .input_fld textarea::placeholder, .input_fld input[type="date"]::placeholder{color: #999; opacity: 1;}
.input_fld .form-control:focus{ border-color: var(--brand); outline: 0; box-shadow: none; }
.input_fld .form-select{background:  var(--white)  url(../images/select_arrow.png)no-repeat right 1.5rem center; background-size: 1rem; padding: 0 1rem; height: 4.9rem; cursor: pointer;}
.input_fld button{border: none;}
/* .search_box .input_fld button a{color: #555 !important;} */
.input_fld .form-select:focus{border-color: var(--brand); box-shadow: none;} 
.input_fld{margin-bottom: 1.5rem;}
.input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}
.ban_frm_box .input_fld{width: 100%;}
.quantity_box{width: 100%; display: inline-block; border: .1rem solid #b6b5b5; overflow: hidden; border-radius: 1rem;}
.quantity_box .quantity{ position: relative; margin: auto;}
.quantity_box .quantity-nav {line-height: 5rem;}
.quantity_box .quantity-button {background: var(--white); color: #464646;  width: 3.3rem; height: 5rem; position: absolute; top: 0; text-align: center; cursor: pointer; font-size: 0;}
.quantity_box .quantity-up {left: 0; border-right: .1rem solid #b6b5b5;}
.quantity_box .quantity-up::before, .quantity_box .quantity-down::before{content: "\2b"; font-family: "Font Awesome 6 Pro"; font-size: 1.5rem;}
.quantity_box .quantity-down {right: 0; border-left: .1rem solid #b6b5b5;}
.quantity_box .quantity-down::before{content: "\f068";}
.quantity input[type="number"]{outline: none;  color: #464646; height: 5rem; width: 100%; border-radius: 0;  text-align: center; border: none; padding-left: 2rem;}



/* Features Destinations */
.destinations_txt{margin: -5.4rem 2rem .2rem; width: auto; padding: 1.1rem 2rem 1.5rem; position: relative; background-color: var(--white); border-radius: .6rem; -webkit-transition: all 500ms ease; transition: all 500ms ease; -webkit-box-shadow: 0 0 .9rem 0rem rgb(0 0 0 / 5%); -moz-box-shadow: 0 0rem .9rem 0 rgb(0 0 0 / 5%); box-shadow: 0 0rem .9rem 0 rgb(0 0 0 / 5%);}
.destinations_box{margin-top: 3rem;}
.destinations_txt h4 a{color: var(--black);}
.rating li{display: inline-block !important;  margin: 0 .2rem 0 0 !important;  padding: 0 !important;  border: none !important;  width: auto !important;  float: none !important;}
.bold_icon::before, .liner_icon::before { font: normal 1.4rem / 1 FontAwesome; content: "\f006"; color: #FFC107;}
.bold_icon::before { content: "\f005";}
.destinations_lt span{font-size: 1.4rem;}
.destinations_lt span i{color: var(--brand); padding-right: .5rem;}

.destinations_flex{justify-content: space-between;}
.destinations_img img{border-radius: .5rem;}
.all_btn{position: absolute; right: 0; top: 0;}


/* about_sec */
.ab_rt{padding: 2.5rem; border: .1rem solid #f9f9f9; box-shadow: 0 .9rem 1rem .4rem rgb(0 0 0 / 10%); border-radius: .5rem;}
.ab_rt img{border-radius: .5rem;}
.txt_list{width: 100%; display: inline-block;}
.txt_list li{width: 50%; float: left; margin-top: 1.5rem; border-bottom: .1rem solid var(--border_color); padding-bottom: 2rem;}
.txt_list li b{display: block; text-transform: capitalize; color: var(--black); font-size: 2rem; padding-bottom: .5rem;}
.heding_flex_img img{width: 5rem; margin-right: 2rem;}
.heding_flex{margin-top: 3rem; align-items: center;}
.heding_flex_txt{font-size: 2rem; line-height: 2.5rem; color: var(--black);}
.heding_flex_txt em{color: var(--yellow);}
.btn_list li{display: inline-block; margin-top: 4rem;}
.ph_box{background: var(--white); padding: 2rem 3rem 1.5rem; border-radius: .8rem; -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,.1); box-shadow: 0 1rem 2rem rgba(0,0,0,.1); display: inline-block; display: flex; align-items: center; justify-content: center;}
.ph_box strong{color: var(--black); font-size: 2rem;}
.ph_box em{color: var(--yellow); border: .1rem dashed var(--yellow); width: 4.5rem; height: 4.5rem; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; border-radius: 100%; font-size: 2rem;}
.btn_list li{margin-right: 8rem;}
.btn_list li:last-child{margin-right: 0;}
.ph_box strong small{display: block; color: var(--yellow);}


/* choose_sec */
.choose_sec{position: relative;}
.choose_sec .container{max-width: 100%; padding: 0;}
.choose_sec::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/bg_img_2.png)no-repeat center center/cover; content: ""; opacity: 0.2;}
.count_list{background: var(--yellow);}
.count_list li{text-align: center; display: flex; align-items: center; flex-direction: column; padding: 2.61rem 0; border-bottom: .1rem solid rgba(255,255,255,.2);}
.count_list li em img{width: 5rem; margin: 0 auto 1.5rem auto;}
.choose_rt{position: relative;}
.count_list li strong{color: var(--white); font-size: 5rem;}
.count_list li sup{color: var(--white); font-size: 4rem; text-align: right; right: -5.5rem; top: -3rem;}
.count_list li span{display: block; padding-top: 1rem; color: var(--white); font-weight: 600;}
.choose_rt_txt{padding: 5rem 3rem 2rem 3rem;}
.choose_boxes{padding: 0 3rem 5rem 3rem;}
.choose_img img{width: 6rem;}
.choose_box{background: var(--white); padding: 2rem; box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%); margin-top: 3rem;}


/* call_sec and faq_sec */
.book_srv_sec{border-left: .3rem solid var(--yellow); transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; margin-top: 2.5rem; margin-bottom: 0; padding: 0 0 0 2.5rem;}
.pn_txt {font-size: 2.2rem; color: var(--yellow); display: block; padding: 1rem 0; font-weight: 600; }
.email_txt { color: var(--yellow); font-size: 1.8rem; display: block;  padding: 1rem 0;  font-weight: 600;}
.email_txt:hover, .pn_txt:hover{color: var(--black);}



/* faq_sec */
.faq_img{display: block; border-radius: .5rem; overflow: hidden; margin-top: 3rem; position: relative;}
.faq_contact .accordion-item{margin-top: 0; border-color:transparent; border-top: .1rem solid rgba(0,0,0,.125); margin-top: 1rem;}
/* .faq_contact .accordion-item:first-child{margin-top: 0;} */
.faq_contact .accordion-button:not(.collapsed){color: var(--heading); background-color: transparent; box-shadow: none;}
.faq_contact .accordion-button:focus {box-shadow: none;}
.faq_contact .accordion-button{padding: 1.5rem;}
.faq_contact .accordion-button::after {width: auto; height: auto; background-image: none; font-family: "Font Awesome 6 Pro"; content: "\2b"; color: var(--heading); font-size: 2rem;}
.faq_contact .accordion-button:not(.collapsed)::after{background-image: none; content: "\f068"; color: var(--heading);}
.faq_rt{margin-left: 7rem;}
.faq_contact .accordion-item h6{margin-right: 3rem; color: var(--heading);}
.faq_contact .accordion-body{background: var(--white); border-left: .4rem solid var(--brand); -webkit-box-shadow: 0 .4rem 6rem rgb(0 0 0 / 7%); box-shadow: 0 .4rem 6rem rgb(0 0 0 / 7%);}
.faq_contact .accordion-body p{color: var(--heading);}

/* portfolio_page */
.portfolio_box{position: relative;  overflow: hidden;}
.portfolio_content{position: absolute; width: 100%; height: 100%; top: 0; right: 0;}
.portfolio_link{width: 4rem; height: 4rem; background: var(--white); display: flex; align-items: center; justify-content: center; position: absolute; right: 2rem; top: 2rem; transition: 0.5s; border-radius: 100%; opacity: 0; visibility: hidden; font-size: 2.5rem; color: var(--brand); z-index: 9;}
.portfolio_link::before{content: ""; position: absolute; left: -.5rem; right: -.5rem; top: -.5rem; bottom: -.5rem; border: .2rem dotted var(--white); border-radius: 100%;}
.portfolio_info{position: absolute; bottom: 2rem; left: 2rem; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 9;}
.portfolio_content:hover::before{opacity: 0.9; visibility: visible;}
.portfolio_content:hover .portfolio_link{opacity: 1; visibility: visible; color: var(--brand);}
.portfolio_content:hover .portfolio_info{opacity: 1; visibility: visible; bottom: 4.5rem;}
.portfolio_box::before{content: ""; position: absolute; right: -21%; top: 50%; transform: translateY(-50%) rotate(135deg); width: 32rem; height: 100rem; background: linear-gradient(180deg, #181717 0%, rgba(18, 18, 18, 0) 100%); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-right: -6rem; z-index: 1; pointer-events: none;}
.portfolio_box::after{content: ""; position: absolute; right: 32%; top: 50%; transform: translateY(-50%) rotate(135deg); width: 25rem; height: 95rem; background: linear-gradient(180deg, #262626 8.61%, rgba(18, 18, 18, 0) 100%); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-right: -9rem; pointer-events: none;}
.portfolio_box:hover::before{opacity: 0.55; margin-right: 0;}
.portfolio_box:hover::after{opacity: 0.35; margin-right: 0;}
.our_portfolio{position: relative;}
.portfolio_box img{border-radius: .3rem;}
.gallery_sec .container{max-width: 100%;}
.gallery_box{box-shadow: 0 .4rem 1.4rem rgba(0, 0, 0, 0.1); background: var(--white); padding: 1rem; margin-top: 1.5rem; border-radius: .5rem;}
.gallery_rt{margin-left: -4rem; position: relative; z-index: 5;}


/* feed_back_sec */
.per_raing_flex{align-items: center; justify-content: space-between;}
.person_img img{width: 5rem !important; height: 5rem; margin-right: 1rem; border-radius: 100%; object-fit: cover;}
.person_txt strong{text-transform: capitalize;  font-family: "Raleway", sans-serif; color: var(--black); font-size: 1.8rem;}
.feed_back_box{box-shadow: 0 .4rem 4rem rgba(0, 0, 0,0.025); -moz-box-shadow: 0 .4rem 4rem rgba(0, 0, 0,0.025); -webkit-box-shadow: 0 .4rem 4rem rgba(0, 0, 0,0.025); border-radius: 2rem; -moz-border-radius: 2rem; -webkit-border-radius: 2rem; background: #f7f7f7; padding: 3rem; position: relative;  margin-top: 3rem;}
.person_flex{align-items: center;}
.slider_btn .owl-nav{display: none;}
.slider_btn .owl-dots{display: flex; align-items: center; justify-content: center; margin-top: 2rem;}
.slider_btn .owl-dot{border: .1rem solid #bfbfbf; width: 1.5rem; height: 1.5rem; border-radius: 100%; margin: 0 .5rem;}
.slider_btn .owl-dot.active{border-color: var(--yellow);}
.feed_back_sec .owl-item {transform: scale(0.85); transition: 0.4s all ease-in-out; opacity: .3;}
.feed_back_sec .owl-item.active.center{transform: scale(1.03); transition: 0.4s all ease-in-out; opacity: 1;}
.qutatio_icon{position: absolute; bottom: 1rem; right: 1rem;}
.feed_back_sec p.feed_main_para{max-width: 80rem; margin: 0 auto; text-align: center;}






/* footer_sec */
.footer_sec{background: var(--black); padding-top: 4rem;}
.ft_ph_img{width: 5rem; height: 5rem; background: var(--white); border-radius: 100%; margin-right: 1.5rem; color: var(--black); display: flex; align-items: center; justify-content: center; box-shadow: 2.286px 3.181px 0px 0px var(--yellow); font-size: 1.8rem;}
.ft_ph_txt{color: var(--white); font-weight: 500; font-size: 2rem;}
.ft_ph_box .d-flex{align-items: center;}
.heder_rt.ft_heder_rt{position: inherit; right: inherit; top: inherit; border-right: none;}
.heder_rt.ft_heder_rt ul li{font-size: 2rem;}
.heder_rt.ft_heder_rt ul li a{color: var(--white); padding-right: 2.5rem;}
.ft_top{border-bottom: .1rem solid #FFFFFF1A;}
.ft_ph_box, .heder_rt.ft_heder_rt, .ft_top_rt{padding-bottom: 4rem;}
.nes_box{display: inline-block; width: 100%; background: #1B1C20; box-shadow: 2.286px 3.181px 0px 0px var(--yellow); border-radius: 3rem; overflow: hidden;}
.nes_box.input_fld input[type="email"]{border: none; width: 75%; float: left;}
.nes_box.input_fld button{background: var(--white); color: var(--black); width: 25%; float: right; height: 5rem; border-radius: 0; padding: 0; justify-content: center; margin-top: 0;}
.nes_box.input_fld button:hover{color: var(--white);}
.ft_top_rt{border-left: .1rem solid #FFFFFF1A; padding-left: 3rem;}
.ft_heading{color: var(--white); text-transform: capitalize; font-size: 2rem; line-height: 2.2rem; font-family: "Raleway", sans-serif;}
.ft_top_rt .d-flex{align-items: center; justify-content: space-between;}
.ft_top_rt .d-flex .ft_heading{margin-right: 3rem;}
.ft_logo img{width: 20rem;}
.ft_mid_lt, .ft_mid_mid, .ft_mid_rt {padding: 3rem 0;}
.other_ft_heading{display: block; padding-bottom: 3rem;}
.ft_mid_mid ul li, .ft_mid_mid ul li a{color: var(--white);}
.ft_mid_mid ul li{position: relative; padding-left: 5rem; margin-top: 4rem;}
.ft_mid_mid ul li:first-child{margin-top: 1rem;}
.ft_mid_mid ul li em{width: 3.5rem; height: 3.5rem; background: var(--white); border-radius: 100%; margin-right: 1.5rem; color: var(--black); display: flex; align-items: center; justify-content: center; box-shadow: 2.286px 3.181px 0px 0px var(--yellow); font-size: 1.5rem; position: absolute; left: 0; top: -.6rem;}
.ft_bottom{border-top: .1rem solid #FFFFFF1A; padding: 1.5rem 0;}
.ft_bottom.d-flex{align-items: center; justify-content: space-between;}
.ft_bottom span{color: var(--white);}
.ft_bottom span a{color: var(--yellow); border-bottom: .1rem solid var(--yellow);}
.ft_mid_rt ul li{margin-top: 1rem; text-transform: capitalize;}
.ft_mid_rt ul li:first-child{margin-top: 0;}
.ft_mid_rt ul li a{color: var(--white);}
.ft_mid_mid{padding-left: 2rem;}
.ft_mid_rt{border-left: .1rem solid #FFFFFF1A;  padding-left: 5rem;}
.ft_mid_rt ul li a:hover, .ft_mid_mid ul li a:hover, .heder_rt.ft_heder_rt ul li a:hover{color: var(--yellow);}


/* listing_page */
.inner_banner_txt{padding: 5rem 0 8rem 0; border-top: .1rem solid var(--border_color); border-bottom: .1rem solid var(--border_color); background: #f5f6f6; position: relative;}
.inner_bg_img{background-repeat: repeat-x !important;  animation: slide 100s linear infinite;  -webkit-animation: slide 100s linear infinite; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;}
.place_lising_box{background: var(--white); box-shadow: 0 0 12px #00000026; padding: 1rem; border-radius: .5rem;}
.place_lising_lt{border-radius: .5rem; overflow: hidden;}
.place_lising_rt h4 a{color: var(--black);}
.place_top_flex{align-items: center; justify-content: space-between;}
.benifit_list li{display: inline-block; margin: 2rem 1.5rem 0 0;}
.benifit_list li:last-child{margin-right: 0;}
.benifit_list li .d-flex{align-items: center;}
.benifit_img{background: var(--border_color); width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center;  margin-right: 1rem;}
.benifit_img img{width: 3rem;}
.benifit_txt{font-weight: 500; text-transform: capitalize; color: var(--black);}
.pla_list_btn_list li{display: inline-block; margin-right: 2rem;}
.pla_list_btn_list li .as_btn{height: 4rem; line-height: 4rem; font-size: 1.4rem; margin-top: 1.2rem;}
.pla_list_btn_list li .all_more_btn{font-size: 1.4rem;}
.pla_list_btn_list li .all_more_btn em{display: inline-block; padding-right: .5rem;}
.place_lising_box{margin-top: 3rem;}
.place_lising_box:nth-child(even) .row{flex-direction: row-reverse;}







@media (min-width: 992px) and (max-width: 9000px) 
{
.nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .4rem solid var(--yellow); 
    background: var(--white) !important; width: 15rem; padding: 0; border-radius: .5; left: -0; right: inherit; padding: 1rem 2rem 1rem 2rem; -webkit-box-shadow: 0 20px 32px -8px rgba(17, 16, 19, .15), 0 0 1px rgba(17, 16, 19, .05);
    box-shadow: 0 20px 32px -8px rgba(17, 16, 19, .15), 0 0 1px rgba(17, 16, 19, .05);}

.nav_top .dropdown:hover .dropdown-menu { max-height: 60rem;opacity: 1; visibility: visible; }
.nav_top .dropdown .dropdown-menu.mega_menu{width: calc(100vw - 8.8vh); left: -34rem;}

}

/* responsive */
@media only screen and (max-width: 1400px){
    .banner_box{padding: 26.5rem 0;}
    
}

@media only screen and (max-width: 1199px){
    
   
}

@media only screen and (max-width: 991px){
    
    .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}
    .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; height: .4rem; border-radius: .3rem; background-color: var(--black); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
    
    
}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    
    
}


@media only screen and (max-width: 575px){

    

    
}

@media only screen and (max-width: 480px){
  
  

}