@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/*font-family: "Satisfy", cursive;*/

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
    font-family: 'Ernest and Emily';
    src: local('.webfonts/Ernest and Emily Solid'), local('Ernest-and-Emily-Solid'),
        url('.webfonts/ErnestandEmilySolid.woff2') format('woff2'),
        url('.webfonts/ErnestandEmilySolid.woff') format('woff'),
        url('.webfonts/ErnestandEmilySolid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

.marcellus-regular {
      font-family: "Marcellus", serif;
      font-weight: 400;
      font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --theme-red: #ed1c24;
    --theme-blue: #0066b3;
    --transition: .5s;
}
body{
    font-family: "Lato", sans-serif;
    background-color: #e8dbb9;
    font-size: 18px;
    line-height: 28px;
    color: #020202;
}
h1, h2, h3{
    font-family: "Lato", sans-serif;
}

ul li {
    list-style-type: none;
}

ul {
    margin-bottom: 0 !important;
}
a{
   font-family: "Lato", sans-serif;
}
a:hover {
    text-decoration: none !important;
}

p {
    color: #1a1515;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

img {
    max-width: 100%;
}
.mount-right {
    text-align: center;
}

button:focus {
    outline: none;
}

.ptb-65 {
    padding: 65px 10px;
}
.plr-65 {
    padding-left: 65px;
	padding-right: 65px;
}
.pt-65 {
    padding-top: 65px;
}
.car-hire-page-content{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pb-65 {
    padding-bottom: 65px;
}
.mtb-65{
    margin: 65px 0;
}
.mt-65{
    margin-top: 65px;
}
.mb-65{
    margin-bottom: 65px;
}
.bg-green{
    background: #1a1e1d;
}
.welcome-box.about {
    text-align: left;
}
.trip-logo img {
    width: 100%;
    box-shadow: none;
}
.primary-btn {
    color: #fff;
    background: linear-gradient(135deg, #4a5300 0%, #fcc117 100%);
    display: inline-block;
    padding: 12px 30px;
    border-radius: 100px;
    font-weight: 500;
    transition: all .5s ease-in-out;
    background-size: 300% 100%;
}
img.fix-logo {
    width: 105px;
    height: 105px;
    object-fit: contain;
}
.primary-btn:hover {
    background-position: 100% 0;
    transition: .5s;
    color: #fff;
}
.title {
    margin-bottom: 20px;
}
.title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
ul.community-list {
    margin-bottom: 30px !important;
}
.title h6 {
    color: var(--theme-red);
}
ul.community-list li i {
    position: absolute;
    left: 0;
    top: 9px;
    color: #561016;
}
ul.community-list li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
    font-size: 17px;
}
.pbminfotech-custom-heading {
    font-size: 19px;
    color: #0066b3;
    font-weight: 600;
}
.pbmit-subtitle {
    font-size: 17px;
    font-weight: 600;
}
.lern a {
    background: #0066b3;
    padding: 12px 34px;
    display: inline-block;
    margin: 20px 0 0 0;
    border-radius: 30px;
    color: #fff;
}
.lern a:hover {
    background: #000;
    color: #fff;
}
 h3 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: 900 !important;
}
.tanzania-safari {
    padding: 40px 0;
    background: url(../images/bg-2.jpg) left center repeat;
}
.tailer-made {
    background: #6E1414;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.tailer-made p {
    color: #fff;
    line-height: 26px;
}
.tailer-made h4 {
    margin-top: 20px;
}
a.contact-btn {
    background: #3f4b59;
    padding: 13px 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.trip-logo img {
    width: 100% !important;
}
.condition-list li i {
    position: absolute;
    left: 0px;
    top: 7px;
    color: #5b1315;
}
.term-content h5 {
    color: #5a1215;
    text-transform: uppercase;
    font-weight: 700;
}
.condition-list li {
    position: relative;
    padding-left: 25px;
}
.giving-back-content h5 {
    font-weight: 700;
}
.giving-back-content p span {
    font-weight: 700;
    font-size: 16px;
}
a.contact-btn:hover {
    background: #fcc117;
    color: #fff;
}
.tanzania-content {
    text-align: left;
}
.own-trip p {
    color: #fff;
}
.own-trip h3 {
    color: #fff;
}
.mountaine-content h2 {
    text-align: center;
    margin-bottom: 20px;
}
.own-trip {
    background: #054966;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 30px;
}
.tailor-made {
    margin: 40px 0;
}
a.tailor-btn {
    background: #fcc117;
    display: inline-block;
    padding: 17px 37px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #020202;
    transition: transform 0.3s ease;
    margin-right: 10px;
}
a.trekking-btn {
    background: #fcc117;
    padding: 13px 29px;
    color: #fff;
    font-size: 18px;
    margin-top: 19px;
    display: inline-block;
}
.mountane {
    margin-bottom: 50px;
}
.mount-content {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    text-align: center;
}
.why-travel-box {
    width: 20%;
    float: left;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    min-height: 345px;
    background: #86171c;
    color: #fff;
}
.why-travel-box p {
    color: #fff;
}
.why-travel h2 {
    text-align: center;
}
.why-travel-box:nth-of-type(odd) {
    background: #000;
}
.have-question {
    padding: 50px;
    text-align: center;
    background: #86171c;
    color: #fff;
}
.have-question p {
    color: #fff;
}
a.trekking-btn:hover {
    background: #000;
    color: #fff;
}
.have-question-content p {
    color: #fff;
    font-size: 20px;
}
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Montserrat', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    width: 27%;
    min-width: 27%;
    padding-left: 15px;
    border: none;
    vertical-align: top;
    display: table-cell;
}
.vertical-tab .nav-tabs li{ float: none; }
.vertical-tab .nav-tabs li a {
    color: #fff;
    background: linear-gradient(#e9e9e9,transparent);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    margin: 0 0 15px 0;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
    float: left;
    background: linear-gradient(#2e0d0e, #020101);
}
.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a {
    color: #0b697e;
    background: linear-gradient(#86171c, #020101);
    border: none;
}
.vertical-tab .nav-tabs li.active a:hover,
.vertical-tab .nav-tabs li.active a{ color: #ffffff; }
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    background: #0b697e;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    width: calc(100% - 5px);
    height: 3px;
    border-radius: 0;
    transform-origin: left center;
    bottom: 1px;
    left: 5px;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    transform: scale(1);
}
.vertical-tab .tab-content{
    color: #fff;
    background: #0b697e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
    display: table-cell;
}
.vertical-tab .tab-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
    color: #fff;
}
.vertical-tab .tab-content p {
    color: #fff;
}
.fade:not(.show) {
    opacity: inherit !important;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
    }
    .vertical-tab .nav-tabs li a{ padding: 15px 10px 14px; }   
    .vertical-tab .tab-content{
        font-size: 14px;
        display: block; 
    }
}



/*===================top bar Start=======================*/
.top-bar-center {
    text-align: center;
    color: #fff;
}
.review-section h2 {
    text-align: center;
}
.top-rating {
    float: left;
}
.top-rating i {
    color: #fdac13;
    font-size: 14px;
}
/* .top-bar-right {
    text-align: right;
    float: right;
    margin-right: 10px;
} */
.top-bar {
    background-color: #4a5300;
    padding: 9px 0;
}
.top-bar ul li {
    display: inline-block;
}
.top-bar ul li a {
    color: #fff;
}

.top-bar-left ul li:not(:last-child) {
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.top-bar-left i{ margin-right: 10px;}

.top-bar-right .talk {
    font-size: 13px;
    margin: 0 8px 0 0;
}
.orng-btn {
    background: #fcc117;
    display: inline-block;
    padding: 17px 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #020202;
    transition: transform 0.3s ease;
    border-radius: 5px;
}
.orng-btn:hover {
    background: #4a5300;
    color: #fcc117;
}
.navbar-brand img {
    width: 82%;
}
.right-book {
    margin: 8px 0 0 0;
    float: left;
    margin-top: 23px;
}
.top-bar-left ul li a {
    font-size: 17px;
}
.destination-des p {
    color: #000000;
}
.destination-des h3 {
    color: #000;
}
/*==================Nav Section Start=====================*/
.nav-secction a.navbar-brand {
    width: 160px;
}
div#ui-datepicker-div {
    z-index: 99 !important;
    top: 420px!important;
}
.navbar-brand h1 {
    font-size: 25px;
    font-weight: bold;
}
.nav-secction .navbar {
    padding: 0;
}
.navbar-nav {
    gap: 6px !important;
}
.submit-button {
    background: #fcc117;
    padding: 10px 36px;
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.nav-secction .navbar-nav .nav-item:not(:first-child) {
    margin-left: 13px;
}
.welcome-form .inputform {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    height: 45px;
    color: #ffffff;
    background: none;
    border: 1px solid #ccc;
}
.welcome-form .inputform::placeholder {
    color: #fff;
}
textarea.inputform {
    height: 100px !important;
}

.nav-secction .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-secction .navbar-nav .nav-item .nav-link:hover{
    color: #e0ad18;
}

.nav-secction .navbar-nav .nav-item.active a,
.nav-secction .navbar-nav .nav-item a:hover,
.nav-secction .navbar-nav .nav-item .nav-link {
    color: #fff;
}
.nav-secction .dropdown-item {
    display: block;
    width: 100%;
    padding: 13px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-secction .dropdown-item:hover {
    /* background-color: #fcc117; */
    background: rgb(74 83 0);
    color: #020202;
}
.nav-secction .dropdown-menu {
    padding: 0;
}
.trip-package li i {
    position: absolute;
    left: 0px;
    top: 6px;
    color: #580908;
}
.trip-package li {
    position: relative;
    padding-left: 24px;
}
.tour-package {
    padding: 50px 0;
}
.expect-box {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 16px, rgb(252 193 23) 16px, rgb(252 193 23) 18px, rgb(255, 255, 255) 18px);
    display: flex;
    padding-bottom: 1.5rem;
}
.circle-box {
    background-color: #561016;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    flex: 0 0 auto;
    line-height: 2rem;
    height: 2.25rem;
    width: 2.25rem;
    text-align: center;
    margin-right: 1rem;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}   
/* ============ desktop view .end// ============ */

a.navbar-brand {
    float: left;
    width: 135px;
}
.navbar-brand img {
    width: 100%;
}
.navbar {
    float: left;
    margin-top: 20px;
}
.nav-secction {
    padding: 10px 0;
    background-color: transparent;
    color: #fff;
    /* border-top: 1px solid #656662; */
    /* border-bottom: 1px solid #656662; */
    background: rgb(0 0 0);
}
.logo-pannel {
    padding: 8px 0;
    background: rgb(3,3,3);
    background: linear-gradient(139deg, rgb(255 255 255) 0%, rgb(255 255 255 / 87%) 100%);
}
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.9);
}

.consult-btn a {
    display: inline-block;
    color: var(--theme-red);
    font-size: 14px;
    background-color: #fff;
    padding: 15px 17px;
}
.consult-btn {
    margin-left: auto;
}
.tab-content>.tab-pane {
    display: none;
}
/*========================Slider Section Start======================*/
.hero__video {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    min-width: 100%;
    transform: translateX(-50%);
    height: 100%;
    display: block;
    overflow: hidden;
}
.hero__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__gradient-top {
    height: 38rem;
    background: linear-gradient(0deg,transparent,#000);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}
/* .hero__gradient-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 38rem;
    background: linear-gradient(180deg,transparent,#000);
} */
.cory-right {
    text-align: right;
}
.destination-thumb img {
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 75%) !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    font-weight: 600;
    font-size: 16px;
}
.hero__gradient-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 38rem;
    background: linear-gradient(180deg, transparent, #0000);
}
.fix-popup a {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    background-color: #fcc117;
    padding: 11px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background: #4a5300c4; */
    background: linear-gradient(180deg, rgba(245, 245, 221, 1) 0%, rgba(255, 250, 240, 1) 100%);
}
.banner-form {
    float: right;
    width: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 700px;
}
.banner-content.text-center {
    width: 100%;
    float: left;
    position: relative;
    top: 140px;
}
.button-primary:hover {
    background: #4a5300;
}
button.button-primary {
    padding: 15px 30px;
}
.button-primary {
    border: none;
    padding: 16px 31px;
}
.banner-pannel {
    position: relative;
    background: url(../images/banner1.jpg);
    height: 660px;
    background-size: cover;
}
.button-primary {
    background: linear-gradient(135deg, #4a5300 0%, #fcc117 100%);
    padding: 15px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
}
.carousel-item {
    .lg-item > img {
        height: 600px;
    }
}
header {
    position: relative;
    z-index: 99;
    width: 100%;
}
.banner-caption-box {
    position: relative;
    z-index: 9;
    top: 145px;
    left: 0;
    text-align: left;
    width: 100%;
}
.banner-caption-box h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 45px;
    text-align: center;
    margin-bottom: 42px;
    text-shadow: 3px 3px 2px rgba(21, 3, 2, 1);
    font-size: 51px !important;
    text-align: left;
}

.banner-caption-box h2 span {
    font-size: 46px !important;
}
.top-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}

.button--green-light {
    display: inline-block;
    padding: 16px 34px;
    border: 2px solid transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #020202;
    border-color: #fcc117;
    background-color: #fcc117;
    transition: transform 0.3s ease; /* Smooth transition */
    border-radius: 32px;
}
.button--green-light:hover {
    border-color: #af1a21;
    background-color: #af1a21;
    color: #fcc117;
    transform: translateY(-5px);
}


.hero__logos {
    display: flex;
    align-items: flex-end;
    padding-top: 13vh;
    color: #fff;
    margin-top: auto;
    position: absolute;
    z-index: 999;
    top: 55%;
    left: 9%;
}

.hero__logos li {
    flex-grow: 0;
    padding: 0 16px
}

.hero__logos figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.4px;
    transform: scale(.77);
    margin-bottom: 5px
}

.hero__logos span {
    display: block;
    text-align: center;
    font-size: 10px
}

@media (min-width: 767px) {
    .hero__logos li {
        padding:0 2rem
    }

    .hero__logos figure {
        transform: scale(.8);
        margin-bottom: 12px
    }
}

@media (min-width: 1023px) {
    .hero__logos li {
        padding:0 30px
    }

    .hero__logos span {
        font-size: 15px
    }
}

@media (min-width: 1410px) {
    .hero__logos figure {
        transform:scale(1)
    }
}

@media (max-width: 767px) {
    .hero__logos li:first-child,.hero__logos li:nth-child(2) {
        display:none
    }
}


/***************************/

.section-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.section-title h3 {
    font-family: "Marcellus", serif;
    font-style: normal;
    color: #4a5300;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.section-title h3 span{
    display: block;
    color: #fff;
    font-size: 28px;
    padding: 12px 0;
    text-transform: uppercase;
}


.review-card{
    background:#fff;
    padding:25px;
    border-radius:8px;
    box-shadow:0 3px 15px rgba(0,0,0,0.05);
    margin:10px;
}

.review-header{
    display:flex;
    align-items:center;
    margin-bottom:10px;
}

.review-header img{
    width:50px;
    height:50px;
    border-radius:50%;
    margin-right:10px;
}

.review-name{
    font-weight:600;
}

.review-date{
    font-size:13px;
    color:#777;
}

.stars i{
    color:#ff9900;
}

.read-more{
    text-decoration:underline;
    font-size:14px;
    cursor:pointer;
}

.testimonial-section{
  background:#f3f3f3;
  padding:70px 0;
}

.section-title{
  font-size:36px;
  font-weight:700;
  margin-bottom:50px;
}

.rating-box{
  text-align:left;
}

.excellent{
  font-weight:700;
}

.stars i{
  color:#ff9900;
}

.google-text{
  font-size:40px;
  font-weight:700;
}

.g1{color:#4285F4;}
.g2{color:#EA4335;}
.g3{color:#FBBC05;}
.g4{color:#4285F4;}
.g5{color:#34A853;}
.g6{color:#EA4335;}

.review-card{
  padding:20px;
}

.review-header{
  display:flex;
  align-items:center;
  margin-bottom:10px;
}

.review-header img{
  width:45px;
  height:45px;
  border-radius:50%;
  margin-right:10px;
}

.review-card p {
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.review-card a{
  text-decoration:underline;
  color:#000;
  font-weight:500;
}

/* Owl arrows */
.owl-nav button{
  position:absolute;
  top:40%;
  background:#d9d9d9 !important;
  width:55px;
  height:55px;
  border-radius:50% !important;
}

.owl-prev{ left:-60px; }
.owl-next{ right:-60px; }

.owl-nav span{
  font-size:28px;
  color:#555;
}

/****************Welcome Section********************/
.welcome-box {
    text-align: left;
}
.banner-thumb {
    position: relative;
    max-height: 280px;
}
.banner-box {
    position: relative;
    top: -58%;
}
.welcome-form::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:url(../images/welcome-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.inputform option {
    color: #000;
}
.section-title {
    margin-top: 0px;
}
.welcome-form::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000de;
}
.section-title.center-align.text-center {
    position: relative;
}
.video-area {
    padding: 50px 0;
    position: relative;
    background: url(../images/ctc-bg.jpg) top center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.video-area h3 {
    font-size: 36px;
    color: #ebebeb;
}
.video-area a {
    color: #000;
    margin: 0 5px;
}
.section-title.text-center h6 {
    color: #fff;
    width: 900px;
    margin: 0 auto;
    font-size: 17px;
    margin-bottom: 20px;
}
.call-action i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    /* border: 2px solid #c6a06d; */
    color: #fff;
    font-size: 16px;
    margin: 0 0px 0 0;
}
.car-hire h2 {
    text-align: center;
}
.call-action a {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.package-badge {
    position: absolute;
    right: 5px;
    top: 14px;
    background: #fcc117;
    padding: 5px 10px;
    color: #020101;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 500;
}
.package-badge::before {
    position: absolute;
    content: "";
    border-width: 0;
    right: 0;
    top: -11px;
    border-right: 6px solid #021203;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #021203;
    border-top: 6px solid transparent;
}
.car-hire {
    margin-bottom: 30px;
    padding: 56px 0;
    background: #f7f5e3;
}
.car-content h5 span {
    display: block;
}
.read-btn {
    position: absolute;
    bottom: 56px;
    z-index: 9;
    left: 0;
    right: 0;
    border: 2px solid #ccc;
    width: 140px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 600;
}
.car-hire h3 {
    text-align: center;
    margin-bottom: 20px;
}
.car-content {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    text-align: center;
}
.video-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
}
.banner-section{
    position:relative;
    height:100vh;
    min-height:700px;
    overflow:hidden;
}

 .services-box img {
    height: 100%;
    object-fit: cover;
    transition: .5s;
    width: 100%;
}
.services-box {
    overflow: hidden;
    height: 420px;
    display: block;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
}

.services-contents {
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .8s;
    transform: translateX(-50%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.734) 50%,
            rgb(0, 0, 0) 100%);
    width: 100%;
    text-align: center;
    height: 45%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.services-contents h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
    transition: .5s;
}


/* Background Slider */
.bg-slider .item {
    background-size: cover;
    background-position: center;
}
h3.form-title {
    background: #fcc117;
    z-index: 99;
    position: relative;
    text-align: center;
    font-weight: 600 !important;
    text-transform: capitalize;
}
/* Gradient Overlay */
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 99%) 0%, rgb(0 0 0 / 55%) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.banner-text {
    position: relative;
    top: 80px;
}
/* Content */
.banner-content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    align-items: center;
}
.banner-content h1{
    color:#fff;
    font-size:48px;
    font-weight:700;
}

.form-box{
    background:#fff;
    padding:30px;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}


h2.banner-title {
    font-size: 40px !important;
    text-align: left;
    color: #fff;
    font-family: "Marcellus", serif;
}
.banner-content.text-center p {
    color: #fff;
    text-align: left;
    font-weight: 600;
}
.welcome-form {
    position: relative;
    top: 0px;
}
.content-form {
    position: relative;
    z-index: 1;
    padding: 36px;
}
.content-form p {
    margin-bottom: 0;
}
.content-form .col-lg-12, .content-form .col-lg-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.post-img {
    width: 80px;
    height: 80px;
    background: #6d8b81;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    padding: 14px;
    margin: 0 auto;
}
.post-content h3 {
    font-size: 16px;
    color: #719e8b;
    margin: 10px 0 5px;
}
.post-content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}
.post-slide {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 0 5px;
}
#news-slider button {
    background: #fff;
    width: 30px;
    border-radius: 42px;
    line-height: 29px;
    margin: 0 5px 0 5px;
}
#news-slider .owl-nav {
    margin: 22px auto 0;
    text-align: center;
}
.review-box li {
    display: inline-block;
}
.review-box li i {
    color: #ffc03f;
    font-size: 14px;
}
.review-box {
    text-align: center;
}
.review-box h3 {
    color: #719e8b;
    font-size: 18px;
    margin: 6px 0 0 0;
}
.review-box h3 a {
    color: #719e8b;
}
.review-box img {
    filter: brightness(9);
}
.coustomer-review h2 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px;
}

/******************Destination*********************/
.destination-section .section-title h2 {
    color: #000;
}
.destination-thumb {
    border-radius: 4px;
    overflow: hidden;
}
.destination-thumb img {
    transition: transform .2s;
    will-change: transform;
}
.destination-thumb:hover img {
    transform: scale(1.1);
}
.destination-des {
    position: relative;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    padding: 12px 12px 12px;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 235px;
    background: #fff;
}
.destination-box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    height: 115px;
    border-radius: 4px;
}
.destination-des h3 a {
    text-transform: capitalize;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
}
.destination-box {
    position: relative;
    margin: 0 0 22px;
}
.destination-section {
    text-align: center;
}


