.top_header{
	background:#ce2127;
	height:32px;
	/*transition:all 0.3s;*/	
}
.show-sm{
	display:none !important;	
}
.hide-sm{
	display:block !important;
}
.nmob{
	display:none !important;	
}

.why-choose-wrapper{
    font-size:15px;
}

header{
	top:32px;
	background:rgba(255,255,255,0.85)	
}
header.sticky{
	top:0px;	
}
.top_header a{
	color: #fff;
	padding:4px 13px;
	display:inline-block;
	font-size:14px;
	line-height:23px;
}
.top_header a.sn{
	font-size:16px;	
	padding:2px 4px 2px 4px;
}

.top_header .th_left{
	text-align:right;	
}
.top_header .th_right{
	text-align:left;	
}
.top_header .th_left a:first-child{
	border-left:1px solid #fff;
	padding-right:0px;
	margin-left:7px;
}	
.top_header .th_right a{
	border-left:1px solid #fff;
	margin-right:-4px;
}	
.top_header .th_right a:last-child{
	border-left:none;
	padding-left:0px;
}	
.top_header .th_right #lang-dd{
position: relative;
    color: #fff;
    padding: 4px 13px;
    display: inline-block;
    font-size: 13px;
}
.top_header .th_right #lang-dd ul{
	display:none;
}
.top_header .th_right #lang-dd:hover ul{
	display:block;
	position:absolute;
	top:31px;
	left:4px;
	background:#ce2127;
	width:100%;
	color:#fff;
	z-index:999999999 !important;
	margin-bottom:0px;
}
.top_header .th_right #lang-dd ul li{
	border-top:1px solid #fff;	
}
.top_header .th_right #lang-dd ul li a{
	text-align:left;	
	padding-left:20px;
}
.top_header .th_right #lang-dd ul li a:hover{
	background:#e92b33;
	color:#fff;	
}
header.header nav.main-menu a{
	color:#000;
	font-weight:600;	
}

header.header nav.main-menu li.active a,header.header nav.main-menu a:hover, header.header nav.main-menu li.active a:hover{
	color:#cd2027;	
}
header.header nav.main-menu ul li ul li a{
	color:#000 !important;
	font-size:16px;
}
header.header nav.main-menu ul li ul li a:hover{
	color:#cd2027 !important;
}
.main_title_2 h1{
	margin-top:20px;	
}
.main_title_2 p{
	    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 10px;
}




#cust-testi .testimonial-name, #cust-testi-all .testimonial-name, .atoj-team .member-name {
	color:#000;
	font-size:20px;
}


#cust-testi .owl-carousel .owl-item img, #cust-testi-all img {
	
	max-width: 150px;
	
}
.atoj-team h4{
	font-size:15px;	
}
.atoj-team p{
	margin-bottom:0px;	
}
.atoj-team .main_title_2{
	margin-bottom:0px;
}	
#cust-testi-all div.titem{
	margin-top:60px;	
}

#cust-testi .owl-carousel .owl-item p, #cust-testi-all div.titem p, .atoj div.titem p {
	font-size:16px;
	line-height:26px;
	font-weight:300;
	color:#666;
}

#cust-testi .owl-prev i, .owl-next i {
	color: #ce2127;
	font-size:54px;
}

#cust-testi .owl-prev span:hover, 
#cust-testi .owl-next span:hover {
	color: #8199A3;
}

#cust-testi .owl-prev, #cust-testi .owl-next {
	position: absolute;
	top: 20px;
	
	
}

#cust-testi .owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}
.to-upper{
	text-transform:uppercase !important;
}
.to-lower{
	text-transform:lowercase !important;	
}
.to-none{
	text-transform:none !important;	
}
.to-ucfw{
	text-transform:capitalize !important;	
}
	
	

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #ce2127;
			
		}
.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.owl-team.owl-carousel .owl-dots{
	margin-top:30px !important; 
}
.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
	background: none;
	border: 2px solid #ce2127 !important;
	display: inline-block;
	margin: 0 4px 5px;
	border-radius:100%;
	transition: all 250ms ease-out 0s;
	height: 16px !important;
	width: 16px !important;
}

#cust-testi  .main_title_2{
	margin-bottom:70px
}
#cust-testi  .ms.main_title_2{
	margin-bottom:20px
}


/*Why choose*/
.why-choose {
    position: relative;
}

.why-choose-wrapper .text {
    margin-bottom: 15px;
}

.why-choose-wrapper .text.no-margin {
    margin-bottom: 0;
}

.why-choose-wrapper .group-list .why-choose-list {
    width: 48%;
}

.why-choose-wrapper .group-list .box-media {
    margin-top: 40px;
}

.why-choose-wrapper .group-button {
    margin-top: 25px;
}

.why-choose-list {
    display: inline-block;

    margin-bottom: 20px;
}

.why-choose-list li {
    padding: 8px 0;
}

.why-choose-list li .text {
    position: relative;

    margin-bottom: 0;
    padding-right: 20px;
}

.why-choose-list li .text:after {
    font-family: 'fontello';
    font-size: 14px;

    position: absolute;
    right: 0;
	top:2px;
    content: '\e901';

    color: #ce2127;
}
.why-choose .main_title_3{
	margin-bottom:15px;	
}
.why-choose .main_title_3 p{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:500;
	font-size:16px;
}

.why-choose .main_title_3 h2{
	margin-top:10px;
	font-size:34px;
	font-weight:600;
}
/*End of why choose*/
/*  */
/* Features tours */
/*  */
.features-tours-full-width .features-tours-wrap .features-tours-item {
    width: 25%;
    float: left;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media {
    position: relative;
}
.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-cat{
    background: #ce2127;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 7px 30px 10px 30px;
    color: #fff;
    font-size: 15px;
	line-height:15px;
	font-weight:600;
	text-shadow: 0px 1px 2px #000;
}


.features-tours-full-width .features-tours-wrap .features-tours-item .features-media:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media img {
    width: 100%;
}







.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
	padding:5px 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	background: rgba(0,0,0,0.3);
	text-shadow: 0px 1px 4px #000;
}
.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot p{
	color:#fff;
	margin-bottom:5px;
	margin-top:0px;
	font-size:18px;
	
}
	
