@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    overflow-x: hidden;
    /*    font-family: 'Josefin Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}
::selection {
    background: #087dc2;
    color: #FFF;
}
::-moz-selection {
    background: #087dc2;
    color: #FFF;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a {
    font-family: 'Lato', sans-serif;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Lato', sans-serif;
}
p {
    margin-top: 10px;
    text-align: justify;
}
.fl-w {
    float: left;
    width: 100%;
}
a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

/*Inner Page Section Start*/
.inner-page-sec {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
    background: transparent;
    z-index: 999;
    margin-top: -300px;
}
.tours-tabs .nav-tabs {
    margin: 0;
    border-bottom: 3px solid #d6400c;
}
.tours-tabs .nav-tabs li {
    margin-bottom: 0;
    margin-right: 8px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
}
.tours-tabs .nav-tabs li a {
    height: 50px;
    line-height: 51px;
    margin: 0;
    padding: 0 35px;
    color: #333;
    font-size: 0.933em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.tours-tabs .nav-tabs li.active {
    box-shadow: none;
}
.tours-tabs .nav-tabs li.active a {
    height: 53px;
    line-height: 57px;
    margin-top: -3px;
    border: none;
    background: #d6400c;
    color: #fff;
}
.tours-tabs .tab-content {
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
    background: #fff;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tours-tabs__info {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    background: #fdfdfd;
}
.tours-tabs__info__item {
    display: table-cell;
    height: 120px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ebebeb;
}
.tours-tabs__info__item__content {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    text-align: left;
}
.tours-tabs__info__item__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 30px;
    color: #d6400c;
}
.tours-tabs__info__item__icon i:before {
    font-size: 34px;
}
.tours-tabs__table {
    width: 100% !important;
    height: auto !important;
    margin: 30px 0;
    border: none;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    font-size: 0.933em;
}
.tours-tabs__table tr {
    border-bottom: 1px solid #e4e4e4;
}
.tours-tabs__table td, .tours-tabs__table th {
    padding: 20px;
    vertical-align: top;
    border: none;
}
.padding-all {
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
}
.timeline__item {
    display: table;
    width: 100%;
    margin-bottom: 2px;
}
.timeline__item__icon-wrap {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    position: relative;
    overflow: hidden;
}
.timeline__item__icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #d6400c;
    border-radius: 100%;
    text-align: center;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    color: #fff;
    position: relative;
    z-index: 2;
}
.timeline__item__icon__text {
    display: inline-block;
    margin-left: -3px;
}
.timeline__item__icon:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    border: 3px solid rgba(255,255,255,0.5);
}
.timeline__item__content {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
}
.padding-left {
    padding-left: 25px;
}
.timeline-title {
    margin: 20px 0 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.467em;
}
.timeline__item__icon-wrap:before {
    content: " ";
    display: block;
    border-left: 4px dotted #d6400c;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}
.timeline-text p {
    line-height: 24px;
}


.price-decoration {
    margin-top: 75px !important;
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
    position: relative;
}
.block-after-indent {
    margin-bottom: 40px;
}
.price-decoration__value {
    padding: 10px 20px;
    background: #d6400c;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1.600em;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
}
.price-decoration__value i {
    margin-right: 20px;
    vertical-align: middle;
}
.price-decoration__value del {
    font-size: 0.750em;
}
.price-decoration__value ins {
    text-decoration: none;
}
.price-decoration__label {
    padding: 10px 20px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
    background: rgba(51,73,96,0.9);
    color: #fff;
}
.price-decoration__label-round {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #4f6228;
    position: absolute;
    top: -60px;
    color: #000;
    right: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.price-decoration__label-round span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 18px;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
}

.form-block--tour-booking {
    margin-bottom: 50px;
}
.form-block--style3 {
    padding-bottom: 30px;
}
.form-block {
    padding: 35px 25px;
    background: #d6400c;
    border-radius: 3px;
    position: relative;
    text-align: center;
    z-index: 3;
}
.form-block__title {
    margin: 0 0 20px;
    color: #fff;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    font-weight: normal;
}
.form-block__item {
    margin-bottom: 10px;
    position: relative;
}
.form-block__field-width-icon {
    position: relative;
}
.form-block input, .form-block textarea {
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.form-block input {
    width: 100%;
    border: none;
    height: 50px;
}
.form-block__item input, .form-block__item textarea, .form-block__item button {
    margin-bottom: 0;
}
.form-block__field-width-icon input, .form-block__field-width-icon .bootstrap-select .btn {
    padding-right: 40px !important;
}
input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="number"], input[type="password"], input[type="date"] {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 12px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/*------------------------------*/
/* Home Page*/
/*------------------------------*/
.banner{
    float: left;
    width: 100%;
}
header {
    float: left;
    width: 100%;
    padding: 5px 0;
}
.header-list {
    float: left;
    width: 100%;
    text-align: center;
}
.header-list li {
    display: inline-block;
    position: relative;
    height: 50px;
    padding-left: 57px;
    margin: 16px 12px 16px 13px;
}
.header-list li i:before {
    font-size: 26px;
}
.header-list li .first-s {
    font-weight: 700;
}
.header-list li i {
    width: 50px;
    height: 50px;
    background: #4f6228;
    top: 0;
    color: #fff;
    left: 0;
    position: absolute;
    line-height: 50px;
}
.header-list li span {
    width: 100%;
    font-family: 'Lato', sans-serif;
    float: left;
    text-align: left;
}
.banner .slider-nav {
    width: 600px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}
.slider-nav .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}
.slider-nav .slick-slide {
    background: #fff;
    border: 6px solid #fff;
    border-bottom: 2px solid #fff;
}
.slick-arrow:hover {
    background: #d6400c;
}
.slick-arrow:hover .slick-prev:before, .slick-arrow:hover .slick-next:before {
    color: #fff;
}
.slider-nav .slick-current {
    background: #4f6228;
    border: 6px solid #4f6228;
    border-bottom: 2px solid #4f6228;
}

/*Package part*/
.package-sec {
    float: left;
    width: 100%;
    padding: 20px 0 50px 0;
}
.pac-box {
    box-shadow: 0px 1px 5px #ccc;
    float: left;
    width: 100%;
}
.pac-box img {
    transition: filter .5s ease-in-out;
    -webkit-transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
}
.pac-box img:hover {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}
.pac-info {
    position: relative;
    padding: 5px 15px;
}
.pac-info a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d6400c;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pac-info a i:before {
    font-size: 12px;
}
.pac-info h4 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.pac-info p {
    color: #919191;
    margin-bottom: 0;
}
.package-sec .col-lg-4 {
    margin-top: 30px;
}

.welcome-sec {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../images/wel-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.welcome-sec h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 5px;
    position: relative;
    text-transform: capitalize;
}
.welcome-sec h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #4f6228;
}
.welcome-sec h3 {
    margin-top: 10px;
    font-size: 40px;
    color: #6a6a6a;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
}
.rm-btn {
    border-radius: 25px;
    padding: 10px 30px;
    color: #fff;
    background: #d6400c;
    margin-top: 10px;
    float: left;
}
.wel-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.wel-img:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    border: 4px solid #4f6228;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner {
    position: relative;
    width: 100%;
    float: left;
    z-index: 0;
}
.banner-overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.banner-slider .slick-slide > div {
    line-height: 0;
}