.services .services-box {
    overflow: hidden;
    height: 420px;
    display: block;
    position: relative;
    transition: .5s;
}
.services .services-box img {
    height: 100%;
    object-fit: cover;
    transition: .5s;
    width: 100%;
}
.services-contents {
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .8s;
    transform: translateX(-50%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.734) 50%,
            rgb(0, 0, 0) 100%);
    width: 100%;
    text-align: center;
    height: 69%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.read-btn:hover {
    background: #fcc117;
    color: #000;
}
.services-contents h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
    transition: .5s;
}

/****************Short Trip********************/
.short-trip-left .section-title h2 {
    color: #000;
}
.short-trip-right .post-slide {
    border: none;
    padding: 0;
}
.short-trip-box-thumb {
    border-radius: 5px;
    overflow: hidden;
    height: 260px;
}
.tour-listing {
    padding: 50px 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.short-trip-section {
    position: relative;
    display: block;
    width: 100%;
    background: #f9f5ec;
    padding: 38px 0 0px;
}

.short-trip-section::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.short-trip-box-des {
    position: relative;
    padding: 30px 9px;
    text-align: center;
    min-height: 190px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0px 50px;
    background: #fff;
}
.short-trip-box-des a:hover {
    color: #000;
}
.short-trip-box-des a {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    text-transform: capitalize;
}
.short-trip-box-des a:hover {
    color: #fff;
}
.short-trip-box {
    position: relative;
}
.short-trip-box h4 {
    position: absolute;
    top: -30px;
    left: 50px;


    background: #fff;
    padding: 10px 23px;
    border-radius: 30px;
    font-size: 17px;
}

.short-trip-box h4 span {
    color: #8b0908;
    margin: 0 0 0 6px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
/* .short-trip-box-des a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: capitalize;
} */
.short-trip-box-des a:hover {
    color: #000000;
}
.short-trip-box-thumb img {
    width: 100%;
    border-radius: 50px 0;
    height: 100%;
    object-fit: cover;
}
#news-slider2 .owl-nav {
    margin: 22px auto 0;
    text-align: center;
}
#news-slider2 button {
    background: #719e8b;
    width: 30px;
    border-radius: 42px;
    line-height: 29px;
    margin: 0 5px 0 5px;
    color: #fff;
}
.short-trip-left {
    padding-top: 17%;
}