.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
    color: #ffffff;
    margin: 0;
    display: inline-block;
	font-weight:500;
	margin-bottom:5px;
	margin-top:5px;
	font-size:22px;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span {
    display:block;
   margin-bottom:5px;
   font-size:15px;
}




.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media:before {
    background: rgba(0, 0, 0, 0.2);
}




ul.contacts{
	margin-bottom:15px
}
.no-link{
	cursor:default !important;	
}
h2.testimonial-name{
	font-size:28px;
}
.cerror{
	background-image:none !important;	
}
.cerror:-moz-placeholder {
color:#f46a6a!important
}
.cerror::-moz-placeholder {
color:#f46a6a!important
}
.cerror::-webkit-input-placeholder {
color:#f46a6a!important
}
.cerror:-ms-input-placeholder {
color:#f46a6a!important
}
.cerror, .cerror:active, .cerror:focus, select.cerror + div.nice-select  {
	color: #fa7070;
	border: 1px solid rgba(244,106,106,.6) !important;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(244,106,106,.6) !important;
}
.cerror.dropdown a span,  select.cerror + div.nice-select span.current{
	color: #fa7070 !important;
}
label.cerror{
	box-shadow:none !important;
	font-weight:500;	
	margin-top:4px;
}

.csuccess:-moz-placeholder {
color:#00b200!important
}
.csuccess::-moz-placeholder {
color:#00b200!important
}
.csuccess::-webkit-input-placeholder {
color:#00b200!important
}
.csuccess:-ms-input-placeholder {
color:#00b200!important
}
.csuccess, .csuccess:active, .csuccess:focus, select.csuccess + div.nice-select  {
	color: #00b200;
	border: 1px solid rgba(0,178,0,.6) !important;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(0,178,0,.6) !important;
}
.csuccess.dropdown a span,  select.csuccess + div.nice-select span.current{
	color: #00b200 !important;
}
label.csuccess{
	box-shadow:none !important;
	font-weight:500;	
	margin-top:4px;
}

.sbtn i{
	display:none;	
}
.sbtn:disabled i{
	display:inline-block;
}
span.star{
	color:#ce2127;
	font-weight:600;
	font-size:16px;	
	margin-right:2px;
}

.iti{
	width:100%;	
	direction:ltr;
}
.rph i.icon-phone{
	display:none;
}
#service_contact .nice-select.wide{
	margin-bottom:0px;	
}
#service_contact  .iti--separate-dial-code .iti__selected-flag{
  	background:none;
	border-right:1px solid #d2d8dd	
}
	
/*
.iti--allow-dropdown .iti__flag-container{
	right:0px;	
	left:auto;
}
*/
.no-tours{
	width:100%;	
	font-size:15px;	
	line-height:20px;
}
.no-tours i{
	font-size:20px;	
}
.no-filter.box_grid figure{
	min-height:380px;
}
.no-filter.box_grid p.category a{
	cursor:text;	
}
.no-filter.box_list{
	 margin: 0 auto;
    margin-bottom: 30px;
	width:100%;
}
.no-filter.box_list figure{
	min-height:300px;
}
.icheckbox_square-grey, .iradio_square-grey{
	margin: 0 0 0 10px;	
}
.irs-from, .irs-single, .irs-to{
	direction:ltr;	
}
.ec-tdiv{
	text-align:left;	
	font-weight:600;
	color:#000;
	display:block;
	margin-bottom:10px;
	margin-top:-20px;
	font-size:11px;
}
.ec-tdiv a{
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;	
	margin-top: -20px;
}
#sub_submit i.icon-spin6{
	display:none;	
}
#sub_submit i.icon-left, #sub_submit i.icon-right{
	display:inline-block;
}

#sub_submit:disabled i.icon-spin6{
	display:inline-block;
}
#sub_submit:disabled i.icon-right, #sub_submit i.icon-spin6{
	display:none;	
}

.tdc iframe{
	width:100%;	
}
#itinerary_map{
	color:#28262b;
	font-size:22px;
	margin-bottom:15px;
}	
.tour-init{
	margin-bottom:30px;	
}
.dc img.img-fluid{
	height:auto !important;	
}
.search-sec .card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}
.search-sec .search-result-box .tab-content {
    padding: 30px 30px 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none
}

.search-sec .search-result-box .search-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3eaef;
    margin-bottom: 20px
}
.search-sec .text-success {
    color: #0acf97!important;
}

.search-sec .btn-custom {
    background-color: #cd2027;
    border-color: #cd2027;
	color:#fff;
}

.search-sec .font-13.mb-2{
	color:#000;	
	word-wrap:break-word;
}
.search-sec .nav-tabs .nav-item .nav-link{
	color:#495057;	
}
.search-sec .nav-tabs .nav-link.active,.search-sec .nav-tabs .nav-item.show .nav-link{
	color:#cd2027	
}
.tsearch{
	display:inline-block;	
	position:relative;
	border-left:1px solid #fff;
}
.tsearch input {
	
	outline: none;
}
.tsearch  input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	color:#fff;
	font-size:13px;
}
.tsearch input::-webkit-search-decoration,
.tsearch input::-webkit-search-cancel-button {
	display: none; 
}

.tsearch input::-webkit-input-placeholder { /* Edge */
  color: #fff;
  font-size:13px;
  opacity:1;
}

.tsearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-size:13px;
   opacity:1;
}

