.headnav_bg {
	background-color: #fff !important;
    box-shadow: 0px 0px 4px #c5c2c2;
    padding: 10px 0px 10px 0px;
}
.innMenu .top-menubox {
    border: 2px solid #d2cece;
    font-weight: 500;
    color: #171616;
}
.innMenu {
	margin-top: 9px;
}
.inn_searchbox form{
	margin-top: 9px;
}
.inn_searchbox form.example input[type=text] {
       padding: 10px;
    font-size: 15px;
    float: left;
    width: 90%;
    /* background: rgba(255, 255, 255, 0.68); */
    background-color: #fff;
    height: 47px;
    border: 1px solid #d7d5d5;
    border-right: 0px;
}
.inn_searchbox form.example button {
    float: left;
    width: 10%;
    padding: 10px;
    background-color: #fff;
    color: #8a8585;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    line-height: 22px;
    height: 47px;
    border: 1px solid #d7d5d5;
    border-left: 0px;
}
.inn_searchbox form.example::after {
    content: "";
    clear: both;
    display: table;
}
.offer_sidemenu {
	background-color:#fff;
}
.offer_sidemenu h3 {
	background-color: #5f4c3b;
    padding: 15px 0px 15px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
	    margin-bottom: 0;
}
.offer_sidemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.offer_para {
 margin-bottom: 20px;
}
.offer_sidemenu ul li {
	background-color: #fff;
    border-bottom: 1px solid #e7e6e6;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;	
}
.offer_sidemenu ul li a {
	color: #000;
	padding: 10px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 2px;
}
.offer_sidemenu ul li.active a, .offer_sidemenu ul li:hover a {
	color: #fff;
}
.offer_sidemenu ul li.active, .offer_sidemenu ul li:hover {
	color: #fff;
	padding-left: 10px;
	background-color:#f7bf09;
}
.details_white_bg {
    background-color: #fff !important;
    box-shadow: 0px 0px 4px #c5c2c2;
    padding: 25px 25px 0px 25px;
    min-height: 450px;
    margin-bottom: 15px;
}
.date_white_bg {
  background-color: #fff !important;
    box-shadow: 0px 0px 2px #c5c2c2;
    padding: 25px 25px 25px 25px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.travel_img_box {
	position: relative;
    display: block;
	margin-bottom: 27px;
}
.travel_img_box h4 {
	position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.travel_img_box h4 a{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
	text-decoration:none;
}
.travel_img_box h4 a:hover{
	color: #f7bf09	
}
.trvv-inners {
	height: 180px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;	
}
.off_blaclover {
	background-color: rgba(0, 0, 0, 0.31);
    position: absolute;
    top: 0;
    width: 100%;
    height: 180px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    vertical-align: bottom;	
}

.dropbtn {
    background-color: #5f4c3b;
    color: white;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 600;
}
.dropbtn i {
	display:none;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #5f4c3b;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: block !important;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block !important;}

.overview_img_class img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;	
}
.overview_img_class p {
text-align:justify;
}

/****** Contact ******/
.con_map {
	
	position:relative;
}
.con_map iframe {
	width:100%;
	height:600px;	
}
.conatct-bg {
	background-color: #fff;
    box-shadow: 0px 0px 8px #b3afaf;
	padding: 25px 15px 25px 15px;
}
.cont_strip_top {
	margin-top:-15%;
}
.con_orange_bg {
	background-color:#f7bf09;
}
.place_con {
	text-align: center;
    margin: 0 auto;

}
.place_img {
    height: 110px;
    width: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 100px;
    border: 5px solid #ffc60d;
    text-align: center;
    margin: 0 auto;
}
.place_con h5 {
	margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffc60d;
    font-weight: 600;
}
.place_con p {
	line-height: 25px;
	    margin-bottom: 0px;
}
.place_con strong {
	font-weight: 600;
    color: #000;
	font-size: 16px;
	display: block;
}
.place_con b {
	font-weight: 600;
    color: #483829;
	font-size: 14px;
}
.place_con p span {
	display: block;
}
.contact_form {
	
}
.contact_form h4 {
	display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 25px;
	margin-bottom: 0;
}
.contact_form p {
	    text-align: center;
    width: 100%;
    display: block;
    color: #000;
    margin-top: 0;
}
.form_table {
	margin-bottom: 25px;
}
.form_table input{
	width: 95%;
}
.form_table textarea {
	resize: none;
}
.form_table label {
	font-weight: 600;
    color: #000;
 margin-bottom: 0px;
}
.right_atag {
	text-align:right;
	margin-top: 10px;
}

.form_table ::placeholder {
  color:#bbb9b9;
  opacity: 1; /* Firefox */
  font-size:14px;
}

.form_table :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#bbb9b9;
  opacity: 1; /* Firefox */
  font-size:14px;
}

.form_table ::-ms-input-placeholder { /* Microsoft Edge */
	color:#bbb9b9;
  opacity: 1; /* Firefox */
  font-size:14px;
}
.red_start {
	color:#fb1616;
	position:relative;
	top:-5px;
}
.backgroundpopup{
	
	position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
	
}
.backgroundpopup div{
	
position: absolute;
    top: 30%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,50%);
    padding: 50px;
    color: #fff;
    background-color:#555d66;
    color: #fff;
    z-index: 1;

}
.backgroundpopup2{
	
	position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
	
}
.backgroundpopup2 div{
	
position: absolute;
    top: 30%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,50%);
    padding: 50px;
    color: #fff;
    background-color: #555d66;
    color: #fff;
    z-index: 1;

}
.ccds i{
	
    position: absolute;
    right: -4px;
    top: -7px;
    font-size: 30px;
	cursor: pointer;
}	
.ccds p {
	color:#fff;
}