/*************image-quote*****************/
.image-quote:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.image-quote {
    background: url(../images/lion-king.jpg);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.image-quote-box {
    text-align: center;
    padding: 150px 0;
}
.image-quote-box p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
.image-quote-box h3 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
/****************Package Section******************/
.package-section .section-title {
    text-align: center;
}

.package-section .section-title h2 {
    color: #000;
}
.package-section .short-trip-box-thumb {
    height: 600px;
}
.package-section .short-trip-box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 182px;
    border-radius: 4px;
    background: linear-gradient(180deg,transparent,#000);
}
.package-section .short-trip-box-des {
    padding: 20px;
    height: auto;
    text-align: center;
    position: absolute;
    background: transparent;
    bottom: 0;
    z-index: 99;
}
.all-itinary {
    margin: 37px auto 0;
}
.package-section .orng-btn {
    font-size: 14px !important;
}
.tour-price table {
    width: 100%;
    margin-top: 20px;
}
.tour-price table {
    width: 100%;
}
.tour-price table th, td {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    text-transform: uppercase;
}
.tour-price table th {
    font-weight: 700;
    color: #f3efef;
    background: #561016;
    padding: 10px 20px;
    text-align: center;
}
.tour-price table td {
    padding: 10px 20px;
    background: #fff;
    text-align: center;
}
.package-section .short-trip-box h4 {
    position: absolute;
    top: 66%;
    left: 30%;
    background: #fff;
    padding: 11px 32px;
    border-radius: 30px;
    font-size: 17px;
}
.short-trip-box-des h5{
    color: #fff;
}
.tour-price h4 {
    text-transform: capitalize;
}
short-trip-box-des h4{
    color: #020202;
}
.image-thumb {
    margin-bottom: 30px;
}
.duration {
    position: absolute;
    top: 12px;
    background: #609981;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 3px;
    left: 12px;
    color: #fff;
}
.details-price {
    padding: 38px 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.details-price h4 span {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.details-price span h4 b {
    color: #561016;
    font-size: 30px;
}
.more-photos h2 {
    text-align: center;
}
h2 {
    display: block;
   font-family: "Marcellus", serif;
    font-size: 34px !important;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: 900 !important;
}
.trekking h2 {
    text-align: center;
}
.wildest-migration {
    padding: 50px 0;
}
ul li {
    list-style-type: none;
    font-size: 18px;
    line-height: 30px;
}
.wildest-content li span {
    font-weight: 700;
}
.wildest-content li {
    margin-bottom: 10px;
}
.trekking {
    padding: 50px 0;
    background: url(../images/texture-bg1.webp) left center no-repeat;
    background-size: cover;
}
.mount-kilmanjor {
    padding: 50px 0;
}
.row.middle-align {
    align-items: center;
    justify-content: center;
}
.mount-meru-content {
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
}
.mount-meru {
    margin-bottom: 50px;
}
.design-safri {
    padding: 50px 0;
    background: url(../images/vintage-bg.jpg) left center no-repeat;
    background-size: cover;
}
.banner-btm-form.design-form-sec {
    max-width: 100%;
    padding: 30px;
    background: #e5e5e5;
}
.dropdown-item {
    padding: 10px 20px !important;
    border-bottom: 1px solid #ccc !important;
}
.dropdown-item:hover {
    background: #4a5300 !important;
    color: #fff !important;
}
.navbar .nav-item .dropdown-menu {
    margin-top: 0;
    padding-top: 0 !important;
}
.footer-social li {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    gap: 18px;
    margin-bottom: 10px;
}
.footer-widget li i {
    position: absolute;
    left: 0;
    top: 16px;
}
.banner-btm-form.design-form-sec label {
    font-weight: 500;
}
.gallery h2 {
    text-align: center;
}
.gallery {
    padding: 45px 0;
}
.gallery_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.review-section {
    padding: 60px 0 60px;
    background: #4a53002e;
}
.review-card {
    background: #eeeeee;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 0;
    /* height: 100%; */
    transition: 0.3s;
    border: 1px solid #ccc;
}

.review-card:hover{
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.review-header{
    display:flex;
    align-items:center;
    margin-bottom:10px;
}

.review-header img {
    /* width: 45px; */
    height: 45px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin-right: 10px;
}

.reviewer-name{
    font-weight:600;
    font-size:14px;
}

.review-date{
    font-size:12px;
    color:#777;
}
.review-stars i {
    border: 1px solid #00b67a;
    border-radius: 50px;
    font-size: 13px !important;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
}
.review-stars{
    color:#00b67a;  /* Google green */
    font-size:14px;
    margin:5px 0;
}

.review-title{
    font-weight:600;
    font-size:14px;
    margin-bottom:5px;
}

.review-text{
    font-size:13px;
    color:#555;
    line-height:1.5;
}
.gallery_box:hover .overlay {
    transform: scale(20);
    -webkit-transform: scale(20);
    transition: 0.5s ease;
    opacity: 9;
}

.gallery_box .overlay {
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 65%);
    text-align: center;
    position: absolute;
    left: 40%;
    top: 40%;
    border-radius: 100%;
    transition: 0.5s ease;
    opacity: 0;
}

.gallery_box img {
    width: 100%;
    height: 100%;
}
.gallery_box:hover i {
    bottom: 45%;
    left: 45%;
    display: block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #fff;
    font-size: 30px;
}
.gallery_box i {
    position: absolute;
    left: 42%;
    top: 40%;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: none;
}
/**************Subscribe*************/
.suscribe-section-box {
    text-align: center;
}
.suscribe-section-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.suscribe-section-box h1 {
    font-weight: bold;
    font-size: 55px;
    color: #fff;
}
.suscribe-section-box p {
    color: #fff !important;
    font-size: 18px;
    text-transform: capitalize;
}
.suscribe-section-box input[type="text"] {
    padding: 13px 15px;
    border: none;
    background: #fff;
    width: 68%;
}
.suscribe-section-box button {
    border: none;
    background: #fcc117;
    padding: 13px 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #020202;
    transition: transform 0.3s ease;
    border-radius: 32px;
   
}

.suscribe-section-box button:hover{
    transform: translateY(-5px);
    background: #af1a21;
    color: #fcc117;
}

/**************Testimonials*****************/
.testimonial-section .section-title {
    text-align: center;
    margin: 0 0 0px;
}
.testimonial-section .section-title h2 {
    color: #000;
}
.testimonial-section .post-slide {
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    margin: 0 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
}
.testimonial-section .post-slide h3 {
    font-size: 17px;
    font-weight: bold;
}
.testimonial-section #news-slider3 .owl-nav {
    margin: 22px auto 0;
    text-align: center;
}
.testimonial-section #news-slider3 button {
    background: #eba307;
    width: 30px;
    border-radius: 42px;
    line-height: 29px;
    margin: 0 5px 0 5px;
    color: #fff;
}
/************Safari Guide*****************/
.safari-guide .tab-content {
    padding: 20px 0;
}
.safari-guide .section-title {
    text-align: center;
}
.safari-guide .section-title h2 {
   color: #000;
}
.safari-guide .nav-item a {
    background: #719e8b;
    color: #fff;
    font-size: 17px;
    padding: 12px 19px;
    border-radius: 0;
    border-right: 1px solid #fff;
}
.safari-guide .nav-item {
    border-right: 1px solid #fff;
}
.safari-guide .nav-item a.nav-link.active {
    background: #ff4500;
    border: none;
    padding: 13px 17px;
    color: #fff;
}
.guide-box-des a {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.guide-box-des {
    position: absolute;
    bottom: 29px;
    left: 9%;
    z-index: 99;
    text-align: center;
}
.guide-box {
    position: relative;
    overflow: hidden;
}
.guide-box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 182px;
    border-radius: 4px;
    background: linear-gradient(180deg,transparent,#000);
}
.guide-box img {
    transition: transform .2s;
    will-change: transform;
}
.guide-box:hover img {
    transform: scale(1.1);
}

/*************Cta Section*******************/
.cta-section .section-title {
    text-align: center;
    position: relative;
}
.cta-section .section-title p {
    color: #fff;
}
.cta-section.bg-green {
    background: url(../images/ctc-bg3.jpg) top center no-repeat;
    padding: 50px  0;
    background-size: cover;
    position: relative;
}
.cta-section.bg-green:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
    content: "";
}
.details-box {
    text-align: center;
    padding: 29px 0;
    border-radius: 10px;
    height: 195px;
}
.details-box i {
    background: #eb8708;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.details-box h3 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
}
.details-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.details-box h4 a{
    color: #fff;
}


/*====================Footer Start======================*/
.footer-section {
    background-color: #ffffff;
    color: #fff;
}
.footer-widget a img {
    /* width: 76px; */
    margin-bottom: 20px;
}
.footer-widget p {
    color: #363636;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
.footer-widget {
    font-family: 'Montserrat', sans-serif;
}
.trip-logo img {
    width: 160px !important;
}
.footer-widget h3 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}
.footer-widget li, .footer-widget li a {
    font-size: 15px;
    color: #363636;
    font-weight: 600;
}
.footer-widget li:not(:last-child) {
    /* margin-bottom: 10px; */
}
.f-contact ul li {
    position: relative;
    padding-left: 20px;
}
.f-contact ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #719e8b;
}

