@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
body {
margin:0;
padding:0;
font-family: 'Quicksand', Quicksand;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], input[type="date"], textarea, select {
border: solid 1px #ddd;
border: solid 1px #ddd;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 15px;
    padding: 13px 20px 12px;
    width: 100%;
    outline: 0;
    border-radius: 6px;
  font-family: 'Quicksand', Quicksand;
}
::placeholder{
color:#444;
}
select, input[type="date"] {
	padding: 14px 17px;
}
input[type="submit"] {
    color: #fff;
    background: #f9d036;
    text-transform: uppercase;
    border: none;
   padding: 10px 20px 8px;
    font-size: 17px;
    font-weight: 600;
    border: 0;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
	border-radius: 6px;
 font-family: 'Quicksand', Quicksand;
}
input[type="submit"]:hover {
background: #452400;
    color: #fff;
    transition: 0.8s;
}
textarea {
height: 100px;
margin-bottom: 12px
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
  font-family: 'Quicksand', Quicksand;
    color: #121212;
    font-weight: 700;
    text-transform: inherit;
    line-height: inherit;
	letter-spacing: 1px;
}
h1 {
	font-size:30px
}
h2 {
	font-size:25px
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
p {
padding: 0;
    margin: 0 0 10px 0;
        font-family: Quicksand;
    color: #000;
    font-size: 15px;
    line-height: 26px;
}
ul, li, a{
list-style-type: none;
    font-family: Quicksand;
    color: #333;
    line-height: 24px;
    font-size: 15px;
}
span{
font-family: Quicksand;
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}


.heading, .leftheading {
margin-bottom: 35px;
    padding-bottom: 15px;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    letter-spacing: .5px;
    position: relative;
    text-transform: capitalize;
    color: #bb7d40;
}
.leftheading {
	text-align:left;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.heading:after, .leftheading:after {
    content: '';
    position: absolute;
    width: 80px;
    border-bottom: solid 2px #bb7d40;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.leftheading:after {
	left: 0;
	width: 15%;
	transform: translateY(-50%) translateX(0);
}
.subheading {
	display: block;
	width: 80%;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 40px;
}

.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}


.topbar {
    background: #3d3d3d;
    padding: 8px 0;
}
.topbar .col-sm-9 {
    display: flex;
    align-items: center;
	column-gap:20px;
}
.topbar p{
margin: 0;
font-size: 14px;
}
.topbar p, .topbar p a, .topbar p i, .smoicons ul li a {
color:#fff;
}
.topbar p i {
	margin-right: 5px;
}
.smoicons ul{
display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: end;
}

header figure {
    margin: 0;
}
.home .header-wrapper{
position:relative;
}
header.fixed {
position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 0 20px -1px rgb(0 0 0 / 10%);
}
.headerleft{
background: #fff;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    column-gap: 25px;
}
.headerright {
    background: #f9d036;
    padding: 29px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: absolute;
    right: 0;
}
.headerright i{
    font-size: 30px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
.headerright a {
    font-size: 22px;
    font-weight: 700;
}
.headerright a span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
}


.show-panel .mob-cancel-button {
    display: block;
    margin-top: 8px;
    transition: .5s;
}
.show-panel .mob-cancel-button:hover {
    transform: rotate(180deg);
    color: #f58220;
}
.mobmenu-content {
	margin-top: 35px !important;
}
#mobmenuleft li a {
    font-family: 'Quicksand', Quicksand !important;
    color: black !important;
    font-weight: 500 !important;
    transition: .3s;
}
#mobmenuleft li:hover a {
    background:#f58220 !important;
    color: #fff !important;
}


