@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,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&display=swap');
:root{
	--primary:#915124;
	--secondary:#ff9716;
	--black:#212529;
	--white:#fff;
}
body {
margin:0;
padding:0;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;	
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    border: solid 1px #ddd;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 15px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
}
::placeholder{
color:#222;
}
select, input[type="date"] {
	padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}
input[type="submit"]:hover {
background: var(--secondary);
    color: var(--white);
    transition: 0.8s;
}
textarea {
height: 120px;
    margin-bottom: 5px
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
font-family: 'Roboto Condensed', sans-serif;
    color: #222;
    font-weight: 500;
    text-transform: inherit;
    line-height: inherit;
}
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: 'Open Sans', sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 25px;
}
ul, li, a{
list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 25px;
}


a:hover {
	transition:0.8s;
	text-decoration:none;
}
.heading {
    margin-bottom: 25px;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}


.topbar {
	background: var(--secondary);
}
.topbar .row {
    align-items: center;
}
.topbar .col-sm-4:last-child {
    display: flex;
    justify-content: flex-end;
}
.topbar figure {
    background: var(--white);
    text-align: center;
}
.topbar p, .topbar p a{
	color:var(--white);
	margin:0;
}
.topbar p i {
    margin-right: 10px;
    font-size: 16px;
}

header .row {
    align-items: center;
}
.menubar {
    background: var(--white);
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
}
.menubar-sec {
position: absolute;
    border-top: solid 3px var(--primary);
    z-index: 999;
    width: 100%;
}
.menubar .col-sm-2 {
    display: flex;
    justify-content: flex-end;
}

.mainslider{
	margin-top: 0;
	position: relative;
}
.mainslider img {
    width: 100%;
    filter: brightness(0.7);
}
.mainslider .carousel-content, .mainslider .carousel-content p {
	text-align: center;
}
.mainslider .carousel-content p {
	font-size:25px;
	color:var(--white);
}
.mainslider .carousel-content {
	width: 75%;
	margin: 0 auto;
}
.mainslider .carousel-content h1 {
	color: var(--white);
	font-weight: 700;
	font-size: 55px;
	line-height: 50px;
	margin: 15px 0 35px;
}
.mainslider .carousel-content span {
	font-size: 40px;
}
.mainslider .carousel-content p {
	margin:0 0 45px;
}
.mainslider button i {
    background: var(--white);
    width: 50px;
    height: 45px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.mainslider button i:hover {
    background: var(--primary);
    color: var(--white);
}

.homeabout {
    padding: 70px 0;
}
.homeabout figure{
position:relative;
}
.homeabout figure img {
width: 100%;
    height:auto;
}

.homeabout h2 {
font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 18px;
}
.homeabout-content h2 span {
    display: block;
    color: var(--primary);
}
.homeabout-content h3{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    border-left: solid 2px var(--primary);
    padding-left: 15px;
}
.homeabout-content p {
    text-align: justify;
}
.homeabout-content .btn-primary {
    margin-top: 15px;
}
.homeabout-content .btn-primary.cntbtn {
    background: none;
    color: var(--black);
    border: solid 1px var(--primary);
}
.aboutsec ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.aboutsec ul li {
    width: 48%;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    padding: 10px 15px;
}
.aboutsec ul li:nth-child(3), .aboutsec ul li:last-child {
    border-bottom: none;
}
.aboutsec h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.aboutsec ul li p {
text-align: left;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 23px;
}



.customtrip {
    background: url(../images/customtrip-bg.jpg);
    padding: 70px 0;
    background-size: cover;
    background-attachment: fixed;
}
.customtrip-item {
    background: var(--white);
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    padding: 25px;
    text-align: center;
    position: relative;
    transition: all ease-in-out .5s;
}
.customtrip-item:hover {
    transform: translateY(-10px);
}
.customtrip-item:after {
    border-top: 2px dotted var(--primary);
    border-bottom: 2px dotted var(--primary);
    transform: scaleX(0);
}
.customtrip-item:hover:after{
    transform: scaleX(1.0);
}
.customtrip-item:before {
    border-right: 2px dotted var(--primary);
    border-left: 2px dotted var(--primary);
    transform: scaleY(0);
}
.customtrip-item:hover:before{
    transform: scaleY(1.0);
}
.customtrip-item:before, .customtrip-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:.5s;
}