.f-post ul li a {
    display: flex;
    align-items: center;
}
.f-post ul li a .f-post-img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.f-post ul li a .f-post-info {
    width: calc(100% - 60px);
    padding-left: 5px;
}
.f-post-info h3 {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
}
.f-post-info span {
    color: var(--theme-red);
}
.copyright-section {
    background-color: #2b3834;
    padding: 25px 0;
}
.copyright-section h3, .copyright-section a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.footer-widget.f-links {
    padding-left: 25px;
}

.payment-box img {
    width: 60%;
    margin: 0px auto 0;
    text-align: center;
    display: block;
}

/* Main rounded container */
.cta-second {
    background: linear-gradient(90deg, #4a5300 0%, #4a5300 40%, #ffb56b 100%);
    padding: 90px 80px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Right side layered circles */
.circle-layer{
    position:absolute;
    right:-250px;
    top:50%;
    transform:translateY(-50%);
    width:700px;
    height:700px;
    border-radius:50%;
    background:radial-gradient(circle at center,
        rgba(255,255,255,0.35) 0%,
        rgba(255,255,255,0.25) 20%,
        rgba(255,255,255,0.15) 40%,
        rgba(255,255,255,0.08) 60%,
        rgba(255,255,255,0.03) 75%,
        transparent 80%);
}

/* Title */
.contact-title{
    font-size:52px;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
}
.contact-section {
    text-align: center;
}
/* Description */
.contact-desc {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
    max-width: 560px;
    margin-bottom: 40px;
    margin: 18px auto;
}

/* Custom Button */
.custom-btn{
    background:#000;
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    font-size:15px;
    font-weight:500;
    border:none;
    position:relative;
    padding-right:55px;
    margin-right:15px;
    transition:0.3s ease;
}

.custom-btn:hover{
    background:#111;
}

/* White circular knob */
.custom-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fcc117;
}

/* Responsive */
@media(max-width:992px){
    .contact-section{
        padding:60px 40px;
    }
    .contact-title{
        font-size:36px;
    }
}



/*********Inner Page********/

/*--==============================================->
<!-- Consen Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../images/braitcam.png) no-repeat center/cover;
    height: 350px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #ed1c24;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .5s;
}
.service-detials-area {
    padding: 60px 0;
}

.service-detials-area .consen-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 0 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #ed1c24;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 17px;
    color: #ed1c24;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
.sidebar {
    overflow: auto;
    position: sticky !important;
    top: 5%;
    height: 100%;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #ed1c24;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ed1c24;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #ed1c24;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 5px;
}

/*title*/
.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}



.service-detials-area .categories-title h4:before {
    left: -37px;
}
.itinerary {
    padding: 50px 0;
}
/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #ed1c24;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../images/srd3.jpg);
    background-repeat: no-repeat;
    padding: 30px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 25px 0 0;
}
.widget-title2 p {
    color: #fff;
}
.widget-title2 li a {
    color: #fff;
    margin: 0 0 10px;
    display: inline-block;
}
.widget-title2 li i {
    color: #ed1c24;
    margin: 0 8px 0 0;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #ed1c24;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 19px 0 0;
}

.widget-button a i {
    margin-right: 5px;
}


.footer-widget h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.city-box {
    background: #efefef;
    padding: 30px;
    border-radius: 10px;
}
.city-box li {
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: capitalize;
}
.city-box li i {
    margin: 0 5px 11px 0;
    color: #1ea530;
}
.footer-social ul li i {
    position: inherit;
    border: 1px solid #38584b;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    color: #719e8b;
}
.footer-social ul li {
    padding: 0;
    display: inline-block;
    margin: 20px 0 0;
}
.bg-slider, .bg-slider .owl-stage-outer, .bg-slider .owl-stage, .bg-slider .owl-item, .bg-slider .item {
    height: 100% !important;
    object-fit: cover;
}


/*============================Responsive Start======================*/
@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1024px) {
.nav-secction .navbar-nav .nav-item:not(:first-child) {
    margin-left: 0px;
}
}

