*{
    margin: 0;
    padding:0;
    font-family: 'Nunito', sans-serif;
}
/*header*/
.clear-all{
    padding-right: 0;
    padding-left: 0;
}
p {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: inherit;
    font-weight: 500;
    color: #56605f;
}
h3,h4,h5,h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}
.sticky{
    position: sticky;
    top: 0;
}

header {
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    float: left;
    top: 0;
    z-index: 999999;
}
.navbar-header {
    width: 100%;
    float: left;
}
/*sticky header*/
  .bg-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    z-index: 99;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
}
.bg-color .nav-header-top{
    display:none;
}
.bg-color .nav-header-bottom{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.bg-color .logo-img {
    margin: 0;
}
.bg-color .logo-img img {
    width: 70%;
}
.bg-color .nav-header-bottom ul li a:hover {
    color: rgb(244, 134, 33);
}
.bg-color .header-top {
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%;
}
.bg-color .nav-header-bottom ul li a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  transition: all 0.5s ease 0s;
  font-weight:600;
}

.main-navbar {
    float: left;
    width: 100%;

}
.nav-logo {
    width: 100px;
}
.nav-logo img {
    width: 100%;
}
.main-navbar-box {
    float: left;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 4px 0 0px 0;
}
.navbar-top {
    float: left;
    width: 100%;
    display: block;
    text-align: right;
    padding: 10px 0 6px 0;
}
.navbar-top ul {
    float: left;
    width: 100%;
    margin: 0;
    display: inline-block;
}
.navbar-top ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    padding: 0px 0px 0px 40px;
}
.navbar-top ul li i {
    margin-right: 6px;
    font-size: 18px;
    color: rgb(179, 85, 35);
}
.navbar-top .call-us {
    background: #5d1115;
    padding: 6px 20px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #5d1115;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.navbar-top .call-us:hover {
    border: 1px solid #5d1115;
    background: #fff;
    color: #5d1115;
}
.navbar-top .enquiry {
    background: #5d1115;
    padding: 6px 20px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #5d1115;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.navbar-top .enquiry:hover {
    border: 1px solid #5d1115;
    background: #fff;
    color: #5d1115;
}
.navbar-top ul li a {
    color: rgb(81, 7, 10);
    text-decoration: none;
}
.navbar-bottom {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}
.navbar-bottom ul {
    margin: 0 auto 0 auto;
    width: 100%;
    float: right;
    display: block;
    padding: 15px 0 0 0;
}
.navbar-bottom ul li {
    text-align: center;
    display: inline;
    margin: 0 auto;
    padding: 0px 15px;
    position: inherit;
    width: 100%;
    position: relative;
}
.navbar-bottom ul li:last-child{
    padding-right: 0; 
}
.navbar-bottom ul li a {
    color: rgb(81, 7, 10);
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.navbar-bottom ul li a:hover {
    color: #fd7c06;
}
.navbar-bottom ul li a.active::before {
    width: 100%;
    background: #fd7c06;
}
.navbar-bottom ul li a.active {
    color: #fd7c06;
}
.navbar-bottom ul li:hover a::before {
  width: 100%;  
}
.navbar-bottom ul li a::before {
    content: "";
    position: absolute;
    background: #fd7c06;
    width: 0;
    height: 3px;
    left: 0;
    top: 38px;
    margin: 0 auto;
    right: 0;
    bottom: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-banner-sec {
    float: left;
    width: 100%;
    position: relative;
}
.banner-img {
    position: relative;
    float: left;
    width: 100%;
}
.banner-img img {
    width: 100%;
}
.banner-inner-info {
    position: absolute;
    top: 34%;
    width: 100%;
}
.banner-img-head {
    float: left;
    width: 100%;
}
.banner-img-btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.banner-img-btn .call-us {
    background: #fd7e07;
    padding: 7px 20px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fd7e07;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-decoration: none;
    outline: none;
    margin: 0 10px;
}
.banner-img-btn .call-us:hover {
    background: #fff;
    color: #fd7e07;
    border: 1px solid #fd7e07;
    font-weight: 800;
    font-size: 16px;
}
.banner-right {
    float: right;
    width: 100%;
}
.banner-img-head h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.banner-img-head h5 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.banner-img-head h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    /*font-family: 'Open Sans', sans-serif;*/
    width: 60%;
    text-transform: capitalize;
    line-height: inherit;
}
.banner-slider {
    float: left;
    width: 100%;
    z-index: 0;
}
.banner-slider .owl-carousel .owl-loaded .owl-drag {
    width: 100%;
}
/* CROUSAL-STARTS */
#sg-carousel {
    position: relative;
}
#sg-carousel .carousel-inner .item {
}
.carousel-caption{top:50%;}
.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sg-carousel .carousel-control.left {
    top: 48%;
}
#sg-carousel .carousel-control.right {
    top: 48%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
#myCarousel:hover .carousel-control.left,
#myCarousel:hover .carousel-control.right{
    opacity: 1;
} 
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 50%;
    width: auto;
    transition: all 0.8s ease 0s;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .5s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}
.item.active img {
    transition: transform 3000ms linear 0s;
    transform: scale(1.09, 1.09);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
    width: 80px;
    height: 80px;
    line-height: 70px;
}
.carousel-caption {
    left: 60%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-family: raavi;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
.button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button--border-thick {
    border: 3px solid;
}
.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 7em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #40a304;
}
.button--tamaya:hover {
    color: #40a304;
    font-weight: 600;
}
.carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#sg-carousel h1 {
    animation-delay: 1s;
    margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel button {
    animation-delay: 3s;
    margin-top:25px;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
  .carousel-fade .carousel-inner > .item{
    transition: opacity 2s ease;
  }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.breadcrumb-part {
    position: absolute;
    bottom: 15px;
    left: 10%;
}
.breadcrumb-part ul {
    display: block;
    padding: 0;
}
.breadcrumb-part ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 15px;
    font-weight: 600;
}
.breadcrumb-part ul li:last-child:after {
    display: none;
}
.breadcrumb-part ul li a {
    color: #fff;
}
.breadcrumb-part ul li a:hover {
    color: #fd7c06; 
}
.breadcrumb-part ul li.active {
    color: #fd7c06;
}
.breadcrumb-part ul li:after {
    content: "/";
    padding: 0 10px;
    color: #FFF;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.inner-banner-img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 305px;
    background-color: rgba(0,0,0,0);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
}


/*Footer Part */