/*Navigation Section Start*/
.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
}
nav {
    position: absolute !important;
    top: 115px;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 99;
    background: transparent;
    border: 0px !important;
    padding: 0;
    margin-bottom: 0 !important;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    float: left;
    padding: 10px 4px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav:first-child li:first-child>a {
    padding-left: 0px;
}
nav .t-tour {
    background: #4f6228 !important;
    color: #000 !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
}

.caption {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 999;
    text-align: center;
    color: #fff;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.caption h1 {
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    font-family: initial;
}
.caption h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.caption a {
    padding: 10px 40px;
    background: #4f6228;
    border-radius: 33px;
    color: #fff;
    border: 1px solid #fff;
}
.banner-slider .slick-slide img {
    width: 100%;
}
.price-decoration__label, .price-decoration__value, .price-decoration__label-round {
    display: none;
}
/*Services Section Start*/

.service-sec {
    float: left;
    width: 100%;
    padding: 20px 0 50px 0;
    background: #f5f5f5;
}
.ser-box {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ser-box .rq {
    position: absolute;
    right: -40px;
    top: 33px;
    z-index: 9;
    background: #4f6228;
    color: #fff;
    transform: rotate(45deg);
    padding: 8px 36px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.ser-box:hover .rq {
    color: #fff;
    background: #d6400c;
}
.ser-box h4 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-top: 0px;
}
.service-sec .col-lg-4 {
    margin-top: 30px;
}
.ser-box a {
    color: #000;
}

/*Tanzaniz Slider */
.tanzania-slider .slick-slide{
    width:230px;
    margin-right: 10px;
    margin-left: 10px;
}
.tanzania-slider {

}
.tan-slider {
    margin-top: 30px;
}

.slider-nav {
    width: 100%;
    float: left;
    text-align: center;
}

.slider-nav .slick-track {
    width: 100%;
    float: left;
    text-align: center;
}
.slick-cloned {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-arrow {
    width: 40px;
    float: left;
    height: 40px;
    background: #d6400c;
    display: block;
    z-index: 999;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow.slick-hidden {
    display: block;
}
.slider-nav .slick-slide, .slider-nav .ct {
    display: inline-block;
}
.slider-nav img {
    width: 300px;
}
.slider-nav .slick-slide {

}
/*About Us Page*/
.about-sec {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.page-head {
    position: relative;
    display: inline-block;
    text-align: center;
}
.inner-head {
        font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.page-head:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #e6815e;
}

/*Footer Section Start*/
footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.footer-about {
    float: left;
    width: 100%;
}
.footer-about h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
    float: left;
}
.footer-about p {
    color: #fff;
}
.ql {
    float: left;
    width: 100%;
}
.ql li {
    float: left;
    width: 100%;
}
.ql li a {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0 5px 5px;
}
.ql li a i:before {
    font-size: 12px;
}

.top15 {
    margin-top: 15px;
}
.rel {
    position: relative;
    float: left;
    width: 100%;
}
.abs {
    background: #080808;
    padding: 37px 40px 50px 40px;
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
}
.cont-foter li {
    float: left;
    width: 100%;
    padding: 0px 0 5px 45px;
    position: relative;
    margin-bottom: 15px;
    line-height: 22px;
}
.cont-foter li:last-child {
    margin-bottom: 0;
}
.cont-foter li i:before {
    position: absolute;
    font-size: 36px;
    left: 0;
    top: 10px;
    color: #d6400c;
}
.cont-foter span {
    float: left;
    width: 100%;
    color: #fff;
}
.cont-foter li:last-child span {
    margin-top: 10px;
}
.social {
    position: absolute;
    left: 0;
    bottom: -50px;
    padding: 15px;
    background: #000;
    width: 100%;
    text-align: center;
}
.social li {
    display: inline-block;
    margin-left: 10px;
}
.social li a {
    float: left;
}
.social li a i:before {
    color: #fff;
}
.social li a i:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    border-radius: 20px;
}
.abs h4 {
    color: #fff;
}
.flaticon-twitter:before { background: #54acee}
.flaticon-facebook:before { background: #3b5998}
.flaticon-google-plus:before { background: #dc4a38}
.flaticon-youtube:before { background: #ca2128}
.flaticon-instagram:before { background: #e23896}
.flaticon-linkedin:before { background: #007bb5}
.flaticon-pinterest:before { background: #bd081c}
.flaticon-tripadvisor-logotype:before { background: #00af87}
.pay {
    padding: 10px 0
}
.pay li {
    width: 34px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
.pay li a {
    float: left;
    width: 100%;
    height: 100%;
}
.one {
    background: url(../images/pay.png) no-repeat -23px -19px;
}
.two {
    background: url(../images/pay.png) no-repeat -67px -18px;
}
.three {
    background: url(../images/pay.png) no-repeat -111px -18px;
}
.four {
    background: url(../images/pay.png) no-repeat -155px -18px;
}
.five {
    background: url(../images/pay.png) no-repeat -199px -18px;
}
.six {
    background: url(../images/pay.png) no-repeat -243px -19px;
}
.sevn {
    background: url(../images/pesapal.png) no-repeat -3px -1px;
}
.copyright {
    float: left;
    width: 100%;
    background: #4f6228;
    padding: 15px 0;
    color: #fff;
    font-weight: 600;
}
.copyright p {
    margin: 0;
}


/*------------------------------*/
/* TOP PART */
/*------------------------------*/

.first, .last {
    width: 50%;
    float: left;
    height: 300px;
}
.landing-box:first-child .first {
    background: url(../images/kenya-safari.jpg) no-repeat;
    height: 300px;
    width: 50%;
    float: left;
}
.landing-box:nth-child(2) .last {
    background: url(../images/tanzania-safari.jpg) no-repeat;
    height: 300px;
    width: 50%;
    float: left;
}
.landing-box:last-child .first {
    background: url(../images/tan-key-safari.jpg) no-repeat;
    height: 300px;
    width: 50%;
    float: left;
}
.landing-box .last:before, .landing-box .first:before {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.landing-box:nth-child(2):hover .last:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.5)
}
.landing-box:first-child:hover .first:before, .landing-box:last-child:hover .first:before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.5)
}

.com svg#tan {
    left: 100px;
}
.com svg#ken {
    right: 100px;
    left: auto;
}
.landing-box {
    float: left;
    width: 100%;
    position: relative;
}
.safari-box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.safari-div {
    padding: 0 50px;
    width: 100%;
    text-align: center;
    height: 300px;
    vertical-align: middle;
    display: table-cell;
}
.safari-div p {
    text-align: center
}
.safari-div h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.safari-div a {
    background: #d6400c;
    color: #fff;
    padding: 8px 30px;
    border-radius: 25px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
}

/*SVG DRAW*/
svg#tan, svg#ken {
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -75px;
    margin-top: 75px;
}
.sv {
    position: relative;
}

#tan-path, #ken-path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 0.3px;
    stroke-dasharray: 75;
    stroke-dashoffset: -75;
    stroke-linecap: butt;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.landing-box:hover #tan-path,
.landing-box:hover #ken-path {
    fill: transparent;
    stroke-dashoffset: 0;
    stroke-dasharray: 75;
}


/*Sublanding Page*/
.sub-l-div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sub-l-div:hover .sub-div {
    top: 0;
}
.sub-div {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4f6228;
    transition: all 0.4s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    padding: 25px;
    color: #fff
}
.sub-div:before {
    content: '';
    position: absolute;
    top: 4%;
    left: 5%;
    width: 90%;
    height: 92%;
    border: 1px dashed #000;
}
.sub-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.sub-overlay span {
    bottom: 15px;
    left: 15px;
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.sub-overlay a {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    line-height: 10px;
    border: 1px solid #fff;
    display: none;
    padding: 8px 20px;
}
.sub-overlay h4 {
    padding: 15px;
    text-align: center;
}
.sub-div a{
    background: #000;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
}
.sub-div h4 {
    line-height: 26px;
}
.safari-box .col-lg-3 {
    margin-top: 30px;
}
.safari-box .middle {
    text-align: center;
    width: 100%;
    float: left;
}
.safari-box .middle .col-lg-3 {
    display: inline-block;
    float: none;
}
.safari-box p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

header, footer {
    float: left;
    width: 100%;
}
.safari-box, .landing-box {
    padding: 20px 0px 80px 0;
    float: left;
    width: 100%;
}

.sec-hesd {
    font-size: 30px;
    text-transform: uppercase;
    color: #444;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
}
.sec-hesd:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #4f6228;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.nav{
    text-align: center;
    float: left;
    width: 100%;
}
.nav>li {
    position: relative;
    display: block;
    display: inline-block;
    float: none !important;
}

.kenya h1{
    font-size: 40px;
    font-family: initial;
}
.popup-images{
    float: left;
    width: 100%;
}
.popup-style{
    height: 150px;
    width: 230px;
}

.popup-middle{
    height: 20px;
}
.popup-image{
    padding-bottom: 40px;
}

.h3{
    font-family: 'OpenSans','Helvetica Neue',Helvetica,Arial,sans-serif;

    font-size: 34px;
    font-weight: 900;
    color: #d6400c;
}
.hr{
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #d6400c99;
    width: 140px;
    float: left;
}
.Include li{
    width: 100%;
    float: left;
    position: relative;
    padding-left: 24px;
    padding-bottom: 20px;
}

.nopadding{
    padding-left: 0px;

}

.nopadding1{

    padding-right: 0px;
}

.check {
    font-size: 16px;
    color: #008000;
    position: absolute;
    top: 0;
    left: 0;
}

.cross{
    font-size: 16px;
    color: #ec0909;
    position: absolute;
    top: 0;
    left: 0;
}

.inner-page-booking-form{
    height: 45px;

}
.country{
    padding-bottom: 20px;
}


.traveller{
    padding-bottom: 20px;
}
.message{
    padding-bottom: 20px;
}
#message{
    height: 100px;
    border-radius: 0px;
}

.btn-book{
    background-color: #d6400c;
    color: white;
    width: 130px;
    padding: 13px 22px;
    border-radius: 40px;
    border: none;
    letter-spacing: 2px;
    font-weight: 600;
 margin-bottom: 20px;
float:left;
margin-left:calc(50% - 65px);
   
}



.quantity{
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.form{
    border-radius: 0px;
}






.ribbon h1{
    color: #0c0d35;
    background: #efefefa3;
    display: inline-block;
    line-height: 1.5em;
    padding: 0 1em;
    margin-top: 0.5em;
    position: relative;
    transition: background-color 0.2s, margin-top 0.2s;
    box-shadow: 1px 3px 4px 2px;
}



.ribbon h1:before {
    content: "";
    position: absolute;
    top: 1.5em;
    left: 0;
    border-right: 0.5em solid #9B8651;
    border-bottom: 0.5em solid #ffffff69;
}

.ribbon h1:after {
    content: "";
    position: absolute;
    top: 1.5em;
    right: 0;
    border-left: 0.5em solid #9B8651;
    border-bottom: 0.5em solid #ffffff69;
}



.ribbons h1{
    font-size: 30px;
    color: #000000;
    background: #efefefa3;
    display: inline-block;
    line-height: 1.5em;
    padding: 0 1em;
    margin-top: 0.5em;
    position: relative;
    transition: background-color 0.2s, margin-top 0.2s;
    box-shadow: 1px 3px 4px 2px;
}



.ribbons h1:before {
    content: "";
    position: absolute;
    top: 3em;
    left: 0;
    border-right: 0.5em solid #9B8651;
    border-bottom: 0.5em solid #ffffff69;
}

.ribbons h1:after {
    content: "";
    position: absolute;
    top: 3em;
    right: 0;
    border-left: 0.5em solid #9B8651;
    border-bottom: 0.5em solid #ffffff69;
}

.btn-breadcrumb{
    padding-bottom: 20px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #d6400c;
    border-radius: 4px;
}


.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #1d1b1b;
    content: "/\00a0";
}

.breadcrumb a{
    color: #101010;
}

.breadcrumb>.active {
    color: #fff;
}

.inner-page-sec-about-us {
    float: left;
    width: 100%;
    /* padding: 0 0 80px 0; */
    /* background: #f5f5f5; */
    z-index: 999;
    margin-top: -76px;
    /* padding: 50px 0; */
}
.nairobi-sec {
        float: left;
    width: 100%;
    padding: 50px 0;
}

.aboutus h2{
    font-family: cursive;
    font-size: 36px;
    letter-spacing: 2px;
}

.aboutus hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #da430fab;
    width: 200px;
    float: left;
}

.aboutus h6{
    font-family: initial;
    font-size: 20px;
    color: #000000;
    padding-bottom: 40px;

}

.circle{
    font-size: 16px;
    color: #d6400c;;
    position: absolute;
    top: 20px;
    left: 0;
    font-weight: 500;
}

.aboutus h4{
    text-align: justify;
    padding-left: 35px;
    padding-bottom: 10px;
    position: relative;
    padding-top: 20px;
}

.contents{
    float: left;
    width: 100%;
    padding: 5px 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.sticky{
    position: sticky;
    top: 0px;
    width: 33%;
    margin-top: -74px;
}

.sticky hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #da430fab;
    width: 200px;
    float: none !important;
}

.sticky h3{
    margin-top: 45px;
}

.sticky img{
    top: -70px;
    position: relative;
}
.touch{
    text-align: center;
    color: white;
    position: relative;
    top: -100px;
    background: #e37e5b;
    padding-left: 5px;
    left: 35px;
    padding: 20px;
}
.touch h2{
    font-family: cursive;
    font-size: 29px;
    letter-spacing: 2px;

} 

.touch strong{
    color: rgb(245, 245, 245);
} 



.touch hr{
    margin-top: 8px;

    border: 0;
    border-top: 6px solid #383534ab;
    width: 100px;
    float: none !important;
}

.touch button{
    padding: 14px;
    color: black;
    border-radius: 20px;
    border: none;
    width: 12ssss0px;
}




.nairobi hr{

    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #da430fab;
    width: 450px;
    float: none;
}

.read{
    background-color: #d6400c;
    padding: 12px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 140px;
    font-size: 15px;
    margin-top: 15px;
}

.read .fa{
    position: absolute;
    font-size: 20px;
    margin-left: 4px;
}

.read-button hr{

    margin-top: 8px;
    margin-bottom: 0;
    border: 0;
    border-top: 3px solid #da430fab;
    width: 140px;
}

.panel-default{
    padding: 20px;
}

.reads{
    border-bottom: 3px solid #e6815e;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    letter-spacing: 6px;
}

.reads-span{
    position: relative;
    top: 10px;

}

.nairobi-img{
    width: 100%;
    height: 200px;
    box-shadow: 2px 2px 2px 2px;
        margin-bottom: 20px;
}


.contact hr{

    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    border-top: 3px solid #bb4117ab;
    width: 100px;
    float: none;
}

.contact-form {
    box-shadow: 1px 2px 1px 1px;
    margin-bottom: 50px;
}

.booknow{
    background-color: #d6400c;
    padding: 12px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 140px;
    font-size: 15px;
    margin-top: 15px;
    float: right;
    position: relative;
    top: -70px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}

.modal-body {
    float: left;
}

.viewall{
    background-color: #d6400c;
    padding: 12px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 140px;
    font-size: 15px;
    margin-top: 15px;
    float: right;
    /* position: relative; */
    top: -70px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}









/*Sidebar CSS Start*/
.sidebar-div {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.sidebar-div li {
    float: left;
    width: 100%;
    color: #fff;
    background: #fff;
    box-shadow: 1px 2px 2px #757575;
    margin-bottom: 10px;
    position: relative;
        z-index: 1;
}
.sidebar-div li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #4f6228;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    z-index: -1;
}
.sidebar-div li:hover:before {
    width: 100%;
}
.sidebar-div li:hover h4 {
    color: #fff;
}
.sidebar-div li a {
    float: left;
    width: 100%;
    padding: 10px;
}
.sidebar-div li img {
    float: left;
    width: 60px;
    border-radius: 50%;
    margin-right: 5px;
}
.sidebar h2 {
    background: #d6400c;
    border-bottom: 2px solid #ffffff;
    padding: 16px 0px;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
}
.sidebar-div h4 {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    color: #080808;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}


/*Responsive*/

@media screen and (max-width: 400px) and (min-width: 320px){


.header-list li {
    display: inline-block;
    position: relative;
    height: 50px;
        padding-left: 40px;
           margin: 10% 0px 0px 11%;
}

.header-list li i {
   width: 30px;
    height: 30px;
    background: #4f6228;
    top: 0;
    color: #fff;
    left: 0;
    position: absolute;
    line-height: 25px;
}

.header-list li i:before {
    font-size: 20px;
}

.response{
    display: none !important;
}

.navbar-header{
    background-color: black;
   /* position: relative;
    top: -40px;*/
}

.navbar-collapse {
    background-color: #4f6228;
    border-color: transparent;
   position: relative;
    top: 0px;
}

.navbar-default .navbar-nav:first-child li:first-child>a {
    padding-left: 15px;
}
.nav>li {
    float: left !important;
    width: 100%;
    position: relative;
    display: block;
    /* display: inline-block; */
    /* float: none !important; */
    text-align: center;
}

.slider-nav{
    display: none;
}



.banner-overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 9;
    float: left;
    display: none;
}


.caption {
       position: relative;
    top: 120px;
    
    margin-bottom: -13px;
    z-index: 999;
    text-align: center;
    color: #fff;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.caption h1 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: initial;
}

.caption h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    display: none;
    text-transform: capitalize;
}

.caption a {
    padding: 6px 12px;
    background: #4f6228;
    border-radius: 33px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    top: 10px;
}

.pac-info {
   position: relative;
    padding: 5px 5px;
    min-height: 90px;
}
.pac-info h4 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.pac-info p {
    color: #919191;
    margin-bottom: 0;
    font-size: 10px;
}

.pac-info a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d6400c;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
        /*top: 4.5pc;*/
}

.pac-box {
    box-shadow: 0px 1px 5px #ccc;
    float: left;
    width: 100%;
   /* min-height: 170px;*/
}


/*.change{
    clear: both;
}
*/
.viewall {
    background-color: #d6400c;
    padding: 4px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 12px;
    margin-top: 15px;
    float: right;
    /* position: relative; */
    top: -70px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}


.wel-img:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    border: 4px solid #4f6228;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.sec-hesd {
    font-size: 22px;
    text-transform: uppercase;
    color: #444;
    position: relative;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 600;
}

.welcome-sec h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 5px;
    position: relative;
    text-transform: capitalize;
}