@media only screen and (max-width: 991px) {
	.logo-pannel .row .col-lg-12.col-md-12.col-xs-12.text-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	.right-book {
    display: none;
}

	.banner-form {
    margin-top: 130px;
}
	.banner-section {
    height: 1300px;
    min-height: 100%;
}
	.top-bar-left ul li:not(:last-child) {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
.milestone-section .row div.col-lg-3.col-sm-6:nth-child(1), .milestone-section .row div.col-lg-3.col-sm-6:nth-child(2) {
    margin-bottom: 25px;
}
.whychoose-left {
    height: auto;
    min-height: 500px;
    margin-bottom: 25px;
}
.whychoose-box {
    min-height: auto;
    height: 100%;
}
.loan-form {
    padding-top: 65px;
    margin-top: 0;
}
.loan-form-right {
    padding-left: 0;
    margin-top: 25px;
}
.footer-widget.f-links {
    padding-left: 0;
}
	.section-title {
    margin-bottom: 0;
}
	.mombasa-right img {
    margin: 0 auto;
    display: block;
}
	.car-hire .row {
    row-gap: 40px;
}
	.cta-second {
    padding: 0 10px;
}
}

@media screen and (max-width: 767px) {

.logo-pannel {
    position: relative;
}
.orng-btn {
    position: initial;
    top: -79px;
    right: 16px;
}
.banner-caption-box {
    top: 45%;
    left: 0;
    width: 100%;
}
.banner-caption-box h2 {
    font-size: 35px;
}
.section-title h2 {
    font-size: 33px;
}
.short-trip-left .section-title {
    text-align: center;
}
.package-section .short-trip-box {
    margin: 0 0 20px;
}
.suscribe-section-box h1 {
    font-size: 34px;
}
.suscribe-section-box input[type="text"] {
    width: 100%;
}
.suscribe-section-box button {
    width: 100%;
    margin: 10px 0 0;
}
.guide-box {
    margin: 0 0 20px;
}
.details-box {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #50625d;
    height: auto;
    margin: 0 0 20px;
}

.top-bar-left ul li:not(:last-child) {
    border: none;
}
.slider-content h2 {
    font-size: 45px;
}

.ptb-65 {
    padding: 40px 0;
}

.pt-65 {
    padding-top: 40px;
}

.pb-65 {
    padding-bottom: 40px;
}
.mtb-65{
    margin: 40px 0;
}
.mt-65{
    margin-top: 40px;
}
.mb-65{
    margin-bottom: 40px;
}
.whychoose-left {
    min-height: 400px;
}
.loan-form {
    padding-top: 40px;
    margin-top: 0;
}
.logo-boxes {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 575.5px) {
	.banner-content {
    top: 0;
}
	.package-details-featured-img img {
    height: 250px;
}
	.package-details-right {
    width: 100%;
}
	.package-details-right {
    gap: 20px;
}
	.package-details-enquiry-form-body {
    padding: 20px 5px;
}
	.video-area a {
    margin-top: 20px;
    display: block;
}
	.bread-crumb {
    padding: 150px 20px 60px !important;
}
	.bread-crumb-title {
    transform: translate(-50%, -15%) !important;
    width: 98% !important;
}
.top-bar {
    text-align: center;
}
.top-bar-left ul li:not(:last-child) {
    border-right: 1px solid #fff;
}
.top-bar-right {
    text-align: center;
    margin-top: 10px;
}
.slider-content h2 {
    font-size: 35px;
}
.title h2 {
    font-size: 30px;
}
.milestone-section .row div.col-lg-3.col-sm-6:nth-child(1), 
.milestone-section .row div.col-lg-3.col-sm-6:nth-child(2),
.whychoose-right .row>div:nth-child(1),
.whychoose-right .row>div:nth-child(2) {
    margin-bottom: 0;
}
.milestone-section .row div.col-lg-3.col-sm-6:not(:last-child),
.whychoose-right .row>div:not(:last-child) {
    margin-bottom: 25px;
}
.whychoose-left {
    min-height: 350px;
}
.whychoose-left {
    padding: 0 50px 40px 0;
}
.whychoose-right:before{
    display: none;
}
.title {
    margin-bottom: 30px;
}
	.banner-section {
    height: 1430px;
}
	.destination-section {
    padding: 0 0 24px !important;
}
	.container-fluid.both-padding {
    padding: 0 10px !important;
}
	.mombasa-same {
    padding: 0 0 40px !important;
}
	.mombasa-left {
    padding: 20px 10px !important;
}
	.mombasa-right img {
    width: 95%;
}
	.ti-name, .ti-stars,.ti-rating-text {
	display: none !important;
}
	.ti-reviews-container {
		margin-bottom: 0 !important;
	}
	.contact-section {
    padding: 60px 0px;
}
	.cta-second {
    padding: 0;
}
	.custom-btn {
		margin-top: 12px;
	}
	.copyright-section {
    padding-bottom: 80px !important;
}
}

@media screen and (max-width: 425px) {
    .nav-secction a.navbar-brand {
    width: 110px;
}
    .top-bar-left ul li:not(:last-child) {
    border: none;
}
.owl-main .owl-dots {
    right: 25px;
}
.slider-content h2 {
    font-size: 30px;
}
.whychoose-left h2 {
    font-size: 40px;
}
.loan-form-content h2 {
    font-size: 35px;
}
.loan-form-content h3 {
    font-size: 19px;
    line-height: 30px;
}
.loan-form-content ul {
    display: block;
}
.loan-form-content ul li:first-child {
    margin-bottom: 25px;
}
.loan-form-content li {
    width: 100%;
}
.logo-boxes {
    grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (max-width: 375px) {
.whychoose-left {
    min-height: 300px;
}
}


/* Custom CSS */

.booking-form {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background-size: cover !important;
    background: url(../images/form-bg.png) center center no-repeat;
    /* background: url(../images/banner-bottom-img.jpg) no-repeat; */
    /* background: url(../images/wood-1.jpg) no-repeat; */
}
.row.flex-middle {
    align-items: center;
}
.booking-form::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #2e5405e0;
}


form.banner-btm-form {
    display: block;
    width: 100%;
    background: rgb(255 255 255);
    padding: 38px 24px;
    border: 1px dashed rgb(255 255 255 / 16%);
    max-width: 500px;
    margin: 0 auto;
}
.booking-form h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 16px;
}

.banner-btm-form .input-group-text {
    background: #56100a !important;
    border-radius: 0 !important;
    border-style: none !important;
    color: #fff;
    font-size: 16px;
}
.banner-btm-form input, .banner-btm-form select {
    border-radius: 0 !important;
    height: 45px !important;
    background: #fff;
}
.banner-btm-form textarea{
    min-height: 85px;
}
.form-check input {
    height: 16px !important;
}
.banner-btm-form .form-control:focus{
    box-shadow: none !important;
    border-color: #f1f1f1 !important;
    background: #dedede !important;
}

.banner-btm-form input::placeholder{
    color: #696969;
    font-size: 16px;
}
.design-checkbox {
    margin-bottom: 20px;
}
.banner-btm-form button[type=button]{
    background-color: #fcc117;
    margin-top: 22px;
    width: 225px;
    height: 42px;
    font-size: 16px;
    color: #020202;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 32px;
    transition: transform 0.3s ease;
}
.giviing-back {
    padding: 40px 0;
}
.banner-btm-form button[type=button]:hover{
    background-color: #af1a21;
    transform: translateY(-5px);
    color: #fcc117;
}
.faq {
    padding: 50px 0;
}   
.country-box {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
ul.faq-list {
    margin-bottom: 13px !important;
}
ul.faq-list li {
    font-size: 17px;
    line-height: 30px;
}
.welcome-section{ 
    position: relative;
    display: block;
    width: 100%;
    padding: 38px 0;
}
.mombasa-right img {
    background: #b1b1b185;
    padding: 5px;
    border-radius: 25px;
}
.destination-thumb{
    position: relative;
    display: block;
    width: 100%;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.container-fluid.both-padding {
    padding: 0 50px;
}
.call-action {
    background: linear-gradient(135deg, #4a5300 0%, #fcc117 100%);
    display: inline-block;
    padding: 10px 34px;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
}
.giv-ctc-content h5 a {
    color: #fff;
}
.discover-africa{ 
    position: relative;
}
ul.ctc-info li a i {
    color: #f90;
    margin-right: 10px;
}
.giv-ctc-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.more-content {
    padding: 10px;
    border: 1px solid #ccc;
}
.photo-box {
    margin-bottom: 30px;
}
.more-content {
    text-align: center;
}
.more-content h4 {
    font-size: 20px;
}
.term-condition {
    padding: 40px 0;
}
.giving-back-content h4 {
    text-transform: capitalize;
    font-weight: 700;
}
.term-content h4 {
    text-transform: uppercase;
}
.giv-ctc-content h5 {
    display: inline-block;
    margin-left: 27px;
    text-align: center;
    font-size: 22px;
}
.giving-ctc {
    background: url(../images/giving-bg.jpg) left center no-repeat;
    background-size: cover;
    padding: 95px 0;
    position: relative;
    margin-bottom: 40px;
}
.giv-ctc-content {
    max-width: 810px;
    margin: 0 auto;
    color: #fff;
}
.giving-ctc:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000c2;
}
.ctc-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px 30px;
    margin-bottom: 34px;
}
.ctc-info li a {
    color: #fff;
    font-size: 22px;
}
.ctc-info li a i {
    color: #f90;
    margin-right: 10px;
}
.destination-section{
    position: relative;
    display: block;
    width: 100%;
    /* background: url(../images/destination-bg.png) no-repeat; */
    background-size: 100%;
    border-bottom: 1px dashed #eac69c;
    padding: 38px 0 24px;
}
.short-trip-box-des h3 {
    position: relative;
    /* z-index: 99; */
    padding: 0;
    line-height: 23px;
}

.post-btm-info {
 
    margin-top: 18px;

}

.post-btm-info h4, .post-btm-info a{ 
    /* font-size: 18px !important;
    margin-bottom: 0;
    color: #020202; */
}

/* .post-btm-info h4 span{ font-size: 18px;} */

.post-btm-info h4 {
    /* background-color: #fbf5df;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    text-align: center; */
}
.post-btm-info a {
    /* width: 50%;
    background: #fcc117;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize; */
}

.post-btm-info a:hover{
    /* background: #f77309;
    color: #fff; */
}

.short-trip-right{ position: relative; margin-bottom: 34px;}

.suscribe-section{ 
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/sunset-images.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 84px 0;

}
.tailormake {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/tailormake.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 84px 0;
}
.tailormake:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000bd;
}
ul.top-reason li i {
    position: absolute;
    left: 0px;
    top: 11px;
    color: #6e1414;
}
.tour-price {
    margin: 40px 0;
}
ul.recent-blog {
    padding: 16px !important;
    border: 1px solid #ccc;
}
ul.top-reason li {
    padding: 3px;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
}
.tour-price li {
    font-weight: 500;
    padding: 4px 0;
}
ul.top-reason {
    text-align: left;
}
.why-travel {
    padding: 50px 0;
}
.suscribe-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(137deg, rgba(3, 3, 3, 0.8435749299719888) 0%, rgba(10, 4, 4, 0.3337710084033614) 50%, rgb(14 13 13 / 58%) 100%);
}
.car-hire-box img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.car-details-enquiry-form {
    padding-top: 20px;
    margin: 60px 0;
}
.car-details-content br {
    display: none !important;
}
.car-details-content p {
	margin-bottom: 0 !important;
}
.testimonial-section {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    padding: 30px 0;
}

.banner-slider .item{
    height:100vh;
    min-height:600px;
    background-size:cover;
    background-position:center;
    position:relative;
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}
.form-box{
    background:#fff;
    padding:30px;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}
.btn-custom{
    background:#ff9800;
    color:#fff;
}
.btn-custom:hover{
    background:#e68900;
}
.banner-content p {
    color: #fff;
}

.review-slide p, .review-slide h3 {
    color: #000;
    text-align: left;
}

.footer-widget ul li a {
    display: inline-block;
    /* width: 100%; */
    border-bottom: 1px dashed rgba(38,38,38, 0.65);
    padding: 10px 0;
    font-size: 18px;
}
.main-footer{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: 100%;
    border-top: 6px solid #020202;
}


.main-footer::before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255, 0.85);
}