.tsearch input::placeholder {
  color: #fff;
  font-size:13px;
   opacity:1;
}
.tsearch input::-moz-placeholder{
  color: #fff;
  font-size:13px;
   opacity:1;
}
.tsearch i{
	position:absolute;
	right:10px;
	top:5px;
	 font-size:13px;
	  color: #fff;
	  	
}
.tsearch input[type=search] {
	border: none;
	background:none;
	padding: 5px 32px 5px 10px;
	width: 40px;
	color:#fff;
		
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.tsearch input[type=search]:focus {
	width: 130px;
	background-color: transparent;
	border: none;
	
	
}
html.mm-opening .mm-menu.mm-opened~.mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}
#tour-init .card-body.init p:last-child{
	margin-bottom:0px;	
}
.hero_in.general.spt_bg h1.fadeInUp i strong{
	display:block;	
}
.pg-c ol{
    list-style: decimal; 
}
.pg-c ul{
    list-style: disc; 

}
.pg-c ol, .pg-c ul{
    padding-right:30px;
}
@media all and (max-width:175px) {
	html.mm-opening .mm-menu.mm-opened~.mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-opening .mm-menu.mm-opened~.mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

/*end of feature tours*/

/*home blog*/
.home_blog{
	background:#fafafa;	
}
.home_blog a.blog_item{
	position: relative;
	display:block;
	color:#fff;
	text-shadow: 0px 1px 4px #000;
}
.home_blog a.blog_item div.blog_desc{
	    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 20px;
	
}
.home_blog a.blog_item div.blog_desc h1{
	color:#fff;
	font-size:20px;	
	font-weight:700;
}
.home_blog a.blog_item div.blog_desc span.dot
{
	padding-left:10px;
	padding-right:10px;	
}

.home_blog a.blog_item:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.home_blog a.blog_item:hover:before {
    background: rgba(0, 0, 0, 0); 
}
#full-slider-wrapper h3{
	font-weight:600;	
}
#full-slider-wrapper h3, #full-slider-wrapper p{
	text-shadow: 0px 1px 4px #000;
}
/*home blog end*/
/*home banner */
.atoj_banner .b_text{
	width:100%;
	background:#ce2127;
	display:block;
	overflow:hidden;
}
.atoj_banner .b_text a.b_img{
	width:50%;
	float:right;
}
.atoj_banner .b_img a.b_img img{
	width:100%;	
}
.atoj_banner .b_text .b_desc{
	width:50%;
	float:left;
	text-align:center;
	color:#fff;
	padding:45px 35px 30px 35px;
}

.atoj_banner .b_text .b_desc h2{
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:600;
}
.atoj_banner .b_text .b_desc h1{
	text-align:center;
	color:#fff;
	font-size:32px;
	font-weight:700;
	margin-bottom:15px;
	margin-top:10px;
}
.atoj_banner .b_text .b_desc p{
	margin-bottom:20px;	
}
.btn_black{
	border: none;
  color: #fff;
  background: #000;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius:4px;
}
.btn_black:hover,.btn_black:focus, .btn_black:active{
	background: #111;
	color:#fff;
}
.atoj_subscribe{
	background:#ce2127;
	color: #fff;
	padding:30px 0;
}
.atoj_subscribe h4{
	color:#fff;
	font-size:20px;
}
.atoj_subscribe p{
	font-size:15px;
	margin:0px;	
}

.atoj_subscribe input[type="email"] {
    border: 0 none;
    border-radius: 25px;
    color: #9b9b9b;
    font-size: 14px;
    font-style: normal;
    height: 46px;
    letter-spacing: 0;
    width: 100%;
	padding-right:20px;
	outline:none;
	padding-left:60px;
}
.atoj_subscribe .form-section{
	position:relative;	
	margin-top:5px;
}

.atoj_subscribe button {
	position:absolute;
	top:2px;
	left:2px;
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 25px;
    color: #fff;
    height: 42px;
    letter-spacing: 0;
    padding: 0 12px;
	cursor:pointer;
}

/************************* page loading start********************************/
.travel_page_loader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999999;
	/* background-image:url(../images/bg/page_loading.jpg); */
	background-size:100% 100%;
	background: #fff;
	
	}
.travel_loading_bar_wrapper{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	width:50%;
	}	
.travel_loading_bar_wrapper .travel_loading_bar{
	width:100%;
	height:9px;
	background-color:#beced1;
	position:relative;
	}	
.travel_loading_bar_wrapper .travel_loading_bar > span{
	position:absolute;
    bottom: 100%;
	width: 30px;
    height: 49px;
	/* animation:bounceInDown 1s; */	
	}	
.travel_loading_bar_wrapper .travel_loading_bar > span.from{
	left:-15px;
    }
.travel_loading_bar_wrapper .travel_loading_bar > span.from svg path{
	fill:#FCB715;		
}	

.travel_loading_bar_wrapper .travel_loading_bar > span.to{
	right:-15px;
	}

@keyframes loadingPoint_animation{
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}	
.travel_loading_bar_wrapper .travel_loading_bar > span.to.jump{
	animation: loadingPoint_animation 1.5s infinite;
}	
	
	
	
.travel_loading_bar_wrapper .travel_loading_bar .travel_loading_bar_overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background-color:#86b817;
	transition:all 0.3s ease;
	}	

.travel_loading_bar_wrapper .travel_loading_bar .travel_loading_bar_overlay > .pointer{
	position:absolute;
	right:0px;
	bottom:130%;
	width:43px;
	height:44px;
	opacity:0;
	transition:all 0.5s ease;
	}
.travel_loading_bar_wrapper .travel_loading_bar .travel_loading_bar_overlay > .pointer_val{
	position:absolute;
	right:0px;
	top:20px;
	color:#fff;
	font-size:14px;
	}	
.box_detail.booking.s_contact .price > span{
	font-weight:500;
	font-size:22px;
}
.hero_in.general.about_bg:before {
  background-image: url(../img/bg/about.jpg);
}
.hero_in.general.service_bg:before {
  background-image: url(../img/bg/service.jpg);
}
.hero_in.general.contact_bg:before {
  background-image: url(../img/bg/contact.jpg);
}
.hero_in.general.faq_bg:before {
  background-image: url(../img/bg/faq.jpg);
}
.hero_in.general.testi_bg:before {
  background-image: url(../img/bg/testi.jpg);
}	
.hero_in.general.terms_bg:before {
  background-image: url(../img/bg/terms.jpg);
}
.hero_in.general.privacy_bg:before {
  background-image: url(../img/bg/privacy.jpg);
}
.hero_in.general.blog_bg:before {
  background-image: url(../img/bg/blog.jpg);
}
.hero_in.general.uinfo_bg:before {
  background-image: url(../img/bg/uinfo.jpg);
}
.hero_in.general.sblog_bg:before {
  background-image: url(../img/bg/sblog.jpg);
}
.hero_in.general.spt_bg:before {
  background-image: url(../img/bg/spt.jpg);
}
.hero_in.general.bj_bg:before {
  background-image: url(../img/bg/bj.jpg);
}
.hero_in.general.btj_bg:before {
  background-image: url(../img/bg/btj.jpg);
}
.hero_in.general.sblog_bg{
	height:600px	
}
.pg_contents ul{
	list-style:disc;
	padding-right:40px;	
}
.pg_contents p{
	margin-bottom:10px;
	margin-top:10px;	
}
.pagination li{
	outline:none;
}
.pg_contents ol{
	list-style:decimal;
	padding-right:40px;	
}
.pagination a.page-link{
	color:#cd2027;
	outline:none;
}