.welcome-sec h3 {
    margin-top: 10px;
    font-size: 24px;
    color: #6a6a6a;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
}

.rm-btn {
    border-radius: 25px;
        padding: 5px 20px;
    color: #fff;
    background: #d6400c;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.sub-div h4 {
 line-height: 12px;
    font-size: 12px;
}
.sub-div p {
  font-size: 10px;
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 0px;
}

.sub-div a {
    background: #000;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    position: relative;
}

.sub-overlay h4 {
    padding: 6px;
    text-align: center;
}

.slick-next {
    right: -5px;
}

.cont-foter{
    float: left;
    width: 100%;
}

.abs {
        background: none;
    padding: 0px;
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
}

.social {
    float: left;
    position: unset;
    left: 0;
    bottom: -50px;
    padding: 15px;
     background:none; 
    width: 100%;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-size: 10px;
}


/*About us*/


.banner-change{
    top: 80px;
}



.about-sec {
    float: left;
    width: 100%;
    padding: 0px 0;
}

.sticky {
     position: inherit; 
    top: 0px;
     width: 100%; 
     margin-top: 0px; 
}

.touch {
    text-align: center;
    color: white;
    position: relative;
    top: -100px;
    background: #e37e5b;
    padding-left: 5px;
     left: 0px; 
    padding: 20px;
}