.language-dropdown .dropdown-toggle{
    background: #f8f9fa;
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 14px;
}
.languge-sec {
    float: right;
}
.language-dropdown img{
    width:20px;
    height:20px;
    border-radius:50%;
    margin-right:6px;
}
.copyright-section{
    position: relative;
    background: url(../images/wood-1.jpg) no-repeat !important;
    padding: 15px 0 !important;
}

.copyright-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(74 83 0);
}

.copyright-section p{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}

.day-trip {
    position: relative;
    width: 100%;
    max-width: 855px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 38px;
}
.mombasa-left {
    padding: 20px 25px;
}
.mombasa-same .col-lg-6 {
    padding: 0;
}

.client-info {
    margin-bottom: 18px;
    text-align: left;
}
.client-info img{
    width: 42px !important;
    height: 48px !important;
    margin: 0 auto;
}

.client-info .checked {
    color: orange;
    font-size: 12px;
}

.review-slide{ 
    min-height: 360px;
}

.review-g img{
    margin: 0 auto;
    width: 32px !important;
    height: 32px !important;
    text-align: right !important;
}

.review-g {
    /* margin: 0 auto; */
    display: flex;
    width: 215px;
    justify-content: flex-start !important;
    vertical-align: middle;
    align-items: center;
    height: 76px;
}

.review-g p{ margin-bottom: 0 !important;}

.book-your-safari{
   
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertical alignment */
    align-items: center;    /* Horizontal alignment */
    /* height: 100%; */

}

.book-your-safari h2{
    font-family: "Satisfy", cursive;
   padding-bottom: 0;
   margin-bottom: 18px;
   color: #ffa712;
   font-size: 36px;
   text-transform: capitalize;
}

