
.t15{
	font-size: 15px!important;
}
.t16{
	font-size: 16px!important;
}
.t18{
	font-size: 18px!important;
}
.t20{
	font-size: 20px!important;
}
.t22{
	font-size: 22px!important;
}
.t25{
	font-size: 25px!important;
}
.t35{
	font-size: 35px!important;
}
.t40{
	font-size: 40px!important;
}
.t50{
	font-size: 50px!important;
}
.t80{
	font-size: 4.5rem !important;
}
.f-w-600{
	font-weight: 600!important;
}
.f-w-500{
	font-weight: 500!important;
}
.f-w-700{
	font-weight: 700!important;
}
.f-w-800{
	font-weight: 800!important;
}
.pt-serif{
	font-family: 'PT Serif', serif!important;
}
.nunito{
	font-family: 'Nunito Sans', sans-serif !important;
}
.jungle-green{
	color: #394112!important;
}
.t-white{
	color: #fff!important;
}
.t-yellow{
	color: #c39b55!important;
}
.t-drak-brown{
	color: #2f1f06!important;
}
.t-dark-green{
	color: #3a3f1b!important;
}
.t-light-brown{
	color: #aa9171 !important;
}
.bg-dark-green{
	background-color: #3a3f1b!important;
}
.bg-jungle-green{
	background-color: #394112!important;
}
.bg-yellow{
	background-color: #c39b55!important;
}
.bg-footer{
	background-color: #2f1f06!important;
}
.bg-white{
	background-color: #fff!important;
}

/* Custom Margin */

.mt-9rem{
	margin-top: 9rem
}
.pointer{
	cursor: pointer;
}
.outnine-none{
	outline: none;
}
.text-upper{
	text-transform: uppercase;
}
.d-inline-block{
	display: inline-block;
}
.custom-t-shadow{
	text-shadow: 0 0 3px #333;
}
/*Navbar Starts*/
.side-menu:hover{
	color: #394112;
}
.img-logo{
	max-width: 100%;
/*    width: 125px;*/
}
.header-color-change{
	background-color: #c39b55;
    box-shadow: 1px 0px 9px 4px rgba(0,0,0,0.2);
    opacity: 0.85;
    transition: all 0.6s;
}
/*Navbar Ends*/
/*Sidebar Starts*/
#mySidenav{
	height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}