.inner-page-sec-about-us {
    float: left;
    width: 100%;
    /* padding: 0 0 80px 0; */
    /* background: #f5f5f5; */
    z-index: 999;
    margin-top: 85px;
    padding: 0px 0;
}


.kenya-safari{
     float: left;
    width: 100%;
    /* padding: 0 0 80px 0; */
    /* background: #f5f5f5; */
    z-index: 999;
    margin-top: 10px;
    padding: 0px 0;
}



.safari-box .col-lg-3 {
    margin-top: 30px;
    display: inline-block;
    float: none;
}

.safari-box-image{
    text-align: center;
}

.slider-image .slick-slide img {
    height: auto;
    width: 100%;
    margin-top: 80px;
}


.btn-breadcrumb{
    display: none;
}

.inner-page-sec {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
    background: #f5f5f5;
    z-index: 999;
    margin-top: 0px;
}

.tours-tabs__info {
    display: none;
    
}

.padding-all {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.inner-head {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}

.tours-tabs__content h4{
    font-size: 12px;
}

.timeline-title {
    margin: 10px 0 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
}

.timeline-text p {
    line-height: 16px;
}



.timeline__item__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #d6400c;
    border-radius: 100%;
    text-align: center;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    color: #fff;
    position: relative;
    z-index: 2;
}