.mainslider{
    position: relative;
	text-align:center;
}
.mainslider img {
filter: brightness(0.6);
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.mainslider .carousel-caption {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.mainslider .carousel-caption h1 {
    font-size: 42px;
    margin: 0 0 25px;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}
.mainslider .carousel-caption span {
display: block;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #f9d036 !important;
    padding-bottom: 15px;
}
.mainslider .carousel-caption span, .mainslider .carousel-caption h1, .mainslider .carousel-caption p{
color:#fff;
}
.mainslider .carousel-caption p{
    margin: 25px 0 35px;
    font-size: 18px;
    font-weight: 600;
}
.mainslider .carousel-arrow {
    font-family: "Quicksand", Quicksand;
    font-weight: 700;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    padding: 20px 18px 18px;
    line-height: normal;
	display:none;
}
.mainslider .carousel-arrow:hover{
background:#f9d036;
color:#000;
}


.customtrip {
    background: #fff;
    margin: -50px 0 35px;
    position: relative;
    border-radius: 12px 12px 0 0;
    padding: 40px 0;
}
.customtrip img {
    width: 70px;
}
.customtrip ul {
	display: flex;
	justify-content: space-around;
	text-align: center;
	flex-wrap: wrap;
	column-gap: 10px;
}
.customtrip ul li {
	box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
	padding: 40px 20px;
	flex-basis: 24%;
	border-radius: 12px;
 transition: all ease .5s;
}
.customtrip h3 {
    margin: 20px 0 0;
    color: #444;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.customtrip ul li:hover {
	transform: translateY(-20px);
}
.customtrip ul li:hover h3 {
	color: #f59326;
}


.homeabout {
    padding: 70px 0;
}
.homeabout figure{
position:relative;
}
.homeabout figure img {
    width: 100%;
    height: 512px;
    border-radius: 4px;
    object-fit: cover;
}
.tripicon {
position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    background: #f9d036;
    border: solid 8px #fff;
    width: 160px;
    height: 160px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeabout figure .tripicon img {
width:auto;
height:auto;
}
.homeabout-content{
padding-left:80px;
}
.homeabout h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #bb7d40;
}
.homeabout-content p {
    text-align: justify;
}
.homeabout-content ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    justify-content: space-between;
    margin: 25px 0;
}
.homeabout-content ul li {
font-family: 'Quicksand', Quicksand;
    font-weight: 600;
    font-size: 17px;
    width: 47%;
    margin: 3px 0;
}
.homeabout-content ul li:before{
content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    padding-right: 10px;
}


.covidsafety{
background:#f0f5f8;
padding:60px 0;
}
.covidsafety .row {
    align-items: center;
}
.covidsafety img {
    width: 100%;
}
.covidsafety-content{
padding-left:50px;
}
.covidsafety-content h2 {
    font-size: 30px;
}
.covidsafety-content ul li {
    margin-bottom: 8px;
    list-style-type: square;
}



.homedesti {
    background: url(../images/destination-bg.jpg);
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
.destilist img {
	width: 100%;
	height:250px;
	object-fit:cover;
	border-radius:6px 6px 0 0;
}
.destilist {
    margin-bottom: 15px;
}
.destilistbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    transition: all ease .5s;
    background: #fff;
}
.ourteam .ourteamlist {
    padding: 25px;
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    transition: all ease .5s;
    text-align: center;
    margin: 15px 0;
}
.ourteam .ourteamlist .destilistbox {
    padding: 0;
    box-shadow: none;
}
.ourteam .destilistbox h3 {
    margin: 28px 0 18px;
    text-transform: capitalize;
    font-size: 25px;
}
.ourteam .destilistbox h3 span {
    font-size: 16px;
    display: block;
    color: #f59326;
}
.ourteam .row {
    align-items: center;
}
.ourteam .ourteamlist img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.safarislist:hover, .destilist:hover {
	background: #f9d036;
}
.destilistbox h3 {
margin: 0;
    text-transform: capitalize;
    font-size: 19px;
    letter-spacing: 0;
}
.destilistbox i {
	font-size: 20px;
	color: #f59326;
	margin-left: 15px;
}
.destilistbox:hover h3, .destilistbox:hover i {
	color: #000;
}





.safaristop{
    text-align: center;
    margin-bottom: 35px;
}
.safaristop h2 {
    font-size: 32px;
    font-weight: 700;
}


.ftrdsafaris {
    padding: 60px 0;
}
.ftrdsafarislist{
margin:15px 0;
transition: all ease .5s;
}
.ftrdsafarisbox{
background: #fff;
    text-align: center;
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 20px;
}
.ftrdsafarislist:hover {
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}
.ftrdsafarisbox:hover .readbtn {
    color: #f9d036;
}
.ftrdsafarislist img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.ftrdsafaris .col-sm-4:last-child img {
    object-position: right;
}
.ftrdsafarislist h3 {
letter-spacing: 0;
    margin: 0 0 8px;
}
.ftrdsafarislist p {
    margin-bottom: 18px;
}

.hometrekking{
background: url(../images/trekking-bg.jpg);
    padding: 60px 0 80px;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
.hometrekkinglist {
    transition: all ease-in-out .5s;
}
.hometrekkinglist:hover {
    transform: translateY(-10px);
}
.hometrekkinglist img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.hometrekkingbox{
background:#fff;
padding:25px;
text-align:center;
border-radius:0 0 4px 4px;
transition:all ease-in-out .5s;
}
.hometrekkinglist:hover .hometrekkingbox {
    background: #f9d036;
}
.hometrekkinglist:hover .hometrekkingbox .btn-secondary {
    background: #fff;
}
.hometrekkinglist .hometrekkingbox .btn-secondary:hover {
    color: #bb7b3d;
}
.homezanzibar{
    padding: 40px 0 60px;
    background: url(../images/zanzibar-bg.jpg);
    background-attachment: fixed;
}
.homezanzibarlist figure {
    overflow: hidden;
	margin:0;
}
.homezanzibarlist figure img{
width:100%;
height:240px;
    transition: all ease-in-out .5s;	
object-fit:cover;
}
.homezanzibarlist:hover figure img {
    transform: scale(1.1);
}
.homezanzibarbox {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 1px 1px 13px #ddd;
}
.homezanzibarlist h3 {
margin: 0;
    transition: all ease-in-out .5s;
    font-size: 20px;
    letter-spacing: 0;
}
.homezanzibarlist:hover h3 {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #f59326;
}
.homezanzibar .btn-primary {
    margin-top: 45px;
}


.tlrmade{
    background: url(../images/tlrmade-bg.jpg);
    padding: 70px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.tlrmade h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 35px;
}
.tlrmade ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}
.tlrmade ul li .plngbtn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: underline;
}
.tlrmade ul li .plngbtn:hover {
    color: #f9d036;
}



.latestnews{
background:url(../images/latestnews.jpg);
background-attachment: fixed;
background-size: cover;
padding: 50px 0 70px;
}
.latestnewslist {
    box-shadow: 2px 2px 10px #ddd;
}
.latestnews img{
width: 100%;
    height: 250px;
    object-fit: cover;
}
.latestnewslist figure{
position:relative;
}
.latestnewslist span.latestnwsdate {
background: #fff;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 0 6px 0 0;
    bottom: 0;
    padding: 8px 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #3a2919;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
}
.latestnews-box{
padding:20px;
}
.latestnewslist h3 {
margin: 0;
font-weight: 600;
}
.latestnewslist p {
    margin: 8px 0 15px;
}
.latestnewslist h3 a {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Quicksand', Quicksand;
    color: #121212;
    letter-spacing: 0;
}
.latestnewsbox {
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 0 0 4px 4px;
}
.latestnewslist ul {
display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.latestnewslist ul li {
    font-size: 14px;
}
.latestnewslist ul li i {
    margin-right: 8px;
    color: #d5a44f;
}

.partners {
background: #f9f9f9;
    padding: 40px 0;
}
.partners ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners ul li {
    width: 20%;
}
.partners ul li img {
    width: 100%;
}

.newsletter input[type="email"] {
width: 66%;
    padding: 16px 25px 13px;
    border-radius: 0;
}
.newsletter input[type="submit"] {
padding: 13px 20px 10px;
    border-radius: 0;
}
.newsletter .socialicon {
display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
    margin-top: 8px;
}
footer .footer-list ul li:first-child {
    font-size: 20px;
    color: #ccc;
    margin-right: 30px;
}
.newsletter .socialicon li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-radius: 6px;
    transition: all ease .5s;
}
.newsletter .socialicon li:nth-child(2) a{
color:#3b5998;
}
.newsletter .socialicon li:nth-child(2) a:hover{
background:#3b5998;
color:#fff;
transform:translateY(-10px);
}
.newsletter .socialicon li:nth-child(3) a{
color:#1da1f2;
}
.newsletter .socialicon li:nth-child(3) a:hover{
background:#1da1f2;
color:#fff;
transform:translateY(-10px);
}
.newsletter .socialicon li:last-child a{
color:#8a3ab9;
}
.newsletter .socialicon li:last-child a:hover{
background:#8a3ab9;
color:#fff;
transform:translateY(-10px);
}