.sidenav-overlay{
	background-color: rgba(0,0,0,0.5);
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.right-sidenav{
	position: absolute;
    right: 0;
    top: 0;
    transform: translateX(450px);
    transition: all 0.3s linear;
    width: 420px;
    z-index: 9999;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.menu-sidebar{
	/*height: 100vh;*/
	background-image:url(../images/men_bg.png); 
	transform: translateX(0px);
}
.search-form-sidemenu::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form-sidemenu::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form-sidemenu:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-form-sidemenu:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.search-form-main::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
	color: #fff;
	font-size: 16px;
}
.search-form{
	border-bottom: 1px solid #fff;
}
.search-form-sidemenu:focus{
	box-shadow: none;
}
.side-nav-main-items{
	transition: all 0.1s linear;
	cursor: pointer;
}
.side-nav-main-items:hover{
	color: #c39b55!important;
}
.side-nav-main-items a:hover{
	color: #c39b55!important;
}
.close-btn-sidenav,.back-btn-sidenav{
	cursor: pointer;
}
.sidemenu-safarimenu-main,.sidemenu-experiencemenu-main,.sidemenu-tripmenu-main{
	display: none;
}
.list-group li{
	list-style: none;
}

/*Sidebar Ends*/
/*Home Page Starts*/
.home-overlay-bg{
	background-image: url(../images/pattern.png);
    min-height: 100vh;
    z-index: 99;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-banner{
    min-height: 100vh;
}
.home-overlay{
    height: 100vh;
}
.home-overlay video{
	width: 100%;
	max-width: 100%;
}
.tanzania-image{
	max-width: 100%;
	width: 80%;
}
.slogan-logo{
	max-width: 100%; 
	width: 350px;
}
.home-playbtn{
	width: 70px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 
                0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: pulse-shadow 2.5s infinite;
    border-radius: 50%;
    cursor: pointer;
}
.home-playbtn:hover{
    border-radius: 50%;
   /* -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;*/
}
@-webkit-keyframes pulse-shadow {
  0% {
    
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0), 
                0 0 0 15px rgba(255, 255, 255, 0);
  }
    100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 
                0 0 0 15px rgba(255, 255, 255, 0);
  }
}
.home-content-main{
	z-index: 999;
	position: absolute;
	top: 30%;
}
.reservebtn{
	border: 2px solid #c39b55;
    border-radius: 30px;
    padding: 15px 40px;
    transition: all 0.2s linear;
}
.reservebtn:hover{
	background-color: #c39b55!important;
	color: #fff!important;
}
.reservebtn:focus{
    outline: 0;
}
.scrollpng{
	top: 7px;
    left: 8px;
}
@keyframes bouncetop { 
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
 /* 60% {
    transform: translateY(-5px);
  }*/
}
.scrollpng {
  -moz-animation: bouncetop 2s infinite;
  -webkit-animation: bouncetop 2s infinite;
  animation: bouncetop 2s infinite;
}
.home-mobile-overlay{
	background-image: url('../images/pattern.png');
	background-size: contain;
	z-index: 999;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 120vh;
}
.home-mobile-banner{
	background-image: url('../images/banner.png');
	background-size: cover;
    background-repeat: no-repeat;
    min-height: 110vh;
}
.safari-types-main{
	background-image: url('../images/gal_bg.jpg');
}
.safari-type-heading{
	text-shadow: 2px 5px 10px rgba(0,0,0,0.2);
}
.safari-aniamls-img{
	border: 6px solid #fff;
	/*width: 400px;
	max-width: 100%;*/
}
.safari-aniamls-single-img{
	border: 6px solid #fff;
	height: 770px;
}
.safari-type-overlay{
	z-index: 99;
    bottom: 6px;
    opacity: 0;
}
.overlay-text{
	height: 75px;
}
.safari-animals-img-main{
	opacity: 0.75;
	cursor: pointer;
	transition: all 0.50s linear; 
}
.safari-animals-img-main:hover .safari-type-overlay{
	display: block;
	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
   -webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
  	-webkit-animation-name: fadeInUp;
  	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.grass-bg{
	background-image: url('../images/grasses.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100px;
}
.welcome-main{
	background-image: url('../images/welcome_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.welcome-images-one{
	box-shadow: 0px 8px 50px 15px rgba(0,0,0,0.1);
}
.welcome-overlay-first{
	height: 100%;
	z-index: 99;
    top: 0;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.welcome-img-one img{
	width: 100%;
}
.see-africa-image{

}
.see-africa-image img{
	width: 100%;
	height: auto;
	box-shadow: 0px 8px 50px 15px rgba(0,0,0,0.1);
	border: 6px solid #fff;
	height: 250px;
	object-fit: cover;
}
.welcome-img-one,.welcome-img-two{
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}
.welcome-img-two{
	max-width: 100%;
	z-index: 99;
}
.welcome-img-two img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
/*.welcome-img-one:hover{
	transform: scale(1.1);  
}
.welcome-img-one:hover .welcome-overlay-first{
    opacity: 0.9;
    width: 100%;
}*/
.welcome-overlay-first,.welcome-overlay-second{
	top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    bottom: 0;
    z-index: 99;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.welcome-img-two:hover{
	transform: scale(1.1);  
}
.welcome-img-two:hover .welcome-overlay-second{
	opacity: 0.9;
}
.green-animals-layer img{
	width: 100%;
}
.explore-section-main{
	background-image: url('../images/bg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 800px;
}
.explore-reservebtn{
	text-transform: none;
	border-radius: 30px;
    padding: 16px 35px;
    margin: 0;
}
.explore-content{
	bottom: -16px;
}

/*Testimonials Section*/
.testimonial-owl-carousel .owl-dots{
	display: none;
}
.owl-carousel .owl-nav button.owl-prev{
	font-size: 50px !important;
	outline: none !important;
}
.owl-carousel .owl-nav button.owl-next{
	font-size: 50px !important;
	outline: none !important;
}
.owl-theme .owl-nav [class*="owl-"] {
	margin: 6px 30px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #000 !important;
}
.testimonial-owl-carousel .owl-nav button.owl-prev span{
	padding: 0 20px !important;
}
.testimonial-owl-carousel .owl-nav button.owl-next span{
	padding: 0 20px !important;
}
.reserve-btn a{
	text-decoration: none;
}
.reserve-btn a:hover{
	color: #fff;
}
/*Modal*/
.modal-backdrop{
	z-index: 0;
}
.modal-content{
	box-shadow: none!important;
}
.safari-color-num{
	color: red;
}
/*Home Page Ends*/
/*All Safari Starts*/
.all-safari-banner{
	background-image: url('../images/all-safaris/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 10em;
}
.all-safaris-grass-bg{
	background-image: url('../images/all-safaris/all_safari_grasses.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 120px;
}
.our-safaris-content-all{
	top: 500px;
	z-index: 999;
}
.all-safaris-content-main{
	border-radius: 0px 10px 10px 0px;
}
.safari-heading-main{
	min-height: 600px;
}
.all-safaris-post-main{
	border-radius: 10px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	bottom: 0;
    margin-bottom: 25px;
}
.all-safaris-images{
	border-radius: 10px 0px 0px 10px;
	width: 715px;
	min-height: 420px;
	object-fit: cover;
}
.learnmore-btn{
	text-transform: none;
    border-radius: 30px;
    padding: 15px 45px;
    transition: all 0.2s linear;
    box-shadow: none;
}
.learnmore-btn:hover{
	background-color: transparent!important;
	border:2px solid #c39b55;
	color: #c39b55!important;
	font-weight: 600;
	box-shadow: none;
}
/*All Safari Ends*/
/*Ulitmate Safari Starts*/

./*duration-roadmap-one::before{
	content: '';
	width: 7px;
	position: absolute;
	top: 0;
    bottom: 0;
    height: 100px;
    background-color: #3a3f1b;
}*/
/*Ulitmate Safari Ends*/
/*Footer Page Starts*/
.footer-nav-main{
	box-shadow: none!important;
}
.back-icon-all{
	width: 34px; 
	height: 34px;
	text-align: center;
	border-radius: 50%;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .5s all;	
}
.back-icon-all:hover{
	background-color: transparent !important;
	color: #fff !important;
}
.footer-text-main{
	border-top: 1px solid #3f3115;
}
.dropdown-toggle::after{
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    border-top: none; 
    border-right: none; 
    width: 10px;
    vertical-align: 0em;
}
.safari-menu-item{
	margin-right:0.5rem;
}

.safari-menu-item .dropdown-menu{
	background-color: #2f1f06 !important;
	text-align: center;
}
.safari-menu-item .dropdown-menu a{
	color: #fff !important;
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 600;
}
.safari-menu-item .dropdown-item:hover {
	background-color: #2f1f06 !important;
	color: #c39b55 !important;
}
.scroll-btn{
	cursor: pointer;
}
/*Footer Page Ends*/

/*==== Contact Us ====*/
.serengeti-safari-banner .serengeti-safari-banner-item img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.serengeti-safari-banner-caption{
	top: 37%;
	bottom: auto;
}
.serengeti-safari-banner-caption p{
	font-size: 4.5rem;
	font-weight: 700;
	text-shadow: 0px 0px 3px #333; 
}
.serengeti-banner-grass{
	position: absolute;
	bottom: -4px;
	left: 0;
}
.serengeti-banner-grass img{
	width: 100%;
}
.serengiti-contact-details-section{
	background-image: url('../images/Contact_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-details-container{
	position: relative;
	min-height: 200px;
}
.contact-details{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	padding: 3.5rem 4.2rem 3.5rem 4.2rem;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0, -65%); 
}
.contact-iconn-content p{
	margin-right: 20px;
}
/*.contact-iconn-content p:first-child::after{
	content: "";
	margin-left: 12px;
	border-right: 1px solid #3a3f1b;
}*/
.contact-iconn-content i{
	margin-right: 8px;
}
.contact-form-container{
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 1rem;
}
.custom-contact-form-fields label{
	color: #394112;
	font-weight: 400;
}
.custom-contact-form-fields input[type="text"]:focus:not([readonly]) + label{
	color: #394112;
}
.custom-contact-form-fields input{
	color: #c39b55 !important;
	font-size: 18px;
	font-weight: 500;
}
.custom-contact-form-fields input[type="text"]:focus:not([readonly]){
	border-bottom: 1px solid #c39b55 !important;
}
.custom-contact-form-fields textarea.md-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #c39b55 !important;
}
.custom-contact-form-fields textarea{
	color: #c39b55 !important;
	font-size: 18px;
	font-weight: 500;
}
.custom-contact-form-fields textarea.md-textarea:focus:not([readonly]) + label {
	color: #394112;
}
.custom-contact-button{
	padding: 14px 60px;
	border-radius: 25px; 
	background-color: #3a3f1b !important; 
}
.contact-map{
	line-height: 0;
}
/*==== Single safari pages ====*/

.single-safari-details-main{
	background-image: url('../images/single-safari/body_bg.jpg');
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-size: cover;
}
.single-safari-banner{
	background-image: url('../images/single-safari/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*margin-bottom: 10em;	*/
}
.single-safaris-grass-bg{
	background-image: url('../images/single-safari/banner_grass.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;	
}
.single-safari-explore-banner{
	background-image: url('../images/single-safari/bg_image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
}
.single-safari-duration-main{
	border-radius: 5px;
    box-shadow: 3px 4px 20px 0px rgba(0,0,0,0.1);
}
.green-ball{
	width: 50px;
    height: 50px;
	border-radius: 50%;
}
.green-line{
	width: 7px;
	top: 0;
    bottom: 0;
}
.safari-details-container{
	position: relative;
	min-height: 140px;
}
.safari-details{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); 	
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0, -65%); 
}
.safari-details-main-image img{
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

/*==== All Safari Page ====*/
.all-safari-details-container{
	position: relative;
	min-height: 165px;
}
.all-safari-details-main-image img{
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
.all-safari-details{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); 	
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0, -65%); 
}

/*==== Serengeti Experience ====*/

.all-safaris-content-main-reverse{
	border-radius: 10px 0 0 10px;
}
.all-safaris-images-reverse{
	border-radius: 0px 10px 10px 0px;
	width: 715px;
	min-height: 479px;
	object-fit: cover;
}
.expedition-safari-details{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	padding: 4rem 4rem 4rem 4rem;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); 	
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0, -65%); 
}

/*==== Our Story ====*/

.story-safari-details{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	padding: 4rem 4rem 4rem 4rem;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); 	
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0, -34%); 
}
.story-details-container {
    position: relative;
    min-height: 507px;
}

/*==== Safari Guides ====*/

.safari-guides-container{
	position: relative;
	min-height: 380px;
}
.safari-guides-details{
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	padding: 4rem 4rem 4rem 4rem;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); 	
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0, -34%); 
}
.acc-container {
  width: 100%;
  margin: 30px auto 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.acc-btn { 
  width: 100%;
  margin: 0 auto;
  padding: 20px 25px;
  cursor: pointer;
  background: transparent !important;
  border-bottom: 1px solid #2C3E50;
}
.acc-content {
  height: 0px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: transparent !important;
}
.acc-content-inner {
  padding: 30px;
}
.open {
  height: auto;
}
.selected {
  color: #1ABC9C;
}
.safari-guides-details{
	position: relative;
}
.safari-guide-container{
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 30%;
	padding: 30px;
	z-index: 1031;
	background-color: #2f1f06 !important;
	display: none;
}
.add-custom-scroll{
	o	background: #c39b55;
	font-size: 18px;
	margin: 0;
	border-radius: 50px;
	text-transform: capitalize;verflow-y: auto;
	height: 100%;
}
.guides-avatar{
	width: 143px;
	height: 145px;
	object-fit: cover;
}
/* Reserve safaris */

.plan-details-content .reserve-btn{
	background: #c39b55;
	font-size: 18px;
	margin: 0;
	border-radius: 50px;
	text-transform: capitalize;
}
.packing-luggage-lists p{
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.packing-luggage-lists p:last-child{
	border-bottom: 1px solid #ccc;
}

/* Packing for safari */

.packing-luggage-lists img{
	width: 23px;
	height: auto;
	margin-right: 5px;
}

/* Getting to Tanzania */

.getting-tanzania-contact-btn .reserve-btn{
	background: #c39b55;
	font-size: 18px;
	margin: 0;
	border-radius: 50px;
	text-transform: capitalize;
}

/* Design Your Own Safari */

.design-details-container{
    position: relative;
    min-height: 290px;
}

.private-safari-btn-container .reserve-btn{
	background: #c39b55;
	font-size: 18px;
	margin: 0;
	border-radius: 50px;
	text-transform: capitalize;
}

/* Company Overview */

.custom-subpage-main-images{
	box-shadow: 3px 4px 20px 0px rgba(0,0,0,0.1);
}
.custom-subpage-main-images img{
	border-radius: 5px;
}

/* Explore Tanzania */

.safari-explore-map-main{
	background-image: url('../images/explore_map_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-height: 644px;
}
.svg-image{
	height: 100%;
}
.svg-image svg{
	height: 90%;
}
.wildlife-img img{
	width: 100%;
	height: auto;
}

.explore-safari-lion{
	background-image: url('../images/explore-lion-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.explore-lion-text{
	padding-top:10rem;
	padding-bottom:10rem; 
}

.svg-map-description{
	padding: 18rem 0;
}

/* Plan your trip */

.plan-details-container a:hover{
	color: #fff;
}

.custom-card-header{
	background-color: transparent;
	border-bottom-color: #2f1f06 !important;
}

.custom-card{
	webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.custom-card-header p{
	text-decoration: none;
	color: #3a3f1b;
}

.custom-card-header p:hover{
	text-decoration: none;
	color: #3a3f1b;
}

.custom-card-header {
	padding: 1rem 0;
}

.custom-card-body{
	padding-left: 0;
}

/* Service Page */
.service-banner img{

}
.serengeti-service-banner-caption h4 {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 0px 0px 3px #333;
}
.serengeti-service-banner-caption {
    top: 24%;
    bottom: auto;
}
.service-btn{
	border: 2px solid #fff;
    border-radius: 30px;
    padding: 15px 40px;
    transition: all 0.2s linear;
}
.service-btn:hover{
	background-color: #c39b55!important;
	color: #fff!important;
	border: 2px solid #c39b55;
}

/* Lodging page */


/*====Image Overlay Start====*/
.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  border: 0;
}
.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  min-height: 220px;
  object-fit: cover;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details p{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}
.content-honeymoon{
	height: 350px;
}
.content-honeymoon .content-image{
	height: 350px;
	object-fit: cover;
}

.honeymoon-safari-container{
	position: relative;
	transition: 0.5s all;
}
.honeymoon-safari-container:hover{
   transform: scale(1.1); 
}
.honeymoon-safari-container img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.honeymoon-details{
	background-color: #3a401e;
	padding: 10px 10px 10px 0;
}
.honeymoon-details p{
	margin-bottom: 0;
}
.honey-colour-text {
/*	background-color: red;*/
	padding: 11px 0 11px 11px;
	color: #fff;
}
.honeymoon-safari-link{
	display: block;
	outline: none;
}
/*====Image Overlay End====*/

.luxury-tented-camps-bg{
	background-image: url("../images/service-banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
/*	min-height: 400px;*/
	height: auto;
	object-fit: cover;
}
.luxury-tented-camps-bg-lodging{
	background-image: url("../images/serengetic-lemala-seronera-camp-7.jpg");
	background-size: cover;
	background-repeat: no-repeat;
/*	min-height: 400px;*/
	height: auto;
	object-fit: cover;
	background-position: center;
}

.luxury-tented-camps-bg-discover{
	background-image: url("../images/Lake-Manyara.jpg");
	background-size: cover;
	background-repeat: no-repeat;
/*	min-height: 400px;*/
	height: auto;
	object-fit: cover;
	background-position: center;
}
.luxury-tented-camps-bg-meet-guides{
	background-image: url("../images/meet-guides.jpg");
	background-size: cover;
	background-repeat: no-repeat;
/*	min-height: 400px;*/
	height: auto;
	object-fit: cover;
	background-position: center;
}
.luxury-tented-camps-overlay{
	background-color: rgba(0, 0, 000, 0.6);
/*	min-height: 400px;*/
	height: auto;
}


/* Sub dropdown */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    bottom: -48px;
    left: 100%;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.serengeti-sub-dropdown-item{
	background: #2f1f06 !important;
}
.serengeti-sub-dropdown-item a:hover{
	background: #2f1f06 !important;
	color: #c39b55 !important;
}

.timeline-fix-height{
	min-height: 250px !important;
}

/* Sratr Your Adventure */

.start-adventure-fields{
	width: 100%;
	border: 1px solid #3a3f1b !important;
	padding: 12px 10px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.start-adventure-select{
	width: 100%;
	border: 1px solid #3a3f1b !important;
	color: #3a3f1b !important;
	padding: 14px;
	border-radius: 4px;
	margin-bottom: 20px;
	background-color: transparent;
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/dropdown-arrow.png) center right 10px no-repeat transparent;
	background-size: auto auto;
	outline: none;
}

.start-adventure-fields::placeholder {
    color: #353535;
    opacity: 1; /* Firefox */
}

.start-adventure-fields:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #353535;
}

.start-adventure-fields::-ms-input-placeholder { /* Microsoft Edge */
   color: #353535;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance:textfield;
    appearance: none;
    margin: 0; 
}