@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
.clearall {
	padding:0px;
	margin:0px;
}
::selection {
	background:#3566b1;
	color:#FFF;
}
::-moz-selection {
	background:#3566b1;
	color:#FFF;
}
a:hover{
  text-decoration:none;
}
a{
 	text-decoration:none;
}
a:focus{
  outline:0;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
html {
  /*scroll-behavior: smooth;*/
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*font-family: 'Rajdhani', sans-serif;*/
	font-family: 'Mulish', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	line-height: inherit; 
	/*font-family: 'Rajdhani', sans-serif;*/
	/*font-family: 'Cinzel', serif;*/
  font-family: 'Overlock', cursive;

}
p {
	margin: 0;
	padding: 0;
	/*font-family: 'Rajdhani', sans-serif;*/
	font-family: 'Mulish', sans-serif;
	/*font-family: 'Noto Serif', serif;*/
	line-height: inherit;
	/*color: #656565;*/
	color: #6c717a;
	font-size: 15px;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Rajdhani', sans-serif;
	line-height: inherit;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffe09a; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e04c26; 
}


/*Footer*/
.jiby_ftr_sec{
	float: left;
	width: 100%;
	position: relative;
	padding: 40px 0 20px 0;
	background:#272727 url(../Dphoto/pattern.png) repeat 0 0;
    background-size: 25%;
    background-attachment: scroll;
    background-position: 50% 0;
}
.jiby_ftr_sec_box{
	width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;    
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    
}
.jiby_ftr_sec_box_single{
	position: relative;
    float: left;
    width: 30%;
    margin: 0 15px 0 0;
    padding: 0;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
   
}
.jiby_ftr_sec_box .jiby_ftr_sec_box_single:first-child{
	width:50%;
	padding: 0 60px 0 0;
}
.jiby_ftr_sec_box .jiby_ftr_sec_box_single:nth-child(2){
	
	padding: 0 50px 0 0;
}
.jiby_ftr_sec_box_single:last-child{
	margin-right: 0;
}
.jiby_ftr_sec_box_single_head{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
}
.jiby_ftr_sec_box_single_head h3 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    
}
.jiby_ftr_sec_box_single_cont{
	float: left;
	width: 100%;
	position: relative;
      margin: 15px 0 0 0;
}
.jiby_ftr_sec_box_single_cont p{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.jiby_ftr_sec_box_single_cont ul{
	float: left;
	width: 100%;
	position: relative;
}
.jiby_ftr_sec_box_single_cont ul li{
	float: left;
	width: 100%;
	position: relative;
	color: #fff;
	font-size: 15px;
	transition: 0.5s ease-in-out;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
}
.jiby_ftr_sec_box_single_head h3:after{
	content: '';
	position: absolute;
	height: 2px;
	width: 10px;
	background: #fff;
}
.jiby_ftr_sec_box_single_head h3:before{
	content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    background: #fff;
    bottom: -2px;
    left: -8px;
}
.jiby_ftr_sec_box_single_cont ul li:before {
    position: relative;
    content: '\f101';
    font-family: FontAwesome;
    margin: 0 5px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #e6a63b;
}
.jiby_ftr_sec_box_single_cont ul li:hover{
	padding: 0 0 0 15px;
	transition: 0.5s ease-in-out;
}
.contact_info_box_adrs_icon {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 30px;
}
.socialButton {
  margin-top: 0px;
}
.socialButton > a {
  position: relative;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  color: white;
  z-index: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 0 none;
  line-height: 45px;
  margin: 5px;
  width: 45px;
  height: 45px;
}
.socialButton > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; 
  border: 0 none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}