.customtrip-item figure {
    background: #fff4f8;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.customtrip-item figure img {
    width: 60px;
}
.customtrip-item p {
    margin: 10px 0 0;
}
.customtrip h3 {
    margin: 25px 0 0;
}
.safaristop{
text-align:center;
}
.safaristop h2 {
    font-size: 32px;
    font-weight: 700;
}
.safaristop p {
    margin-bottom: 40px;
}



.ftrdsafaris {
padding: 40px 0 50px;
    background: #f9f9f9;
}
.ftrdsafarislist{
margin: 15px 0;
    transition: all ease .5s;
    text-align: center;
}
.ftrdsafarislist-box{
background: var(--white);
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    border-radius: 0 0 6px 6px;
    padding: 20px 20px 15px;
    position: relative;
}
.ftrdsafarislist:hover {
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}
.ftrdsafarislist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.ftrdsafarislist h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 19px;
}
.ftrdsafarislist h3:before {
    content: '';
    position: absolute;
    border-bottom: solid 2px var(--primary);
    width: 45px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.ftrdsafarislist ul {
    border-top: solid 1px #eee;
    padding-top: 15px;
    margin-top: 20px;
}
.ftrdsafarislist ul li:first-child {
    font-weight: 600;
    font-size: 19px;
font-family: 'Roboto Condensed', sans-serif;
}
.ftrdsafarislist p {
    margin-bottom: 16px;
}


.homedesti {
	padding: 50px 0 70px;
}
.homedesti .slick-track {
    margin-bottom: 5px;
}
.destilist{
 position: relative;
	transition:all ease-in-out .5s;
}
.destilist img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.8);
}
.destilistbox {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.destilist:hover .destilistbox {
	background: var(--primary);
}
.destilistbox h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 28px;
}
.destilistbox i {
	font-size: 20px;
	color: var(--primary);
	margin-left: 10px;
}
.destilistbox h3, .destilistbox i {
	color: var(--white);
}


.reviews{
background: url(../images/reviewbg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}
.reviews .heading{
    color: var(--white);
}
.reviews .heading:after{
border-color:var(--white);
}
.reviewslist {
    background: var(--white);
    border-radius: 10px;
    padding: 25px 22px;
    position: relative;
}
.reviewslist:after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 32px;
    border: solid 32px var(--white);
    border-bottom: solid 0px transparent;
    border-left: solid 3px transparent;
    border-right: solid 28px transparent;
}
.reviewslist i {
    font-size: 100px;
    position: absolute;
    right: 20px;
    bottom: 0;
    opacity: .1;
}
.reviewslist p {
    margin:0;
}
.reviewslist p:last-child {
    margin-top: 10px;
}
.reviewsdesc {
    background: url(../images/heading-left.png) no-repeat left top;
    padding-left: 30px;
}
.reviewslist img {
    margin: 0 auto 10px;
}
.reviewslist h5 {
    margin: 0;
    font-size: 20px;
}
.reviewbtm {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 45px;
}
.reviewbtm h5 {
    margin: 0;
    color: var(--white);
    font-size: 22px;
}


.customersec {
    background: var(--white);
    padding: 40px;
    margin: -70px 0 60px;
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 5%);
    border-radius: 4px;
}
.customersec .col-sm-3 {
	border-right: solid 1px #eee;
}
.customersec .col-sm-3:last-child {
	border-right: none;
}
.customersec h4 {
	font-size: 18px;
	margin: 25px 0 0;
}
.customer .btn-primary {
    background: none;
    border: solid 1px var(--white);
    font-size: 16px;
}
.customer .btn-primary i {
    margin-left: 8px;
}