.timeline__item__icon:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    position: absolute;
   top: 2px;
    left: 2px;
    border-radius: 100%;
    border: 3px solid rgba(255,255,255,0.5);
}


.timeline__item__icon-wrap:before {
    content: " ";
    display: block;
    border-left: 4px dotted #d6400c;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}

.popup-style {
    height: 150px;
    width: 230px;
    margin-bottom: 10px;
}

.popup-gallery{
    padding-left: 30px;
}

.tours-tabs__content h2{
    font-size: 16px;
}
.padding-left {
    padding-left: 0px;
}

.tours-tabs__content h3{
    font-size: 16px;
}

.nairobi hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #da430fab;
    width: auto;
    float: none;
}

.aboutus h2 {
    font-family: cursive;
    font-size: 18px;
    letter-spacing: 2px;
}

.aboutus h6 {
    font-family: initial;
    font-size: 14px;
    color: #000000;
    padding-bottom: 40px;
}

.read {
    background-color: #d6400c;
    padding: 8px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 13px;
    margin-top: 15px;
        margin-left: -30px;
}
.booknow {
    background-color: #d6400c;
    padding: 8px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 12px;
    margin-top: 15px;
    float: right;
    position: relative;
    top: -58px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
        margin-left: -30px;
}

}









/*2nd part*/

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