.pagination a.page-link:hover, .pagination a.page-link.active{
	background:#cd2027;
	color:#fff;
}
.form-control:focus {
    background-color: #fff;
    border-color: #f13d44;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(250,84,90,.25);
}
.t_details{
	font-size:15px;
	line-height:28px;	
}
.t_details p{
	margin-bottom:15px;	
}
.t_details ul{
	list-style:disc;
	margin-right:40px;	
	
}
.t_details .cbp_tmtimeline > li .cbp_tmlabel h4{
	color:#000;	
}

.t_details ul.cbp_tmtimeline{
	list-style:none;
	margin-left:0px;	
}

.accordion_2.tour-init div.card-body{
	padding: 1.25rem;
}
.accordion_2.tour-init .card .card-header{
	padding:0px;
	height:70px;
	
}


.accordion_2.tour-init .card .card-header{
	border-radius: 6px;
	position:relative;
}
.accordion_2.tour-init .card .card-header span.day{ 
    background: #ce2127;
    border-radius: 0 6px 6px 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    width: 120px;
    line-height: 64px;
    position: absolute;
    top: 0;
    right: 0;
	height:100%;
}
.accordion_2.tour-init .card {
	margin-bottom:10px

}
.accordion_2.tour-init  .card-header h5, .accordion_2.tour-init  .card-header h5 a{
	height:100%;	
}
.accordion_2.tour-init .card .card-header span.title{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 140px 0 60px;
    text-align: right;
	font-size: 18px;
	color:#000;
	line-height: 24px;
}
.accordion_2.tour-init  .card-header h5 a i.indicator{
	font-weight:bold;
	    margin-top: 3px;
	transition: all linear .2s;
	 	
	
}
.accordion_2.tour-init  .card-header h5 a i.indicator.open{
 	 -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
}
.sidber-box {overflow: hidden;background-color: #fafafa;margin-bottom: 20px;position: relative; border:1px solid #ededed}

.booking_price {padding: 30px;position:relative}
.booking_price .price {font-size: 20px;font-weight: 700;border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.booking_price .price strong {font-size: 30px;display: inline-block;margin-right: 5px;}
.booking_price .price span{
	font-size:14px;
	font-weight:400;
	color:#ce2127;
	display:block;
	margin-bottom:7px;
	margin-top:-7px;
}
.booking_price .price span strong{
	font-size:14px;
	margin-right:0px;
}
.booking_price cc, ul.list-not li, ul.list-not li {line-height: 30px;}
.booking_price .offer {margin-top: 12px;    color: #ce2127 !important;}
ul.list-ok li, ul.list-not li {position: relative;padding-right: 25px;line-height: 25px; list-style:none}
ul.list-ok li::before {font-style: normal;font-weight: 700;font-family: fontello;font-size: 14px;content: '\e987';position: absolute;right: 0;top: 0;color:#ce2127}
ul.list-not li::before {font-style: normal;font-weight: 700;font-family: fontello;font-size: 14px;content: '\e988';position: absolute;right: 0;top: 0;color:#ce2127}



.booking_price.bjtdp  .price{
	margin-top:20px;	
}


.help-widget {margin-bottom: 20px;padding: 30px;position: relative;text-align: center;background-color: #fafafa; border:1px solid #ededed}
.help-widget i {font-size: 55px;display: inline-block;margin-bottom:10px}
.help-widget a.phone {font-size: 21px;display: block;margin-bottom: 10px;color: #28262b;font-weight: 700;direction:ltr}

.ms-slide-info.ms-dir-h.ms-align-bottom div.ms-info{
	width:720px;
	margin:0 auto;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:left;
	padding:10px 20px;
}

.ms-partialview-template .ms-slide-info h4{
		font-weight:600;
}
.ms-partialview-template .ms-slide-info a{
	color:#fff;
	font-weight:600;	
}

.hero_in.general.spt_bg h1.fadeInUp  i{
	display:block;
	font-size:24px;
	margin-top:5px;
	font-style:normal;
	line-height:34px;
}
.card-body.init img{
	max-width:100% !important;	
}

.p-t-10 {
    padding-top: 10px !important;
}
.media-main a.float-left {
    width: 100px;
}
.thumb-lg {
    height: 84px;
    width: 84px;
}
.guide{
	margin-top:20px;	
}
.media-main{
	display:block;	
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
.media-main .info {
    overflow: hidden;
    color: #000;
	    margin-right: 20px;
    margin-top: 22px;
}
.media-main .info h4 {
    padding-top: 0px;
	marin-top:0px;
    margin-bottom: 3px;
	color:#000;
}
.media-main .info p.text-muted{
	margin-bottom:0px;
}
.social-links li a {
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #7A7676;
	margin-right:3px;
}
.social-links li a:hover{
	color:#333;
}
.media-main .rounded-circle{
	width:90px;
	height:90px;	
}

.guide ul.social-links{
	list-style:none;
	margin:5px 0;	
}

.guide ul.social-links li{
	display:inline-block;
	
}
.t_details ul.list-ok, .t_details ul.list-not{
	list-style:none;
	margin-left:0px;	
	margin-right:0px;	
}
.t_details ul.list-ok li, .t_details ul.list-not li{
	display:inline-block; width:49%;margin-bottom:5px;	
}
.flogos{
	margin:0px;
	margin-bottom:15px;	
}
.fabt
{
	margin-bottom:15px;
}
.atoj_contact form{
	margin-right:20px;	
}
.secondary_nav ul li a.active, .secondary_nav ul li a{
	font-size:15px;	
	color:#000;
}
.secondary_nav ul li{
	margin-right:10px;	
}
.secondary_nav{
	padding:10px 0;	
}
.secondary_nav ul li.sep{
	color:#ce2127;	
	font-size: 12px;
}


.pricing-table .card {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .pricing-table .card .card-title {
    font-size: 1rem;
    letter-spacing: .2rem;
    font-weight: 500; }
  .pricing-table .card .card-price {
	    background: #353535;
    color: #fff;
    font-size: 22px;
    padding: 10px 20px;	
 }
    .pricing-table .card .card-price .term {
      font-size: .875rem; }
  .pricing-table .card .fa-ul li:not(:last-child) {
    margin-bottom: 1rem; }
.pricing-table ul.fa-ul{
	padding:20px;
	margin:0px;
}
.pricing-table ul.fa-ul li i{
	margin-right:5px;	
}

.pricing-table ul.fa-ul li.grey-text{
	opacity:0.5;	
}
.pricing-table a.btn_1{
	width:100%;
	font-size:16px;	
	border-radius:0px 0px 4px 4px;
}
  .pricing-table .card{
    margin-top: -.25rem;
    margin-bottom: .25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); } 
/*P*/
.bc .single-price {
	text-align: center;
	padding: 20px 30px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.bc .price-title h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.bc .price-tag {
  margin: 30px 0;
}
.bc .price-tag {
	margin: 30px 0;
	background-color: #fafafa;
	color: #000;
	padding: 10px 0;
}
.bc .center.price-tag {
	background-color: tomato;
	color:#fff
}
.bc .price-tag h2 {
	font-size: 45px;
	font-weight: 600;
	font-family: poppins;
}
.bc .price-tag h2 span {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}
.bc .price-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bc .price-item ul li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
  margin: 5px 0;
}
.bc .price-item ul li:last-child {
  border-bottom: 0;
}
.bc .single-price a {
  margin-top: 15px;
}
.bc a.box-btn {
	padding: 10px 30px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 3px;
    font-size: 15px;
    transition: .3s;
    width: 100%;
	background:#000;
}
.bc a.box-btn:hover, a.border-btn:hover {
	background-color: #666666;
	
}
.bc .classic .price-title h4{
	color:#6e6d72;
}
.bc .classic a.box-btn{
	background:	#6e6d72;
}
.bc .classic a.box-btn:hover{
	background:	#57565a;
}
.bc .gold .price-title h4{
	color:#eeb200;
}
.bc .gold a.box-btn{
	background:	#eeb200;
}
.bc .gold  a.box-btn:hover{
	background:	#e0a800;
}

.bc .luxury .price-title h4{
	color:#00994d;
}
.bc .luxury  a.box-btn{
	background:	#00994d;
}
.bc .luxury a.box-btn:hover{
	background:	#008543;
}
/*P*/
.pricing-table .card{
	margin-bottom:40px;	
}
.pricing-table .card-body{
	padding:0px;	
}
.pricing-table .card-price.classic{
	background:#6e6d72;	
}
.pricing-table .card-price.gold{
	background:#e8ae00;	
}
.pricing-table .card-price.luxury{
	background:#00994d;	
}

.t_cat_2 .card-text.text-black-50{
	    color: #555!important;
    margin-top: 5px;
    font-size: 16px;
}
.t_cat_2  .card-body{
	padding:20px 20px;	
}

.t_cat_2 .card-title{
    color:#000;
    font-size:23px;
}

.t_cat_2 .shadow.classic{
	border-bottom:8px solid #464646 !important;	
} 
.t_cat_2 .shadow.gold{
	 border-bottom: 8px solid #e8ae00 !important;	
}
.t_cat_2 .shadow.luxury{
	border-bottom:8px solid #6060ac !important;	
}
.t_cat_2 .shadow div.o_holder{
	 position: relative;
    display: block;
}	


.t_cat_2 .shadow a div.clay{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    top: 0px;
    left: 0px;
	opacity:0;
	transition: all 0.45s;
	visibility:hidden;
	overflow:hidden;
	
}


.t_cat_2 .shadow:hover div.o_holder div.clay{
	opacity:1;
	visibility:visible;
}








.t_cat_2 .shadow  div.o_holder div.clay span{
 color: #fff;
    font-size: 22px;
    text-align: center;
    position:absolute;
	left:0px;
	width:100%;
	top: calc(50% - 18px);
    height: 36px;
    font-weight: 500;
    text-shadow: 0px 1px 4px #000;
}

.t_cat_2 .shadow  div.o_holder div.clay span.bottom_right{
	
	text-align:right;
    top: calc(100% - 41px);
	padding-right:15px;
  
}

.t_cat_2 .shadow  div.o_holder div.clay span.ani{
	height:0px;
	width:100%;
	transition: all 1s;
	top:calc(110% + 40px);
}

.t_cat_2 .shadow:hover div.o_holder div.clay span.ani{
	height:40px;
	width:100%;
	transition: all 1s;
	top: calc(50% - 18px);
}


.comments-list.uinfo .alignleft
{ 
        float: left;
    margin: 0 15px 10px 0;
    width: 60px;
    height: 60px;
    overflow: hidden;

}
.cintro .main_title_2{
	margin-bottom: 24px;
}

.cintro p{
	font-size: 19px;text-align: center;
}
.cintro p em{
	font-size:18px;	
}
.bj_intro .main_title_2{
	margin-bottom:20px
}
.bj_intro p{
font-size:17px;text-align:center;
}

.bj_intro .margin_80_0{
	margin-bottom:10px;	
}
.box_list .wrapper{
	position:relative;	
}
.box_list span.tour-type, .booking_price span.tour-type{
	background: #ce2127;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 4px 30px;
    color: #fff;
    font-size: 14px;
}
.box_list span.tour-type{
	bottom: 15px;	
	top:auto;
}
.box_list{
	border-bottom:6px solid #ce2127;	
	width:100%;
}
.box_list.classic .wrapper span.tour-type, .booking_price.classic span.tour-type{
	background:#464646;
}
.box_list.gold .wrapper span.tour-type, .booking_price.gold span.tour-type{
	background:#e8ae00;
}
.box_list.luxury .wrapper span.tour-type, .booking_price.luxury span.tour-type{
	background:#6060ac;
}

.box_list.classic, .booking_price.classic{
	border-bottom:6px solid #464646;
}
.box_list.gold, .booking_price.gold{
	border-bottom:6px solid #e8ae00;
}
.box_list.luxury, .booking_price.luxury{
	border-bottom:6px solid #6060ac;
}
.box_list.classic .wrapper h3 a{
	color: #464646;
}
.box_list.gold .wrapper h3 a{
	color: #e8ae00;
}
.box_list.luxury .wrapper h3 a{
	color: #6060ac;
}


.box_list.classic2 a:not(.btn_1){
	color: #464646;
}
.box_list.gold2  a:not(.btn_1){
	color: #e8ae00;
}
.box_list.luxury2  a:not(.btn_1){
	color: #6060ac;
}
.box_list.classic2 .wrapper span.tour-type, .box_list.classic2 .wrapper a.btn_1{
	background:#464646;
}
.box_list.gold2 .wrapper span.tour-type, .box_list.gold2 .wrapper a.btn_1{
	background:#e8ae00;
}
.box_list.luxury2 .wrapper span.tour-type, .box_list.luxury2 .wrapper a.btn_1{
	background:#6060ac;
}

.box_list.classic2{
	border-color:#464646;
}
.box_list.gold2{
	border-color:#e8ae00;
}
.box_list.luxury2{
	border-color:#6060ac;
}

.bc_main{
	background:#fff;
	padding:0px;
}
.bc_main .icon-home{
	margin-right:-5px;	
}
.bc_main .breadcrumb{
	background:#fff;
	margin:0px;
	padding:15px 0;
}
.bc_main .breadcrumb-item.active{
	color: #333;	
}

.bc_main .breadcrumb-item+.breadcrumb-item::before{
	color: #000;
	font-family: fontello;
	line-height: 14px;
    font-size: 14px;
		
}

.ls-l.slide_typo_2{
	
}

.hdn-mg-lg{display:none !important;}

.visible-small{display:none;}

.visible-small-search{display:none;}


.psection, .p-msg{
	padding: 10px 25px 10px 25px;
    margin: 15px -25px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
	font-size:16px;
	color:#000;	
	font-weight:600;
	
}
.psection span{
	font-size: 14px;
    display: block;
    color:#ce2127;
	font-weight:400;
}
.psection span strong{
	font-size:16px;	
	color:#ce2127;
	font-weight:600;
}
.psection strong{
	font-weight:600;
	font-size:22px;
	color:#ce2127;	
	margin:0 2px;
}


.p-msg{
	font-size:14px;
	border-radius:0px;
	font-weight:400;
}
.p-msg a{
	font-weight:600;	
}
.booking_price small{
	font-size:17px;
	font-weight:600;
}
.help-widget small{
	font-size:15px;
}

.box_list figure small.night, .box_grid figure small.night{
    top:55px;
}
@media all and (min-width: 1024px) and (max-width: 1280px) { 
.hdn-mg-lg {
    display: none !important;
}

.main-menu ul a, .main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 5px;
    white-space: nowrap;
}
#logo img {
    width: auto;
    height: 50px;
    margin: 12px 0 10px 0;
}
.main-menu {
    position: relative;
    z-index: 9;
    width: auto;
    top: 22px;
    right: 15px;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.atoj_banner .b_text .b_desc {
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 25px 35px 0px 35px;
}
.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot {
    left: 0px;
    bottom: 0px;
    width: -webkit-calc( 100% - 20px);
    width: -moz-calc( 100% - 20px);
    width: calc( 100% - 0px);
}
.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
   
}
.box_grid ul li:last-child {
    margin-right: 0;
    float: right;
    width: 100%;
}
.box_grid ul li a.btn_1 {
    margin-top: 10px;
    padding: 13px 20px;
    width: 100%;
}
.features-tours-full-width .features-tours-wrap .features-tours-item {
        width: 50%;
    }
}
@media (max-width: 991px) {
	
    .features-tours-full-width .features-tours-wrap .features-tours-item {
        width: 100%;
    }
    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
        font-size: 20px;
    }

    
	.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot p{
		font-size:14px;
		margin-top:0px;
	}
	.search-result-box ul li{
	display: block;
    float: none;
    clear: both;
    width: 100%;
	border:1px solid #dee2e6 !important;
	border-radius:0px;
}
.search-result-box ul li a{
	border-radius:0px;
	display:block;
	border:none !important;
	
}

.why-choose-wrapper .group-list .why-choose-list{
	width:100%;
	margin-bottom:0px;	
}
.why-choose-wrapper .group-list .why-choose-list:last-child{
	margin-bottom:15px;	
}

	.box_list .wrapper, .box_grid .wrapper{
		padding: 15px 20px 15px 20px;
	}
	.cust-testi-all iframe{
	width:100%;
	height:320px;	
}
.cust-testi-all .rounded-circle{
	margin:0 auto;
	display:block;	
}
	.box_list span.tour-type{
		bottom: auto;	
		top:-40px;;
	}
	.box_list figure, .box_grid figure{
		height:320px;
		min-height:320px;
	}
	.box_list figure a:hover img, , .box_grid figure a:hover img{
		transition:none !important;
		transform: translate(-50%, -50%) scale(1.1);
	}
	.show-sm{
		display:block !important;	
	}
	.hide-sm{
		display:none !important;	
	}
	
	.th_left{
		display:none;	
	}
	#menu ul li:last-child{
		display:block;	
	}
	.nmob{
		display:block !important;	
		
	}
	.nmob.snm{
		padding: 10px 20px;
	
	}
	.nmob.snm span{
		display:inline-block;
		padding:0px !important;
		margin-left:10px;
	}
	.mm-menu.mm-rtl .mm-listview > li.nmob a.sn{
		display:inline-block;
		padding:0px  !important;
		font-size:18px;
		margin:0px 4px;
		
			
	}
	
	.mm-menu.mm-rtl .mm-listview > li.nmob.snm > span:not(.mm-next){
		padding-right: 0px !important;
	}
	
	
	
}
@media all and (min-width: 768px) and (max-width: 1023px) { 

.hdn-mg-lg{display:none !important;}
.atoj_banner .b_text .b_desc {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 45px 35px 30px 35px;
}
.atoj_banner .b_text a.b_img {
    width: 100%;
    float: right;
}
.atoj_banner a.b_img .img-fluid {
    width: 100%;
    height: auto;
}
header {
    position: fixed;
    left: 0;
    top: 32px;
    width: 100%;
    padding: 24px 30px;
    z-index: 99999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#logo img {
    width: auto;
    height: 50px;
    margin: 12px 0 0 0;
}
.top_header a {
    color: #fff;
    padding: 5px 9px;
    display: inline-block;
    font-size: 13px;
}
header.header.sticky {
    padding: 15px 15px 20px 15px;
}
header.sticky .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
        margin-top: 0px;
    overflow: visible;
    margin-top: 10px;
}
.bg_color_1 .container .col-lg-7 p{margin-top:20px;}

.ms-slide-info.ms-dir-h.ms-align-bottom div.ms-info {
    width: 94%;
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
    padding: 10px 20px;
}
ul#additional_links {
    float: none;
    margin-top: 0px;
    text-align: center;
}
ul#footer-selector li {
    float: none;
    margin-right: 10px;
    text-align: 100%;
    margin-bottom: 20px;
}
ul#footer-selector li {
    float: none;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 4px;
    background-color: #2e2e2e;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
ul.list_ok {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    min-height: 610px;
}
.box_grid ul {
    padding: 20px 15px;
    border-top: 1px solid #ededed;
    display: block;
}
.box_grid ul li:last-child {
    margin-right: 0;
    float: right;
    width: 100%;
    margin-top: 15px;
}
.box_grid ul li a.btn_1 {
    margin-top: -10px;
    padding: 13px 20px;
    width: 100%;
}
.row.titem.wow .col-md-2 img{width:100%;}


article.blog .row.no-gutters .col-md-12 figure a{width:100%;float:left;}

.secondary_nav.is_stuck {

    z-index: 99;
    width: 100% !important;
    left: 0;
	top:76px !important;
}
.midume-hidden{display:none ;}
.visible-small {
    display: block;
}
.mm-menu.mm-rtl.mm-offcanvas {
    right: 0px;
}

}

@media all and (min-width: 320px) and (max-width: 767px) { 
.box_list figure, .box_grid figure{
	height:280px;
	min-height:280px;	
}

 .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
	font-size: 18px;
	
}
 .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span{
	font-size: 15px;
	margin-bottom:2px;
}



.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot p{
font-size:14px;
margin-top:0px;
}
.why-choose-wrapper .group-list .why-choose-list{
	width:100%;	
}
.tsearch input[type=search]:focus{
	width:80px;
}
.top_header .th_right #lang-dd {
    position: relative;
    color: #fff;
    padding: 6px 5px !important;
    display: inline-block;
    font-size: 12px;
}
.top_header a {
    color: #fff;
    padding: 5px 7px;
        padding-left: 7px;
    display: inline-block;
    font-size: 12px;
}
.top_header a.sn {
    font-size: 12px;
    padding: 6px 3px 3px 4px;
}