.instafeed {
padding: 40px 0 60px;
}
.instafeed article div {
	height: auto !important;
}
.instafeed iframe {
	height: 355px !important;
}

.ourpartner {
    background: #f3f6fd;
    padding: 60px 0;
}
.ourpartner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
}
.ourpartner ul:before {
    content: '';
    border-bottom: solid 1px var(--primary);
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.ourpartner ul li {
    width: 190px;
    height: 190px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary);
    position: relative;
}

/*
.widgetsec{
	padding:30px 0;
}
.widgetsec .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

footer {
    padding: 50px 0;
	background:#f8f8f8;
}
footer h4{
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
    border-bottom: solid 2px var(--primary);
    display: inline-block;
}
.footer-list p {
border-left: solid 2px var(--primary);
    padding-left: 12px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}
.footer-list p strong {
    display: block;
    font-weight: 500;
}
footer .footer-list p a {
    font-size: 18px;
    color: var(--primary);
    font-weight: 500;
}
.footer-list ul li a {
    line-height: 40px;
    font-size: 15px;
}
.footer-list ul li a, .footer-list p, .footer-list p a {
    color: #222;
}
footer .footer-list p i {
    font-size: 22px;
    margin: 5px 8px 0 0;
}

.copyright {
    padding: 10px 0;
    background: #f3f6fd;
}
.copyright .row {
    align-items: center;
}
.copyright .col-sm-4 {
    display: flex;
    justify-content: flex-end;
}
.copyright p, .copyright p a {
    margin: 0;
    line-height: normal;
}



#GoToTop {
display: none;
    position: fixed;
    bottom: 101px;
    right: 33px;
    border-radius: 0 20px;
    z-index: 99999999;
    padding: 0;
    border: solid 1px var(--primary);
    background: var(--white);
    width: 45px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}

#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: var(--white);
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}


.breadcrumbs {
    background: url(../images/breadcrumb.jpg);
    padding: 180px 0 80px;
    background-position: bottom;
    text-align: center;
}
.breadcrumbs .col-sm-6 {
    width: 50%;
}
.breadcrumbs h1 {
	margin: 0;
	text-transform: uppercase;
}
.breadcrumbs h1 span, .breadcrumbs h1 a {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.breadcrumbs h1 p, .breadcrumbs p{
margin: 10px 0;
}
.breadcrumbs h1 .breadcrumbs_last {
font-size: 28px;
    color: var(--white);
    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: var(--white);
    font-weight: 600;
    font-size: 13px;
}
.breadcrumbs p, .breadcrumbs p a {
	color: var(--white);
}
.secondary-container {
	padding:60px 0;
}


.contactus iframe{
width: 100%;
height: 458px;
}
.contactus iframe, .contactaddr-list, .contactform img{
border-radius:4px;
} 
.contactaddr-list{
    text-align: center;
    border: 1px solid var(--primary);
    padding: 20px;
    transition: 0.9s;
    margin-bottom: 15px;
}
.contactaddr-list i{
    margin: 0;
    font-size: 25px;
    color: var(--primary);
    vertical-align: middle;
    display: inline-block;
    background: var(--white);
    height: 60px;
    width: 60px;
    line-height: 62px;
    border-radius: 50%;
    transition: 0.9s;
    margin-bottom: 15px;
    box-shadow: 3px 3px 13px #ddd;
}
.contactaddr-list p, .contactaddr-list p a {
    font-weight: 600;
	 margin-bottom: 0;
}
.contactaddr-list:hover {
    border-color: var(--secondary);
}
.contactaddr-list:hover i {
    background: var(--secondary);
    color: var(--white);
}
.contactform img {
    width: 100%;
    height: 557px;
    object-fit: cover;
}
.contactform p{
margin-bottom:25px;
}


.aboutus-tpcntnt h2 {
    font-weight: 700;
    font-size: 30px;
}
.btmcntnt {
border: solid 1px var(--primary);
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.btmcntnt p:last-child {
    margin-bottom: 0;
}

.aboutsafety p {
    text-align: center;
    margin-bottom: 40px;
}
.aboutus-tpcntnt p{
text-align:justify;
}
.btmcntnt  img {
width: 200px;
    border-radius: 6px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.aboutimg img {
    width: 100%;
    padding-left: 30px;
}
.btmcntnt-cnt h3 {
    font-weight: 600;
}
.aboutsafety {
    background: #f3f3fd;
    padding: 50px 0 70px;
    margin: 45px 0;
}
.aboutsafety img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.aboutsafety-box {
    background: var(--white);
    padding: 25px;
    box-shadow: 0px 0 20px -1px rgb(0 0 0 / 10%);
    text-align: center;
}
.aboutsafety-list h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}





.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;
}

.secondary-container.contactus {
    padding-bottom: 0;
}
.contactform {
    background: #f2f2f2;
    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 label, .contactform .wpcf7-form-control-wrap{
color: #444;
}
.contactform label {
    font-weight: 600;
}
.contactform .wpcf7-form-control-wrap {
    position: relative;
}
.contactform .row .col-sm-12:last-child {
    text-align: center;
}
.wpcf7-spinner {
    position: absolute !important;
}
.guideslist {
    border: solid 1px #eee;
    text-align: center;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0 20px -1px rgb(0 0 0 / 10%);
	    margin: 15px 0;
}
.guideslist img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.guideslist h3 {
    margin: 30px 0 18px;
    font-weight: 700;
}
.guideslist h3 span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
}

.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: #ffaa17;
}
.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: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.safarislist h3 {
    margin-bottom: 20px;
}
.safarislist span.safaris-location {
    position: absolute;
    z-index:1;
    background: var(--white);
    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: var(--white);
	transition:all ease 0.7s;
}
.safarislist .btn-primary {
    padding: 9px 16px 8px;
    font-size: 13px;
    border: none;
}

.safarisdtls-banner{
	position:relative;
}
.safarisdtls-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.safaris-price {
    position: absolute;
    bottom: 39px;
    background: #fff;
    padding: 15px 28px;
    border-radius: 0 20px 20px 0;
    text-align: center;
}
.safaris-price h4 {
    margin: 0;
    color: var(--black);
    font-family: 'Rajdhani', sans-serif;
    line-height: normal;
}
.safaris-price h4 i {
    color: var(--primary);
    margin-right: 8px;
    font-size: 23px;
}
.safarisdetails-content .nav-tabs {
    margin-top: 35px;
    border-bottom: 3px solid var(--primary);
}
.safarisdetails-content .nav-tabs .nav-item.show .nav-link, .safarisdetails-content .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--primary);
    border-color: #dee2e6 #dee2e6 #fff;
}
.safarisdetails-content .nav-tabs .nav-link {
    margin-bottom: 00;
    background: #f5f5f5;
    border: none;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
    padding: 8px 22px;
}

.safarisdtls-desc h2 {
    margin: 0 0 20px;
    font-size: 26px;
    padding: 10px 0;
    line-height: normal;
    text-transform: capitalize;
    color: var(--primary);
}
.safarisdtls-desc h3 {
margin: 20px 0 10px;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
}
.safarisdetails-content h4 {
    font-weight: 800;
    font-size: 20px;
    margin: 15px 0 12px;
    position: relative;
    padding-left: 35px;
}
.safarisdetails-content h4:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: "\f111";
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 999999;
    background: #eee;
    color: var(--primary);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.safarisdtls-desc p {
    text-align: justify;
}
.safarisdetails-content .tab-pane {
    padding: 18px;
    border: solid 1px #eee;
}
.safarisdetails-content .tab-content ul {
    margin-bottom: 15px;
}
.safarisdetails-content .tab-content ul li {
    position: relative;
    padding-left: 22px;
    line-height: 30px;
}
.safarisdetails-content .tab-content ul li:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
}
.pagesidebar {
    position: sticky;
    top: 0px;
}
.sidebarbox {
padding: 20px;
    box-shadow: 3px 3px 13px #ddd;
    margin-bottom: 15px;
}
.sidebarform h3 {
    font-size: 25px;
}
.safarisdtls .col-sm-4 {
    padding-left: 0;
}
.sidebarbox.sidebarmenu ul li a {
    border-bottom: solid 1px #ddd;
    display: block;
    padding: 10px 0;
}
.sidebarbox.sidebarmenu ul li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebarform input, .sidebarform textarea {
    margin-bottom: 10px;
    background: none;
}
.sidebarform input[type="submit"] {
    padding: 8px 25px;
    background: var(--primary);
    font-size: 14px;
}
.sidebarform form p {
    margin: 0;
}
.page-id-857 .safarisdetails-content .nav-tabs li:nth-child(2), .page-id-859 .safarisdetails-content .nav-tabs li:nth-child(2), .page-id-861 .safarisdetails-content .nav-tabs li:nth-child(2), .page-id-873 .safarisdetails-content .nav-tabs li:nth-child(2) {
    display: none;
}



.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: sans-serif;
	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: #ffaa17;
    padding: 5px 20px;
    border-radius: 6px;
}
.safaris-seasonlist {
    background: var(--white);
    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;
}
.page-id-1055 .ftrdsafarislist h3 {
    min-height: inherit;
    max-height: inherit;
    font-size: 24px;
    letter-spacing: .8px;
}
.page-id-1055 .safaris.ftrdsafaris .col-sm-4{
	width:50%;
}

.safarisdetails-content table {
    border: solid 1px #ddd;
    width: 100%;
}
.safarisdetails-content table th, .safarisdetails-content table tr, .safarisdetails-content table td {
    border: solid 1px #ddd;
    padding: 10px 15px;
}

.whyus-content {
    box-shadow: 0 0 8px #dbcece8c;
    padding: 30px;
    margin-top: 30px;
}
.whyus-content .heading {
    text-align: left;
    margin-bottom: 15px;
}
.whyus-content p {
    text-align: justify;
}
.whyus-content p:last-child {
    margin-bottom: 0;
}
.whyus img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.migrationtop {
    background: url(../images/migrationbg.jpg);
    padding: 50px;
    background-position: top;
}
.migration-content {
    border: 1px solid #ffffff7a;
    padding: 20px;
    background: #0000003d;
}
.migration-content h2{ color: var(--white); padding-bottom:10px;}
.migration-content p{ color: var(--white);}
.migrationdate{ padding:50px;}
.itinery-item {
    text-align:justify;
    border: 1px solid #dfdfdf;
    height: 100%;
	padding:30px;
	box-shadow: 0 0 12px #e1e1e1;
}
.itinery-item p{ font-size:15px; color:#6a5a5a;}
.itinery-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.migrationdate .col-sm-6 {
    padding-top: 22px;
}


	@media only screen and (max-width:1199px){
.menutop li a {
    font-size: 14px;
    padding: 25px 10px;
}

}

@media only screen and (max-width:991px){
	.topbar img {
    max-width: 23%;
}
header .row {
    flex-direction: row-reverse;
}		
.menubar-sec .col-sm-10 {
    display: flex;
    justify-content: flex-end;
}	
.menubar .col-sm-2 {
    justify-content: flex-start;
}	
	.topbar figure {
    padding: 10px;
}
		.topbar img {
		width:200px;
}
.customtrip-item {
    height: 100%;
}
			.homeabout .col-sm-6 {
    width: 100%;
}
	.customtrip .col-sm-3 {
    width: 50%;
    margin: 7px 0;
}
	.ftrdsafaris .col-sm-4 {
    width: 50%;
}
	.ourpartner ul li {
    width: 120px;
    height: 120px;
}
.ourpartner ul li img {
    width: 98px;
}
.homeabout {
    padding: 60px 0;
}
		.customtrip {
    padding: 60px 0;
}
		.homedesti {
    padding: 45px 0 60px;
}
		.ftrdsafaris {
    padding: 40px 0 45px;
}

	
	.instafeed {
    padding: 40px 0;
}
		
 footer .col-sm-3 {
    width: 100%;
}
 footer h4 {
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 8px;
}
 .footer-list ul li a {
    line-height: 30px;
}
		
}


@media only screen and (max-width:767px){
/* 	.topbar img {
    width: 100%;
} */
	.topbar img {
    max-width: 23%;
}
	.topbar figure {
    padding: 12px;
}
	.mainslider .carousel-content h1 {
    font-size: 45px;
}
	.homeabout, .customtrip, .reviews {
    padding: 50px 0;
}
	.heading {
    font-size: 30px;
}
	.homedesti {
    padding: 40px 0 50px;
}
	.ftrdsafaris .col-sm-4 {
    width: 100%;
}

	.ourpartner {
    padding: 50px 0;
}
	.ourpartner ul li {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
	.ourpartner ul li img {
    width: 100%;
}

}