.header-list li {
   
    display: inline-block;
    position: relative;
    float: right;
    /* height: 50px; */
    /* padding-left: 40px; */
    margin: 6% 0px 0px 0%;

}

.header-list li i {
   width: 30px;
    height: 30px;
    background: #4f6228;
    top: 0;
    color: #fff;
    left: 0;
    position: absolute;
    line-height: 25px;
}

.header-list li i:before {
    font-size: 20px;
}

.response{
    display: none !important;
}

.navbar-header{
    background-color: black;
   /* position: relative;
    top: -40px;*/
}

.navbar-collapse {
    background-color: #4f6228;
    border-color: transparent;
   position: relative;
    top: 0px;
}

.navbar-default .navbar-nav:first-child li:first-child>a {
    padding-left: 15px;
}
.nav>li {
    float: left !important;
    width: 100%;
    position: relative;
    display: block;
    /* display: inline-block; */
    /* float: none !important; */
    text-align: center;
}

.slider-nav{
    display: none;
}



.banner-overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 9;
    float: left;
    display: none;
}


.caption {
       position: relative;
    top: 120px;
    
    margin-bottom: -13px;
    z-index: 999;
    text-align: center;
    color: #fff;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.caption h1 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: initial;
}

.caption h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    display: none;
    text-transform: capitalize;
}

.caption a {
   padding: 6px 12px;
    background: #4f6228;
    border-radius: 33px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    top: 50px;
}

.pac-info {
   position: relative;
    padding: 5px 5px;
    min-height: 90px;
}
.pac-info h4 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.pac-info p {
    color: #919191;
    margin-bottom: 0;
    font-size: 10px;
}

.pac-info a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d6400c;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
        /*top: 4.5pc;*/
}

.pac-box {
    box-shadow: 0px 1px 5px #ccc;
    float: left;
    width: 100%;
   /* min-height: 170px;*/
}


/*.change{
    clear: both;
}
*/
.viewall {
    background-color: #d6400c;
    padding: 4px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 12px;
    margin-top: 15px;
    float: right;
    /* position: relative; */
    top: -70px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}


.wel-img:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    border: 4px solid #4f6228;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.sec-hesd {
    font-size: 22px;
    text-transform: uppercase;
    color: #444;
    position: relative;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 600;
}

.welcome-sec h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 5px;
    position: relative;
    text-transform: capitalize;
}

.welcome-sec h3 {
    margin-top: 10px;
    font-size: 24px;
    color: #6a6a6a;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
}

.rm-btn {
    border-radius: 25px;
        padding: 5px 20px;
    color: #fff;
    background: #d6400c;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.sub-div h4 {
    line-height: 20px;
    font-size: 16px;
}
.sub-div p {
    font-size: 12px;
    margin-top: 18px;
    text-align: justify;
}

.sub-div a {
    background: #000;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    position: relative;
}

.sub-overlay h4 {
    padding: 6px;
    text-align: center;
}

.slick-next {
    right: -5px;
}

.cont-foter{
    float: left;
    width: 100%;
}

.abs {
        background: none;
    padding: 0px;
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
}

.social {
    float: left;
    position: unset;
    left: 0;
    bottom: -50px;
    padding: 15px;
     background:none; 
    width: 100%;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-size: 10px;
}


/*About us*/


.banner-change{
    top: 80px;
}



.about-sec {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin-top: 90px;
}

.sticky {
     position: inherit; 
    top: 0px;
     width: 100%; 
     margin-top: 0px; 
}

.touch {
    text-align: center;
    color: white;
    position: relative;
    top: -100px;
    background: #e37e5b;
    padding-left: 5px;
     left: 0px; 
    padding: 20px;
}


.inner-page-sec-about-us {
    float: left;
    width: 100%;
    /* padding: 0 0 80px 0; */
    /* background: #f5f5f5; */
    z-index: 999;
    margin-top: 0px;
    padding: 0px 0;
}


.kenya-safari{
     float: left;
    width: 100%;
    /* padding: 0 0 80px 0; */
    /* background: #f5f5f5; */
    z-index: 999;
    margin-top: 10px;
    padding: 0px 0;
}



.safari-box .col-lg-3 {
    margin-top: 30px;
    display: inline-block;
    float: none;
}

.safari-box-image{
    text-align: center;
}

.slider-image .slick-slide img {
    height: auto;
    width: 100%;
    margin-top: 80px;
}


.btn-breadcrumb{
    display: none;
}

.inner-page-sec {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
    background: #f5f5f5;
    z-index: 999;
    margin-top: 0px;
}

.tours-tabs__info {
    display: none;
    
}

.padding-all {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.inner-head {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}

.tours-tabs__content h4{
    font-size: 12px;
}

.timeline-title {
    margin: 10px 0 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
}

.timeline-text p {
    line-height: 16px;
}



.timeline__item__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #d6400c;
    border-radius: 100%;
    text-align: center;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    color: #fff;
    position: relative;
    z-index: 2;
}