.top_header .th_right {
    text-align: right;
}

.hdn-mg-lg{display:block !important;}
#logo img {
    width: auto;
    height: 40px;
    margin: 4px 0 0 0;
}
.top_header .th_left {
    text-align: left;
}

.visible-small{width: 200px;
float: right;}


.why-choose .container .img-fluid {
    max-width: 100%;
    height: auto;
    margin: 40px 0 0px 0;
}

.why-choose-wrapper .why-choose-list {
    display: inline-block;
    margin-bottom: 0px;
}

.why-choose-wrapper a.btn_1.outline, .btn_1.outline {
    border: 2px solid #cd2027;
    color: #cd2027;
    padding: 11px 40px;
    background: none;
    line-height: 22px;
    margin-top: 20px;
}

.cintro p {
    font-size: 15px;
    text-align: center;
}

.main_title_2 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
}
.main_title_2 h1 {
    margin-top: 20px;
	font-size:25px;
}
#full-slider-wrapper .slide_typo{font-size:85px;margin-bottom:25px !important;}

#full-slider-wrapper p{font-size:30px;margin-top:5px !important;}

#full-slider-wrapper a{font-size:11px !important;padding:10px !important;margin-top:15px !important;}

.small-hidden{display:none !important;}

.main_title_2 h2 {
    font-size: 25px;
}
.why-choose .main_title_3 h2 {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 600;
}
.atoj-tours .margin_60 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.home_blog {
    background: #fafafa;
    margin-bottom: 30px;
}
.atoj_subscribe .form-section {
    position: relative;
    margin-top: 25px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.hero_in .wrapper p{
	font-size:18px;
	line-height:26px;
}

#cust-testi .testimonial-name, #cust-testi-all .testimonial-name, .atoj-team .member-name {

    color: #000;
    font-size: 18px;
    padding: 0px 20px;
    text-align: center;
    line-height: 25px;
    margin: 10px 0 0 0;

}
 .atoj-team .member-name{
		font-size:20px;
		
 }