footer {
    background: #3d3d3d;
    padding: 60px 0 25px;
}
.footersec{
border-top: solid 1px #222;
border-bottom: solid 1px #222;
padding:50px 0 40px;
}
.footer-content {
    border-right: solid 1px #333;
    padding-right: 40px;
    margin-right: 25px;
}
footer .footer-content p {
    margin: 18px 0 0;
}
footer h4{
    margin-bottom: 18px;
    font-weight: 600;
    color: #f9d036;
    font-size: 19px;
    position: relative;
    text-transform: uppercase;
}
footer ul li {
    line-height: 35px;
}
footer .socialicon li:first-child {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
}
.footer-list ul li a, .footer-list p, .footer-list p a{
    color: #ddd;
}
footer .footeraddr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
footer .footeraddr ul li, footer .footeraddr ul li a {
    color: #fff;
}
footer .footeraddr ul li i {
    margin-right: 10px;
    color: #f9d036;
}
footer .footeraddr ul li:nth-child(2) i {
    font-size: 20px;
}
.footeraddr ul li a:hover {
    color: #f9d036;
}

.copyright {
    padding: 18px 0;
    background: #161616;
    text-align: center;
}
.copyright p, .copyright p a {
    margin: 0;
    color: #fff;
}




#GoToTop {
display: none;
    position: fixed;
    bottom: 90px;
    right: 34px;
    z-index: 99999999;
    padding: 0;
    background: #c68a54;
    border: solid 1px #e1a368;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
    background: #f9d036;
    border-color: #e1d0b1;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}


.breadcrumbs {
    background: url(../images/breadcrumb.jpg);
    padding: 80px 0;
    background-position: center;
	text-align:center;
}
.breadcrumbs .col-sm-6 {
    width: 50%;
}
.breadcrumbs h1 {
    margin: 0 0 10px;
    text-transform: uppercase;
}
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.breadcrumbs h1 p{
margin: 0;
}
.breadcrumbs p {
    margin: 0;
    font-weight: 600;
}
.breadcrumbs h1 .breadcrumbs_last {
font-size: 28px;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 800;
}
.breadcrumbs h1 span a {
	display: none;
}
.breadcrumbs a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    padding: 0 10px 0 15px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.breadcrumbs p, .breadcrumbs p a {
	color: #fff;
}
.secondary-container {
	padding:60px 0;
}

.contactus h2 {
    font-weight: 700;
    margin-bottom: 35px;
}
.contactus h5.headingc {
color: #8bc43f;
    position: relative;
    padding-left: 60px;
    font-size: 18px;
}
.contactus h5.headingc:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	height: 2px;
	width: 50px;
	background: #8bc43f;
	transform: translateY(-50%);
}
.googlemap iframe {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}
.contactus-details i {
font-size: 24px;
    margin-right: 20px;
    color: #000;
    background: #f9d036;
    height: 50px;
    width: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    padding-top: 13px;
}
.contactus-details ul{
display: flex;
    flex-direction: column;
	}
.contactus-cnt h5 {
    color: #151a33;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.contactus-cnt a:hover {
	color: #2e3191;
}
.contactus-cnt p {
    margin: 0;
}
.contactus ul li {
	display: inline-block;
	margin-right: 8px;
}
.contactusus ul li a i {
	background: #53b1d8;
	height: 48px;
	width: 48px;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
transition: .5s;
}
.contactus ul li a i:hover {
	background: #1a769c;
}
.contactus form input:hover, .contactus form input:focus, .contactus form textarea:hover, .contactus form textarea:focus {
	outline: none;
}

.secondary-container.aboutus {
    padding-bottom: 0;
}
.aboutuscontent{
    padding-right: 20px;
}
.aboutus-tpcntnt h2 {
    font-weight: 700;
    font-size: 30px;
}
.aboutus-tpcntnt p{
text-align:justify;
}
.aboutus-tpcntnt img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.cmpnyovrvw {
    background: #f8f8f8;
    padding: 40px 0;
    margin: 60px 0 0;
}
.cmpnyovrvw img {
    width: 100%;
    height: 431px;
    border-radius: 6px;
    object-fit: cover;
    object-position: top;
	margin-bottom: 35px;
}



.affiliate-content iframe {
    width: 100%;
    height: 320px;
    margin-top: 0;
}
.affiliate-content span {
    display: block;
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
}
.marketonline{
    background: #f3f3fd;
    padding: 60px 0 55px;
    margin: 45px 0;
}
.marketonline img{
width:100%;
height:auto;
}
.contactform {
    background: #f8f8f8;
    padding: 45px 0 60px;
    margin-top: 50px;
}
.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="tel"], .contactform input[type="number"], .contactform input[type="date"], .contactform textarea, .contactform select{
margin-bottom:25px;
}
.contactform input[type="submit"] {
    margin-top: 25px;
}
.contactform label, .contactform .wpcf7-form-control-wrap{
color: #444;
}
.contactform label {
    font-weight: 600;
}
.contactform .wpcf7-form-control-wrap {
    position: relative;
}

.guideslist {
    border: solid 1px #eee;
    text-align: center;
    padding: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0 20px -1px rgb(0 0 0 / 10%);
}
.guideslist img {
    border-radius: 50%;
    width: 180px;
}
.guideslist h3 {
    margin: 30px 0 0;
    font-weight: 700;
}
.guideslist h3 span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    color: #f9d036;
    letter-spacing: 2px;
}