footer {
    background: linear-gradient( rgba(179, 87, 37, 0.85), rgba(169, 87, 12, 0.92) ), url(../images/zim-banner-5.jpg) no-repeat center bottom;
    float: left;
    width: 100%;
    display: inline-block;
    padding: 52px 0 20px;
    margin-top: 40px;
}
  .footer-sec {
        float: left;
        width: 100%;
        position: relative;
    }
    .footer-main {
        float: left;
        width: 100%;
        padding: 0 0 40px 0;
        border-bottom: 1px solid rgba(202, 202, 202, 0.63);
    }
    .quick-link-main {
        float: left;
        width: 100%;
        padding: 40px 0 40px 0;
        border-bottom: 1px solid rgba(202, 202, 202, 0.63);
    }
    .footer-contact-box {
        float: left;
        width: 100%;
        position: relative;
    }
    .location {
        position: absolute;
        left: -8px;
        top: 1px;
        overflow: hidden;
        width: 50px;
        height: auto;
    }
    .location img{
        width: 40px;
    }
    .main-box {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        padding-left: 45px;
        position: relative;
    }
    .main-box span {
        font-size: 15px;
        font-weight: 300;
        text-transform: none;
        width: 100%;
        display: inline-block;
        float: left;
    }
    .main-box span a {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
    }
    .main-box span a:hover {
        color: #ccc;
    } 
   .newsletter {
        float: left;
        width: 100%;
    }
    .newsletter-form {
        float: left;
        width: 100%;
        position: relative;
    }
    .newsletter-input {
        float: left;
        width: 100%;
    }
    .newsletter-form .input-text {
        border: none;
        background: #fff;
        font-size: 15px;
        padding: 8px 12px;
        outline: none;
    }
    .newsletter-btn {
        position: absolute;
        right: 0;
        top: 0;
    }
    .newsletter-button {
        border: none;
        background: #5d1115 url(../images/right-arrow-2.png) no-repeat center center;
        width: 62px;
        background-size: 27px;
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
        padding: 9px 0px;
    }
    .newsletter h4{
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        color: #fff;      
    }
    .link-box-sec {
        float: left;
        width: 100%;
        position: relative;
    }
    .link-box-sec h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 15px 0;
    }
    .link-box {
        float: left;
        width: 100%;
    }
    .link-box ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .link-box ul li {
        list-style-type: none;
    }
    .link-box ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }
    .copy-rights-part {
        float: left;
        width: 100%;
        position: relative;
        padding: 25px 0 0 0px;
        text-align: center;
    }
    .copy-rights-part p {
    color: #fff;
    font-size: 15px;
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}
    .copy-rights-part a{
        color: #fff;
        font-size: 15px;
    }
     .copy-rights-part a:hover {
        color: #ccc;
     }
     .social-media-icon-part {
        float: left;
        width: 50%;
        text-align:left;
     }
   .social-media-icon-part1 {
float: left;
    width: 50%;
    text-align: left;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
    .social-media-icon-part-main{
        display:grid;
        width:100%;
    }
    .social-media-icon-part-main a img{
        width:100%;
    }
     .social-media-icon-part ul {
        display: block;
        margin-bottom: 20px;
     }
     .social-media-icon-part ul li {
        list-style-type: none;
        display: inline-block;
        padding: 5px 5px;
        background: #999;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        margin: 0px 5px;
     }
     .social-media-icon-part ul li i {
        font-size: 20px;
        color: #fff;
        line-height: 30px;
        text-align: center;
     }
     .social-media-icon-part ul li.facebook {
        background: #2a5297;
        text-align: center;
     }
     .social-media-icon-part ul li.twitter {
        background: #00c7ff;
        text-align: center;
     }
     .social-media-icon-part ul li.youtube {
        background: #ff0000;
        text-align: center;
     }
      .social-media-icon-part ul li.wp {
        background: #25D366;
        text-align: center;
     }
     .social-media-icon-part ul li.instagram {
        background: #E1306C;
        text-align: center;
     }
     .social-media-icon-part ul li.pinterest {
        background: #9f1121;
        text-align: center;
     }
     .social-media-icon-part ul li.reddit {
        background: #ff3f18;
        text-align: center;
     }
     .social-media-icon-part ul li.linkedin {
        background: #4875b4;
        text-align: center;
     }
/*Footer Part End*/

    .siteinfo-sec {
        width: 100%;
        float: left;
        padding: 20px 0;
        border-bottom: 1px solid #c3c2bf;
    }
    .siteinfo-sec-main {
        display: table;
        position: relative;
        padding: 12px 0 12px 114px;
        margin: 0 auto;
        color: #000;
        line-height: 26px;
        float: left;
        width: 100%;
    }
    .siteinfo-sec-main .operators-icon {
        width: 70px;
        height: auto;
        position: absolute;
        left: 0;
        top: 16px;
    }
    .siteinfo-block-detail {
        float: left;
        width: 100%;
        margin: 15px 0px 0px 0px;
    }
    .siteinfo-block-detail p{
        font-size: 20px;
    }
    .operators-icon img {
        width: 100%;
    }
    .siteinfo-sec .col-md-4 {
    text-align: center;
    border-right: 1px solid #c3c2bf;
}
.siteinfo-sec .no-right {
    border-right: 0px solid #c3c2bf;
}
.siteinfo-block-detail strong {
    color: #b35725;
    font-weight: 800;
    font-size: 22px;
}
.home-overview-sec {
    float: left;
    width: 100%;
    padding: 50px 0px 10px 0;
}
.overview-sec-header {
    float: left;
    width: 100%;
}
.overview-sec-header h2 {
    margin-top: 0;
    font-size: 36px;
    letter-spacing: 0.2px;
}
.overview-sec-header h3 {
    margin-top: 0;
    font-size: 36px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.overview-sec-header h2 strong {
    font-weight: 800;
    color: #b35725;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif
}
.overview-sec-header h3 strong {
    font-weight: 800;
    color: #b35725;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif
}
.overview-sec-header h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}
/*.home-overview-sec p {
    font-size: 20px;
    line-height: inherit;
}*/
.home-safari-packages {
    float: left;
    width: 100%;
    padding: 50px 0px 10px 0px;
}
.home-safari-packages1 {
    float: left;
    width: 100%;
    padding: 0px 0 10px 0;
}
.popular-safaris-box {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.popular-safaris-thumbnail {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.price-tag {
    position: absolute;
    right: 15px;
    bottom: 15px;
    /* line-height: 30px; */
    padding: 8px 10px;
    z-index: 1;
    background: #fff;
    color: #b35725;
    font-size: 18px;
    opacity: 1;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.popular-safaris-img img{
    width: 100%;
}
.popular-safaris-img {
    position: relative;
    float: left;
    width: 100%;
}
.popular-safaris-box h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: inherit;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
ul.popular-safaris-info li {
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
    list-style-type: none;
    font-size: 18px;
}
ul.popular-safaris-info li.reviews {
    padding: 0 0px 0 0;
    text-align: right;
    font-size: 16px;
}
.popular-safaris-info {
    float: left;
    width: 100%;
}
.popular-safaris-content {
    float: left;
    width: 100%;
    padding: 15px 15px 0px 15px;
    background: #efefef;
}
.reviews span i {
    color: #fda505; 
}
.safari-packages-main {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.safari-packages-main .owl-nav {
    position: absolute;
    top: -90px;
    right: 10%;
}
.safari-packages-main .owl-carousel .owl-nav button.owl-prev {
    color: #b35725 !important;
    padding: 0!important;
    font-size: 70px !important;
    margin-right: 10px;
    outline: none;
}    
.safari-packages-main .owl-carousel .owl-nav button.owl-next {
    color: #b35725 !important;
    padding: 0!important;
    font-size: 70px !important;
    margin-left: 10px;
    outline: none;
}
.button-view {
    width: fit-content;
    position: absolute;
    top: -45px;
    right: 0;
}
.button-view .viewall {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #56605f;
    text-decoration: underline;
}
.button-view .viewall:hover {
    color: #b35725;
}
.home-about-us-sec {
    float: left;
    width: 100%;
    padding: 50px 0px 10px 0;
    text-align: center;
    position: relative;
    background: #ffeade;
    margin: 10px 0 0 0;
}
    .choose-us-main {
        float: left;
        width: 100%;
        margin-top: 12px;
    }
    .choose-us-box {
        float: left;
        width: 100%;
        padding: 10px 10px;
        position: relative;
    }
    .choose-icon {
        width: 80px;
        margin: 0 auto;
    }
    .choose-icon img {
        width: 100%;
    }
    .choose-us-box h4{
        font-size: 20px;
        color: #444240;
        margin-top: 20px;
        font-weight: 600;
    }
    .about-us-cont {
        float: left;
        width: 100%;
        margin-top: 25px;
    }
    .tailormade-btn {
        float: left;
        width: 100%;
        margin: 30px 0 25px 0px;
    }
    .tailormade-btn .more-btn {
        padding: 10px 50px;
        color: #5d1115;
        border-radius: 50px;
        border: 2px solid #5d1115;
        text-align: center;
        font-weight: 800;
        font-size: 20px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .tailormade-btn a {
        text-decoration: none;
    }
    .tailormade-btn .more-btn:hover {
         background: #5d1115;
         border: 1px solid #5d1115;
         color: #fff;
    }
    .safari-destination-sec {
        float: left;
        width: 100%;
        padding: 50px 0px 10px 0px;
    }
     .daytrip-destination-sec {
        float: left;
        width: 100%;
        padding: 40px 0px 20px 0px;
    }
    .safari-destination-main {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .col-box {
        width: 100%;
        float: left;
        position: relative;
        color: #fff;
        overflow: hidden;
        margin: 15px 0;
    }
    .col-box:before {
        content: "";
        position: absolute;
        left: 0;
        height: 148px;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        transition: height 0.35s, background-image 0.35s;
        z-index: 1;
    }
    .col-box:hover:before {
        height: 100%;
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 24%, rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0,1) 24%, rgba(0,0,0,0));   
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,1) 24%, rgba(0,0,0,0));
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0,1) 24%, rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0,0,0,1) 24%, rgba(0,0,0,0));
    }
    .destination-img img{
        width: 100%;
        transition: blur 0.4s;
    }
    .read-more .btn-read {
        padding: 10px 10px;
        background: #fff;
        color: #000;
        border: 1px solid #fff;
        position: absolute;
        right: 8px;
        bottom: 20px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        z-index: 1;
        outline: none;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .read-more a {
        text-decoration: none;
    }
    .read-more .btn-read:hover {
        background: #5d1115;
        border: 1px solid #5d1115;
        color: #fff;
    }
    .destinations-detail .info h5 {
        color: #fd7c06;
        line-height: inherit;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .destinations-detail a {
        text-decoration: none;
    }
    .destinations-detail {
        position: absolute;
        left: 0;
        right: 93px;
        padding: 0 0 0 15px;
        z-index: 1;
        transform: translate3d(0,-107px,0);
        -webkit-transform: translate3d(0,-107px,0);
        -moz-transform: translate3d(0,-107px,0);
        transition: transform 0.4s;
        -webkit-transition: transform 0.4s;
        -moz-transition: transform 0.4s;
    }
    .destinations-detail h2 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 6px;
    }
    .destinations-detail a {
    color: #FFF;
    }
    .reviews-part {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.reviews-part span i {
    color: #fda505;
    font-size: 13px;
}
 .review-text {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    font-weight: 600;
}
.destinations-detail p{
    opacity: 0; 
    font-size:17px; 
    color: #fff;
    line-height:inherit;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s, padding 0.35s;
    -moz-transition: opacity 0.2s, -moz-transform 0.35s, padding 0.35s;
    transition: opacity 0.2s, transform 0.35s, padding 0.35s;
    transform: translate3d(0,40px,0);
     -webkit-transform: translate3d(0,40px,0); 
     -moz-transform: translate3d(0,40px,0);
    padding-bottom:40px;
 }
.col-box:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.05s;  
    transition-delay: 0.05s;    
    -webkit-transition-duration: 0.35s; 
    transition-duration: 0.35s;
    transform: translate3d(0,0px,0); 
    -webkit-transform: translate3d(0,0px,0); 
    -moz-transform: translate3d(0,0px,0);
}
.col-box:hover .more-btn a:before, .col-box .more-btn a:focus:before, .col-box .more-btn a:hover:before{ 
    background-position:0 -17px; 
}
.col-box:hover .destinations-detail{
    transform: translate3d(0,-100%,0); 
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
}
.col-box:hover img{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
}
.popular-safaris-detail {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translate3d(0,30px,0);
    -webkit-transform: translate3d(0,30px,0);
    -moz-transform: translate3d(0,30px,0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.popular-safaris-box:hover .popular-safaris-detail {
    opacity: 1;
    transform: translate3d(0,0px,0);
    -webkit-transform: translate3d(0,0px,0);
    -moz-transform: translate3d(0,0px,0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}
.popular-safaris-detail-top {
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.76);
    padding: 35px 20px 36px 20px;
    height: 270px;
}
.popular-safaris-detail-bottom {
    width: 100%;
    float: left;
    padding: 0px 20px 50px 20px;
    text-align: center;
    background-color: rgb(216, 110, 22);
    position: relative;
}
.favourite {
    display: block;
    margin-top: -18px;
    text-align: center;
    margin-bottom: 14px;
}
.popular-safaris-detail .btn {
    border-color: #FFF;
    color: #FFF;
    min-width: inherit;
}
.btn.btn-small {
    border-width: 2px;
    font-size: 16px;
    padding: 6px 17px;
}
.popular-safaris-detail-top p {
    color: #fff;
}
.favourite a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 20px;
    background-color: #fff;
    color: #b35725;
    padding: 10px 0px 10px 0px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.11);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.11);
    box-shadow: 0 3px 7px rgba(0,0,0,.11);
}
.popular-safaris-box:hover .price-tag {
    opacity: 0;
}
.popular-safaris-detail-top h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
} 
    .travel-partners-sec {
        float: left;
        width: 100%;
        padding: 50px 0px 10px 0px;
    }
    .travel-partners-main {
        float: left;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .partners-box {
        float: left;
        width: 100%;
        border: 0px solid;
        text-align: center;
        -webkit-box-shadow: 0 0 17px rgba(0,0,0,.08);
        -moz-box-shadow: 0 0 17px rgba(0,0,0,.08);
        box-shadow: 0 0 17px rgba(0,0,0,.08);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        padding-bottom: 15px;
    }
    .partners-box:hover{
        -webkit-box-shadow: 0 0 22px rgba(0,0,0,.0.3);
        -moz-box-shadow: 0 0 22px rgba(0,0,0,.0.3);
        box-shadow: 0 0 22px rgba(0,0,0,0.3);
    }
    .partner-icon {
        width: 200px;
        margin: 0 auto;
        padding: 5px;
    }
    .partner-icon img {
        width: 100%;
    }
    .partners-rating {
        position: relative;
        font-size: 14px;
        padding: 3px 10px;
        z-index: 1;
        display: inline-block;
        -webkit-border-radius: 22px 23px 23px 22px/20px 20px 21px 21px;
        -moz-border-radius: 22px 23px 23px 22px/20px 20px 21px 21px;
        border-radius: 22px 23px 23px 22px/20px 20px 21px 21px;
        background-color: #fff;
        border: solid 1px #dcdce1;
    }
    .partners-rating:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -85px;
        width: 85px;
        height: 1px;
        background-color: #dcdce1;
        z-index: -1;
    }
    .partners-rating:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -85px;
        width: 85px;
        height: 1px;
        background-color: #dcdce1;
        z-index: -1;
    }
    .partners-rating .rated i {
        color: #febe08;
    }
    .partners-rating span i {
        color: #ccc;
    }   
    .latest-news-section {
        float: left;
        width: 100%;
        padding: 50px 0px 10px 0px;
        text-align: left;
        position: relative;
    }
    .latest-news-main {
        float: left;
        width: 100%;
        margin-top: 30px;
        position: relative;
    }
    .blog-box {
        float: left;
        width: 100%;
        position: relative;
    }
    .image-box {
        float: left;
        width: 100%;
        position: relative;
    }
    .image-box img {
        width: 100%;
    }
    .image-box-info {
        position: absolute;
        background: #fff;
        padding: 8px 5px;
        top: 15px;
        right: 14px;
    }
    .image-box-info h3 {
        color: #000;
        font-size: 16px;
        margin: 0;
    }
    .content-bottom-part {
    float: left;
    width: 100%;
    padding: 0 25px;
}
.latest-news-detail {
    padding: 17px 10px 17px;
    margin-top: -30px;
    background-color: rgba(255,255,255,.95);
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 17px rgba(0,0,0,.09);
    box-shadow: 0 0 17px rgba(0,0,0,.09);
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    float: left;
}
.latest-news-top {
    float: left;
    width: 100%;
}
.latest-news-top ul {
    text-align: center;
    margin: 0;
}
.latest-news-top ul li {
    display: inline-block;
    padding: 0 16px;
    border-right: 1px solid;
}
.latest-news-top ul li.no-border {
    border-right: 0px solid;
}
.latest-news-top ul li i {
    font-size: 16px;
    color: #5e1918;
    padding-right: 6px;
}
.blog-cont-part {
    float: left;
    width: 100%;
}
.blog-cont-part h2{
    font-size: 20px;
    font-weight: 700;
}
.blog-cont-part h2 a {
    color: #d56906;
    text-decoration: none;
}
.blog-cont-part p {
    font-size: 16px;
}
.text-btn {
    float: left;
    width: 100%;
}
.text-btn a {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    color: #5d1115;
}
.tour-overview {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.sub-page {
    text-align: center;
}
.popular-safaris-detail-bottom .btn-small {
    border: 1px solid #fff;
}
/*Destination Inner Page*/
    .destination-inner-sec {
        float: left;
        width: 100%;
        padding: 50px 0 10px 0;
        position: relative;
    }
    .inner-tab-part {
        float: left;
        width: 100%;
    }
    .expert-advice-section {
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 20px 15px;
        box-shadow: 1px 1px 15px 1px #ccc;
    }
    .image-of-expert {
        width: 80px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .image-of-expert img{
        width: 100%;
        border-radius: 50px;
        border: 2px solid #ffb58d;
    }
    .info {
        float: left;
        width: 100%;
        margin: 6px 0px;
    }
    .info a{
        line-height: inherit;
        font-weight: 500;
        color: #56605f;
        text-decoration: none;
        outline: none;
    }
    .info a:hover {
        color: #fd7c06;
    }
    .expert-advice-btn {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .expert-advice-btn .inquiry-btn {
        background: #5a1011;
        padding: 7px 20px;
        color: #fff;
        border-radius: 50px;
        border: 1px solid #5a1011;
        text-align: center;
        font-weight: 800;
        font-size: 16px;
        text-transform: uppercase;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-decoration: none;
        outline: none;
        margin: 0 10px;
    }
    .tabcontent-box {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .facts-info {
        float: left;
        width: 100%;
    }
    .facts-info ul{
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .facts-info li {
        list-style-type: none;
        font-family: 'Nunito', sans-serif;
        font-size: 17px;
        line-height: inherit;
        font-weight: 500;
        color: #56605f;
        display: flex;
    }
    .tabcontent-box h5 {
        font-size: 22px;
        font-weight: 600;
        color: #b35725;
        float: left;
        width: 100%;
    }
    .fact-p {
        margin-top: 15px;
    }
    .fact-p h5 {
        font-size: 20px;
        font-weight: 600;
        color: #5a1011;
    }
    .fact-p p i{
        color: #5a1011;;
        font-size: 16px;
        margin-right: 10px; 
    }
    .fact-p ul li {
        list-style-type: none;
    }
    .fact-p ul li i {
        color: #5a1011;
        font-size: 16px;
        margin-right: 10px;
    }
    .facts-info ul li{
        list-style-type: none;
    }
    .facts-info ul li i {
        color: #5a1011;
        font-size: 16px;
        margin-right: 10px;
    }
    .facts-info ul li p {
        margin: 0;
    }
    .tabcontent-box h3 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        color: #b35725;
        font-weight: 600;
    }
    .desti-main-gallery-single{
      width: 100%;
      float: left;
      position: relative;
      margin: 15px 0;
      display: block;
      overflow: hidden;
    }
    .desti-main-gallery-single img{
      width: 100%;
    }
    .desti-main-gallery-double-sec{
      width: 100%;
      float: left;
      position: relative;
    }
    .desti-main-gallery-double-sec-inn{
      width: 100%;
      float: left;
      position: relative;
    }
    .gallery-hover{
      top: 0;bottom: 0;
      left: 0;right: 0;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      background: transparent;
      position: absolute;
      -webkit-transition: opacity .3s ease .3s, visibility .3s ease .3s;
      -moz-transition: opacity .3s ease .3s, visibility .3s ease .3s;
      transition: opacity .3s ease .3s, visibility .3s ease .3s;
    }
    .gallery-hover:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.85;
        background: -webkit-linear-gradient(left, #a34c10f0,#f5750cc7);
        background: -moz-linear-gradient(left, #ce9167,#485a4c);
        background: -o-linear-gradient(left, #ce9167,#485a4c);
        background: -ms-linear-gradient(left, #ce9167,#485a4c);
        background: linear-gradient(left, #ce9167,#485a4c);
    }
    .desti-main-gallery-single:hover .gallery-hover{
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .3s ease, visibility .3s ease;
      -moz-transition: opacity .3s ease, visibility .3s ease;
      transition: opacity .3s ease, visibility .3s ease;
    }
    .gallery-hover .plus-link{
      top: 0;
      right: 0;
      width: 66px;
      height: 66px;
      z-index: 3;
      overflow: hidden;
      position: absolute;
      display: block;
      -webkit-transform: scale(.1);
      transform: scale(.1);
      -webkit-transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transition: -webkit-transform .6s ease;
      -moz-transition: -moz-transform .6s ease;
      transition: transform .6s ease;
    }
    .gallery-hover .plus-link::before {
      top: 0;
      right: 0;
      content: "";
      display: block;
      position: absolute;
      border-right: 66px solid #9aa79d00;
      border-bottom: 66px solid transparent;
      border-left: 66px solid transparent;
    }
    .plus-link-container{
      position: absolute;
      left: auto !important;
      bottom: auto !important;
      top: 10px !important;
      right: 10px !important;
      width: 16px;
      height: 16px;
      overflow: hidden;
      border: none !important;
    }
    .plus-link-out, plus-link-come{
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
    }
    .plus-link-out::before, .plus-link-come::before{ 
      width: 2px;
      height: 16px;
      margin-left: -0.5px;
      margin-top: -8px;
    }
    .plus-link-out::after, .plus-link-come:after{
      width: 16px;
      height: 2px;
      margin-top: -0.5px;
      margin-left: -8px;
    }
    .plus-link-out::before, .plus-link-out::after{
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #fff;
      -webkit-transition: margin .2s ease-in-out .2s;
      -moz-transition: margin .2s ease-in-out .2s;
      transition: margin .2s ease-in-out .2s;
    }
    .desti-main-gallery-single:hover .gallery-hover .plus-link, .dfd-gallery-single-item .desti-main-gallery-single:hover .gallery-hover .plus-link {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform .3s ease .1s;
      -moz-transition: -moz-transform .3s ease .1s;
      transition: transform .3s ease .1s;
    }
    .travel-guide-sec {
        float: left;
        width: 100%;
        padding: 40px 0 10px 0;
        position: relative;
    }
    .travel-guide-main {
        float: left;
        width:100%;
        position: relative;
        margin: 30px 0 0 0;
    }
    .guidemain-box {
        display: block;
        position: relative;
        background-color: #000;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
    .guidebox-img img {
        opacity: 0.6;
        width: 100%;
    }
    .guidemain-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
    }
    .safari-types-info {
        position: absolute;
        top: 58%;
        left: 0;
        right: 0;
        z-index: 2;
        transform: translateY(-50%);
        padding: 0px 15px;
        margin-top: 22px;
        background: rgba(0,0,0,0);
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        transition: background 0.4s;
    }
    .safari-types-icon {
        width: 50px;
        display: block;
        margin: 0 auto;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        -moz-transition: opacity 0.2s, -moz-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
        transform: translate3d(0,0px,0);
        -webkit-transform: translate3d(0,0px,0);
        -moz-transform: translate3d(0,0px,0);
    }
    .safari-types-icon img {
        opacity: 1;
        width: 100%;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        filter: blur(0px);
        transition: all 0.6s;
    }
    .destination-safari-inner-sec {
        float: left;
        width: 100%;
        padding: 20px 0 10px 0;
        position: relative;
    }
    .destination-safari-inner-sec .tabNav li {
        float: left;
        padding: 0;
        position: relative;
        width: 14.2%;
        text-align: center;
    }
.tabbing.mResTabAccord.mTabSimple.mResTabbing {
    width: 100%;
    float: left;
    position: relative;
}
.tabContainer {
    width: 100%;
    float: left;
    position: relative;
}
.tabContainer .tabContent.mTabActive {
    width: 100%;
    float: left;
}
    .destination-inner-sec .tabNav li {
        float: left;
        padding: 0;
        position: relative;
        width: 25%;
        text-align: center;
    }
    .fact-p .panel-title .days {
        background: #b35523;
        color: #FFF;
        font-weight: 700;
        position: relative;
        display: table-cell;
        padding: 15px;
        min-width: 80px;
        vertical-align: middle;
    }
    .fact-p .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
        position: relative;
    }
    .fact-p .panel-heading {
        padding: 0;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .panel-title .days:after {
        content: "";
        position: absolute;
        right: -9px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 9px solid #b35523;
    }
    .panel-title-head {
        display: table-cell;
        font-weight: 700;
        vertical-align: middle;
        padding-right: 70px;
        padding-left: 40px;
        
    }
    .panel-title a {
        text-decoration: none;
    }
    .more-less-btn {
        color: #212121;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 53px;
        text-align: center;
        background: #FFF;
        border-left: 1px solid #d6dfe1;
    }
    .more-less-btn .glyphicon {
        left: 0px;
        margin: 18px 0 0 0;
        color: #b35523;
    }
    .glyphicon-minus:before {
        content: "";
        width: 21px;
        height: 3px;
        background-color: #b35523;
        position: absolute;
    }
    .glyphicon-minus:before {
        content: "";
        width: 21px;
        height: 3px;
        background-color: #b35523;
        position: absolute;
    }
   /* .safari-types-info img {
        opacity: 0.6;
        width: 100%;
    }*/
    .safari-types-info h2 {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 18px 0 0px 0;
        transform: translate3d(0,0px,0);
        -webkit-transform: translate3d(0,0px,0);
        -moz-transform: translate3d(0,0px,0);
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        -moz-transition: opacity 0.2s, -moz-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
    }
    .safari-types-info:hover .btn.btn-small {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    transform: translate3d(0,-55px,0);
    -webkit-transform: translate3d(0,-55px,0);
    -moz-transform: translate3d(0,-55px,0);
}
.guidemain-box:hover .safari-types-icon img {
    opacity: 0;
}

.safari-types-info .btn.btn-small {
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.2s, -moz-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transform: translate3d(0,40px,0);
    -webkit-transform: translate3d(0,40px,0);
    -moz-transform: translate3d(0,40px,0);
}
.safari-types-info .btn.btn-small {
    background: #fd7c06;
    padding: 7px 13px;
    border-radius: 50px;
    border: 1px solid #fd7c06;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-decoration: none;
    outline: none;
    margin: 0 10px;
}
.safari-types-info .btn.btn-small a {
    color: #fff;
}
.guidemain-box:hover h2 {
    transform: translate3d(0,-76px,0);
    -webkit-transform: translate3d(0,-76px,0);
    -moz-transform: translate3d(0,-76px,0);
}
    .tailormad-sec {
        float: left;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 40px 0 10px 0;
    }
    .tailormad-sec-box {
        float: left;
        width: 100%;
        padding: 10px 0;
    }
    .tailormad-sec-box .tailormad-btn {
        background-color: #b35523;
        border: none;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 18px;
        padding: 20px 18px;
        color: #FFF;
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.25) !important;
        -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.25) !important;
        box-shadow: inset 0 0 10px rgba(0,0,0,.25);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    .tailormad-sec-box a {
        text-decoration: none;
        outline: none;
        color: #fff;
        font-weight: 600;
    }
    .tailormad-sec-box a:hover {
        color: #fff;
        background: #5a1011; 
    }
    .tailormad-sec-box a i {
        margin-right: 8px;
    }
        .dest-change {
        right: 0;
    }
    .reviews-part-btn {
        display: block;
        padding-bottom: 20px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .dest-change .info p {
        padding-bottom: 10px;
    } 
    .dest-change h2 {
        line-height: inherit;
        margin-top: 30px;
    }
    .sec-dest {
        padding: 10px 0px 10px 0px;
    }
        .safari-siteinfo-sec {
        float: left;
        width: 100%;
        padding: 50px 0 10px 0px;
    }
    .safari-siteinfo {
        border: 0px dotted #560c0d;
        width: 100%;
        text-align: center;
        display: table;
        position: relative;
        margin: 0 auto;
        color: #000;
        padding: 5px 10px;
        height: 100px;
    }
    .siteinfo-icon {
        width: 40%;
        float: left;
        margin: 10px 0 0 0;
    }
    .siteinfo-icon img {
        width: 70px;
    }
    .safari-block-detail {
    float: right;
    width: 60%;
    margin: 15px 0px 0px 0px;
}
.safari-block-detail strong {
    color: #b35725;
    font-weight: 800;
    font-size: 22px;
}
.safari-block-detail p{
    font-size: 18px;
    font-weight: 700;
}
.daytrip-inner-sec {
    float: left;
    width: 100%;
    padding: 50px 0 10px 0;
    position: relative;
}
.daytrip-inner-sec .tabNav li {
    float: left;
    padding: 0;
    position: relative;
    width: 16.6%;
    text-align: center;
}
.top-padding {
    padding: 10px 0 0 0;
}
.home-pacg .owl-nav{
    display: none;
}
.dest-similar-slider .owl-nav{
    display: none;
}
.activity-part {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    .activity-col-box {
        float: left;
        width: 100%;
        position: relative;
        margin: 15px 0;
    } 
    .activity-col-box:before {
        content: "";
        position: absolute;
        left: 0;
        height: 148px;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0,0,0,.93) 18%, rgba(0,0,0,0));
        transition: height 0.35s, background-image 0.35s;
        z-index: 0;
    }
    .activity-img img {
        width: 100%;
    }
    .activity-detail {
        position: absolute;
        bottom: 15px;
        left: 20px;
    } 
    .activity-detail h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .activity-detail a {
        color: #fff;
    }
    .activity-col-box:before {
        height: 100%;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 24%, rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 24%, rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 24%, rgba(0,0,0,0));
        background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 24%, rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 24%, rgba(0,0,0,0));
    }
    .col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4{
         float: left;
     }
    .col-xs-5th-5 {
        float: left;
        width: 100%;
    }
    .col-xs-5th-4 {
      width: 80%;
    }
    .col-xs-5th-3 {
      width: 60%;
    }
    .col-xs-5th-2 {
       width: 40%; 
    }
    .col-xs-5th-1 {
        width: 20%; 
    }
    .col-xs-5th-pull-5{
        right: 100%; 
    }
    .col-xs-5th-pull-4{
       right: 80%; 
    }
    .col-xs-5th-pull-3{
       right: 60%; 
    }
    .col-xs-5th-pull-2{
       right: 40%; 
    }
    .col-xs-5th-pull-1{
        right: 20%;
    }
    .col-xs-5th-pull-0{
        right: auto;
    }
    .col-xs-5th-push-5{
        left: 100%;
    }    
    .col-xs-5th-push-4{
        left: 80%;
    }    
    .col-xs-5th-push-3{
        left: 60%;
    }    
    .col-xs-5th-push-2{
        left: 40%;
    }
    .col-xs-5th-push-1{
      left: 20%;
    }
.col-xs-5th-push-0{
  left: auto;
}

.col-xs-5th-offset-5{
  margin-left: 100%;
}

.col-xs-5th-offset-4{
  margin-left: 80%;
}

.col-xs-5th-offset-3{
  margin-left: 60%;
}

.col-xs-5th-offset-2{
  margin-left: 40%;
}

.col-xs-5th-offset-1{
  margin-left: 20%;
}

.col-xs-5th-offset-0{
  margin-left: 0%;
}

@media (min-width: 768px){
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4{
        float: left;
    }
  .col-sm-5th-5{
    float: left;
    width: 100%;
  }
  .col-sm-5th-4{
    width: 80%;
   } 
  .col-sm-5th-3{
    width: 60%;
 }   
  .col-sm-5th-2{
    width: 40%;
 }   
  .col-sm-5th-1{
    width: 20%;
}
  .col-sm-5th-pull-5{
    right: 100%;
}
  .col-sm-5th-pull-4{
    right: 80%;
}
  .col-sm-5th-pull-3{
    right: 60%;
}
  .col-sm-5th-pull-2{
    right: 40%;
}
  .col-sm-5th-pull-1{
    right: 20%;
}
  .col-sm-5th-pull-0{
    right: auto;
   } 
  .col-sm-5th-push-5{
    left: 100%;
}
  .col-sm-5th-push-4{
    left: 80%;
}
  .col-sm-5th-push-3{
    left: 60%;
  } 
  .col-sm-5th-push-2{
    left: 40%;
}
  .col-sm-5th-push-1{
    left: 20%;
}
  .col-sm-5th-push-0{
    left: auto;
}
  .col-sm-5th-offset-5{
    margin-left: 100%;
}
  .col-sm-5th-offset-4{
    margin-left: 80%;
}
  .col-sm-5th-offset-3{
    margin-left: 60%;
}
  .col-sm-5th-offset-2{
    margin-left: 40%;
}
  .col-sm-5th-offset-1{
    margin-left: 20%;
}
  .col-sm-5th-offset-0{
    margin-left: 0%;
}}
@media (min-width: 992px){
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4{
    float: left;
  }
  .col-md-5th-5{
    float: left;
    width: 100%;
}
  .col-md-5th-4{
    width: 80%;
}
  .col-md-5th-3{
    width: 60%;
}
  .col-md-5th-2{
    width: 40%;
}
  .col-md-5th-1{
    width: 20%;
}
  .col-md-5th-pull-5{
    right: 100%;
}
  .col-md-5th-pull-4{
    right: 80%;
}
  .col-md-5th-pull-3{
    right: 60%;
}
  .col-md-5th-pull-2{
    right: 40%;
}
  .col-md-5th-pull-1{
    right: 20%;
}
  .col-md-5th-pull-0{
    right: auto;
}
  .col-md-5th-push-5{
    left: 100%;
}
  .col-md-5th-push-4{
    left: 80%;
}
  .col-md-5th-push-3{
    left: 60%;
}
  .col-md-5th-push-2{
    left: 40%;
}
  .col-md-5th-push-1{
    left: 20%;
}
  .col-md-5th-push-0{
    left: auto;
}
  .col-md-5th-offset-5{
    margin-left: 100%;
}
  .col-md-5th-offset-4{
    margin-left: 80%;
}
  .col-md-5th-offset-3{
    margin-left: 60%;
}
  .col-md-5th-offset-2{
    margin-left: 40%;
}
  .col-md-5th-offset-1{
    margin-left: 20%;
}
  .col-md-5th-offset-0{
    margin-left: 0%;
}
}
@media (min-width: 1200px){
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4{
    float: left;
}
  .col-lg-5th-5{
    float: left;
    width: 100%;
}
  .col-lg-5th-4{
    width: 80%;
} 
  .col-lg-5th-3{
    width: 60%;
}
  .col-lg-5th-2{
    width: 40%;
}
  .col-lg-5th-1{
    width: 20%;
}
  .col-lg-5th-pull-5{
    right: 100%;
}
  .col-lg-5th-pull-4{
    right: 80%;
}
  .col-lg-5th-pull-3{
    right: 60%;
}
  .col-lg-5th-pull-2{
    right: 40%;
}
  .col-lg-5th-pull-1{
    right: 20%;
} 
  .col-lg-5th-pull-0{
    right: auto;
}
  .col-lg-5th-push-5{
    left: 100%
}
  .col-lg-5th-push-4{
    left: 80%;
}
  .col-lg-5th-push-3{
    left: 60%;
}
  .col-lg-5th-push-2{
    left: 40%;
}
  .col-lg-5th-push-1{
    left: 20%;
}
  .col-lg-5th-push-0{
    left: auto;
}
  .col-lg-5th-offset-5{
    margin-left: 100%;
}
  .col-lg-5th-offset-4{
    margin-left: 80%;
}
  .col-lg-5th-offset-3{
    margin-left: 60%;
}
  .col-lg-5th-offset-2{
    margin-left: 40%;
}
  .col-lg-5th-offset-1{
    margin-left: 20%;
}
  .col-lg-5th-offset-0{
    margin-left: 0%;
}
} 
    .contact-us-sec {
        float: left;
        width: 100%;
        position: relative;
        padding: 50px 0 10px 0;
    }
    .contact-us-main {
        float: left;
        width: 100%;
    }
    .contact-us-form-main {
        float: left;
        width: 100%;
    }
    .contact-us-form-main {
        float: left;
        width: 100%;
    }
    .contact-name {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    line-height: inherit;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fd7c06;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-us-form-main .form-btn .btn-submit {
    background: #5a1011;
    padding: 7px 20px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #5a1011;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-decoration: none;
    outline: none;
    margin: 0 10px;
}
.form-btn {
    float: left;
    width: 100%;
    margin-top: 20px;
} 
    .sca-about-safari-fleet-image{
    width: 100%;
    float: left;
    position: relative;
}
.sca-about-safari-fleet {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0 10px 0;
}
.sca-about-safari-fleet-gallery{
        width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}
.sca-about-safari-fleet-image-div{
    width: 100%;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}
.sca-about-safari-fleet-image-div img {
    width: 100%;
}
.sca-gallery-box-image-overlay {
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: .9em;
    text-align: center;
    color: #fff;
    background: linear-gradient(to left, rgb(243, 124, 34, 0.7) 0%, rgb(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -ms-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}
.itnry-overlay-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    margin: 31% auto;
}
.itnry-overlay-icon i{
    font-size: 30px;
    font-weight: 500;
}
.sca-about-safari-fleet-image-div:hover .sca-gallery-box-image-overlay {
    opacity: 1;
}
.sca-about-safari-fleet-div {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
    .about-us-sec {
        float: left;
        width: 100%;
        position: relative;
        padding: 50px 0 10px 0;
    }
    .modal-btn {
        float: left;
        width: 100%;
    }
    .modal-btn a {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
    }
    .modal-btn a:hover {
        color: #fd7c06;
        text-decoration: none;
    }
    .modal-header {
        border-bottom: 0px solid #e5e5e5;
        text-align: center;
    }
    .modal-header h4 {
        font-size: 20px;
        font-weight: 700;
        color: #b35725;
    }
    .modal-body {
        float: left;
        width: 100%;
    }
    .modal-body ul {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .modal-body ul li {
        font-family: 'Nunito', sans-serif;
        font-size: 17px;
        line-height: inherit;
        font-weight: 500;
        color: #56605f;
    }
    .modal-footer {
        border-top: 0px solid #e5e5e5;
    }
    .aboutus-info-sec {
        float: left;
        width: 100%;
        position: relative;
        padding: 40px 0 10px 0;
    }
    .travel-with-us-sec {
        float: left;
        width: 100%;
        position: relative;
        padding: 40px 0 10px 0;  
    }
    .travel-with-us-main {
        float: left;
        width: 100%;
    }
    .travel-with-box {
        float: left;
        width: 100%;
        border: 1px solid #000;
        text-align: center;
        padding: 25px 40px 25px 40px;
        margin: 15px 0px;
        transition: all 0.5s;
        min-height:669px
    }
    .icon-img {
        width: 150px;
        margin: 0 auto;
    }
    .icon-img img {
        width: 100%;
    }
    .travel-with-box h3 {
        font-size: 20px;
        font-weight: 700;
        color: #b35523;
    }
    .travel-with-box h3 span {
        color: #fd7c06;
        font-size: 20px;
        font-weight: 700;
    }
    .travel-with-box:hover, .travel-with-box:focus {
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 17px rgba(0,0,0,.25);
    box-shadow: 0 0 17px rgba(0,0,0,.25);
}
.team-sec {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 0 10px 0;
}
.team-sec-box {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.team-img img {
    width: 100%;
}
.team-name-info {
    float: left;
    width: 100%;
}
.team-name-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #b35725;
}
.team-name-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: #999;
}
.safari-fleet-sec {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 10px 0;
}
.safari-fleet-content {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.fleet-img img {
    width: 100%;
}
    .contact-us-form-main {
        float: left;
        width: 100%;
        background: #ffebda;
        padding: 20px;
    }
    .contact-us-form-head h3 {
        margin-top: 0;
        font-size: 36px;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }
    .contact-us-form-head h3 strong {
        font-weight: 800;
        color: #b35725;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }
    .contact-us-form-head {
        float: left;
        width: 100%;
        padding: 15px 0 20px 15px;
    }
    .contact-us-address {
        float: left;
        width: 100%;
        background: #ffebda;
        padding: 10px;
        margin: 0 0 15px 0;
    }
    .contact-us-form-add h3 {
        margin-top: 0;
        font-size: 36px;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }
    .contact-us-form-add h3 strong {
        font-weight: 800;
        color: #b35725;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }
    .contact-us-form-add {
        float: left;
        width: 100%;
        padding: 15px 0 15px 15px;
    }
    .contact-us-address h3{
        font-size: 25px;
        letter-spacing: inherit;
        margin-bottom: 10px;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }
    .contact-us-form-add a{
        color: #56605f;
    }
    .contact-us-form-add p {
        padding: 0;
        margin: 0;
    }
    .map-sec {
        float: left;
        width: 100%;
        padding: 30px 0 10px 0;
    }
    .activity-part .owl-nav {
        display: none;
    }
    .action-inner-sec {
        float: left;
        width: 100%;
        padding: 40px 0px 0px 0px;
    }
    .activity-info {
        float: left;
        width: 100%;
    }
    .activity-info ul li{
        list-style-type: none;
        font-size: 17px;
        line-height: inherit;
        font-weight: 500;
        color: #56605f;
    }
    .activity-info ul li i {
        color: #b35725;
        margin-right: 6px;
    }
    .activity-img img {
        width: 100%;
    }
    .activity-info h5 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #b35725;
        font-weight: 700;
    }
    .tour-overview h5 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #b35725;
        font-weight: 700;
    }
    .top-padding {
        padding: 10px 0 0 0;
    }
    /*.home-safari-packages .owl-nav{
        display: none;
    }*/
    .tour-overview ul li {
        list-style-type: none;
        font-size: 17px;
        line-height: inherit;
        font-weight: 500;
        color: #56605f;
    }
    .tour-overview ul li i {
        color: #b35725;
        margin-right: 6px;
    }
    .sec-dest .read-more .btn-read {
        padding: 2px 8px;
    }
     .sec-dest {
        padding: 0;
    }
    .reviews-part p{
        text-transform: none;
        font-size: 16px;
    }
    .facts-info h5 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #b35725;
        font-weight: 700;
    }
       .review-cont-sec {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    .review-main-box {
        float: left;
        width: 100%;
        position: relative;
        padding: 15px;
        -webkit-box-shadow: 0px 6px 35px -9px rgba(0,0,0,0.54);
        -moz-box-shadow: 0px 6px 35px -9px rgba(0,0,0,0.54);
        box-shadow: 0px 6px 35px -9px rgba(0,0,0,0.54);
        margin: 15px 0px;
    }
     .review-box {
        float: left;
        width: 100%;
        
    }
    .review-main-content {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .review-content h4 {
        margin: 0;
        font-size: 18px;
        color: #333;
        font-weight: 700;
        margin-bottom: 20px;
        float: left;
    }
    .review-star {
        float: left;
        display: flex;
    }
    .review-img {
        width: 120px;
        height: 100px;
        float: left;
    }
    .review-img img {
        width: 100%;
    }
    .review-content {
        float: right;
        width: 70%;
    }
    .review-star h3 {
        font-size: 15px;
        color: #77818c;
        margin: 0;
        padding-left: 40px;
    }
    .review-content-head {
        width: 100%;
        float: left;
        padding: 15px 0px;
    }
    .text-align {
        float: left;
        width: 100%;
    }
    .review-star i {
        color: #fcc416;
        margin: 0px 2px;
    }
    .review-star i.far.fa-calendar-alt {
    margin-right: 7px;
    color: #999;
}
.review-main-box:hover .review-star h3 {
    color: #ef6b3b;
}
.review-main-box:hover .review-content-head h4 {
    color: #ef6b3b;
}

/*Dropdown main*/

.navbar-bottom {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}
.navbar-bottom ul {
    margin: 0 auto 0 auto;
    width: 100%;
    float: right;
    display: block;
    padding: 15px 0 0 0;
}
.navbar-bottom ul li {
    text-align: center;
    display: inline;
    margin: 0 auto;
    padding: 0px 15px;
    position: inherit;
    width: 100%;
    position: relative;
}
.navbar-bottom ul li:last-child{
    padding-right: 0; 
}
.navbar-bottom ul li a {
    color: rgb(81, 7, 10);
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.navbar-bottom ul li a:hover {
    color: #fd7c06;
}
.navbar-bottom ul li a.active::before {
    width: 100%;
    background: #fd7c06;
}
.navbar-bottom ul li a.active {
    color: #fd7c06;
}
.navbar-bottom ul li:hover a::before {
  width: 100%;  
}
.navbar-bottom ul li a::before {
    content: "";
    position: absolute;
    background: #fd7c06;
    width: 0;
    height: 3px;
    left: 0;
    top: 38px;
    margin: 0 auto;
    right: 0;
    bottom: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/*Dropdown*/


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/*.dropdown {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*}*/

.navbar-bottom-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.navbar-bottom-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.navbar-bottom-content a:hover {background-color: #ddd;}

.navbar-bottom:hover .navbar-bottom-content {display: block;}

.navbar-bottom:hover .navbar-bottom ul li a {background-color: #3e8e41;}


/*Dropdown2*/


#navbar-bottom
{
     display: inline-block;
    position: relative;
    float: left;
    width: 100%;
	margin-top:15px
}

#navbar-bottom ul
{   
    margin: 0 auto 0 auto;
    width: 100%;
    float: right;
    display: block;
    padding: 15px 0 0 0;
	list-style:none;
	position:relative;
	/*float:left;*/
	/*margin:0;*/
	/*padding:0*/
}

#navbar-bottom ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#navbar-bottom ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#navbar-bottom ul li.current-menu-item
{
	background:#ddd
}

#navbar-bottom ul li:hover
{
	background:none;
}

#navbar-bottom ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0px 0 0 6px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
    width: 148%;
        border-radius: 10px;
}

#navbar-bottom ul ul li
{
	float:none;
	width:200px;
	padding:0;
}

#navbar-bottom ul ul a
{
	line-height:120%;
	padding:5px 15px;
}

#navbar-bottom ul ul ul
{
	top:0;
	left:100%
}

#navbar-bottom ul li:hover > ul
{
	display:block
}


#navbar-bottom {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    margin-top:0;
}
#navbar-bottom ul {
    margin: 0 auto 0 auto;
    width: 100%;
    float: right;
    display: block;
    padding: 15px 0 0 0;
}
#navbar-bottom ul li {
    text-align: center;
    display: inline;
    margin: 0 auto;
    padding: 0px 8px;
    position: inherit;
    width: auto;
    position: relative;
}
#navbar-bottom ul li:last-child{
    padding-right: 0; 
}
#navbar-bottom ul li a {
    color: rgb(81, 7, 10);
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
#navbar-bottom ul li a:hover {
    color: #fd7c06;
}
#navbar-bottom ul li a.active::before {
    width: 100%;
    background: #fd7c06;
}
#navbar-bottom ul li a.active {
    color: #fd7c06;
}
#navbar-bottom ul li:hover a::before {
  width: 100%;  
}
#navbar-bottom ul li a::before {
    content: "";
    position: absolute;
    background: #fd7c06;
    width: 0;
    height: 3px;
    left: 0;
    top: 38px;
    margin: 0 auto;
    right: 0;
    bottom: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#navbar-bottom ul li ul li a::before{
    display:none;
}
#navbar-bottom ul li ul li:hover{
    color:#fd7c06;
    padding-left:5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#navbar-bottom ul li ul li a {
    font-size: 14px;
    padding: 10px 0 4px 0;
    margin: 0;
    font-family: sans-serif;
    font-weight: 500;
    text-align:center;
}
#navbar-bottom ul li ul li i{
       float: left;
    position: relative;
    top: 19px;
    left: 17px;
    font-size: 19px;
}
#navbar-bottom ul li i {
    float: none;
    font-size: 20px;
    padding: 0 0 0 0;
}
.testimonials-box {
    padding: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0,0,0,.0980392) 2px 2px 2px 0;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 30px;
}
.testimonials-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid #f9f9f9;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -30px;
    left: 20%;
}
.testimonials-box p {
    text-align: justify;
}
.testimonials-box p a {
    margin-left: 10px;
}
.testimonials-box ul {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.testimonials-box ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    margin: 0px 5px 0px 0px;
}
.testimonials-box ul li i.fa.fa-quote-left {
    color: #d0d0d0;
    font-size: 20px;
}
.testimonials-box ul li i.fa.fa-circle {
    color: #32a67e;
    border: solid 2px #32a67e;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 12px;
}
.testimonials-box img {
    float: right;
    width: auto !important;
}
.bd-testimonials {
    background-image: url(../images/zim1-gamedrive-bg.jpg);
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px 0px 20px 0px;
}
.owl-carousel.testimonials-slide {
    display: block;
}
.bd-testimonials .previmg{
    float: left;
    margin: 0 auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 233px;
    position: relative;
    text-align: center;
    padding: 0px 0 0 0;
    display: block;
    left: 632px;
    color: #fd7e07;
    height: 16px;
    width: 15px;
    line-height: 1px;
    outline:none;
    /*font-size: 18px;*/
}
.bd-testimonials .nextimg{
    float: left;
    margin: 0 auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 233px;
    position: relative;
    text-align: center;
    padding: 0px 0 0 0;
    display: block;
    left: 640px;
    color: #fd7e07;
    height: 16px;
    width: 15px;
    line-height: 1px;
    outline:none;
    /*font-size: 18px;*/
}
.patners {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}
.dst-map-img img {
    width: 100%;
}