@media only screen and (max-width:667px){
	.topbar img {
    max-width: 23%;
}
	.mainslider .carousel-content h1 {
    font-size: 40px;
}
	.homeabout, .customtrip, .reviews {
    padding: 40px 0;
}
	.customtrip .col-sm-3 {
    width: 100%;
}
	.homedesti {
    padding: 40px 0;
}
	.ftrdsafarislist {
    margin: 7px 0;
}
		footer {
    padding: 40px 0;
}
	.copyright .col-sm-8 {
    width: 100%;
    text-align: center;
}
	.copyright .col-sm-4 {
    width: 100%;
    justify-content: center;
}
}

@media only screen and (max-width:568px){
	.topbar img {
    max-width: 23%;
}
.menubar {
    padding: 10px 0 !important;
}
.menubar-sec {
    position: relative;
    border: none;
}
	.topbar .col-sm-4:first-child, .topbar .col-sm-4:last-child {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.topbar .col-sm-4:first-child {
    order: 1;
}
.topbar .col-sm-4:nth-child(2) {
    order: 3;
}
.topbar .col-sm-4:last-child {
    order: 2;
}
.topbar .col-sm-4:last-child {
    display: flex;
    justify-content: flex-end;
}
.topbar p i {
    margin-right: 5px;
    font-size: 14px;
}
.ftrdsafarislist img {
    height: 300px;
}	
}

@media only screen and (max-width:414px){
	.topbar img {
    max-width: 23%;
}
.ourpartner ul:before{
	display:none;
}
.ourpartner ul {
    justify-content: center;
    gap: 12px;
}	
.copyright p {
    margin-bottom: 8px;
}	
}



/*ABOUT*/
@media only screen and (max-width:991px){
	.secondary-container {
    padding: 50px 0;
}

	.aboutus-tpcntnt .col-sm-6 {
    width: 100%;
}
	.btmcntnt  img {
    width: 150px;
    height: 150px;
}
	.aboutimg img {
    width: 100%;
    padding: 20px 0 0 0;
    height: auto;
}

}

@media only screen and (max-width:767px){
		.btmcntnt {
    display: block;
    text-align: center;
}
	.btmcntnt-cnt p {
    text-align: center;
}
	.btmcntnt-cnt h3 {
    margin: 15px 0;
}
	.btmcntnt  img {
    width: 130px;
    height: 130px;
}
	
}

@media only screen and (max-width:568px){
.secondary-container {
    padding: 40px 0;
}
}