.tailormade-top {
    margin-bottom: 40px;
}
.tailormade .row{
align-items:center;
}
.tailormade-content {
    border: solid 1px #ddd;
    padding: 16px 20px;
    margin: 18px 0;
}
.tailormade-content h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}
.tailormade-content h4 {
    color: #f9d036;
}
.tailormade img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.safarislist{
margin:15px 0;
}
.safarislist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.safarislist .destilistbox {
box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.safarislist span.safaris-location {
    position: absolute;
    z-index:1;
    background: #fff;
    color: #452400;
    right: 0;
    border-radius: 12px 0 0 0;
    bottom: 0;
   font-size: 17px;
    font-weight: 800;
    padding: 8px 40px;
    line-height: normal;
    max-width: 225px;
    text-align: center;
	border-bottom: solid 2px #452400;
}
.safarislist:hover .safaris-location {
    background: #452400;
    color: #fff;
	transition:all ease 0.7s;
}
.safarislist .btn-primary {
    padding: 9px 16px 8px;
    font-size: 13px;
    border: none;
}

.safarisdtls-banner {
    margin-bottom: 30px;
}
.safarisdtls-banner img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
}
.safarisdtls-nitsbar {
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px;
    border-radius: 0 0 6px 6px;
}
.safarisdtls-nitsbar h3 {
margin: 0;
    font-size: 25px;
    color: #f48327;
}
.safarisdtls-nitsbar ul {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    border-left: solid 3px #ddd;
    border-right: solid 3px #ddd;
}
.safarisdtls-nitsbar ul li {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.safarisdtls-nitsbar i {
    font-size: 22px;
    margin-right: 15px;
    color: #452400;
    border: solid 2px #000;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 12px;
}
.safarisdtls-desc h2 {
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
    color: #bb7d40;
}
.safarisdtls-desc h3 {
margin: 20px 0 0;
    display: block;
    line-height: normal;
    font-size: 25px;
}
.safarisdtls-desc h4 {
    background: #f47e24;
    color: #fff;
    padding: 3px 20px;
    border-radius: 20px;
    margin: 0;
    text-align: center;
}
.safarisdtls-desc h5, .amboselipark h5{
    font-size: 19px;
    margin: 20px 0 5px;
    position: relative;
    padding-left: 25px;
    color: #bd7c42;
}
.safarisdtls-desc h5:before, .amboselipark h5:before{
content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: #bb7d40;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
}
.safarisdtls-desc p {
    text-align: justify;
}
.sidebarform input, .sidebarform textarea {
padding: 12px 20px 11px;
    border-color: #eee;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
}
.sidebarform input[type="submit"] {
padding: 8px 22px 7px;
    background: #f9d036;
    font-size: 14px;
    color: #111;
    font-weight: 700;
}
.sidebarform form p {
    margin: 0;
}

.transport-tpcntnt {
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.transport .row {
	align-items: center;
}
.transport .row:nth-child(2) {
flex-direction: row-reverse;
}
.transport .row .col-sm-6 {
	padding: 0;
}
.transport figure img {
	width: 100%;
}
.transport .transportbox{
	padding: 30px;
}
.transport .row:nth-child(2) .transportbox {
padding: 0;
}
.transportbox h3{
margin-bottom:10px;
}
.transport ul li {
    line-height: 32px;
    position: relative;
	padding-left:25px;
}
.transportbox ul li:before {
    content: '\f1b9';
	font-family:'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: #f9d036;
	font-weight: 600;
}

.testimonials .row {
    align-items: center;
}
.testimonials .row .col-sm-6:last-child {
    width: 100%;
}
.testimonial-item {
    padding: 20px 30px;
    border: 2px dotted #452400;
    border-radius: 20px;
    margin: 15px 0;
}
.testimonial-item p {
	text-align: center;
	font-size: 15px;
	font-family: Quicksandif;
	line-height: 27px;
	color: #5e5e5e;
}
.testimonial-item h3 {
	margin: 25px 0 0;
	text-align: center;
	padding: 15px;
	font-size: 19px;
	letter-spacing: 0;
	box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
	border-radius: 12px;
}
.testimonial-item h3 span {
    color: #f58220;
    display: block;
    font-size: 19px;
}

.safaris-topcnt {
    border-bottom: solid 1px #ddd;
	margin-bottom: 25px;
    padding-bottom: 25px;
}
.safaris-topcnt p{
text-align:justify;
}
.safaris-topcnt h3 {
    margin-bottom: 5px;
}
.safaris-season{
    background: #f9d036;
    padding: 5px 20px;
    border-radius: 6px;
}
.safaris-seasonlist {
    background: #fff;
    padding: 15px;
	margin: 20px 0;
    border-radius: 6px;
}
.safaris-seasonlist h4 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #452400;
    border-bottom: solid 1px #452400;
}
.safaris-seasonlist p {
    margin: 5px 0 0;
    font-weight: 500;
}


.details-banner {
    margin-bottom: 30px;
}
.details-banner img {
    width: 100%;
    height: auto;
}
.amboselipark h3 {
    margin: 18px 0 5px;
}
.amboselipark ul li {
line-height: 30px;
    list-style-type: disc;
    list-style-position: inside;
}
.tailormade-bottom {
    text-align: center;
    margin-top: 40px;
}


.sp-easy-accordion .sp-ea-single .ea-header a {
    color: #222 !important;
    font-size: 17px !important;
    letter-spacing: .5px !important;
	    background: #f8f8f8;
		    line-height: 22px !important;
}

.safarisdtls-itnries {
    margin-top: 25px;
    padding-top: 20px;
    border-top: solid 1px #eee;
}
.safarisdtls-itnries img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.safarisdtls-itnriesitems h3 {
box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 19px;
    justify-content: center;
}
.safarisdtls-itnriesitems:hover h3 {
    background: #f9d036;
}
.pagesidebar-items {
    background: #f9f9f9;
    padding: 15px 20px 20px;
    border-radius: 6px;
    margin-bottom: 15px;
    border: dotted 2px #eba62d;
}
.pagesidebar-items h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 25px;
    position: relative;
}
.pagesidebar-items h3:before {
    content: '';
    position: absolute;
    width: 60px;
    border-bottom: solid 2px #f59326;
    bottom: 0;
}
.pagesidebar-items.bookus ul li {
    background: #fff;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: 1px 1px 8px #eee;
    cursor: pointer;
    transition: all ease .5s;
}
.pagesidebar-items.bookus ul li:hover {
    background: #f9d036;
}
.pagesidebar-items.destimenu ul li {
    position: relative;
    border-bottom: solid 1px #eee;
    padding-left: 25px;
    line-height: 42px;
}
.pagesidebar-items.destimenu .current-menu-item a {
    color: #f47725;
    font-weight: 600;
}
.pagesidebar-items.destimenu ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: #f59326;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pagesidebar-items.destimenu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.toursdtls-tabs .nav {
    background: #f9d036;
    margin-bottom: 0 !important;
	    display: flex !important;
}
.toursdtls-tabs .nav-pills .nav-link.active, .toursdtls-tabs .nav-pills .show>.nav-link {
    background: #000;
    border-radius: 0;
    color: #fff;
}
.toursdtls-tabs .nav-pills .nav-link {
font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
    padding: 10px 20px;
    font-family: 'Quicksand', quicksand;
    font-size: 18px;
}
.toursdtls-tabs .tab-content {
border: solid 1px #eee;
    padding: 15px 25px 25px;
}
.toursdtls-tabs h4 {
    margin: 10px 0 12px;
}

.toursdtls-tabs .tab-content h5 {
    margin: 15px 0 8px;
    font-size: 20px;
    color: #bd7c42;
}
.toursdtls-tabs .tab-pane ul {
    margin: 15px 0;
}
.toursdtls-tabs .tab-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 22px;
}
.toursdtls-tabs .tab-content ul li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    color: #ea982c;
    position: absolute;
    left: 0;
    font-weight: 600;
    top: 0;
    font-size: 9px;
}
.toursdtls-tabs .tab-content ul.listline li:before {
content: '-' !important;
    font-size: 42px;
    font-weight: bold;
    top: -5px;
}

.whyussec{
	margin-top:40px;
}
.whyus .row .col-sm-6:last-child {
    width: 100%;
}
.whyus-item {
    border: dotted 2px #f2a62e;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    margin: 15px 0;
    transition: all ease .5s;
}
.whyus-item:hover {
    transform: skewY(1deg);
    border-color: #bb7d44;
}
.whyus-item h3 {
    margin: 20px 0 8px;
    font-size: 22px;
}
.whyus-item p {
    margin: 0;
}