/*Form*/
.tailormade-form .form-sec {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.tailormade-form-sec {
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.tailormade-form .form-sec label {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.tailormade-form .form-control {
    width: 100%;
    /* height: 40px; */
    padding: 5px 10px 5px 30px;
    border-radius: 9px;
    box-shadow: unset;
    border: 0px solid #c76907;
    outline: none;
    -webkit-box-shadow: 0px 1px 3px 0px #f48321;
    box-shadow: 0px 1px 3px 0px #c3571c;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tailormad-btn-sec .tailormad-btn {
    background-color: #5a1011;
    border: 1px solid #5a1011;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: fit-content;
    outline: none;
}
.tailormad-btn-sec .tailormad-btn:hover {
    background: #f7740c;
    border: 1px solid #fec817;
    color: #000;
    outline: none;
}
.suggested-itineraries-sec-main{
    float:left;
    width:100%;
}
#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    left: 20px;
    line-height: 40px;
    text-align: center;
    background: #f5911f;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
}
.socila-icon-side-fix{
    position: fixed;
    top: 224px;
    z-index: 9;
    /*background: #fff;*/
    padding: 5px 0;
    border-radius:5px !important;
}

.head-side ul{
    display:block !important;
    margin-bottom: 0px !important;
}
.head-side ul li{
    border-radius:5px !important;
    display: block !important;
}
.head-side ul li.facebook{
    margin: 5px 5px;
}
.head-side ul li.facebook:hover {
    opacity:0.5;
    transition:all 0.5s ease-in-out;
}
.head-side ul li.twitter{
    margin: 5px 5px;
}
.head-side ul li.twitter:hover {
    opacity:0.5;
    transition:all 0.5s ease-in-out;
}
.head-side ul li.instagram{
    margin: 5px 5px;
}
.head-side ul li.instagram:hover {
    opacity:0.5;
    transition:all 0.5s ease-in-out;
}
.head-side ul li.youtube{
    margin: 5px 5px;
}
.head-side ul li.youtube:hover {
    opacity:0.5;
    transition:all 0.5s ease-in-out;
}
.booking-form-zim{
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
        border: 1px solid #ccc;
}
.booking-form-field{
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
    text-align: center;
}
.booking-form-field input{
        width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.booking-form-icon {
    position: absolute;
    right: 0px;
    top: 0;
    height: 41px;
    width: 43px;
    line-height: 41px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 14px;
}
.booking-form-icon i{
        color: #c75213;
    font-weight: 600;
}
.booking-form-field input:focus{
    outline: none;
}

.booking-form-field input:hover {
    box-shadow: inset 0 0 5px #df6a26;
     outline: none;
     transition: 0.25s ease-in-out;
}
.booking-form-field textarea:hover {
    box-shadow: inset 0 0 5px #df6a26;
     outline: none;
     transition: 0.25s ease-in-out;
}
.booking-form-field textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.booking-form-field .submit-btn {
    background: #df6a26;
    border: 1px solid #df6a26;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline: none;
    float:none;
    width:auto;
}
.booking-form-field .submit-btn:hover {
    background: #fff;
    border: 1px solid #df6a26;
    color: #df6a26;
}
.home-enquiry{
    float:left;
    width:100%;
    position:relative;
}
.home-enquiry .modal-body {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px 0;
    border-top: 1px solid #e52f48;
}
.modal-main-card{
     float:left;
    width:100%;
    position:relative;  
}
.modal-main-card-input{
    float:left;
    width:100%;
    position:relative; 
}
.modal-main-card-input input{
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin:0 0 10px 0;
}
.modal-main-card-input input:hover{
    -webkit-box-shadow: inset 5px 5px 26px -5px rgba(236,112,18,1);
    -moz-box-shadow: inset 5px 5px 26px -5px rgba(236,112,18,1);
    box-shadow: inset 5px 5px 26px -5px rgba(236,112,18,1);
    transition:all 0.5s ease-in-out;
}
.modal-main-card-input input:focus{
    border:none;
}
.modal-main-card-input textarea{
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.modal-main-card-input textarea:focus{
    border:none;
}
.modal-main-card-input textarea:hover{
    -webkit-box-shadow: inset 5px 5px 26px -5px rgba(236,112,18,1);
    -moz-box-shadow: inset 5px 5px 26px -5px rgba(236,112,18,1);
    box-shadow: inset 5px 5px 26px -5px rgba(236,112,18,1);
        transition:all 0.5s ease-in-out;
}
.modal-main-card label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fd7c06;
    font-size: 16px;
}
.modal-btn-en{
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 15px;
    font-weight: 600;
    width: auto;
}
.modal-btn-en input{
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #b35523;
    color: #fff;
}
.modal-btn-en input:hover{
    border: 1px solid #b35523;
    color:#000000;
    background:#fff;
    transition:all 0.5s ease-in-out;
}
.wp-icn {
    position: fixed;
    right: 34px;
    z-index: 99999;
    bottom: 120px;
}
.wp-icn img{
    height:32px;
    width:32px;
}
.safari-packages-main .owl-dots {
    display:none;
}
.home-enquiry .modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    padding: 73px 0 0 0;
}
/*.kal .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{*/
/*    display:none;*/
/*}*/

.travel-with-us-main{
    float:left;
    width:100%;
    position:relative;
}
.travel-with-box{
    float:left;
    width:100%;
    position:relative;
}
/*.icon-img{*/
/*    float:left;*/
/*    width:100%;*/
/*    position:relative;*/
/*    text-align:center;*/
/*}*/
/*.icon-img img{*/
/*    width:100%;*/
/*}*/
.team-col-box{
    float:left;
    width:100%;
    position:relative;
}
.team-img{ 
    float:left;
    width:100%;
    position:relative;
    padding: 15px 0 0 0;
}
.team-img img{
    width:100%;
}
.team-name-info{
    float:left;
    width:100%;
    position:relative;
}
.team-name-info h3{
    font-size:18px;
}
.fleet-img{
      float:left;
    width:100%;
    position:relative;  
}
.fleet-img img{
    width:100%;
}
.tour-overview .dst-map-img{
    float:left !important;
    width:100% !important;
    position:relative !important;
}
.tour-overview .dst-map-img img{
    width:100%;
}
.tour-overview ul{
    list-style:none;
}

.socail_down_arrow {
    display: none;
}




/*Mobile Menu*/

.gee_hamburger {
    background: #560c0d;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    padding: 0px 12px 0px 12px;
    color: #fff7d3;
    border: 0;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100;
    width: 50px;
}

.gee_cross {
    background: #e37014;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0px 10px 0px 10px;
    color: #fff7d3;
    border: 0;
    height: 50px;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100;
    width: 50px;
}

.gee_menu {
  z-index: 101;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background: #5d1115;
  position: absolute;
  text-align: center;
  top: 80px;
}

.gee_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.gee_menu li {
  display: block;
  padding: 12px 0 12px 0;
  border-bottom: #fff7d3 1px solid;
}
.link-box-sec h3 i{
    display: none;
}

.gee_menu li:hover {
  display: block;
  background: #ff7300;
  color: #fff7d3;
  padding: 12px 0 12px 0;
}

.gee_menu ul li a {
  font-family: 'Poppins', sans-serif;    
  text-decoration: none;
  margin: 0px;
  color: #fff7d3;
  font-size: 15px;
  font-weight:500;
}

.gee_menu ul li a:hover {
  color: #fff7d3;
  text-decoration: none;
}

.gee_menu a {
  text-decoration: none;
  color: white;
}

.gee_menu a:hover {
  text-decoration: none;
  color: white;
}

.gee_glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}
.gee_mobile {
    width: 50px;
    float: right;
    position: absolute;
    height: 50px;
    line-height: 50px;
    flex: 1;
    margin: 15px 15px 0 0;
    right: 0;
}