.atoj-team h4{
	font-size:16px;
	margin-top:5px;	
}
#cust-testi .testimonial-name, #cust-testi-all .testimonial-name, .atoj-team h4 {text-align:center;margin-bottom:10px;}
#cust-testi .owl-carousel .owl-item p, #cust-testi-all div.titem p, .atoj div.titem p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #666;
    padding: 0px 20px;
	text-align:center;
}
a.btn_1.outline, .btn_1.outline {
    border: 2px solid #cd2027;
    color: #cd2027;
    padding: 11px 40px;
    background: none;
    line-height: 22px;
}
.atoj_banner .b_text .b_desc {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 45px 35px 30px 35px;
}
.atoj_banner .b_text a.b_img {
    width: 100%;
    float: right;
}
.bg_color_1.relative .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.ms-slide-info.ms-dir-h.ms-align-bottom div.ms-info {
    width: 100%;
    margin: 0 auto;
    /*background: rgba(0,0,0,0.5);*/
	background:none;
    color: #000 !important;
    text-align: left;
    padding: 10px 0px;
}

.ms-slide-info.ms-dir-h.ms-align-bottom div.ms-info h4{
    color: #000 !important;
}
.ms-slide-info.ms-dir-h.ms-align-bottom div.ms-info p{
	font-size:15px;
	color:#555 !important;	
}
.ms-partialview-template .ms-slide-info {

    text-align: center;
    margin-top: 0px;
    width: 100%;

}
.ms-slide-info {

    position: static;

}
#description .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#description ul.list_ok , article.blog ul.list_ok {
    list-style: none;
    margin: 0px 0 0px 0;
    padding: 0;
}
.hero_in {
    height: 220px;
}