.timeline__item__icon:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    position: absolute;
   top: 2px;
    left: 2px;
    border-radius: 100%;
    border: 3px solid rgba(255,255,255,0.5);
}


.timeline__item__icon-wrap:before {
    content: " ";
    display: block;
    border-left: 4px dotted #d6400c;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}

.popup-style {
    height: 150px;
    width: 230px;
    margin-bottom: 10px;
}

.popup-gallery{
    padding-left: 30px;
}

.tours-tabs__content h2{
    font-size: 16px;
}
.padding-left {
    padding-left: 0px;
}

.tours-tabs__content h3{
    font-size: 16px;
}

.nairobi hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #da430fab;
    width: auto;
    float: none;
}

.aboutus h2 {
    font-family: cursive;
    font-size: 18px;
    letter-spacing: 2px;
}

.aboutus h6 {
    font-family: initial;
    font-size: 14px;
    color: #000000;
    padding-bottom: 40px;
}

.read {
    background-color: #d6400c;
    padding: 8px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 13px;
    margin-top: 15px;
        margin-left: 0px;
}
.booknow {
    background-color: #d6400c;
    padding: 8px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 12px;
    margin-top: 15px;
    float: right;
    position: relative;
    top: -58px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
        margin-left: -30px;
}
.ser-box .rq {
    display: none;
}


.ser-box h4 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    width: 100%;
     border: 0px solid #e2e2e2; 
    border-top: 0px;
}


}











/*Tab version*/

@media screen and (max-width: 992px) and (min-width: 768px){


.caption h1 {
    font-size: 29px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    font-family: initial;
}

.caption h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.header-list li {
   
    display: inline-block;
    position: relative;
    float: right;
      padding-right: 10px;
    padding-left: 10px;
       font-size: 10px;
    margin: 6% 0px 0px 0%;

}

.header-list li i {
    width: 30px;
    height: 30px;
    background: #4f6228;
    top: 0;
    color: #fff;
    left: -25px;
    position: absolute;
    line-height: 25px;
}

.header-list li i:before {
    font-size: 20px;
}

.response{
    display: block !important;
}

.navbar-header{
    background-color: black;
  
}

/*.navbar-collapse {
    background-color: #4f6228;
    border-color: transparent;
   position: relative;
    top: 0px;
}

.navbar-default .navbar-nav:first-child li:first-child>a {
    padding-left: 15px;
}
.nav>li {
    float: left !important;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
*/
.slider-nav{
    display: none;
}



.banner-overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 9;
    float: left;
    display: none;
}


.caption {
       position: relative;
    top: 120px;
    
    margin-bottom: -13px;
    z-index: 999;
    text-align: center;
    color: #fff;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.caption h1 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: initial;
}

.caption h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    display: none;
    text-transform: capitalize;
}

.caption a {
   padding: 6px 12px;
    background: #4f6228;
    border-radius: 33px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    top: 50px;
}

.pac-info {
   position: relative;
    padding: 5px 5px;
    min-height: 90px;
}
.pac-info h4 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.pac-info p {
    color: #919191;
    margin-bottom: 0;
    font-size: 10px;
}

.pac-info a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d6400c;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
        /*top: 4.5pc;*/
}

.pac-box {
    box-shadow: 0px 1px 5px #ccc;
    float: left;
    width: 100%;
   /* min-height: 170px;*/
}


/*.change{
    clear: both;
}
*/
.viewall {
    background-color: #d6400c;
    padding: 4px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 12px;
    margin-top: 15px;
    float: right;
    /* position: relative; */
    top: -70px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}


.wel-img:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    border: 4px solid #4f6228;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.sec-hesd {
    font-size: 22px;
    text-transform: uppercase;
    color: #444;
    position: relative;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 600;
}

.welcome-sec h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 5px;
    position: relative;
    text-transform: capitalize;
}

.welcome-sec h3 {
    margin-top: 10px;
    font-size: 24px;
    color: #6a6a6a;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
}

.rm-btn {
    border-radius: 25px;
        padding: 5px 20px;
    color: #fff;
    background: #d6400c;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.sub-div h4 {
   line-height: 20px;
    font-size: 14px;
}
.sub-div p {
   font-size: 12px;
    margin-top: 20px;
    text-align: justify;
}

.sub-div a {
    background: #000;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    position: relative;
}

.sub-overlay h4 {
    padding: 6px;
    text-align: center;
}

.slick-next {
    right: -5px;
}

.cont-foter{
    float: left;
    width: 100%;
}

.abs {
        background: none;
    padding: 0px;
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
}

.social {
    float: left;
    position: unset;
    left: 0;
    bottom: -50px;
    padding: 15px;
     background:none; 
    width: 100%;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-size: 10px;
}


/*About us*/


.banner-change{
    top: 80px;
}



.about-sec {
    float: left;
    width: 100%;
    padding: 0px 0;
}

.sticky {
     position: inherit; 
    top: 0px;
     width: 100%; 
     margin-top: 0px; 
}

.touch {
    text-align: center;
    color: white;
    position: relative;
    top: -100px;
    background: #e37e5b;
    padding-left: 5px;
     left: 0px; 
    padding: 20px;
}


.inner-page-sec-about-us {
    float: left;
    width: 100%;
    /* padding: 0 0 80px 0; */
    /* background: #f5f5f5; */
    z-index: 999;
    margin-top: 85px;
    padding: 0px 0;
}


.kenya-safari{
     float: left;
    width: 100%;
    /* padding: 0 0 80px 0; */
    /* background: #f5f5f5; */
    z-index: 999;
    margin-top: 10px;
    padding: 0px 0;
}



.safari-box .col-lg-3 {
    margin-top: 30px;
    display: inline-block;
    float: none;
}

.safari-box-image{
    text-align: center;
}

.slider-image .slick-slide img {
    height: auto;
    width: 100%;
    margin-top: 80px;
}


.btn-breadcrumb{
    display: none;
}