.book-your-safari h4{
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.book-your-safari p{ 
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.book-your-safari ul{ 
    margin: 0; 
    padding:0; 
    display: flex; 
    justify-content: space-around;
}

.book-your-safari ul li{ 
    list-style: none; 
    color: #ffa712;
    margin-right: 8px;
    font-size: 16px;
    padding: 2px;
    background: rgba(0,0,0, 0.15);
    text-transform: capitalize;
}


.wpo-about-img {
    padding: 20px;
    background: #fff;
    border-radius: 250px 250px 16.73px 16.73px;
}

.wpo-about-img::before{
    position: absolute;
    left: 2%;
    top: 2%;
    content: "";
    width: 96%;
    height: 96%;
    border: 1px solid #fff;
    border-radius: 250px 250px 16.73px 16.73px;
}


.wpo-about-img img{
    width: 100%;
    border-radius: 250px 250px 16.73px 16.73px;
  
}
   

.ab-left-img {
    position: absolute;
    left: 0;
    padding: 20px;
    background: #fff;
    border-radius: 320px 320px 14px 14px;
    max-width: 50%;
}

.ab-right-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-para{
    position: relative;
    font-family: "Satisfy", cursive;
    font-size: 28px;
    color: #020202;
    text-transform: capitalize;
    font-weight: 600;
}

.about-para::before{
    position: absolute;
    left: 50%;
    bottom:  -25%;

    transform: translate(-50%, -25%);
    content: "";
    width: 50%;
    height: 10px;
    background: #ffa712;
}

.about-para::after{
    position: absolute;
    left: 50%;
    bottom:  -25%;

    transform: translate(-50%, -25%);
    content: "";
    width: 20%;
    height: 10px;
    background: #010101;
}
.post-btm-info a {
    margin-top: 18px;
    margin: auto;
    background: linear-gradient(135deg, #4a5300 0%, #fcc117 100%);
    display: flex;
    width: 75%;
    height: 44px;
    justify-content: center;
    align-items: center;
    color: #020202;
    font-size: 16px;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 32px;
    transition: transform 0.3s ease;
    text-transform: uppercase;
    color: #fff;
}

.btn-primary {
    background: linear-gradient(135deg, var(--burnt-orange) 0%, var(--golden-yellow) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 14px 28px rgba(204, 85, 0, 0.3);
}

.post-btm-info a:hover {
    background: rgb(74 83 0);
    color: #fcc117;
    transition: 0.02;
    border-top: 1px dashed rgba(255, 255, 255, 0.45);
    transform: translateY(-5px);
}

.padding-right{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.choose-us {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(46 84 5);
}

.choose-us::before{
    position: absolute;
    top: 0;
    left: 0;

    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/white-decoration.png) no-repeat;
    background-size: contain;
}


.choose-box-wrap{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.choose-us-box {
    position: relative;
    background: #fff;
    padding: 19px 74px 20px;
    margin-bottom: 12px;
}

.customer, .tours-box, .group-tours, .tours-box, .money-value, .travels{
    position: relative;
}

.customer::before, .tours-box::before, .group-tours::before, .money-value::before, .travels::before {
    position: absolute;
    top: 22px;
    left: 22px;
    
    content: "";
    width: 42px;
    height: 42px;
    background: #000 url(../images/customer-support.png) no-repeat;
    padding: 12px;
}

.tours-box::before{
    background: #000 url(../images/destination-icon.png) no-repeat !important;
}

.group-tours::before{
    background: #000 url(../images/group-tours.png) no-repeat !important;
}

.money-value::before{
    background: #000 url(../images/money-value.png) no-repeat !important
}

.travels::before{
    background: #000 url(../images/travels.png) no-repeat !important;
}
.choose-us-box h4{
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 6px;

}
.choose-us-box p{ font-size: 16px; margin-bottom: 0;}
.choose-title {
    position: relative;
    padding: 28px 0;
    width: 100%;
    max-width: 855px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-title {
    position: relative;
    padding: 10px 0;
}

.testimonial-title h2{ font-size: 28px;}

.partnership-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 28px 0;
    /* background: url(../images/destinationation-pattern.png) repeat 100%; */
    background: rgb(243 243 243 / 95%);
}

.fix-popup {
    cursor: pointer;
    position: fixed;
    left: 0;
    z-index: 999;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.partnership-wrapper::before{
    position: absolute;
    top: 0;
    left: 0;

    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/destinationation-pattern.png) repeat 100%;

}

.partner{
    border: 1px solid #c5c5c5;
    background: #fff;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.trip-thumb {
    margin-bottom: 20px;
}

.column-left img{
    width: 192px;
    min-height: 100%;
    background: #fff;
    margin-bottom: 2px;
}
.footer-widget.column-left {
    text-align: center;
}
.heading-ttl {
    margin-top: 20px;
}
.inner-banner {
    position: relative;
    background-size: cover !important;
}
.inner-banner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000061;
}
.impact h3 {
    margin-bottom: 0;
}
.banner-box h2 {
    color: #fff;
    position: relative;
    margin-top: 140px;
    font-family: "Lato", sans-serif;
    font-weight:700 ;
    font-size: 38px;
    text-transform: uppercase;
}
.team h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.impact h3 {
    text-align: center;
}
.row.impact h3 {
    margin-bottom: 0;
}
h3.top-title {
    background: #571116;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.zoo-box {
    padding: 40px;
    padding-top: 40px;
    display: block;
    background: #b5822f42 url(../images/conatct-bg.jpg);
    position: relative;
}
.zoo-box:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #f5f3f0cf;
}
.zoo-box label {
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}
textarea.form-control.form--control {
    height: 90px;
    margin-bottom: 30px;
}
.zoo-box .form-group {
    position: relative;
    margin-bottom: 10px;
}
i.fa.fa-envelope.text-msg {
    top: 8px;
}
select.form-select.form-select-lg.form--control option {
    font-weight: 500;
    color: #222;
}
.zoo-box .form--control {
    height: 45px;
    line-height: 1;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #0000008c;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    box-shadow: none;
    position: relative;
    padding-left: 30px;
    border: 1px solid #2222226b;
    background: #ffff;
    width: 100%;
}
.zoo-box .form-group i {
    position: absolute;
    left: 13px;
    top: 16px;
    z-index: 99;
    color: #3c3227;
    font-size: 14px;
}
.address {
    padding: 32px 20px 18px;
    border: 1px solid #ccc;
}
.address ul li {
    display: flex;
    padding: 5px 0;
    font-size: 16px;
    color: #504d4d;
    position: relative;
    padding-left: 51px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 9px 57px;
}
.address ul li i {
    color: #fff;
    position: absolute;
    left: 8px;
    top: 11px;
    background: #571116;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
}
.add-content {
    font-size: 18px !important;
    color: #000;
}
.add-content a {
    color: #000;
}
.submit-btn {
    text-align: center;
    position: relative;
}
a.btn.btn--md.btn--base {
    padding: 10px 20px;
    font-size: 18px;
    background: #571116;
    color: #fff;
}
.getin-touch {
    margin-top: 50px;
}
.add-content p {
    margin-bottom: 0;
}
.volunter {
    padding: 50px 0;
    background: #efedea;
}
.volunter h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Satisfy", cursive;
    font-style: normal;
    color: #2e0000;
    font-size: 38px;
}
.volunter h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
}
ul.volunteer-english li {
    position: relative;
    padding: 5px 20px;
}
ul.volunteer-english li i {
    position: absolute;
    left: 0;
    top: 14px;
    color: #561016;
}
.accordion .accordion-item {
    border-bottom: 1px solid #d9656591;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #561016;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #171717;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion .accordion-content p span {
    text-transform: uppercase;
    font-weight: 600;
}
.accordion {
    overflow-anchor: none;
    text-align: center;
} 
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.wildest-content h5 {
    font-weight: 700;
    color: #5e1311;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-weight: 600;
    color: #561016;
    font-weight: 700;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #561016;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: inherit;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 17px;
    font-weight: 400;
    margin: 5px;
    color: #000;
}
.widget-box {
    margin-top: 20px;
}
ul.recent-blog {
    padding: 0;
    margin: 0;
}
.recent-img {
    width: 65px;
    float: left;
    margin-right: 10px;
}
.recent-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
ul.recent-blog li {
    display: inline-block;
    margin-bottom: 15px;
}
.recent-text h4 a {
    color: #000;
}
.recent-text a {
    color: #561016;
    font-weight: 600;
}
h2.heading-title {
    text-transform: capitalize;
}
.package-details {
    padding: 50px 0;
    background: #ff990021;
}
.inclued ul li {
    display: block;
    position: relative;
    font-size: 17px;
    color: #000;
    padding: 3px 20px;
}
.inclued ul li i.fa.fa-times {
    color: #fff;
    background: #561016;
}
.inclued ul li i {
    position: absolute;
    left: -4px;
    top: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    background: #28a745;
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
h3 {
    display: block;
    font-family: "Lato", sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    padding: 12px 0;
    text-transform: uppercase;
}
.something-content p {
    font-weight: 500;
}
.something-content {
    padding: 30px;
    background: #efb8bd6e;
    margin-bottom: 30px;
}
.more-photos h3 {
    text-align: center;
}
.details-content h3 {
    color: #000;
    font-weight: 700;
}
h3.inqury-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    background: #561016;
    padding: 14px 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.details-form {
    margin-bottom: 20px;
    border: 1px solid #ccccccc7;
}
ul.highlight-list li {
    padding: 5px 22px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}
.btn-center {
    text-align: center;
}
.widget-box h3 {
    color: #000;
    font-weight: 900 !important;
}
ul.highlight-list li i {
    position: absolute;
    left: 0;
    top: 10px;
    color: #561016;
}
h3.inqury-title {
    color: #fff;
}
.inclued {
    margin-top: 30px;
}
.trip-logo img {
    box-shadow: none;
}
ul.faq-visa li {
    padding-left: 20px;
    position: relative;
}
ul.faq-visa li i {
    position: absolute;
    left: 0;
    top: 8px;
}
@media only screen and (min-width: 1201px) and (max-width: 1500px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mount-kilmanjor {
        padding: 30px 0;
}
.inner-banner {
    padding: 140px 0 0px;
}
.banner-box {
    position: absolute;
    top: -114px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-box h2 {
    margin-top: 0px;
}
.why-travel-box {
    width: 50%;
    min-height: 250px;
}
.why-travel-box:nth-child(4) {
    width: 100%;
}
ul.recent-blog li {
    display: block;
    margin-bottom: 25px;
}


}

@media only screen and (min-width: 480px) and (max-width: 767px) {

     .right-book {
        display: none;
}
.logo-pannel {
    position: relative;
    text-align: center;
}
.top-bar-center {
    display: none;
}
.top-bar {
    text-align: center;
    display: none;
}
h2 {
    font-size: 28px !important;
}
.section-title h3 {
    font-size: 30px;
}
.suscribe-section {
    background-size: cover;
}
.column-left img {
    width: 100%;
}
.float-right {
    float: none !important;
}
.copyright-section p {
    text-align: center;
}
.choose-us-box {
    padding-right: 20px;
}
.choose-right {
    padding: 0 20px;
    margin-bottom: 20px;
}
.inner-banner {
    padding: 140px 0 60px;
    text-align: center;
}
.trekking {
    padding: 40px 0 20px;
    text-align: center;
}
.mount-meru-left {
    margin-bottom: 30px;
}
.suscribe-section-box h2 {
    font-size: 28px !important;
}
.banner-box h2 {
    margin-top: 80px;
}
.why-travel-box {
    width: 100%;
}
.tanzania-content {
    text-align: center;
}
.vertical-tab .tab-content {
    text-align: center;
}
.vertical-tab .nav-tabs {
    padding-left: 0;
}
.vertical-tab .nav-tabs li {
    float: left;
    width: 100%;
}
.why-travel-box {
    width: 100%;
    float: none;
    text-align: center;
    min-height: auto;
}
.why-travel {
    padding-bottom: 0;
}
.have-question {
    padding: 30px;
}
ul.ctc-info {
    gap: 0;
    flex-direction: column;
}
.giv-ctc-content h4 {
    font-size: 18px;
}
.wildest-content {
    text-align: center;
}
.footer-widget a img {
    width: 250px;
    margin-bottom: 20px;
    text-align: center;
}
.footer-widget.column-left {
    text-align: center;
}
.term-condition {
    text-align: center;
}
.fix-popup {
    display: block;
}
.fix-popup {
    display: block;
}


}

@media only screen and (max-width: 479px) {
    .right-book {
        display: none;
}
.logo-pannel {
    position: relative;
    text-align: center;
}
.top-bar-center {
    display: none;
}
.top-bar {
    text-align: center;
    display: none;
}
h2 {
    font-size: 28px !important;
}
.section-title h3 {
    font-size: 30px;
}
.suscribe-section {
    background-size: cover;
}
.column-left img {
    width: 100%;
}
.float-right {
    float: none !important;
}
.copyright-section p {
    text-align: center;
}
.choose-us-box {
    padding-right: 20px;
}
.choose-right {
    padding: 0 20px;
    margin-bottom: 20px;
}
.inner-banner {
    padding: 140px 0 0px;
    text-align: center;
}
.trekking {
    padding: 40px 0 20px;
    text-align: center;
}
.banner-box h2 {
    margin-top: 0px;
}
.banner-box {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    text-align: center;
}
.mount-meru-left {
    margin-bottom: 30px;
}
.suscribe-section-box h2 {
    font-size: 28px !important;
}
.why-travel-box {
    width: 100%;
}
.tanzania-content {
    text-align: center;
}
.vertical-tab .tab-content {
    text-align: center;
}
.vertical-tab .nav-tabs {
    padding-left: 0;
}
.vertical-tab .nav-tabs li {
    float: left;
    width: 100%;
}
.why-travel-box {
    width: 100%;
    float: none;
    text-align: center;
    min-height: auto;
}
.why-travel {
    padding-bottom: 0;
}
.have-question {
    padding: 30px;
}
ul.ctc-info {
    gap: 0;
    flex-direction: column;
}
.giv-ctc-content h4 {
    font-size: 18px;
}
.wildest-content {
    text-align: center;
}
.footer-widget a img {
    width: 250px;
    margin-bottom: 20px;
    text-align: center;
}
.footer-widget.column-left {
    text-align: center;
}
.term-condition {
    text-align: center;
}
.zoo-box {
    padding: 20px;
}
.giving-back-content {
    text-align: center;
}
ul.community-list li {
    text-align: left;
}
.section-title {
    text-align: center;
}
.welcome-box.about {
    text-align: center;
}
.team h3 {
    margin-bottom: 0;
}
.team-content {
    text-align: center;
}
.design-form {
    text-align: center;
}
form.banner-btm-form.design-form-sec label {
    float: left;
}

.faq-content {
    text-align: center;
}

.details-content {
    text-align: center;
}
.inclued ul li {
    text-align: left;
}
.volunter {
    text-align: center;
}
ul.volunteer-english li {
    text-align: left;
}
.tailer-made {
    margin-top: 30px;
}
.payment-box {
    margin-top: 20px;
}
a.tailor-btn {
    display: block;
    margin-bottom: 13px;
}
.mountaine-right {
    text-align: center;
}
.fix-popup {
    display: block;
}

}

/* ======================= Package Details Page =======================*/


.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 60px;
}

.tab-buttons button {
    flex: 1;
    padding: 15px 24px;
    cursor: pointer;
    border: 1px solid #4A5300;
    border-radius: 50px;
    background: #fff;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.tab-buttons button:hover {
    background: #ecb413;
    border-color: #ecb413;
}

.tab-buttons button.active {
    background: #ecb413;
	border-color: #ecb413;
    display: block;
}

.package-place-duration {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.package-details-wp-chat-btn {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.package-place-duration-list {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.package-duration-content span {
    color: #4A5300;
    font-weight: 500;
}

.package-duration-content p {
    margin: 0;
}

.package-place-duration i {
    color: #4a5300;
    height: 50px;
    width: 20%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #c5ced6;
    border-radius: 100%;
    font-size: 20px;
    box-shadow: 0px 4px 0px 0px #ccd7df;
}

.package-duration-content {
    width: 90%;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Responsive */
@media (max-width: 600px) {
    .tab-buttons button {
        flex: 100%;
        text-align: left;
    }
}

.package-details-featured-img {
    margin-bottom: 40px;
}

.custom-select {
    position: relative;
    width: 100%;
    max-width: 400px;
    font-family: Arial, sans-serif;
}

/* Select Box */
.select-box {
    background: #f8f9fb;
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
}

.select-box:hover {
    border-color: #6c63ff;
}

/* Arrow */
.arrow {
    font-size: 12px;
    transition: 0.3s;
}

/* Dropdown */
.options {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 5px;
    list-style: none;
    padding: 5px 0;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

/* Options */
.options li {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.options li:hover {
    background: #f1f3ff;
    color: #6c63ff;
}

/* Active state */
.custom-select.active .options {
    display: block;
}

.custom-select.active .arrow {
    transform: rotate(180deg);
}

.package-details-enquiry-form {
    background: #edf1f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.package-details-enquiry-form-col select option {
    background: #4A5300 !important;
    color: #fff;
    font-size: 16px;
    width: 100% !important;
}

.package-details-enquiry-form-body {
    padding: 30px;
}

.package-details-enquiry-form .row {
    row-gap: normal;
}

.package-details-enquiry-form .primary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: 30px auto 0;
    background: #fcc117;
    border: none;
    border-radius: 5px !important;
}

.package-details-enquiry-form .primary-btn:hover {
    background-color: #4A5300;
    color: #fff;
}
.package-details-enquiry-form .form-control, .package-details-enquiry-form .form-select {
    height: 60px;
    box-shadow: 0px 4px 0px 0px #DBE3E8;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    border-radius: 8px !important;
    width: 100% !important;
    border: none !important;
    background-color: #fff !important;
}
.ui-datepicker-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    border-radius: 5px;
    border-color: transparent;
}

.ui-datepicker-trigger {
    display: none !important;
}
.form-control.iti__tel-input {
    padding-left: 110px !important;
}

.package-details-enquiry-form textarea {
    height: 140px !important;
}

.package-details-enquiry-form .form-control::placeholder,
.package-details-enquiry-form .form-control:focus,
.package-details-enquiry-form .form-control[type="text"],
.package-details-enquiry-form .form-control[type="email"],
.package-details-enquiry-form select,
.package-details-enquiry-form select:focus,
.package-details-enquiry-form .form-control {
    color: #000;
}

.package-details-enquiry-form .form-control:focus,
.package-details-enquiry-form .form-select:focus {
    border: none !important;
    box-shadow: 0 0 0 .25rem rgba(74, 83, 0, 0.25);
}

.package-details-enquiry-form .form-control[type="date"] {
    padding-left: 10px;
}

.package-details-enquiry-form-header {
    text-align: center;
    padding: 20px 10px;
    background-color: #DBE3E8;
    font-family: "Marcellus", Sans-serif;
}

.package-details-enquiry-form-header h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #4A5300;
}

.package-details-enquiry-form-header p {}

.package-other-contents-box p {
    margin: 0;
    font-weight: 600;
    color: #4A5300;
}

.package-other-contents-box span {
    font-size: 17px;
    color: #5f6366;
}

.package-price-box strong {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #4A5300;
}

.package-content-row .row {
    justify-content: space-between;
}

.package-price-box {
    padding-bottom: 18px;
    border-bottom: 1px solid #cdd5d9;
}

.package-other-details-box {
    margin-top: 25px;
    color: #4A5300;
}

.package-other-contents-box {
    position: relative;
    display: block;
    background-color: #edf1f5;
    border-radius: 20px;
    padding: 30px;
}

.package-details-cta {
    background: url('https://duencyitservices.in/wordpress/monikasafaris/wp-content/uploads/2026/03/2150793477_processed.webp');
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    color: #fff;
}

.package-details-cta::before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg,
            rgba(74, 83, 0, 1) 25%,
            rgba(74, 83, 0, 0.65) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.package-details-cta-content {
    position: relative;
}

.package-details-cta-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.package-details-cta-box img {
    color: #c5ced6;
    height: 50px;
    width: 50px;
    padding: 5px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #c5ced6;
    border-radius: 100%;
    font-size: 20px;
}

.package-details-cta-call a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.package-details-cta-call a:hover {
    color: #fff;
}
.package-other-contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.package-content-row {
    padding-top: 35px;
}

.package-details-book-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #4A5300;
    border-radius: 40px;
    border: 1px solid #4A5300;
    padding: 17px;
    text-align: center;
    text-decoration: none;
}

.package-details-book-btn:hover {
    background-color: #ecb413;
    color: #000;
	border-color: #ecb413;
}

.ui-datepicker-trigger {
    display: none;
}

.package-details-enquiry-form input,
.package-details-enquiry-form textarea {
    border-radius: 0 !important;
    border-width: 0 0 1px 0 !important;
}

/* ====================== Dynamic Pages =============== */
.bread-crumb {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 150px 20px;
}

.bread-crumb::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #000000 0%, #4A5300 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.6;
}

.bread-crumb::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../images/bread-crumb-footer-img.svg");
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.bread-crumb-banner {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.bread-crumb-title {
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    margin: 0;
	color: #fff;
}

.package-details-page .bread-crumb-title {
    font-family: "Marcellus", Sans-serif;
    font-size: 37px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 55px;
    color: #FFFFFF;
}

.package-details-page-content .primary-title {
    font-family: "Marcellus", Sans-serif;
    font-size: 35px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #4A5300;
}

.package-details-featured-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.itinerary-accordians .custom-accordion {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.itinerary-accordians .custom-accordion-item {
    border: 1px solid #4A5300 !important;
    border-radius: 20px !important;
}

.itinerary-accordians .custom-accordion-header {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    text-decoration: none;
}

.itinerary-accordians .custom-accordion-header::before {
    color: #383838;
}

.itinerary-accordians .custom-accordion-item.active .custom-accordion-content {
    border-bottom: none !important;
    max-height: max-content !important;
    background-color: #EDF2F5 !important;
    position: unset;
}

.itinerary-accordians .custom-accordion-content {
    padding: 0 8px;
    border-bottom: none !important;
}

.itinerary-accordians {
    position: relative;
}

.itinerary-accordians .custom-accordion-item.active .custom-accordion-header {
    background-color: #DBE3E8 !important;
    color: #4A5300 !important;

}

.custom-accordion {
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
    border: none !important;
    width: 100% !important;
    height: 100%;
}

.custom-accordion-item {
    background: #fff !important;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none !important;
    border: none !important;
    height: 100%;
    cursor: pointer;
}

.custom-accordion-header {
    box-shadow: none !important;
    color: #383838;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    width: 100%;
    background: #fff !important;
    border: none !important;
    position: relative;
    height: 100%;
}

.custom-accordion-header::before {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    max-width: max-content;
    max-height: max-content;
}

.custom-accordion-content {
    background: #fff;
    border-bottom: 1px solid #ddd;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.3s ease-out;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.custom-accordion-item.active .custom-accordion-content {
    max-height: 100% !important;
    position: absolute;
    width: 100%;
}

.package-cost-value {
    color: var(--theme-color2);
}

.package-details-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin-left: auto;
}

.package-cost {
    border: 1px solid #fcc117;
    text-align: center;
}

.package-cost-value {
    padding: 30px 5px;
    font-size: 20px;
}

.package-cost-value span {
    color: #4A5300;
    font-size: 30px;
    font-weight: 600;
}

.package-cost .primary-title {
    margin: 0;
    color: #4A5300;
    background-color: #fcc117;
    padding: 10px 5px;
}

.package-details-lists {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0;
    margin-bottom: 0;
}

.package-details-lists li {
    position: relative;
    padding-left: 16px;
    font-weight: 600;
    list-style-type: none;
}

.package-details-lists li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #4A5300;
}

.includes-excludes-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.includes-list li::before {
    background: #28a745;
}

.excludes-list li::before {
    background: #df1f1f;
}

.home-package-card.single-filter-package {
    width: 100%;
}

.filter-packages {
    margin-top: 80px;
    margin-bottom: 50px;
}

.custom-pagination {
    text-align: center;
    margin: 30px 0;
    width: 100%;
}

.custom-pagination button,
.custom-pagination span {
    display: inline-block;
    padding: 8px 18px;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.custom-pagination button:hover {
    background: var(--theme-color1);
    color: #fff;
}

.page-number.active {
    background: var(--theme-color1);
    color: #fff;
}

.prev-btn,
.next-btn {
    font-weight: 500;
}

.prev-btn:hover,
.next-btn:hover {
    background: var(--theme-color1);
    color: #fff;
}

.iti {
    width: 100%;
}
.package-details-cta-call p {
    color: #fff;
}
.package-details-cta-content h2 {
    text-transform: capitalize;
}
/*  */
.car-hire-page-content .car-hire-box img {
    height: 300px;
    object-fit: cover;
}
.car-hire-page-content .row {
    row-gap: 40px;
}
.car-hire-page-content .car-content h5 {
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.car-hire-page-content .car-content p {
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.car-hire-transfers-details .package-details-featured-img img {
    height: auto !important;
}
.car-details-content .primary-title {
    font-size: 20px !important;
}
.car-hire-social a {
    font-size: 18px;
    font-weight: 600;
    color: #4A5300;
}
.car-hire-social i {
    font-size: 20px;
    margin-right: 10px;
}
.car-hire-social a:hover {
        color: #fcc117;
}


/*  */
.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;
}

.includes-excludes-container .fa.fa-circle {
    display: none;
}

/*  */
.gt_switcher_wrapper {
    top: 8px !important;
}
/*  */
.package-details-form label {
    display: none;
}
.package-details-enquiry-form-col select {
	height: 50px;
	box-shadow: 0px 4px 0px 0px #EDF2F5 !important;
	border-radius: .25rem;
	color: #495057;
	font-size: 16px;
	width: 100%;
	padding: 12px 16px;
}
.package-details-enquiry-form-col select:focus {
	box-shadow: 0px 4px 0px 0px #EDF2F5 !important;
}
/*  */
.span-reading-time.rt-reading-time {
    display: none !important;
}
.mombasa-same {
    padding: 60px 0;
}









































/* header.header-fix {
    display: none;
} */