.hero_in .wrapper h1{
    font-size: 22px;
}
.hero_in.general.spt_bg h1.fadeInUp i {
    font-size: 20px;
	font-style: italic;
	line-height:30px;
}
.hero_in.general.spt_bg h1.fadeInUp i strong{
    font-size: 18px;
	display:block;
}
.t_cat_2 .shadow.classic , .t_cat_2 .shadow.gold , .t_cat_2 .shadow.luxury {
    margin-bottom: 20px;
}
.atoj_contact form {
    margin-left: 0px;
}
.cust-testi-all  .col-md-2{text-align:center;}
.testimonial-name{margin:15px 0px;text-align:center;font-size: 20px;}
article.blog .post_info h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
}
article.blog .row  figure a{    width: 100%;
    float: left;}
article.blog .row .col-sm-4	.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.bg_color_1 .sticky_horizontal {top: 51px;}
.accordion_2.tour-init .card .card-header{
	height:auto;	
}
.ec-tdiv a{
	font-size:14px;	
}
.accordion_2.tour-init .card .card-header a{
	padding: 10px 20px;
}
.accordion_2.tour-init .card .card-header span.day {
    background: #ce2127;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 81px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.accordion_2.tour-init .card .card-header span.title {
    position: relative;
    transform: none;
    width: calc(100% - 80px);
    padding: 0px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    right: 75px;
	display:block;

}
.accordion_2.tour-init .card-header h5 a i.indicator{
	position: absolute;
    left: 5px;
    top: calc(50% - 10px);
    font-size: 16px;
	margin:0px;
}