.page-id-402 .safarisdtls-desc h4 {
    margin: 20px 0 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 15px 5px 70px;
}
.page-id-402 .safarisdtls-desc h4::before{
    content: '';
    position: absolute;
    left: 22px;
    padding: 20px;
}
.page-id-402 .safarisdtls-desc h4#hiking-boots-trainers::before{
	 background: url(../images/equipment/boot.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#socks::before{
	 background: url(../images/equipment/socks.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#sunglasses::before{
	 background: url(../images/equipment/sunglasses.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#gloves-gloves-usually-comprise-two-layers-an-inner-layer-and-an-outer-layer-make-sure-your-inner-gloves-are-made-of-silk-and-cotton-so-that-they-resist-sweat-and-keep-your-hands-warm-besides-being-waterproof-the-gloves-should-be-made-from-thermal-and-insulating-material-to-prevent-water-and-heat-from-entering::before{
	 background: url(../images/equipment/gloves.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#sunscreen-it-is-recommended-to-use-a-high-protection-factor-35-40::before{
	 background: url(../images/equipment/sunscreen.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#sleeping-bags::before{
	 background: url(../images/equipment/sleeping-bag.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#sun-hat::before{
	 background: url(../images/equipment/sun-hat.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#woolen-hat::before{
	 background: url(../images/equipment/woolen-hat.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#waterproof-jackets-trousers::before{
	 background: url(../images/equipment/waterproof-jacket.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#poncho::before{
	 background: url(../images/equipment/poncho.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#first-aid-kit::before{
	 background: url(../images/equipment/first-aid-box.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#antiseptic-cream::before{
	 background: url(../images/equipment/antiseptic.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#headlamp::before{
	 background: url(../images/equipment/headlamp.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#water-bottle::before{
	 background: url(../images/equipment/water-bottle.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#down-jacket::before{
	 background: url(../images/equipment/down-jacket.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#bandanna-or-buff::before{
	 background: url(../images/equipment/buff.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#trekking-trousers::before{
	 background: url(../images/equipment/trouser.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#summer-clothes::before{
	 background: url(../images/equipment/summer-shirt.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#gaiters::before{
	 background: url(../images/equipment/gaiters.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#plastic-bags::before{
	 background: url(../images/equipment/plastic-bag.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#earplugs-a-must-do-if-you-want-high-quality-sleep-we-recommend-soft-foam-models-rather-than-wax-since-they-are-lightweight-and-easily-disposed-of::before{
	 background: url(../images/equipment/ear-plug.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#duffle-bag::before{
	 background: url(../images/equipment/duffle-bag.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#daypack::before{
	 background: url(../images/equipment/daypack.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#underwear::before{
	 background: url(../images/equipment/underwear.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#water-purification-tablet::before{
	 background: url(../images/equipment/water-purification-tablet.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#waterproof-bag::before{
	 background: url(../images/equipment/waterproof-bag.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#t-shirt-and-long-sleeved::before{
	 background: url(../images/equipment/tshirt.png) no-repeat;
}
.page-id-402 .safarisdtls-desc h4#trekking-poles::before{
	 background: url(../images/equipment/trekking.png) no-repeat;
}

.zanzibarbchldy .row {
	align-items: center;
}
.zanzibarbchldy .row .zanzibarbchldybox {
	padding-right:0;
}
.zanzibarbchldy .row:nth-child(even) {
flex-direction: row-reverse;
}
.zanzibarbchldy .row:nth-child(even) .zanzibarbchldybox {
    padding-left: 0;
}
.zanzibarbchldy figure img {
  width: 100%;
    height: 300px;
    border-radius: 6px;
}
.zanzibarbchldy .zanzibarbchldybox{
	padding: 30px;
}
.zanzibarbchldy .row:nth-child(2) .zanzibarbchldybox {
padding: 0;
}
.zanzibarbchldy h3{
margin-bottom:10px;
}
.zanzibarbchldy-sec p {
    text-align: justify;
}
.topcontent {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #443226;
}
.topcontent p {
    text-align: justify;
}
.tailormade-form {
    background: #f8f8f8;
    padding: 40px 40px 15px;
    border-radius: 20px;
    border: solid 2px #b87737;
}
.tailormade-form input, .tailormade-form select {
    width: 100%;
    margin-bottom: 25px;
    padding: 12px 20px;
    font-size: 14px;
    font-family: poppins;
    font-weight: 300;
}
.tailormade-form label {
    font-weight: 600;
    margin-bottom: 10px;
}
.tailormade-form input[type="submit"] {
    margin: 15px 0 0;
    background: #3c2a1c;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
}
.tailormade-form input[type="submit"]:hover {
    background: #f6932b;
}
.tailormade-form strong {
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
    font-size: 16px;
    color: #4a3426;
}
.tailormade-form p {
    line-height: normal;
    margin: 0;
}
.page-id-164 .safaristop {
    display: none;
}
.ttreking p {
    text-align: justify;
}
.ttreking img {
    width: 100%;
    height: 340px;
    border-radius: 6px;
}
.ttreking-mdl {
    border: solid 2px #453126;
    padding: 20px;
    margin: 50px 0;
    border-radius: 6px;
	margin-bottom: 40px;
}
.ttreking-btm .row {
    align-items: center;
}
.ttreking ul li {
    line-height: 30px;
    list-style-type: disc;
    list-style-position: inside;
}
.ttreking-mdl h4 {
    margin: 16px 0 5px;
}
.ttreking-btmlst {
    background: #f9f9f9;
    padding: 28px;
    border-radius: 6px;
    margin: 15px 0;
    border: solid 2px #453126;
}
.ttreking-btmlst h3 {
    margin: 22px 0 10px;
}
.ttreking-btmlst, .ttreking-btmlst p {
    text-align: center;
}
.ttreking-btm .ttreking-btmlst img {
    width: auto;
    height: auto;
}
.trekkingtips-item {
border: dashed 2px #473126;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: all ease .5s;
}
.trekkingtips-item:hover {
    border-color: #b77636;
}
.trekkingtips-item h4 {
    font-size: 22px;
    margin: 15px 0 0;
}
.trekkingtips-item:hover h4 {
    color: #b77636;
}
.trekkingtips {
    background: #f8f8f8;
    padding: 30px 50px 50px;
    border-radius: 6px;
    margin-top: 50px;
    border: solid 2px #473126;
}


.destinations .row {
	align-items: center;
}
.destinations .row .destinationsbox {
	padding-right:0;
}
.destinations  .row:nth-child(even) {
flex-direction: row-reverse;
}
.destinations .row:nth-child(even) .destinationsbox {
    padding-left: 0;
}
.destinations figure img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.destinations .destinationsbox{
padding: 15px 15px 15px 0;
}
.destinations .row:nth-child(2) .destinationsbox {
padding: 0;
}
.destinations h3{
margin-bottom:10px;
}
.destinations h3 a {
font-size: 22px;
    color: #bd7c42;
}
.destinationsbox p strong {
    color: #bd7c42;
    font-size: 18px;
}
.destinations h3 a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.destinationsbox ul {
    display: flex;
    column-gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.destinationsbox ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.destinations-sec p {
    text-align: justify;
}

.destinations .row .destinationsbox {
	padding-right:0;
}
.destinations  .row:nth-child(even) {
flex-direction: row-reverse;
}
.destinations .row:nth-child(even) .destinationsbox {
    padding-left: 0;
}
.destinations figure img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.destinations .destinationsbox{
padding: 15px 15px 15px 30px;
}
.destinations .row:nth-child(2) .destinationsbox {
    padding:0 30px 0 0;
}
.destinations .row:nth-child(even) .destinationsbox {
    padding-right: 30px;
}
.destinations h3{
margin-bottom:10px;
}
.destinations-sec p {
    text-align: justify;
}
.destinations-sec .col-sm-6 {
    padding: 0;
}
.pagesidebar-items.bookus {
    display: none;
}
.pagesidebar-items.destimenu.sgstditnry li {
    line-height: 25px;
    padding: 8px 0 8px 25px;
}
.pagesidebar-items.destimenu.sgstditnry .current-menu-item {
    display: none;
}
.tailormade-form .select2-container--default .select2-search--inline .select2-search__field {
    margin-bottom: 0 !important;
}
.tailormade-form .select2-container {
    width: 100% !important;
}
.tailormade-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #ddd !important;
    padding: 5px 15px !important;
}


@media screen and (max-width: 1199px) {
  .home header {
    position: relative;
}
.menutop li a {
    padding: 8px 11px !important;
    font-size: 16px !important;
}
.headerright {
    column-gap: 10px;
}	
.headerright a {
    font-size: 18px;
}	
.headerright a span {
	font-size: 15px;
}
	
.menutop li.menu-item-has-children:after {
    right: 0 !important;
    top: 7px !important;
}	
	
	
	
.mainslider .carousel-caption {
    top: 46%;
}	
}
@media screen and (max-width: 1024px) {
.menutop li a {
    font-size: 15px !important;
    padding: 8px 9px !important;
}
.headerright a {
    font-size: 16px;
}	
}
@media screen and (max-width: 991px) {
	.topbar .col-sm-9 {
    display: block;
    column-gap: 0;
}
	.topbar .row{
	align-items: center;
}
	.headerright {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
		background:none;
}
.mobmenu-content li > .sub-menu li {
    padding-left: 0 !important;
}
.mob-expand-submenu i {
    font-size: 16px !important;
}
header .row {
    align-items: center;
}
.menucontainer {
    display: none;
}	
header.fixed {
	position: relative;
}	
header .col-sm-9, header .col-sm-3 {
    width: 50%;
}
.mainslider img {
    height: 100vh;
    object-fit: cover;
}
.mainslider .carousel-caption {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mainslider .carousel-caption h1 {
    line-height: 55px;  
	font-size: 48px;
}	
.mainslider .carousel-caption span {
    padding-bottom: 10px;
}
.mainslider .carousel-caption p {
    margin: 15px 0 30px;
}
.homeabout figure img {   
    height: 550px;
    object-fit: cover;
}

.homeabout h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #bb7d40;
    line-height: 45px;
}	
.homeabout-content ul {
     column-gap: 5px;
	 margin: 15px 0 25px 0;
}	
.homeabout-content ul li {
    width: 47%;
	   
}	
.btn-secondary {
    font-size: 13px !important;
}
.ftrdsafaris .col-sm-4 {
    width: 50%;
}
.latestnews {
    padding: 50px 0 50px;
}	
.latestnews .col-sm-4 {
    width: 50%;
}
.latestnewslist {
    margin-bottom: 23px;
}

.footer-content figure img {
    width: 100%;
}
.copyright ul li a img {
    width: 100%;
}	

.aboutuscontent {
    padding: 0;
}
.aboutus-tpcntnt h2 {
    margin-bottom: 8px;
}
.aboutus-tpcntnt img {
    height: 400px;
	object-fit: cover;
}	
.aboutsafety-box {
	padding: 25px 10px;
}	
.aboutsafety-list h3 {
    font-size: 22px;
}	
	
.safaris .col-sm-4 {
    width: 50%;
}	
.aboutsafety p {
    margin-bottom: 20px;
}	
	
	
.tailormade img {
    height: 375px;
}
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 24px;
}	
header {
    position: relative;
}	
.toursdtls-tabs .nav-pills .nav-link {
    font-weight: 600;
    padding: 11px 15px 8px;
    font-size: 17px;
}	
}
	
@media screen and (max-width: 767px) {
	
.mainslider .carousel-caption span {
    font-size: 16px;
}
.mainslider .carousel-caption h1 {
    line-height: 38px;
    font-size: 34px;
}	
.mainslider .carousel-caption p {
    margin: 10px 0 25px;
}	
.mainslider img {
    filter: brightness(0.5);
}	
.homeabout .col-sm-5, .homeabout .col-sm-7 {
    width: 100%;
}	
.homeabout-content {
    padding: 30px 0 0 0;
}	
.homeabout h2 {
    font-size: 36px;
}	
.homesafaris .col-sm-9 {
    width: 100%;
}
.tripicon {
	position:absolute;
	right:0;
}	
.homesafaris .col-sm-3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homesafaris ul {  
    margin-top: 20px;
}
.homesafaris ul li { 
	padding: 20px 5px;
}	
.homesafaris ul li h3 {   
    font-size: 18px;
}	
.newsletter .col-sm-7, .newsletter .col-sm-5 {
    width: 100%;
	}
.newsletter input[type="email"] {
    width:100%;
}	
.newsletter input[type="submit"] {
    padding: 12px 20px 10px;
    margin-left: 76px;
}
.newsletter .socialicon {
    justify-content: center;
}
	
.partners ul li img {
    width: 100%;
}
footer .col-sm-3 {
    width: 50%;
    margin-bottom: 5px;
}
.copyright .row {
    align-items: flex-start;
    flex-direction: column;
}
.copyright ul {
    margin-top: 15px;
}

.breadcrumbs {
    padding: 40px 0;
}

	
.aboutus-tpcntnt .col-sm-6 {
    width: 100%;
}	
.aboutus-tpcntnt img {
    height: auto;
    margin-top: 15px;
}		
.aboutsafety .col-sm-4 {
    width: 50%;
    margin-bottom: 22px;
}
.destilistbox a h3 {
    font-size: 18px;
}
.destilistbox {
    padding: 15px 10px !important;
}
	
.safaris-topcnt .col-sm-8, .safaris-topcnt .col-sm-4 {
    width: 100%;
}	
.safaris-season {
    margin-top: 15px;
}
.contactaddr-list {
    padding: 10px;  
}
.contactaddr-list p, .contactaddr-list p a {
    font-size: 15px;
}
.contactform .row .col-sm-4, .contactform .row .col-sm-3, .contactform .row .col-sm-6 {
    width: 50%;
}	
.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="tel"], .contactform input[type="number"], .contactform input[type="date"], .contactform textarea, .contactform select {
    margin-bottom:15px;
	padding: 12px;
}	
.breadcrumbs .row {
    flex-direction: column;
}
.breadcrumbs .col-sm-6, .breadcrumbs .col-sm-6 {
    width: 100%;
}

	
.transport-sec .col-sm-6 {
    width: 100%;
}	
.transport .transportbox,.transport .row:nth-child(2) .transportbox {
    padding: 20px 0;
}
	
	
.tailormade-top {
    margin-bottom: 20px;
}	
.tailormade .col-sm-4, .tailormade .col-sm-8 {
    width: 100%;
	margin:10px 0;
}
.tailormade img {
    height: 300px;
}
.tailormade-content {
    margin: 0;
}	
	
	
	
.testimonials .col-sm-6 {
    width: 100%;
}	
.testimonial-item {
    margin: 8px 0;
}	
article.post h2 {
    margin-bottom: 5px;
}	
article.post h2 a {
    font-size: 22px !important;
}
article.post li {
    font-size: 14px;
}
.articlebox {
    margin-top: 15px !important;
}
.articlebox p {
    margin-bottom: 15px !important;
}
	
	
article.post img {
	height: 320px !important;
}		
.contactaddr-list i{
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.contactus iframe {
    height: 418px;
}	
	
.safarisdtls-banner {
    margin-bottom: 30px;
}	
.safarisdtls .col-sm-8, .safarisdtls .col-sm-4 {
    width: 100%;
}
	
.safarisdtls-desc h2 {
    margin: 0 0 10px;
	font-size: 24px;
}
.safarisdtls-desc h4 {
    margin-bottom: 5px;
}	
footer .footeraddr ul {
    margin-top: 20px;
}
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 17px;
}	
p#breadcrumbs {
    text-align: center;
}	
.toursdtls-tabs .nav-pills .nav-link {
    padding: 11px 20px 8px;
    font-size: 16px;
}
.newsletter input[type="submit"] {
    width: 100%;
    margin: 0 !important;
}
.newsletter .socialicon {
    transform: translateY(-22px);
}	
footer .row {
    display: block;
}	
footer .footersec .col-sm-4, footer .footersec .col-sm-2, footer .footersec .col-sm-3 {
    width: 100%;
}
footer .footeraddr ul {
    display: block;
}	
.copyright {
    text-align: left;
}	
.footer-content figure img {
    width: auto;
}	
.footer-content {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}	
.contactus .offset-1 {
    margin: 0;
}	
}

@media screen and (max-width: 667px) {
.mainslider .carousel-arrow{
	font-size:15px;
    padding: 15px 15px 12px;
}
.homeabout {
    padding: 35px 0;
}
.homeabout figure img {
    height: 300px;
    object-fit: cover;
}
.homeabout h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 5px;
}
.homeabout-content {
    padding: 20px 0 0 0;
}
.homesafaris {
    padding: 35px 0 45px;
}
.ftrdsafaris {
    padding: 25px 0;
}	
.ftrdsafaris .col-sm-4,.latestnews .col-sm-4 {
    width: 100%;
}
.ftrdsafarislist{
		margin:10px 0;
}
.heading {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 30px;
}	
.ourclinets {
    padding: 25px 0 40px 0;
}
.partners {
    padding: 30px 0 35px;
}	
.latestnews {
    padding: 25px 0;
}	
footer { 
    padding: 40px 0 30px
}	
footer .col-sm-3 {
    width: 100%;
    margin-bottom: 20px;
}
.footer-content figure img {
    width: 150px;
}	
footer h4 {
    margin: 22px 0 8px;
}
footer ul li {
    line-height: 30px;
}
footer .col-sm-3 {
    margin-bottom: 0;
}
.copyright {
    padding: 15px 0;
}	
	
	
.secondary-container {
    padding: 35px 0;
}	
.aboutsafety {
    padding: 30px 0 30px;
    margin: 45px 0 30px 0;
}
	
.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="tel"], .contactform input[type="number"], .contactform input[type="date"], .contactform textarea, .contactform select {
    margin-bottom: 15px;
}
.hometrekkinglist, .homezanzibarlist  {
    margin: 7px 0;
}	
.homezanzibarlist h3 {
margin: 25px 0 0;
    font-size: 25px;
    text-align: center;
}
	.tlrmade {
    padding: 40px 0;
}
.tlrmade h3 {
    font-size: 22px;
	    margin-bottom: 25px;
}	
.tlrmade ul {
    flex-wrap: wrap;
}	
.tlrmade ul li:first-child {
    margin-bottom: 15px;
}	
.tlrmade ul li .btn-primary {
    font-size: 17px;
}	
.smoicons ul {
    display: none;
}	
.headerright {
    right: 0;
}	
.customtrip {
    margin: 0;
}	
.customtrip ul {
    display: block;
}
.mainslider .carousel-caption h1 {
    font-size: 30px;
}	
.mainslider .carousel-caption span {
    font-size: 20px;
    letter-spacing: 1px;	
}
footer .footeraddr ul {
    display: block;	
}
.footersec {
    padding: 38px 0 10px;
    margin-top: 35px;
}	
.footer-content {
    border-bottom: solid 1px #333;
    border-right: none;
    padding: 0 0 20px;
    margin: 0 0 12px;
}	
}	


@media screen and (max-width: 568px) {
	.carousel-item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.mainslider .carousel-caption h1 {
    line-height: 24px;
    font-size: 22px;
}	
.mainslider .carousel-caption span {
    font-size: 14px;
    padding-bottom: 5px;
}	
.mainslider .carousel-caption p {
    margin: 7px 0 15px;
    font-size: 14px;
}
.mainslider .carousel-arrow {
    font-size: 14px;
    padding: 10px;
}	
.mainslider .carousel-caption {
    width: 73%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.copyright {
    text-align: center;
}
.copyright ul {
    margin-top: 15px;
    justify-content: flex-start;
}	
.newsletter .socialicon {
    transform: inherit;
}
	
	
.aboutus-tpcntnt h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 5px;
}	
.covidsafety img {
    width: auto;
    margin: 0 auto 30px;
    display: block;
}	
.homeabout figure img {
    height: auto;
    object-fit: cover;
}	
.contactus iframe {
    height: 320px;
}	
.whyus-item {
    margin: 7px 0;
}	
}

@media screen and (max-width: 479px) {
	
.mainslider .carousel-caption span {
    letter-spacing: 1px;
}
.mainslider .carousel-caption h1 {
    font-size: 20px;
}	
.mainslider .carousel-caption p {
    margin: 6px 0 10px;
    line-height: normal;
}	
.countdownlist h4 {
    font-size: 30px;  
}	
.homesafaris ul li h3 {
    margin: 15px 0px 10px;
}
.aboutsafety .col-sm-4 {
		width: 100%;
}

	
.safaris .col-sm-4 {
    width: 100%;
}
.breadcrumbs p, .breadcrumbs p a {
    color: #fff;
    font-size: 13px;
}	
.newsletter input[type="email"] {
    margin-bottom: 8px;
    padding: 12px 20px;
}
.newsletter input[type="submit"] {
    margin-left: 0;
    width: 100%;
}
.newsletter .socialicon {
    column-gap: 8px;
}		
.newsletter .socialicon {
    padding-bottom: 0;
}
form p {
    margin: 0;
}
.safarislist .destilistbox {
    align-items: center;
    flex-direction: column;
}

.contactform .row .col-sm-4, .contactform .row .col-sm-3, .contactform .row .col-sm-6 {
    width: 100%;
}
.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="tel"], .contactform input[type="number"], .contactform input[type="date"], .contactform textarea, .contactform select {
    margin-bottom:10px;
	font-size: 16px;
}
.safarislist {
    margin: 7px 0;
}	
	
article.post ul {
    flex-direction: column;
    padding: 0 0 20px 0;
}
article.post h2 {
    padding: 0 !important;
}	
	
.safarisdtls-nitsbar ul {
	column-gap: 16px;
}	
.safarisdtls-nitsbar i {
	margin-right: 10px;
}	
	
}

@media screen and (max-width: 414px) {
.headerright {
    column-gap: 8px;
}
.headerright a {
    font-size: 16px;
}
.headerright a span {
    font-size: 15px;
    padding: 0;
}	
	.mainslider .carousel-caption h1 {
    font-size: 17px;
}
.mainslider .carousel-caption p {
    font-size: 13px;
}
.btn-primary {
    font-size: 13px;
}
.homeabout figure img {
    height: 250px;
}
.homeabout h2 {
    font-size: 22px;
}	
.homeabout-content p {
    font-size: 14px;
}	
.countdownlist h4 {
    font-size: 26px;
}	
.countdownlist h4 span {
	font-size: 14px;
}
.homesafaris ul {
    flex-direction: column;
}	
.homesafaris ul li{
    width:100%;
	border-bottom: 1px solid #452400;
}	
.breadcrumbs a:after {
	padding: 0 5px 0 6px;
}
	
	
.tailormade img {
    height: 220px;
}	
	
	
.testimonial-item p {
	line-height: 22px;
}	

	

article.post {
    margin-bottom: 20px !important;
	padding-bottom: 25px !important;
}	

article.post img {
    height: 300px !important;
}
	
	
.safarisdtls-nitsbar ul {
	flex-direction: column !important;
}	
.safarisdtls-nitsbar ul li {
    justify-content: center !important;
    margin: 8px 0 !important;
}	
.toursdtls-tabs .nav-pills .nav-link {
    padding: 9px 9px 6px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
}
.safarisdtls-nitsbar h3 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
}
.partners ul {
    flex-wrap: wrap;
}	
.partners ul li {
    width: 30% !important;
    border: solid 1px #ddd;
    margin: 15px 0;
}	
}
@media screen and (max-width: 375px) {
.headerright a {
    font-size: 14px;
}	
.headerright a span {
    font-size: 12px;
    line-height: normal;
}
.headerright i {
    font-size: 24px;
}
	
.mainslider .carousel-caption {
	width: 82%;
}
.homeabout h2 {
    font-size: 20px;
}
.homeabout-content ul {
    margin: 5px 0 10px 0;
}	
.homeabout-content p {
    line-height: 22px;
	font-size: 13px;
}	
.homeabout-content ul li {
    width: 49%;
    font-size: 15px;
}	
.ourclinets a img {
    width: 55%;
}	
.ourclinets p {
    margin-bottom: 25px;
    font-size: 16px;	
}	

	

.newsletter {
    margin-bottom: 30px;
    padding-bottom: 30px;
}	
.footer-list p {
    margin: 0;
    line-height: 30px;
}
.breadcrumbs p, .breadcrumbs p a {
    color: #fff;
    font-size: 14px;
}
.breadcrumbs a:after {
    padding: 0 5px 0 6px;
}	
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 20px;
}	
.transportbox h3 {
    font-size: 18px;
}	
.transport ul li {
    font-size: 14px;
}	
	
	
.tailormade-content {
    padding: 10px 15px;
}
.tailormade-content h3 {
    font-size: 21px;
}	
.tailormade-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
}	

.testimonial-item h3 {
	margin: 10px 0 0;
}
	
	
.testimonial-item {
    margin: 8px 0;
    padding: 18px 15px;
}

article.post img {
    height: 250px !important;
}	
.contactus iframe {
    height: auto;
}		
.wpcf7-list-item {
    margin: 0 0 0 10px !important;
}	
}



.mobmenu-content #mobmenuleft .sub-menu a:hover {
    background: #fff !important;
    color: #333 !important;
}

.mobmenu-content #mobmenuleft i.mob-icon-down-open.open-icon {
    font-size: 14px;
}




.tiptricks .row {
    align-items: center;
}
.tiptricks .includeopt, .tiptricks .excludeopt {
    border: 2px solid #f58220;
    padding: 15px 22px;
    border-radius: 20px;
    box-shadow: 0 0 20px #cccccc8c;
}
ul.includeopt li:before , ul.excludeopt li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-size: 12px;
    color:#2bb112;
	font-weight:600;
}
ul.excludeopt li:before{
	content:"\f00d";
	color:red;
}
ul.includeopt li,ul.excludeopt li {
    padding: 5px 0 5px 20px;
    font-family: poppins;
    font-weight: 500;
    position: relative;
	font-size:16px;
}