.hidden {
    display: none!important;
}
#error_first_name, #error_last_name, #error_company, #error_telep_p, #error_telep_g, #error_fax, #error_email, #error_postal_code, #error_address, #error_remark{
position:absolute;	
color: red;
}

/****** Contact // ******/


/* tombouctour page */
.jquery-accordion-menu ul li a {
    border-bottom: solid 1px #d8d9da;
}
.tombac-title
{
text-transform:uppercase;
}
.about_htag {
	color: #5f4c3b;
    font-size: 22px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 5px solid #ffc50e;
    padding-left: 15px;
}
.Offer_para {
	margin-bottom:15px;
}
.Offer_para p {
	text-align:justify;
}


.team_title {
	    font-weight: 600;
    font-size: 25px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
}
.testimonial_2_section {
	padding-bottom:50px;
}
.testimonial_2_section .student-qoute {
    border: 2px solid #f7f7f7;
}
.testimonial-slide .student-qoute {
     border: 2px solid #dedfe0;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.testimonial-slide .student-qoute p {
    color: #848181;
    font-size: 15px;
	text-align: justify;
	max-height: 144px;
    min-height: 144px;
}
.st-name {
	font-weight:bold;	
}
.testimonial_2_section .student-qoute:after {
    background-color: #fff;
    color: #8c8c8c;
}
.testimonial-slide .student-qoute:after {
    position: absolute;
    content: '\f10d';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ffc50e;
    font-size: 40px;
    right: 35px;
    padding: 5px 20px;
    bottom: -15px; 
}
.dropdown-class .current_page_item a
{
    background: #f7bf09;
	color:#fff;
}

.dropdown-class a:hover {
  background: #f7bf09;
	color:#fff;	
}

/* end of tombouctour page */



@media (max-width: 999px) {
.dropdown-content {
	display: none !important;
}
.show {
	display: block !important;
}
.dropbtn i {
	display:block;
	    float: right;
}
.dropbtn {
    margin-bottom: 25px;

}
.cont_strip_top{
	margin-top:0;
}
}

/****** Price ******/

.price-tbl-bg {
	
}
.price-tbl-bg table {
	
}
.price-tbl-bg table th {
	    border-bottom: 0px;
		    border-top: 0px;
}
.price-tbl-bg table tr {
	
}
.price-tbl-bg table tr td {
	text-align: center;
    color: #5d5c5c;
    font-weight: 500;
	border: 0px;
}
.price-tbl-bg table tr td:nth-child(1) {
	text-align: left;
    color: #1b1a1a;
    font-weight: 600;
    text-transform: capitalize;
}
.thead_th {
	background-color: #57463e;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0px !important;
	border: 1px solid #fff;
    
}
.th_span1 {
text-transform: uppercase;
    font-size: 12px;
    color: #eab314;
    display: block;
    width: 100%;
	    border-bottom: 1px solid #776860;
    background-color: #3c302a;
    padding: 8px 10px 8px 10px;
}
.th_span2 {
	font-size: 20px;
    color: #fff;
	display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.price-tbl-bg .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
    background-color: #f3f0ee;
    border: 0px;
}
.main_h2 {
	margin-bottom:15px;
}
.main_h2 h2 {
	font-size: 30px;
}
.main_h2 h2 span {
	color: #2d2d2d;
    text-transform: capitalize;
	font-weight: 400;
}
.main_h2 h2 strong {
	color: #2d2d2d;
    text-transform: capitalize;
}

#accordion-style-1 .btn-link {
    color: #57463e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 0px;
}
#accordion-style-1 .btn-link i {
	color: #d6a619;
}
#accordion-style-1 .card-body {
    border-top: 2px solid #eab314;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}

/****** Price  // ******/