.socialButton > a:hover::before {
  background: #02c39a;
  border-radius: 0;
  border: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.socialButton > a.facebook:hover::before {
  background: #3b5998;
}
.socialButton > a.twitter:hover::before {
  background: #1cadeb;
}
.socialButton > a.google-plus:hover::before {
  background: #d95232;
}
.socialButton > a.github:hover::before {
  background: #0d2636;
}
.socialButton > a.email:hover::before {
  background: #02c39a;
}
.jiby_copy {
    float: right;
    width: 100%;
    position: relative;
    display: flex;
    margin: 15px 0 0 0;
    text-align: center;
    right: 0;
    justify-content: center;
}
.jiby_copy p{
	color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.msa_dev_by a{
	color:#ed910d;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.jiby_add_news{
	float: left;
	width: 100%;
	position: relative;
	padding:20px 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.jiby_add_news_wrap{
	float: left;
	width: 100%;
	position: relative;	
}
.jiby_news {
    float: left;
    width: 60%;
    position: relative;
}
.jiby_news input{
	float: left;
	width: 100%;
	position: relative;
	border: none;
	outline: none;
	height: 40px;
	margin: 0 30px 0 0;
	padding: 0 0 0 10px;
	border-radius: 4px 0 0 4px;
}
.subscribe_bnt {
    float: left;
    width: 32%;
    position: relative;
    text-align: center;
    margin: 10px 0 0 0;
}
.subscribe_bnt a {
    padding: 10px 20px;
    background: #e14e18;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    font-weight: 600;
    float: none;
    width: auto;
    position: relative;
    border: 2px solid #da4619;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.subscribe_bnt a:hover{
	background: #fff0;
	color: #fff;
}
.jiby_ftr_sec_box_single_icn{
    float: none;
    width: 30%;
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto;
}
.jiby_new_rt{
	float: right;
}
.jiby_ftr_sec_box_single_icn img{
	width: 100%;
	object-fit: cover;
}

.ftr_add {
    float: right;
    width: 100%;
    position: relative;
    display: flex;
}
.ftr_add1 {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
}
.ftr_add1 i {
    float: left;
    width: auto;
    color: #e14e18;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.ftr_add1 h6 {
    float: right;
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.mt_rt{
	margin: 0 15px 0 0;
}
/*Footer*/



/*header*/

header {
    float: left;
    width: 100%;
    position: relative;
    background: #fffbf2;
}
.head_main{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  bottom: -10px;
}

.hm_logo {
float: none;
    width: 100%;
    position: absolute;
    margin: 0 auto 0px auto;
    z-index: 99;
    top: -30px;
    left: 25%;
    right: 0;
}
.hm_logo img{
  width: 100%;
}
.head_menu_left {
    float: left;
    width: 100%;
    position: relative;
}
.head_menu_left ul {
    float: right;
    position: relative;
    display: block;
    padding: 30px 0;
}
.head_menu_left ul li {
    float: left;
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.5s ease-in-out;
    padding: 0 5px;
    cursor: pointer;
}
.head_menu_left ul li:hover {
    color: #df4418;
}
.head_menu_right {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
}
.head_menu_right ul{
    float: right;
    position: relative;
    display: block;
    padding: 30px 0;
 
}
.head_menu_right ul li{
    float: left;
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.5s ease-in-out;
    padding: 0 5px;
    cursor: pointer;
}
.head_menu_right ul li:hover {
    color: #df4418;
}
/*.active{
    background: #df4418;
    color: #fff;
}*/
.head_left_top {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 15px 0 0 0;
    left: 65px;
    display: none;
}
.head_left_top i {
    float: none;
    width: auto;
    margin: 0 10px 0 0;
    font-size: 20px;
    color: #ed960c;
    transition: 0.5s ease-in-out;
}
.head_left_top i:hover{
  color: #000;
}
.head_right_top{
    float: right;
    width: auto;
    position: relative;
    right: 0%;
    margin: 0;
}
.head_right_top a {
    padding: 8px 30px;
    background: #0091C6;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 24px;
    position: relative;
    width: fit-content;
    float: right;
    transition: 0.5s ease-in-out;
    border: 1px solid #fffbf2;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.head_right_top a:hover {
    background: #273C8F;
    color: #fff;
    border: 1px solid #fff;
}
/*header*/



/*Banner*/
.inner_banner{
  float: left;
  width: 100%;
  position: relative;
  box-shadow: 1px 0px 2px 1px #e14d265e;
}
.inner_banner img{
  width: 100%;
  object-fit: cover;
}
.inner_banner_cont {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.inner_banner_cont_main{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.inner_banner_main{
  float: left;
  width: 100%;
  position: relative;
}
.inner_banner_cont_main h1{
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 2px 4px rgb(34 34 34);
    font-size: 58px;
    margin: 0;
    padding: 0;
    font-family: 'Passion One', cursive;
    letter-spacing: 1px;
}
.jiby_bread_main{
  float: left;
  width: 100%;
  position: relative;
 /* background: linear-gradient(to right, #286eb6 0%, #286eb6 30%, #5ea449 100%);*/
 background: #ec8f0e47;
}
.jiby_bread_card{
  float: left;
  width: 100%;
  position: relative;
}
.jiby_bread_card ul{
    float: left;
    width: 100%;
    margin: 0 0 0 0px;
    padding: 10px 0px;
    border-radius: 5px;
    position: relative;
}
.jiby_bread_card ul li{
    float: left;
    list-style: none;
    position: relative;
    position: relative;
    margin: 0px 8px 0px 0px;
    padding: 0px 1px 0 13px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jiby_bread_card ul li a{
    float: left;
    list-style: none;
    position: relative;
    position: relative;
    margin: 0px 8px 0px 0px;
    padding: 0px 1px 0 13px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jiby_bread_card ul li a i {
    font-size: 20px;
    color: #ffffff;
    padding: 7px;
    background-color: #ec8f0e;
    border-radius: 3px;
}
.jiby_bread_card ul li:before {
    position: absolute;
    content: '\f101';
    font-family: 'FontAwesome';
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    color: #e04c17;
    font-size: 17px;
    line-height: 18px;
}
.jiby_bread_card ul li:first-child:before{
  display: none;

}

.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fffbf2;
  z-index: 99;
  padding: 5px 0;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
}
.sticky_header .ec_bottom_header_all{
  *padding: 5px 0;
}
.inner_banner_cont_main h5{
    font-weight: 500;
    color: #ee9e15;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0 2px 4px rgb(34 34 34);
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-family: 'Yesteryear', cursive;
    letter-spacing: 1px;
}
.tailor_main_Sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.tailor_main{
  float: left;
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../Dphoto/tailor-bg1.jpg);
}
.tailor_main_cont {
    float: right;
    width: 70%;
    position: relative;
    padding: 80px 40px;
    background: #e35816;
}
.tailor_main_cont h4 {
    float: left;
    width: 100%;
    position: relative;
    color: #fffbf2;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Passion One', cursive;
    letter-spacing: 1px;
}
.tailor_main_cont:before {
    content: '';
    position: absolute;
    left: -36px;
    top: 0;
    width: 70px;
    height: 100%;
    background: #e35816;
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}
.tailor_main_cont_btn {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 20px 0 0 0;
}
.tailor_main_cont_btn a {
    background: #ff5e14;
    padding: 15px 40px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out;
    display: inline-block;
}
.tailor_main_cont_btn a:hover{
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}









.heading {
    float: left;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50px;
}
.heading h3 {
    font-family: 'Passion One', cursive;
    font-size: 40px;
    margin: 0 0 0 0;
    z-index: 11111;
    color: #000;
    text-transform: uppercase;
}
.head_under{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.head_under h4{
  color: #ffbfa2;
    font-weight: 500;
    font-family: 'Yesteryear', cursive;
    text-transform: capitalize;
    opacity: 0.5;
    font-size: 120px;
}
.our_partnres{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
  background: #272727;
}
.our_partnres_card{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.our_partnres_box{
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
}
.our_partnres_box img{
  width: 100%;
  object-fit: cover;

  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  filter: gray;
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);
}
.our_partnres_box_overlay{
    opacity: 0;
    position: absolute;
    float: left;
    width: 100%;
    top: 90px;
    transition: 0.5s ease-in-out;
}
.our_partnres_box_overlay img{
  width: 100%;
}
.our_partnres_box:hover .our_partnres_box_overlay{
  opacity: 0;
  top: 0;
}
.jiby_why_choose_card{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.jiby_why_choose{
  float: left;
  width: 100%;
  position: relative;
   background: #fff6f2;
}
.jiby_why_choose_single {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    background: #fff6f2;
    border-radius: 4px;
    border-right: 1px solid #ccc;
}
.jiby_why_choose_single_icn {
    float: left;
    position: relative;
    height: 50px;
    width: 50px;
    text-align: center;
    border: 3px solid #a2a2a2;
    border-radius: 50%;
    line-height: 52px;
}
.jiby_why_choose_single_icn i {
    font-size: 25px;
    color: #e14e17;
}
.jiby_why_choose_single_cont {
    float: left;
    width: auto;
    position: relative;
    padding: 10px 0 0 10px;
}
.jiby_why_choose_single_cont h5 {
    font-size: 23px;
    position: relative;
    float: left;
    width: auto;
    color: #e04a18;
    font-weight: 600;
}
.jiby_why_choose_single_bottom_cont{
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0 0 0;
}
.jiby_why_choose_single_bottom_cont p{
    color: #000;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    float: left;
    width: 100%;
    position: relative;
}
.jiby_why_choose_single_card {
    border-bottom: 2px solid #ec8f0e;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 10px 0;
    border-radius: 5px;
}
.brd_rgt{
  border-right: none !important;
}
.testimonials{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
  margin: 0 0 60px 0;
}
.testimonials_main{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.testimonials_single {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #c3c0c0;
    border-radius: 4px;
}
.testimonials_single_cont{
  float: left;
  width: 100%;
  position: relative;

}
.testimonials_single_cont p{
  float: left;
    width: 100%;
    position: relative;
    font-family: 'Overlock', cursive;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.testimonials_single_cont_icn {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.testimonials_single_cont_icn i{
    font-size: 25px;
    color: #e14c18;
    opacity: 0.8;
}
.testimonials_single_card{
  float: left;
  width: 100%;
  position: relative;
  padding: 20px;
}
.testimonials_single_user {
    float: left;
    width: auto;
    position: absolute;
    left: 0%;
    bottom:-30%;
}

.testimonials_single_card:after {
    position: absolute;
    left: 29px;
    bottom: -10px;
    background: url(../Dphoto/testimonial-arrow.png);
    content: "";
    width: 15px;
    height: 15px;
    z-index: 1;
}
.testimonials_single_user i{
  font-size: 30px;
    color: #962a2a;
    border: 1px solid #ec8f0e;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.testimonials_single_user_cont{
  float: right;
  width: auto;
  position: relative;
  padding: 0 0 0 15px;
}
.testimonials_single_user_cont h5{
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #e35816;
    font-weight: 600;
}
.testimonials_single_user_cont h6{
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.jiby_dest_overview{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.dest_overview_box{
  float: left;
  width: 100%;
  position: relative;
}
.dest_overview_box_left_head{
  float: left;
  width: 100%;
  position: relative;
}
.dest_overview_box_left_cont{
  float: left;
  width: 100%;
  position: relative;
}
.dest_overview_box_left_head h4{
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0;
    font-size: 30px;
    color: #922a2b;
    font-weight: 600;
}
.dest_overview_box_left_cont p{
  float: left;
    width: 100%;
    position: relative;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.dest_overview_box_left_cont ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
.dest_overview_box_left_cont ul li{
  padding: 0 0 10px 0;
  float: left;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: flex;
  font-family: 'Mulish', sans-serif;
}
.dest_overview_box_left_cont ul li:before{
  content: '\f105';
  position: relative;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 600;
  color: #e14c18;
  padding: 0 10px 0 0;
}
.sticky{
  position: sticky !important;
  top: 100px !important;
}
.dest_right_talk {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 15px;
    background: #ef9f1659;
    border-radius: 4px;
}
.dest_right_talk_img{
    float: none;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;

}
.dest_right_talk_img img{
  width: 100%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 3px 5px #00000040;
}
.dest_right_talk_cont{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 15px 0 0 0;
}
.dest_right_talk_cont h4 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #e14c18;
}
.dest_right_talk_cont p{
      float: left;
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
.dest_right_talk_btn{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 25px 0 10px 0;
}
.dest_right_talk_btn a {
    float: none;
    padding: 10px 30px;
    background: #df4618;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.dest_right_talk_btn i{
  padding: 0 0 0 10px;
  font-size: 15px;
}
.trust_img {
    float: left;
    width: 45%;
    position: relative;
    text-align: center;
    margin: 15px auto 0;
}
.trust_img img{
  width: 100%;
}
.star{
  float: right;
  width: auto;
  position: relative;
  margin: 30px 0 0 0;
}
.star i {
    font-size: 18px;
    color: #00b67a;
}
.tan_np{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.np_parks{
  float: left;
  width: 100%;
  position: relative;

}
.beach-box {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #999;
    margin: 0 0 30px 0;
}
.beach-img-box {
    width: 100%;
    float: left;
    position: relative;
}
.beach-img-box img {
    width: 100%;
}
.beach-img-box-body {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.beach-img-box-body h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}
.beach-img-box-body h5 {
    color: #f48621;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0;
}
.beach-img-box-body p {
     float: left;
    width: 100%;
    position: relative;
    margin: 10px 0;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
  }
  .beach-button {
    width: 100%;
    float: left;
    margin: 15px 0px;
}
.beach-button .read-more {
    background-color: #f48621;
    border: 1px solid #f48621;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: fit-content;
}
.jiby_travel_tips{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0 0px 0;
}
.jiby_travel_tips_box{
  float: left;
  width: 100%;
  position: relative;
}
.jiby_travel_tips_box_single {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    background: #ec8f0e2b;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #e04a1859;
    margin: 0 0 30px 0;
}
.jiby_travel_tips_box_icn {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 15px 0 0;
    line-height: 60px;
}
.jiby_travel_tips_box_icn img{
  width: 100%;
  object-fit: cover;
}
.jiby_travel_tips_box_cont {
    float: right;
    width: 100%;
    position: relative;
}
.jiby_travel_tips_box_cont h4{
    float: left;
    width: auto;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #962a2a;
}
.jiby_travel_tips_box_cont p{
    float: left;
    width: 100%;
    position: relative;
    margin: 5px 0 0 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.jeby_safari_main{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_safari_single {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0px 1px 0px 0px #df4618;
    transition: 0.5s ease-in-out;
    margin: 30px 0 0 0;
    border: 1px solid #ccc;
}
.jeby_safari_single:hover{
  box-shadow: 0px 1px 8px 0px #df4618;
}
.jeby_safari_single_img{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_safari_single_img img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.jeby_safari_single_cont {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 10px;
    /*background: #ec8f0e42;*/
    border-radius: 0 0 4px 4px;
    
}
.jeby_safari_single_cont h3{
    float: left;
    width: 100%;
    position: relative;
    font-size: 24px;
    color: #962a2a;
    font-weight: 600;
    text-transform: capitalize;
}
.jeby_safari_single_cont h5{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px dashed #df4618;
    padding: 0 0 15px 0;
    border-radius: 4px;
}
.jeby_safari_single_cont ul{
  float: left;
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: 1px dashed #df4618;
  border-radius: 4px;
}
.jeby_safari_single_cont ul li {
    float: left;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 25px;
}
.jeby_safari_single_cont ul li:before {
    content: '\f192';
    position: relative;
    font-size: 13px;
    font-family: FontAwesome;
    margin: 0 5px 0 0;
    color: #e14c18;
}
.jeby_safari_single_btn{
  float: right;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
}
.jeby_safari_single_btn a {
    float: right;
    width: fit-content;
    padding: 8px 20px;
    background: #ec8f0e;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ec8f0e;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
    font-weight: 600;
}
.jeby_safari_single_btn a:hover{
  color: #000;
  background: #ec8f0e42;
}
.kili_map{
  float: left;
  width: 100%;
  position: relative;
}
.kili_map img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.kili_rgt_gal{
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.kili_rgt_gal_single{
  float: left;
  width: 100%;
  position: relative;
}
.kili_rgt_gal_single img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.kili_rgt_gal_single_overlay {
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: .9em;
    text-align: center;
    color: #fff;
    background: linear-gradient(to left, rgb(236 143 14 / 62%) 0%, rgb(226 82 22 / 44%) 100%);
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -ms-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}
.itnry-overlay-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    margin: 15% auto;
}
.itnry-overlay-icon i {
    font-size: 25px;
    font-weight: 500;
}
.kili_rgt_gal_single:hover .kili_rgt_gal_single_overlay{
  opacity: 1;
}
.kili_tak_expert{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.talk_expert {
    float: left;
    width: 100%;
    position: relative;
    /* background: #dca95a24; */
    border: 1px solid #feba53;
    padding: 25px 25px;
    box-shadow: 0px 0px 20px #c6c6c6;
}
.talk_expert_img{
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 3px solid #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
 
  box-shadow: 0 3px 5px #00000040;
}
.talk_expert_img img{
  width: 100%;
  object-fit: cover;
   border-radius: 50px;
}
.talk_expert_cont {
    float: left;
    width: 55%;
    position: relative;
    margin: 10px 0 0 20px;
}
.talk_expert_cont h5 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 30px;
    color: #e04a18;
    font-weight: 600;
}
.talk_expert_cont h6 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.talk_expert_btn {
    float: right;
    width: 30%;
    position: relative;
    margin: 22px 0 0 0;
}
.talk_expert_btn a{
    padding: 8px 30px;
    background: #ec8f0e;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 30px;
    position: relative;
    width: fit-content;
    float: right;
    transition: 0.5s ease-in-out;
    border: 1px solid #fffbf2;
    outline: 1px solid #fff;
    outline-offset: -5px;
}

.kili_travel_tips {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0 30px 0;
    margin: 20px 0 0 0;
    /* background-image: url(../Dphoto/kili-tips-bg.jpg); */
    background: linear-gradient(to bottom, rgb(224 74 24 / 17%), rgb(236 143 14 / 35%)), url(../Dphoto/kili-tips-bg2.jpg);
    background-position: left center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.kili_tips_single {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    outline: 1px dashed #fa6d008c;
    outline-offset: -10px;
    margin: 15px 0;
}
.kili_tips_single_icn {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 15px 0 0;
    line-height: 70px;
}
.kili_tips_single_icn img{
  width: 100%;
  object-fit: cover;
}
.kili_tips_single_cont {
    float: right;
    width: 100%;
    position: relative;
}
.kili_tips_single_cont h4 {
    float: left;
    width: auto;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #962a2a;
}
.kili_tips_single_cont p {
    float: left;
    width: 100%;
    position: relative;
    margin: 5px 0 0 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.jeby_kili_routes{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.kili_routes{
  float: left;
  width: 100%;
  position: relative;
}
.kili_routes_single{
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
   transition: 0.5s ease-in-out;
   margin: 15px 0;
}
.kili_routes_single_img{
  float: left;
  width: 100%;
  position: relative;
 
}
.kili_routes_single_img img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: 0.35s ease-in-out;
}
.kili_routes_single_img_overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
    float: left;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    outline: 2px solid #fff;
    outline-offset: -15px;
    transition: 0.35s ease-in-out;
}
.kili_routes_single:hover .kili_routes_single_img img{
 transform: scale3d(1.15, 1.15, 1);
   transition: 0.35s ease-in-out;
}
.kili_routes_single:hover .kili_routes_single_img_overlay{
  outline-offset: 0px;
  transition: 0.35s ease-in-out;
}
.kili_routes_single:hover .kili_routes_single_cont{
   transform: translate(7%, 174px);
   transition: 0.5s ease-in-out;
}
.kili_routes_single_cont{
    float: left;
    width: 100%;
    position: relative;
    transform: translate(10%, 50%);
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.kili_routes_single_cont h4{
  float: left;
  width: 100%;
  position: relative;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.jibe_rt_btn{
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
.jibe_rt_btn a{
  float: left;
  width: fit-content;
  padding: 10px 30px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
}
.zanzibar_side_img{
  float: left;
  width: 100%;
  position: relative;
}
.zanzibar_side_img img{
  width: 100%;
  object-fit: cover;
}
.jeby_head_main{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.kili_travel_tips_card{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start !important;
}
.jibe_zan_acti{
  float: left;
  width: 100%;
  position: relative;
}
.jibe_zan_acti_single{
  float: left;
  width: 100%;
  position: relative;
}
.jibe_zan_acti_single_img{
  float: left;
  width: 100%;
  position: relative;
}
.jibe_zan_acti_single_img img{
  width: 100%;
}
.jibe_zan_acti_single_img:before{
    content: "";
    background-image: url(../Dphoto/zan-acti-before.png);
    display: block;
    width: 100%;
    height: 20px;
    bottom: -10px;
    filter: invert(1);
    position: absolute;
    z-index: 9;
}
.jibe_zan_acti_single_img:after {
    content: "";
    background-image: url(../Dphoto/zan-acti-after.png);
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    right: -5px;
    filter: invert(1);
    position: absolute;
    z-index: 9;
}
.zan_acti_img{
  float: left;
  width: 100%;
  position: relative;
}
.zan_acti_img img{
  width: 100%;
  object-fit: cover;
}
.zan_acti_img:before{
    content: "";
    display: block;
    background-image: url(../Dphoto/zan-acti-before1.png);
    width: 100%;
    height: 20px;
    top: -10px;
    filter: invert(1);
    position: absolute;
    z-index: 9;
}
.zan_acti_img:after{
    content: "";
    background-image: url(../Dphoto/zan-acti-after1.png);
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    left: -5px;
    filter: invert(1);
    position: absolute;
    z-index: 9;
}
.jibe_zan_acti_single_cont{
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: center;
}
.jibe_zan_acti_single_cont h4{
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ec8f0e;
    text-transform: capitalize;
}
.jibe_zan_acti_single_cont p{
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}
.jibe_zan_acti_single_cont a{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    margin: 0 0px 0 0;
    text-decoration: none;
}
.jibe_zan_acti_single_cont a i{
  padding: 0 0 0 5px;
  color: #ec8f0e;
  transition: 0.5s ease-in-out;
}
.jibe_zan_acti_single:hover .jibe_zan_acti_single_cont a i{
  padding: 0 0 0 20px;
  transition: 0.5s ease-in-out;
}
.jeby_zan_pack_sec{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_zan_pack_card{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_zan_pack_box{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_zan_pack_box_img{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_zan_pack_box_img img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.jeby_zan_pack_box_img_overlay {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #00000075 -1%, #ffffff00 101%);
    height: 100%;
}

.jeby_zan_pack_box_img_cont{
  float: left;
  width: 100%;
  position: relative;
  padding: 15px;
  transition: 0.8s ease-in-out;
}
.jeby_zan_pack_box_img_cont h5 {
    float: left;
    width: auto;
    position: relative;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: overline;
}
.jeby_zan_pack_box_img_cont_btn{
  float: left;
  width: auto;
  position: absolute;
  bottom: 0;
  padding: 15px;
  transition: 0.8s ease-in-out
}
.jeby_zan_pack_box_img_cont_btn a{
    float: none;
    padding: 8px 20px;
    background: #ec8f0e;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    outline: 1px solid #fff;
    outline-offset: -4px;
    text-decoration: none;
}
.jeby_zan_pack_box:hover .jeby_zan_pack_box_img_cont{
  transition: 0.8s ease-in-out;
  padding: 15px;
  margin: 30% 0 0 0;
}
.jeby_zan_pack_box:hover .jeby_zan_pack_box_img_cont_btn{
  bottom: 30%;
  transition: 0.8s ease-in-out
}
.contact_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.contact_card{
  float: left;
  width: 100%;
  position: relative;
}
.contact_box{
  float: left;
  width: 100%;
  position: relative;
}
.contact_box_left{
  float: left;
  width: 50%;
  position: relative;
  padding: 15px;
}
.contact_box_rgt{
  float: left;
  width: 50%;
  position: relative;
  padding: 15px;
}
.contact_box_left h3 {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 10px 0;
    font-size: 20px;
    color: #0091C6;
    font-weight: 700;
    text-transform: capitalize;
}
.contact_box_left p {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.contact_box_rgt h3 {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 10px 0;
    font-size: 20px;
    color: #0091C6;
    font-weight: 700;
    text-transform: capitalize;
}
.contact_box_rgt p {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.contact_star{
  float: left;
  width: 100%;
  position: relative;
}
.contact_star i {
    color: #ec8f0e;
    font-size: 16px;
}
.contact_img {
    float: none;
    width: 45%;
    position: relative;
    margin: 0 auto;
}
.contact_img img{
  width: 100%;
  object-fit: cover;
}
.contact_book_btn{
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0 0 0;
}
.contact_book_btn a{
  padding: 10px 30px;
    background: #ec8f0e;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 24px;
    position: relative;
    width: fit-content;
    float: right;
    transition: 0.5s ease-in-out;
    border: 1px solid #fffbf2;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.contact_form{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.contact_form_main{
  float: left;
  width: 100%;
  position: relative;
}
.contact_form_main_head{
  float: left;
  width: 100%;
  position: relative;
  padding: 0 16%;
}
.contact_form_main_head h5 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #0091C6;
}
.contact_form_main_card{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
}
.contact_form_single{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.contact_form_single label {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #0091C6;
    font-weight: 600;
    font-family: 'Overlock', cursive;
}
.contact_form_single input {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #0091C6;
    border-radius: 4px;
    outline: none;
    transition: 0.5s ease-in-out;
    box-shadow: inset 0 0 5px #0091C6;
}
.contact_form_single input:hover{
  box-shadow: 0 0 5px #283B8E;
}
.contact_form_single_alert{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 5px 0;
}
.contact_form_single select {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #0091C6;
    border-radius: 4px;
    outline: none;
    transition: 0.5s ease-in-out;
    box-shadow: inset 0 0 5px #283B8E;
}
.contact_form_single select:hover{
  box-shadow: 0 0 5px #ec8f0e;
}
.text_gap{
  margin: 20px 0 0 0;
}
.contact_form_single textarea {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #0091C6;
    border-radius: 4px;
    outline: none;
    transition: 0.5s ease-in-out;
    box-shadow: inset 0 0 5px #0091C6;
}
.contact_form_single textarea:hover{
  box-shadow: 0 0 5px #0091C6;
}
.contact_submit_btn{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 25px 0 0 0;
}
.contact_submit_btn input{
   padding: 10px 30px;
    background: #283B8E;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 24px;
    position: relative;
    width: fit-content;
    transition: 0.5s ease-in-out;
    border: 1px solid #fffbf2;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.team_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.team_card{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.team_single{
  float: left;
  width: 100%;
  position: relative;
  /*transition: all ease-in-out .3s;*/
  box-shadow: 0 0 15px #cccccc57;
  overflow: hidden;
}

.team_single:before {
    content: '';
    background: linear-gradient(to top,#ffa801b8,transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out .3s;
    opacity: 0;
    z-index: 1;
}
.team_img{
  float: left;
  width: 100%;
  position: relative;
}
.team_img img{
  width: 100%;
  object-fit: cover;
}
.team_cont{
  float: left;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 10px;
  bottom: -10%;
  background: #fff;
  transition: 0.5s ease-in-out;
  z-index: 9;
}
.team_single:hover:before{
  opacity: 1;
}
.team_single:hover .team_cont{
  bottom: 0;
}
.team_cont h5 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #e04c26;
}
.team_cont h4 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #ec8f0e;
    text-transform: uppercase;
    display: none;
}
.team_social{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 15px 0 0 0;

}
.team_social ul{
  float: none;
  position: relative;
  display: block;
}
.team_social ul li{
  width: auto;
  display: inline-block;
  padding: 0 10px;
}
.team_social ul li a i{
  color: #000;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}
.team_social ul li a i:hover{
  color: #ffa801b8;
}
.jibe_who_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.who_card{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who_box_left {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px;
    border: 1px solid #ec8f0e54;
    border-radius: 4px;
}
.who_box_left h4{
    float: left;
    width: 100%;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #962a2a;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.who_box_left h5{
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    color: #ec8f0e;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.who_box_left p{
    font-family: 'Mulish', sans-serif;
    line-height: inherit;
    color: #6c717a;
    font-size: 15px;
    float: left;
    width: 100%;
    position: relative;
}
.who_box_left_btn{
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
.who_box_left_btn a {
    float: left;
    width: fit-content;
    padding: 12px 30px;
    color: #fff;
    background-color: #ec8f0e;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.who_box_left_btn a i{
  padding: 0 0 0 10px;
}
.who_rgt_img{
  float: left;
  width: 100%;
  position: relative;
}
.who_rgt_img img{
  width: 100%;
  object-fit: cover;
}
.jibe_over_ab{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.ab_over_sec{
  float: left;
  width: 100%;
  position: relative;
}
.explore_more{
  float: left;
  width: 100%;
  position: relative;
  margin: 50px 0 0 0;
}
.explore_more h4{
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 15px 0;
    font-size: 25px;
    color: #e25025;
    font-weight: 600;
    text-transform: capitalize;
}
.explore_more h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 37%;
    background-color: #ec8f0e;
    border-radius: 5px;
}
.explore_more p{
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 16px;
}
.explore_more_btn{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
}
.explore_more_btn a{
    padding: 10px 30px;
    background: #ec8f0e;
    color: #fff;
    border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -6px;
    float: left;
    width: fit-content;
}
.ab_rgt_fris_img{
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
  position: relative;
}
.ab_rgt_fris_img img{
  width: 100%;
  object-fit: cover;
}
.ab_rgt_fris_img1{
  float: left;
  width: 100%;
  position: relative;
}
.ab_rgt_fris_img1 img{
  width: 100%;
  object-fit: cover;
}
.about-tag {
    border: 2px solid #ffa801;
    padding: 10px 20px 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 15%;
    background: #fff;
}
.tag-no {
    float: left;
}
.tag-no span {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
}
.tag-info {
    padding-left: 70px;
}
.tag-info span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.ab_tag span {
    color: #ffa801;
}
span.orange {
    color: #ffa801;
}
.mission_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.mission_box{
  float: left;
  width: 100%;
  position: relative;
}
.mision_box_inner{
  float: left;
  width: 100%;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 15px #cccccc57;
}
.mision_box_inner_img{
  float: none;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.mision_box_inner_img img{
  width: 100%;
  object-fit: cover;
}
.mision_box_inner_cont{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 15px 0 0 0;
}
.mision_box_inner_cont h4 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #962a2a;
}
.mision_box_inner_cont p {
    float: left;
    width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #6c717a;
    margin: 5px 0;
}
.mision_box_inner_cont_btn {
    float: left;
    width: 100%;
    position: relative;
    margin: 25px 0 15px 0;
}
.mision_box_inner_cont_btn a {
    float: none;
    width: fit-content;
    position: relative;
    padding: 10px 20px;
    background-color: #fe4e37;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    outline: 1px solid #fff;
    outline-offset: -4px;
    transition: 0.5s ease-in-out;
    border: 1px solid #fe4e37;
    text-decoration: none;
}
.mision_box_inner_cont_btn a:hover{
  color: #fe4e37;
  background-color: #fff;
}
.mision_box_inner_cont_btn a i{
  padding: 0 0 0 5px;
}
.tan_day_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.tan_day_card{
  float: left;
  width: 100%;
  position: relative;
}
.tan_day_card_main{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
 
}
.tan_day_card_single{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
   overflow: hidden;
}
.tan_day_card_single_img{
  float: left;
  width: 100%;
  position: relative;
}
.tan_day_card_single_img img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.tan_day_card_single_overlay {
    float: left;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 1;
    background-color: #000;
    transform: translateX(-300px);
    border-radius: 4px;
    transition: 0.6s ease-in-out;
    z-index: 9;
}
.tan_day_card_single_img:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.tan_day_single_cont {
    float: left;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 10%;
}
.tan_day_single_cont h4 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    opacity: 1;
    transition: 0.4s ease-in-out;
}
.tan_day_card_single:hover .tan_day_single_cont h4{
  opacity: 0;
}
.tan_day_card_single:hover .tan_day_card_single_overlay{
  transform: translateX(0px);
}
.tan_day_card_single_overlay_cont{
  float: left;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 25%;
  padding: 0 10px;
}
.tan_day_card_single_overlay_cont h4 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #fff;
}
.tan_day_card_single_overlay_cont p {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.day_trip_btn{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
}
.day_trip_btn a {
    width: fit-content;
    position: relative;
    padding: 8px 32px;
    background: #ec8f0e;
    color: #fffbf2;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -4px;
}
.np_gallery_rgt{
  float: left;
  width: 100%;
  position: relative;
}
.np_gallery_rgt_single{
  float: left;
  width: 100%;
  position: relative;
}
.np_gallery_rgt_single img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.np_gallery_rgt .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -8px;
    float: left;
    width: 100%;
}
.np_gallery_rgt .owl-dot {
    height: 15px !important;
    width: 15px !important;
    background: #ec8f0e !important;
    border-radius: 50%;
    border: 2px solid #ec8f0e !important;
    outline: none;
    margin: 0 2px;
}
.np_gallery_rgt .owl-dot.active{
  background: #fff !important;
}
.jeby_innr_cont{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.jeby_services{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_services_main{
  float: left;
  width: 100%;
  position: relative;
}
.service_single {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    background: #f8f9fa;
    box-shadow: 0px 0px 4px 2px #ec8f0e5e;
    margin: 15px 0;
}
.service_single_img{
  float: left;
  width: 65px;
  height: 65px;
  position: relative;
  margin: 15px 0 0 0;
}
.service_single_img img{
  width: 100%;
}
.service_single_cont{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
}
.service_single_cont h4{
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #e46325;
    text-transform: capitalize;
}
.service_single_cont p{
  float: left;
  width: 100%;
  position: relative;
  margin: 5px 0 0 0;
}
.np_gal_img_main{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
}
.np_gal_img_main img{
  width: 100%;
  object-fit: cover;
}
.suggested_sec{
  float: left;
  width: 100%;
  position: relative;
}
.popular_suggested{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.popular_suggested_single{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
}
.popular_suggested_single_img{
  float: left;
  width: 100%;
  position: relative;
}
.popular_suggested_single_img img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.popular_suggested_single_img:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  /*background: rgb(236 143 14 / 50%);*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  z-index: 1;
  visibility: visible;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  width: 100%;
  height: 100%;
}
.popular_suggested_single_cont {
    float: left;
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: center;
    top: 64%;
    padding: 0 5px;
}
.popular_suggested_single_cont h4 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #ffe9b8;
    z-index: 9;
}
.np_gal_img_main iframe{
  width: 100%;
}
.gallery_main{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.gallery_card{
  float: left;
  width: 100%;
  position: relative;
}
.gallery_single{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.gallery_single img{
  width: 100%;
  object-fit: cover;
}
.gallery_single_overlay {
    float: left;
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgb(0 0 0 / 49%);
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.gal_socila {
    text-align: center;
    top: 50%;
    display: none !important;
}
.gal_socila ul li a i{
  color: #fff;
}
.gallery_single:hover .gallery_single_overlay{
  opacity: 1;
}
.banner_logo{
  float: left;
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
}
.banner_logo_card {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.banner_logo_first {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.logo_first {
    float: left;
    width: 12%;
    position: relative;
    margin: 0 10px 0 0;
}
.logo_first img {
    width: 100%;
   /* background: #fff;*/
    padding: 5px;
}
.logo_first_cont{
  float: left;
  width: auto;
  position: relative;
}
.logo_first_cont h5 {
    float: left;
    width: auto;
    font-size: 15px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.banner_logo_second {
    float: right;
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    text-align: right;
}
.logo_second_cont {
    float: left;
    width: auto;
    position: relative;
}
.logo_second {
    float: right;
    width: 40%;
    position: relative;
    margin-right: 10px;
}
.logo_second img{
  width: 100%;
}
.logo_second_cont h5{
    float: left;
    width: auto;
    font-size: 15px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}
.btn_spc{
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 30px 0 !important;
}
.hm_en_btn{
  float: none;
    width: fit-content;
    padding: 10px 25px;
    background: #0091C6;
    border-radius: 2px;
    color: #fffbf2;
    font-size: 20px;
    text-transform: uppercase;
    outline: 1px solid #ffffff;
    outline-offset: -4px;
    text-decoration: none;
    font-family: 'Passion One', cursive;
    border: 1px solid #fff;
    transition: 0.5s ease-in-out;
    letter-spacing: 1px;
    font-weight: 600;
}
.hm_en_btn:hover{
  background: #283B8E;
  color: #fff;
}
.hm_over_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.hm_over_main{
  float: left;
  width: 100%;
  position: relative;
}
.hm_left{
  float: left;
  width: 100%;
  position: relative;
}
.hm_left_cont{
  float: left;
  width: 100%;
  position: relative;
}
.hm_left_cont h2 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #0091C6;
    text-align: left;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    line-height: inherit;
}
.hm_left_cont p {
    float: left;
    width: 100%;
    position: relative;
    line-height: 24px;
}
.hm_rgt{
  float: none;
  width: 60%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.hm_rgt img{
  width: 100%;
  object-fit: cover;
}
.hm_left_cont_btn{
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
.hm_left_cont_btn a{
    padding: 8px 30px;
    background: #0091C6;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 24px;
    position: relative;
    width: fit-content;
    float: left;
    transition: 0.5s ease-in-out;
    border: 1px solid #fffbf2;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.best_places_to_visit{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.places_to_visit_card{
  float: left;
  width: 100%;
  position: relative;
}

.hot-sell-card{
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
    overflow: hidden;
}
.hot-sell-card:hover .hot-sell-card-img img{
 filter: blur(1.5px);
}
.hot-sell-card-img{
    float: left;
    width: 100%;
    position: relative;
}
.hot-sell-card-img img{
    width: 100%;
    border-radius: 5px;
}

.hot-sell-card-cont{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.hot-sell-card-cont h3{
    float: left;
    width: 100%;
    position: relative;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.hot-cont{
    position: absolute;
    float: left;
    width: 100%;
}
.hot-cont a {
    position: absolute;
    top: 290px;
    left: -30px;
    background-color: #0091C6;
    z-index: 9;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.hot-cont a:hover{
    background-color: #30368B;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.hot-cont h4{
    position: absolute;
    top: 0px;
    /*left: -30px;*/
    color: #fff;
    z-index: 9;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
}
.hot-cont h3{
    position: absolute;
    top: 0px;
    /*left: -30px;*/
    color: #fff;
    z-index: 9;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
}
.hot-sell-card:before {
    position: absolute;
    background: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    content: '';
    z-index: 9;
    left: 0px;
    bottom: -100px;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    border-radius: 5px;
}
.hot-sell-card:hover:before{
    opacity: 1;
    bottom: 0;
    transition: all ease-in-out 0.3s;
}
.hot-sell-card:hover .hot-cont h4{
    opacity: 1;
    transition: all ease-in-out 0.5s;
    left: 30px;
    top: 250px;
}
.hot-sell-card:hover .hot-cont h3{
    opacity: 1;
    transition: all ease-in-out 0.7s;
    left: 30px;
    top: 100px;
}
.hot-sell-card:hover .hot-cont a{
    opacity: 1;
    transition: all ease-in-out 0.3s;
    left: 30px;
}
.hot-sell-card:hover .hot-sell-card-cont h3{
    display: none;
     transition: all ease-in-out 0.3s;
}
.hot-sell-btn{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px 0 0 0;
}
.hot-sell-btn a{
    float: none;
    width: fit-content;
    position: relative;
    background-color: #f89800;
    color: #000;
    border:1px solid #000;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
.hot-sell-btn a:hover{
    border:1px solid #f89800;
    background-color: #fff;
    color: #f89800;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
.hm_pack_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.hm_pack_card{
  float: left;
  width: 100%;
  position: relative;
      margin: 15px 0 0 0;
}
.hm-trip-silde-single{
    float: left;
    width: 100%;
    position: relative;
    display: grid;
    overflow: hidden;
}
.hm-trip-silde-single img{
    width: 100%;
    border-radius: 5px;
}
.trip-slide-overlay {
    float: left;
    width: 100%;
    position: absolute;
   /* background: #8e1f1f;*/
   background: #df4a26;
    bottom: -134px;
    padding: 5px 10px;
    transition: 0.7s ease-in-out;
}
.trip-slide-overlay h4 {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    margin: 0;
    text-align: left;
    padding: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    transition: 0.7s ease-in-out;
}
.trip-slide-overlay h4 i{
    padding:0 10px 0 0;
}
.hm-trip-silde-single:hover .trip-slide-overlay{
    transition: 0.7s ease-in-out;
}
.trip-slide-overlay-sec {
    position: relative;
    float: left;
    width: 100%;
    bottom: -140px;
    opacity: 0;
}
.trip-slide-overlay-sec p {
    float: left;
    width: 100%;
    position: relative;
    color: #ffedd4;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    text-align: left;
    transition: 0.7s ease-in-out;
    margin: 0 0 10px 0;
}
.trip-slide-overlay-sec a {
    float: left;
    width: fit-content;
    position: relative;
    padding: 6px 15px;
    background: #f09f1f;
    margin: 0 0 10px 8px;
    color: #fffbf2;
    border: 1px solid #ec8f0e;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    transition: 0.7s ease-in-out;
    outline: 1px solid #fffbf2;
    outline-offset: -4px;
}
.hm-trip-silde-single:hover .trip-slide-overlay {
    bottom: 0;
    opacity: 1;
    transition: 0.6s ease-in-out;
}

.hm-trip-silde-single:hover .trip-slide-overlay-sec{
    transition: 0.6s ease-in-out;
    bottom: 0;
    opacity: 1;
}
.hm_choose_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.hm_choose_card{
  float: left;
  width: 100%;
  position: relative;
}
.hm_diff_cont{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.hm_diff_cont h6 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 18px;
   /* color: #e25225;*/
   color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.hm_diff_cont h6:before{
  content: '"';
  font-family: FontAwesome;
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #ec8f0e;
}
.hm_diff_cont h6:after{
  content: '"';
  font-family: FontAwesome;
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #ec8f0e;
}
.hm_diff_cont_btm {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
    background: #fff8e8;
    padding: 15px;
}
.hm_diff_cont_card{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.hm_diff_cont_card_single{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  margin: 15px 0;
  border-right: 2px dashed #df4a26;
}
.hm_diff_cont_card_single:last-child{
  border-right: none;
}
.hm_diff_cont_card_single:nth-child(3){
  border-right: none;
}
.hm_diff_cont_card_single_img {
    float: none;
    width: 20%;
    position: relative;
    margin: 0 auto 20px auto;
}
.hm_diff_cont_card_single_img img{
  width: 100%;
  object-fit: cover;
}
.hm_diff_cont_card_single_img_cont{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.hm_diff_cont_card_single_img_cont h4{
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #e14d26;
    text-transform: capitalize;
}
.hm_diff_cont_card_single_img_cont p{
  float: left;
  width: 100%;
  position: relative;
}
.blog{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.hm_blog_main{
  float: left;
  width: 100%;
  position: relative;
}
.blog-news-body {
    margin: 15px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.00);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transform: translate(0px, -5px) rotate(0.01deg);
    -moz-transform: translate(0px, -5px) rotate(0.01deg);
    -webkit-transform: translate(0px, -5px) rotate(0.01deg);
    -ms-transform: translate(0px, -5px) rotate(0.01deg);
    -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.blog-news-body img {
  position: relative;
  overflow: hidden;
}
.blog-news-body h4 {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 15px;
    color: #000000;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
}
.blog-news-body h4 i {
    font-size: 18px;
    margin-right: 4px;
    color: #ec8f0e;
}
.blog-news-body h3 {
    margin: 0px 0 0px 0;
    padding: 0 15px;
    line-height: 26px;
    font-size: 20px;
    color: #962a2a;
    font-weight: 600;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
}
.blog-news-body p {
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    color: #000c;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    float: left;
    width: 100%;
    position: relative;
}
.blog-news-body a {
    margin: 5px 20px 10px 0;
    font-size: 15px;
    color: #111;
    display: inline-block;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.blog-news-body a i{
  font-size: 20px;
  color: #feb94f;
  font-weight: 600;
  padding: 0 0 0 8px;
}
.blog-news-body a:hover {
  color: #feb94f;
}
.hm_gallery{
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.hm_gallery_main{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.hm_gallery_single{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
}
.hm_gallery_single img{
  width: 100%;
  object-fit: cover;
}
.hm_slide{
  float: left;
  width: 100%;
  position: relative;
}
.hm_slide_box{
  float: left;
  width: 100%;
  position: relative;
}
.best_places_to_visit_btn{
  float: left;
  width: 100%;
  position: relative;
  margin: 50px 0 0 0;
  text-align: center;
}
.best_places_to_visit_btn a {
    padding: 10px 30px;
    background: #0091C6;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Overlock';
    text-transform: capitalize;
    outline: 1px solid #fff;
    outline-offset: -4px;
    transition: 0.5s ease-in-out;
    border: 1px solid #fff;
}
.best_places_to_visit_btn a:hover{
  background: #273C90;
  color: #fff;
  border: 1px solid #fff;
}
.blog-news-body-icn{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.blog_btn{
  float: right;
  width: auto;
  position: relative;
}
.itenary_main{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.itenary_main_card{
  float: left;
  width: 100%;
  position: relative;
}


.itenary_left_img{
  float: left;
  width: 100%;
  position: relative;
}
.itenary_left_img img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.itenary_left_img:before{
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.98)), to(rgba(0, 0, 0, 1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.itenary_left_img_overlay{
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 10px;
}
.itenary_left_img_overlay h4{
    float: inherit;
    width: auto;
    position: relative;
    font-size: 16px;
    color: #ec8f0e;
    background: #fcecd6;
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: inherit;
}
.itenary_right_cont {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    height: 310px;
    overflow-y: scroll;
}
.ite_day{
  float: left;
  width: 100%;
  position: relative;
}
.ite_day h5 {
    float: left;
    width: auto;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #e25025;
}
.ite_day h5:after {
    position: absolute;
    float: left;
    left: 0;
    content: '';
    bottom: -5px;
    height: 2px;
    width: 20%;
    background: #df4726;
    transition: 0.5s ease-in-out;
}
.itenary_right_cont:hover .ite_day h5:after{
  width: 100%;
}
.ite_day_head{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
}
.ite_day_head h4{
    color: #962a2a;
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.ite_day_head p{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
}
.itenary_food{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
}
.itenary_food ul{
  float: left;
  width: 100%;
  position: relative;
  display: block;
}
.itenary_food ul li {
    float: left;
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 25px 0 0;
    font-family: 'Overlock';
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.itenary_food ul li i{
  padding: 0 15px 0 0;
  color: #ec8f0e;
}
.ite_acco_main{
  float: left;
  width: 100%;
  position: relative;
  padding: 25px 0 20px 0;
}
.ite_acco_head {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}
.ite_day_jeby{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.ite_acco_head h5 {
    float: left;
    width: auto;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #e04c26;
}
.popular_faci{
  float: left;
  width: 100%;
  position: relative;
}
.popular_faci ul {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
}
.popular_faci ul li{
  float: left;
  width: auto;
  position: relative;
  margin: 0 15px 0px 0;
}
.popular_faci ul li i {
    font-size: 25px;
    padding: 10px;
    background: #ec8f0e40;
    color: #e04c26;
    border-radius: 4px;
}
.ite_acc_img{
  float: left;
  width: 100%;
  position: relative;
}
.ite_acc_img img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ec8f0e;
}
.acco_faci_ite{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.itenary_exculde{
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 40px 0;
}
.exclude_include_main{
  float: left;
  width: 100%;
  position: relative;
  background: #fffbf2;
  padding: 15px;
}
.exclude_box{
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}
.exclude_box ul {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
}
.exclude_box ul li{
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #962a2a;
    font-family: 'Overlock';
    margin: 3px 0;
    display: flex;
    align-items: center;
}
.exclude_box h5{
  float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #e14d26;
    text-transform: uppercase;
    font-weight: 700;
}
.exclude_box h5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 17%;
    background: #0091C6;
}
.exclude_box ul li:before{
  content: '\f00d';
  position: relative;
  padding: 0 10px 0 0;
  font-size: 14px;
  font-family: FontAwesome;
  color: #ec8f0e;
}


.include_box{
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}
.include_box ul {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
}
.include_box ul li{
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #962a2a;
    font-family: 'Overlock';
    margin: 3px 0;
    display: flex;
    align-items: center;
}
.include_box h5{
  float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #e14d26;
    text-transform: uppercase;
    font-weight: 700;
}
.include_box h5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 17%;
    background: #962a2a;
}
.include_box ul li:before{
  content: '\f00c';
  position: relative;
  padding: 0 10px 0 0;
  font-size: 14px;
  font-family: FontAwesome;
}
.ite_book_btn {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 25px 0 10px 0;
}
.ite_book_btn a{
    float: none;
    padding: 10px 30px;
    background: #df4618;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.ite_book_btn a i {
    padding: 0 0 0 10px;
    font-size: 15px;
}
.book_now_form{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
  background: #fffbf2;
  padding: 15px;
}
.form_input{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.form_input label {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 5px 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    color: #e14d26;
}
.form_input input {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 10px;
    border: 1px solid #ec8f0e8c;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    outline: none;
}
.form_input input:hover {
    box-shadow: inset 0 0 5px #ec8f0e66;
}
.form_input select {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 10px;
    border: 1px solid #ec8f0e8c;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    outline: none;
}
.form_input select:hover {
    box-shadow: inset 0 0 5px #ec8f0e66;
}
.form_input textarea {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #ec8f0e8c;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    outline: none;
}
.form_input textarea:hover {
    box-shadow: inset 0 0 5px #ec8f0e66;
}
.form_input_btn{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 30px 0 0 0;
}
.form_input_btn input{
    padding: 8px 30px;
    background: #ec8f0e;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 24px;
    position: relative;
    width: fit-content;
    float: none;
    transition: 0.5s ease-in-out;
    border: 1px solid #fffbf2;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.form_input_btn input:hover {
    background: #fff;
    color: #ec8f0e;
    border: 1px solid #ef9f16;
}
.ite_form_sec{
  float: left;
  width: 100%;
  position: relative;
}
#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    left: 20px;
    line-height: 40px;
    text-align: center;
    background: #0091C6;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    border-radius: 5px;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.bounce {
    -webkit-animation: bounce 2s infinity;
}
#ite_day_slide .owl-nav {
    position: absolute;
    z-index: 1;
    /* top: 50%; */
    top: 45%;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    display: block !important;
}
#ite_day_slide .owl-prev {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: #fff !important;
    background: #e04c26 !important;
    line-height: inherit;
    outline: none;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    margin-left: -5%;
}
#ite_day_slide .owl-next {
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: #fff !important;
    background: #e04c26 !important;
    line-height: inherit;
    outline: none;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    margin-right: -5%;
}
#ite_day_slide .owl-nav span {
    font-size: 50px;
    line-height: 30px !important;
} 
.ite_day_head p strong{
  color: #e25225;
}

.dest_overview_box_left_cont p strong{
  color: #e25225;
  font-weight: 800;
  font-size: 17px;
}
.itenary_day_box{
  float: left;
  width: 100%;
  position: relative;
  background: #fffbf2;
  border-radius: 4px;
}

.ite_day_symbol{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 50px 0;
}
.ite_day_symbol h6 {
    float: none;
    width: fit-content;
    position: relative;
    font-size: 20px;
    color: #000000;
    background: #fffbf2;
    font-weight: 600;
    margin: 0 auto;
    padding: 2px;
    border-radius: 4px;
}
.ite_day_symbol:before {
    position: absolute;
    text-align: center;
    width: 10%;
    content: '';
    top: -50px;
    z-index: 1;
    left: calc(50% - 2px);
    border-left: 4px dotted #e25025;
    height: 50px;
}
.ite_day_symbol:after {
    position: absolute;
    text-align: center;
    width: 10%;
    content: '';
    bottom: -50px;
    z-index: 1;
    left: calc(50% - 2px);
    border-left: 4px dotted #e25025;
    height: 50px;
}
.padd_rgt{
 padding-right: 0;
}
.popular_faci h4{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
    color: #e25225;
}
.dest_modal{
  float: left;
  width: 100%;
  position: relative;
}
.dest_modal .modal-dialog {
    width: 600px;
    margin: 93px auto;
}
.dest_modal .modal-header h4 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    color: #e25225;
    font-weight: 600;
    font-size: 22px;
}

.modal-body p {
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: #6c717a;
    font-size: 15px;
    float: left;
    width: 100%;
    position: relative;
}
.modal-body p strong{
  color: #e25225;
  font-size: 17px;
}
.dest_modal .btn-default {
    color: #fff;
    background-color: #dc3545;
    border-color: #ccc;
    font-size: 15px;
    font-weight: 600;
    outline: none;
}
.dest_modal ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
.dest_modal ul li {
    padding: 0 0 10px 0;
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #6c717a;
    display: flex;
}
.dest_modal ul li:before{
  content: '\f105';
  position: relative;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 600;
  color: #e14c18;
  padding: 0 10px 0 0;
}
.jeby_safari_vehicle{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.jeby_safari_vehicle_card{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 30px 0 0 0;
}
.jeby_safari_vehicle_card_single{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
}
.jeby_safari_vehicle_card_single img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.tan_acco{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.tan_acco_main{
  float: left;
  width: 100%;
  position: relative;
}
.tan_acco_single{
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0;
}

.acco_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.tan_acco_single_img{
  float: left;
  width: 100%;
  position: relative;
}
.tan_acco_single_img img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.jeby_acco_cont{
  float: left;
  width: 100%;
  position: relative;
}
.tan_acco_single_img_cont{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.tan_acco_single_img_cont h4{
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #e25225;
    text-transform: capitalize;
}
.hote_star{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.hote_star i {
    font-size: 15px;
    color: #ec8f0e;
}
.covid{
  text-align: center;
}
.covid_img{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.covid_img_single{
  float: left;
  width: 100%;
  position: relative;
  display: grid;
}
.covid_img_single img{
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.jeby_modal{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_modal .modal-dialog {
    max-width: 750px !important;
    margin: 50px auto;
}
.jeby_modal .modal-title {
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: 'Passion One', cursive;
    letter-spacing: 1px;
}
.jeby_modal .close {
    float: right;
    width: auto;
    position: absolute;
    right: 20px;
    top: 3px;
    opacity: 1;
    font-size: 30px;
    color: #dc3545;
    text-shadow: -1px 1px black;
    z-index: 1;
    cursor: pointer;
}
.jeby_en_main{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_en_main_card{
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.jeby_en_main_left{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_en_main_left img{
  width: 100%;

}
.jeby_en_main_right{
  float: left;
  width: 100%;
  position: relative;
}
.jeby_en_main_right_single{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.jeby_en_main_right_single label {
    float: left;
    width: auto;
    position: relative;
    font-size: 16px;
    color: #ec8f0e;
    font-family: 'Overlock', cursive;
    margin: 0 0 5px 0;
}
.jeby_en_main_right_single i {
    float: left;
    width: auto;
    position: absolute;
    left: 7px;
    top: 33px;
    color: #000;
    z-index: 1;
    font-size: 16px;
}
.jeby_en_main_right_single input {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 25px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #dc3545;
}
.jeby_en_main_right_single textarea {
    float: left;
    width: 100%;
    position: relative;
    padding: 3px 0 0 25px;
    border-radius: 4px;
    border: 1px solid #dc3545;
}
.jeby_en_main_right_single input:focus i{
  border: 1px solid #dc3545;
 
}
.jeby_en_main_right_single_btn{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 15px;
}
.jeby_en_main_right_single_btn input{
    width: fit-content;
    font-size: 16px;
    color: #000000;
    background: #ec8f0e;
    padding: 5px 20px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
     font-family: 'Overlock', cursive;
}
.tailor_made_tour_main{
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
}
.tailor_made_tour_single{
  float: left;
  width: 100%;
  position: relative;
   margin: 15px 0;
}
.tailor_made_tour_single label {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #e25025;
    font-family: 'Overlock', cursive;
}
.tailor_made_tour_single input {
    float: left;
    width: 100%;
    position: relative;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid rgb(236 143 14 / 63%);
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Overlock', cursive;
    color: #000;
    font-weight: 600;
}
.tailor_made_tour_single input::placeholder{
  color: #000;
  font-weight: 600;
}
.tailor_made_tour_single input:focus{
  outline: none;
}
.tailor_made_tour_single input:hover {
    box-shadow: inset 0px 0px 5px #ec8f0e66;
    transition: 0.5s ease-in-out;
}
.tailor_made_tour_single select {
    float: left;
    width: 100%;
     height: 40px;
    position: relative;
    padding: 0 10px;
    background: #fff;
    border: 1px solid rgb(236 143 14 / 63%);
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Overlock', cursive;
    color: #000;
    font-weight: 600;
}
.tailor_made_tour_single select:hover {
    box-shadow: inset 0px 0px 5px #ec8f0e66;
    transition: 0.5s ease-in-out;
}
.tailor_made_tour_single select:focus{
  outline: none;
}
.tm {
    margin: 0 !important;
    padding: 0 !important;
}
.mr {
    padding: 0 10px 0 0 !important;
}
.tailor_made_tour_single textarea {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 10px;
    background: #fff;
    border: 1px solid rgb(236 143 14 / 63%);
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Overlock', cursive;
    color: #000;
    font-weight: 600;
}
.tailor_made_tour_single textarea:hover {
    box-shadow: inset 0px 0px 5px #ec8f0e66;
    transition: 0.5s ease-in-out;
}
.tailor_made_tour_single textarea:focus{
  outline: none;
}
.tailor-button {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 20px 0 0 0;
}
.tailor-button input {
    background: #fff;
    border: 2px solid #e25225;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
    color: #962a2a;
    float: none;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s ease-in-out;
}
.tailor-button input:hover {
    background-color: #962a2a;
    color: #fffbf2;
    transition: 0.5s ease-in-out;
}

.thank_sec {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 150px 0 150px 0;
    background: #f09f1f54;
    height: 100vh;
}
.thank_sec_left{
  float: left;
  width: 40%;
  position: relative;
  margin: 10% 0 0 0;
}
.thank_sec_left img{
  width: 100%;
}
.thank_sec_right{
  float: left;
  width: 60%;
  position: relative;

}
.thank_sec_right_logo {
    float: none;
    width: 20%;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
}
.thank_sec_right_logo img{
  width: 100%;
}
.thank_sec_right_socila_icn{
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
}

.thank_sec_right_socila_icn i {
    font-size: 30px;
    margin: 0 5px;
    color: #df4826;
}
.thank_sec_right_socila_icn_btn{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 40px 0 0 0;
}
.thank_sec_right_socila_icn_btn a {
    background: #f1a020;
    padding: 12px 30px;
    color: #fff;
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.custome_pg{
  float: left;
  width: 100%;
  position: relative;
}
.page-404 .clip-text_one {
    background-position: center;
    background-size: 100%;
    text-shadow: 0 0 1px rgb(19 20 18 / 60%);
}
.page-404 .clip-text {
    font-size: 16em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: table;
    margin: 30px auto;
    padding: 30px;
    text-align: center;
    color: #e25225;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-404 .clip-text:before {
  position: absolute;
    content: '';
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}
.page-404 .clip-text:after {
  content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
}
.page_404{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #000;
}
.page_404_para{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}


/*Responsive Menu*/
.mob_head .hm_logo{
  display: none;
}
.gee_hamburger {
    background: #283B8F;
    position: absolute;
    top: 0px;
    right: 0;
    line-height: 40px;
    padding: 0px 4px 0px 5px;
    color: #ffffff;
    border: 0;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100;
    width: 40px;
    border-radius: 5px;
}
.gee_hamburger:focus{
  outline: none;
}
.gee_cross:focus{
  outline: none;
}
.gee_cross {
    background: #283B8F;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0px 10px 0px 10px;
    color: #fffbf2;
    border: 0;
    height: 40px;
    font-size: 3em;
    line-height: 57px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100;
    width: 40px;
    border-radius: 5px;
}
.gee_menu {
    z-index: 101;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #283B8F;
    position: absolute;
    text-align: center;
    top: 82px;
    display: none;
    border-top: 1px solid #fff7d3;
}
.gee_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.gee_menu li {
  display: block;
  padding: 12px 0 12px 0;
  border-bottom: #fff7d3 1px solid;
}

.gee_menu ul li:hover {
    display: block;
    background: #0092C7;
    padding: 12px 0 12px 0;
    color: #fffbf2 !important;
}

.gee_menu ul li a {
    font-family: 'Overlock', cursive;
    text-decoration: none;
    margin: 0px;
    color: #fffbf2;
    font-size: 17px;
    font-weight: 600;
}
.gee_menu ul li a:hover{
    color: #fffbf2 !important;
}

.gee_glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}
.gee_mobile{
    width: 50px;
    float: right;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 8px 10px 0 0;
    flex: 1;
    display: none;
}

.mob_head {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 5px;
}

/* Payment Methods Section Styles */
.footer-payment-section {
  background: transparent;
  padding: 30px 0 0 0;
  text-align: center;
}
.footer-payment-title {
  color: #ffc83d;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-payment-title i {
  color: #ffc83d;
  font-size: 1.4em;
}
.footer-payment-methods {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-payment-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid #3a4252;
  border-radius: 14px;
  padding: 28px 36px 18px 36px;
  min-width: 220px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-payment-logo {
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 18px 32px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-payment-logo.crdb {
  background: linear-gradient(135deg, #1a3a8f, #0d2566);
}
.footer-payment-logo.tigo {
  background: linear-gradient(135deg, #ee2a24, #b21f1f);
}
.footer-payment-name {
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .footer-payment-methods {
    flex-direction: column;
    gap: 18px;
  }
  .footer-payment-card {
    min-width: 0;
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