.inner-page-sec {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
    background: transparent;
    z-index: 999;
    margin-top: 0px;
}

.tours-tabs__info {
    display: none;
    
}

.padding-all {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.inner-head {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}

.tours-tabs__content h4{
    font-size: 12px;
}

.timeline-title {
    margin: 10px 0 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
}

.timeline-text p {
    line-height: 16px;
}



.timeline__item__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #d6400c;
    border-radius: 100%;
    text-align: center;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    color: #fff;
    position: relative;
    z-index: 2;
}

.timeline__item__icon:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    position: absolute;
   top: 2px;
    left: 2px;
    border-radius: 100%;
    border: 3px solid rgba(255,255,255,0.5);
}


.timeline__item__icon-wrap:before {
    content: " ";
    display: block;
    border-left: 4px dotted #d6400c;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}

.popup-style {
    height: 150px;
    width: 230px;
    margin-bottom: 10px;
}

.popup-gallery{
    padding-left: 30px;
}

.tours-tabs__content h2{
    font-size: 16px;
}
.padding-left {
    padding-left: 0px;
}

.tours-tabs__content h3{
    font-size: 16px;
}

.nairobi hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #da430fab;
    width: auto;
    float: none;
}

.aboutus h2 {
    font-family: cursive;
    font-size: 18px;
    letter-spacing: 2px;
}

.aboutus h6 {
    font-family: initial;
    font-size: 14px;
    color: #000000;
    padding-bottom: 40px;
}

.read {
    background-color: #d6400c;
    padding: 8px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 13px;
    margin-top: 15px;
        margin-left: -30px;
}
.booknow {
    background-color: #d6400c;
    padding: 8px;
    border: none;
    color: white;
    border-radius: 20px;
    width: 100px;
    font-size: 12px;
    margin-top: 15px;
    float: right;
    position: relative;
    top: -58px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
        margin-left: -30px;
}
.ser-box .rq {
    display: none;
}


.ser-box h4 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    width: 100%;
     border: 0px solid #e2e2e2; 
    border-top: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    float: left;
    padding: 5px 5px;
    top: 5px;
}
.banner {
    position: relative;
    width: 100%;
    float: left;
    z-index: 0;
    top: -40px;
}
.nav {
    top: 0px;
    position: relative;
    
    text-align: center;
    float: left;
    width: 100%;

}
.tours-tabs .nav-tabs li a {
    height: 50px;
    line-height: 51px;
    margin: 0;
    padding: 0 30px;
    color: #333;
    font-size: 0.933em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
}


}



/*Desktop*/
@media screen and (max-width: 1199px) and (min-width: 993px){
.nav {
    top: 0px;
    position: relative;
    /* background: black; */
    text-align: center;
    float: left;
    width: 100%;
}
.tours-tabs .nav-tabs li a {
    height: 50px;
    line-height: 51px;
    margin: 0;
    padding: 0 30px;
    color: #333;
    font-size: 0.933em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
}

.header-list li {
    display: inline-block;
    position: relative;
    height: 50px;
    padding-left: 54px;
    margin: 14px 0px 14px 8px;
}

.sub-overlay h4 {
    padding: 6px;
    font-size: 16px;
    text-align: center;
}

.sub-div p {
    font-size: 9px;
    margin-top: 10px;
    text-align: justify;
}
.sub-div h4 {
    line-height: 14px;
    font-size: 13px;
}

.pac-info {
    position: relative;
    padding: 5px 5px;
    min-height: 90px;
}

.sticky {
    position: inherit;
    top: 0px;
    width: 100%;
    margin-top: 0px;
}

.touch {
    text-align: center;
    color: white;
    position: relative;
    top: -100px;
    background: #e37e5b;
    padding-left: 5px;
    left: 0px;
    padding: 20px;
}

}

.nairobi{
    padding-top: 30px;
}
.price-btn-sec {
   float: left;
   width: 100%;
   padding: 20px 0px 80px 0; 
   text-align: center;
}
.price-btn-sec h3 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}
.price-btn {
    border: 1px solid #d6400c00;
    border-radius: 25px;
    padding: 10px 30px;
    color: #fff;
    background: #d6400c;
    display: inline-block;
    font-weight: 600;
}
.price-btn:hover {
    background: #fff;
    color: #d6400c; 
    border: 1px solid #d6400c;
}
.price-info {
    margin: 20px 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.aboutus h5 {
    text-align: justify;
    color: #4f6228;
    padding-bottom: 10px;
    position: relative;
    padding-top: 20px;
    font-size: 15px;
}
.price-info ul li i {
    color: #d6400c;
    font-size: 13px;
    font-weight: 500;
}
.table-bordered {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
}



/*------------Road Trip-------------*/
.road-trip-sec {
    margin: 30px 0px;
    float: left;
    width: 100%;
}
.road-trip-sec .img-sec {
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.text11 h2 {
    position: absolute;
    bottom: 85px;
    left: 25px;
    color: #fff;
    font-size: 22px;
    position: absolute;
}
.text11 h5 a {
    border-radius: 15px;
    position: absolute;
    bottom: -50px;
    opacity: 0;
    left: 40px;
    color: #fff;
    font-size: 14px;
    padding-top: 7px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    padding-bottom: 7px;
    left: 0;
    position: absolute;
    transition: transform 0.80s ease 0s;
    right: 0;
    /* display: block; */
    /* text-align: center; */
    width: 100px;
    /* clear: both; */
    margin: 0 auto;
}
.road-trip-sec .img-sec:hover .text11 h5 a {
    bottom: 30px;
    opacity: 1;
    display: block;
    border: 2px solid #f5ddaf;
    transform: translate3d(0px,-10px,0px);
    transition: transform 0.80s ease 0s;
}
.road-trip-sec .img-sec img {
    opacity: 1;
    border-radius: 10px;
}
tbody a:hover {
    color: #000;
}