.t_details ul.list-ok li, .t_details ul.list-not li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
	
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 25px;
    height: 2px;
    background-color: #2e2e2e;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
ul#additional_links {
    float: none;
    margin-top: 0px;
    text-align: center;
}
ul#footer-selector {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    float: left;
}
ul#footer-selector li {
    float: none;
    margin-right: 10px;
}
ul#footer-selector li:first-child {
    margin-bottom: 15px;
}
#lang-dd {
    position: relative;
    color: #fff;
    padding: 4px 13px !important;
    display: inline-block;
    font-size: 13px;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot {
    bottom: 0px;
    left: 0px;
    width: -webkit-calc( 100% - 40px);
    width: -moz-calc( 100% - 40px);
    width: calc( 100% - 0px);
}
.visible-small {
    display: block;
}
.hidden-small{display:none;}

.atoj-team .row.titem .img-thumbnail{width:100%;max-width: 200px;}
.atoj-team .container  .col-md-2{text-align:center;}
.atoj-team .container .titem p {

    margin-bottom: 0px;
	text-align:justify;
	font-size:16px;
	line-height:24px;
}

.t_cat_2 .shadow a div.clay {

    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    left: 0px;
    opacity: 1;
    transition: all 0.45s;
    visibility: visible;
    overflow: hidden;
	top:0px;

}
.t_cat_2 .shadow div.o_holder div.clay span {

    color: #fff;
    font-size: 17px;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    top: calc(50% - 18px);
    height: 36px;
    font-weight: 500;
    text-shadow: 0px 1px 4px #000;
    padding-top: 7px;

}
.hero_in.general.spt_bg h1.fadeIn i {

    display: block;
    font-size: 13px;
    margin-top: 5px;
    font-style: normal;
    line-height: 18px;

}
.box_list .wrapper span.tour-type, .booking_price span.tour-type {

    background: #ce2127;
   text-align: center;
position: absolute;
right: 0px;
top: -33px;
padding: 4px 30px;
color: #fff;
font-size: 14px;
width: 140px;

}

.box_list .wrapper h3 {

    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0px;

}
.backg-white{background:#fff;}

.ex-pad-top{padding-top:0px;}

.ex-mrg-btm{padding-bottom:0px;}

.hero_in .wrapper h1 span {

    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #FFC107;
    display: block;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 10px;

}
.hero_in.general.sblog_bg {

    height: 220px;

}
article.blog-detail .col-sm-6 .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.boxed_list{background-color: #fafafa;
border: 1px solid #ededed;}

.box_grid figure {

    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 250px !important;
	min-height:250px;

}

.visible-small-search{display:block;}

.cintro p em {

    font-size: 14px;

}

.box_grid ul li {

    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    color: #000;
    float: left;
    width: 100%;

}
.box_grid ul li a.btn_1 {

    padding: 13px 20px;
    width: 100%;
	margin-top:10px;

}
.mm-menu.mm-rtl.mm-offcanvas {
    right: 0px;
}


}

@media all and (max-width: 3320px) and (max-width: 480px){ 
.t_details ul li{
        line-height: 18px;
}
}

@media all and (max-width: 375px){ 
.tsearch input[type=search]:focus{
	width:50px;
}
.top_header .th_right #lang-dd {
    position: relative;
    color: #fff;
    padding: 6px 3px;
    display: inline-block;
    font-size: 12px;
}
.top_header a {
    color: #fff;
    padding: 5px 7px;
        padding-left: 7px;
    display: inline-block;
    font-size: 13px;
}
.top_header a.sn {
    font-size: 12px;
    padding: 6px 3px 3px 4px;
}
.box_grid ul li:last-child {
    margin-right: 0;
    float: right;
    width: 100%;
    margin-top: 15px !important;
}
.box_grid ul li a.btn_1 {
    margin-top: 0px;
    padding: 13px 20px;
    width: 100% !important;
	float:left !important;
}
.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.box_grid figure {

    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 250px !important;

}
}

@media all and (max-width: 320px) and (max-width: 375px) { 



.top_header .th_right #lang-dd {
    position: relative;
    color: #fff;
    padding: 6px 3px;
    display: inline-block;
    font-size: 12px;
}
.top_header a {
    color: #fff;
    padding: 5px 7px;
        padding-left: 7px;
    display: inline-block;
    font-size: 13px;
}
.top_header a.sn {
    font-size: 12px;
    padding: 6px 0px 3px 1px;
}
.box_grid ul li:last-child {
    margin-right: 0;
    float: right;
    width: 100%;
    margin-top: 15px !important;
}
.box_grid ul li a.btn_1 {
    margin-top: -10px;
    padding: 13px 20px;
    width: 100% !important;
	float:left !important;
}
.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    min-height: 660px !important;
}
}


/* Portrait */
@media screen and (orientation:portrait) { /* Portrait styles here */ }
/* Landscape */
@media screen and (orientation:landscape) { /* Landscape styles here */ }


/* CSS for iPhone, iPad, and Retina Displays */

/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}