*, ::after, ::before {
    box-sizing: border-box;
}
img{
  height: auto;
}
.img-fluid{
  max-width: 100%;
}
a, .form-control{
  transition: all ease-in-out .4s;
}
body {
    margin: 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  p{
    line-height: 24px;
  }
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
} 
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col, .col-sm, .col-sm-6, .col-md, .col-md-4, .col-md-6, .col-lg, .col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.text-center{
	text-align:center;
}

.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;

  background-color: #25490a;
  border: 1px solid transparent;
  padding: .375rem 2rem;
  line-height: 1.5;
  color: #fff;
  border-color: #1e3c08;
}
.readmore{
  font-size: 10px;
  padding: 1px 10px;
  background-color: #FF9800;
  border-color: #db8200;
  font-weight: bold;
  border-radius: 4px;
}
.table td, .table th {
    padding: 5px;
    vertical-align: top;
	text-align:left;
}
.table-padding{
	padding:15px;
}
.form{
  background-color: #FF9800;
  padding: 30px 15px;
}
.form .btn{
  width: 100%;
  cursor: pointer;
}
.form .title{
  margin-top: 0;
  text-align: center;
  color: #fff;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #df8509;
  outline: none;
} 
textarea.form-control{
  height: initial;
}
.form-control:focus{
  border-color:#25490a;
  
}
.form-label{
  margin-bottom: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.form-inner{
  margin: 15px 0;
}
.light-bg{
	background-color:#eee;
}
header{
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    position: relative;
    z-index: 99;
}

a{
    text-decoration: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar>.container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.svg-inline-ci {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
  }
.contact-top{
    text-align: right;
}  
.contact-top a{
    font-weight: bold;
    color: #FF9800;
    white-space: nowrap;
} 

.contact-top .svg-inline-ci{
    width: 24px;
    height: 24px;
    margin-right: 5px;
    color: #25490a;
}
.logo{
  display: flex;
  width: 200px;
}
.logo img{
    max-width: 100%;
}




.navbar>.container{
    display: -webkit-box;
  }
.navbar{
    background-color: #25490a; 
    text-transform: uppercase;  
} 
.navbar ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.navbar ul li a{
    color: #fff;
    font-size: 12px;
}
.navbar-nav > li > a{
    padding: 15px 18px;
    display: block;
    font-weight: bold;
}
.navbar-nav ul{
    background-color: #25490a;  
    position: absolute;
    padding: 0;
    min-width: 200px;
	max-height:0;
	overflow:hidden;
	display:block;
	transition:max-height .4s ease-in-out;
}
.navbar-nav > li:hover > a, .navbar-nav ul li:hover > a{
  color: #FF9800;
}
.navbar-nav > li:hover ul{
	max-height: 400px;
}
.navbar-nav ul li > a{
    padding: 10px 15px;
    display: block;
    text-transform: initial;
}
.enquiry-btn{
    color: #FF9800;
    background-color: #1e3c08;
    padding: 11px 22px;
}
.st-slider img{
  width: 100%;
}
.safari{
  margin-top: 30px;
  margin-bottom: 30px;
}
.safari .item{
  margin-bottom: 15px;
  background-color: #f5f5f5;
}
.safari .item .image{
  display: flex;
}
.safari .item img{
  width: 100%;
}
.safari .item a.item-title{
  background-color: #FF9800;
  display: block;
  padding: 10px 15px;
  color: #ffffff;
}
.safari .item a.item-title h3{
  margin: 0px;
}
.safari .item ul{
  padding: 0;
  margin:0;
  list-style: none;
}
.safari .item ul li{
  padding: 10px 10px 10px 32px;
  border-bottom: solid 1px #ffffff;
}
.safari .item ul li:before{
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(45deg);
  margin-left: -19px;
  margin-top: 4px;
  color: #4CAF50;
}
.safari .item ul li:last-child{
  border-bottom:none;
  margin-bottom: 15px;
}
.safari .item ul li:first-child{
  color: #ff3f3f;
}
.popular-package{
  margin-top: 30px;
  margin-bottom: 30px;
}
.popular-package .item{
  margin-bottom: 15px;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.popular-package .item img{
  width: 100%;
  border-radius: 100%;
}
.popular-package .item .item-title{
  padding: 2px 0 4px;
  margin: 0;
  text-align: center;
  color: #FF9800;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 41px;
  background-color: rgb(0 0 0 / 71%);
  box-shadow: 0px 11px 18px 8px rgb(0 0 0 / 55%);
}
.popular-package .item .price{
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  font-size: 18px;
  text-shadow: -3px 5px 4px black;
}
footer{
  background-color: #303030;
  color: rgb(255 255 255 / 74%);
  padding: 10px 0;
  margin-top: 200px;
}
footer:before{
  content: "";
  position: absolute;
  width: 500px;
  height: 178px;
  margin-top: -9px;
  margin-left: 50%;
  transform: translateX(-50%) translateY(-100%);
  background-image: url(../images/footer-logo.jpg);
  background-repeat: no-repeat;
}
footer ul, .sidebar-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a, .sidebar-links a{
  color: #8d959d;
  display: block;
  padding: 5px 0;
}
footer ul a:hover{
  color: #fff;
}
.footer-title{
  color: #FF9800;
  text-transform: uppercase;
}
footer .svg-inline-ci{
  width: 20px;
  margin-right: 8px;
}
.footer-phone{
  font-weight: bold;
  color: #fff;
  line-height: 25px;
}
.footer-email{
  color:#fff;
  font-size: 12px;
  white-space: nowrap;
}
.policy-links{
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  margin: 10px 0;
  background-color: #25490a;
}
.policy-links li{
  display: inline-block;
  margin: 0 10px;
}
.policy-links .btn{
  background-color: #FF9800;
  font-weight: bold;
}
.footer-bottom{
  opacity: .5;
  text-align: center;
}
.footer-bottom .col-auto:first-child{
  padding: 5px;
}
/* inner page css */
.inner-content{
  padding-top: 15px;
}
.inner-page .title{
  color: #FF9800;
}
.price-tariff-block{
  background-color: #5b9530;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.side-bar{
  padding: 15px;
  width: 100%;
}
.help-block{
  background-color: #FF9800;
  color: #84530f;
  text-align: center;
}
.help-title{
  font-size: 18px;
  padding: 20px 30px;
}
.help-body{
  padding: 1px 30px 20px;
}
.help-block big{
  font-weight: bold;
  white-space: nowrap;
  background-color: rgb(255 255 255 / 68%);
  display: block;
  margin-left: -30px;
  margin-right: -30px;
  padding: 7px;
  color: #000;
}
.help-block big .svg-inline-ci {
  width: 26px;
}
.help-block .email{
  color:#fff;
  font-size: 12px;
}
.help-block h4{
  margin: 10px 0;
}
.help-block h4:first-child{
  margin-top: 0;
}
.help-block span{
  background-color: #ffb650;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 17px;
  border-radius: 30px;
  font-size: 12px;
}
.sidebar-title{
  margin-bottom: 5px;
  color: #25490a;
}
.highlights{
  padding: 10px 30px;
  margin: 30px 0;
  background-color: #eee;
}
.highlights ul li{
  margin-bottom: 10px;
}
.highlight-success{
    background-color: #FF9800;
    color: #84530f;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
.highlight-success:before{
	content: "";
    position: absolute;
    border: solid 10px transparent;
    border-bottom-color: #84530f;
    border-left-color: #84530f;
    left: 0;
    bottom: 0;}
.highlight-success:after{
	content: "";
    position: absolute;
    border: solid 10px transparent;
    border-top-color: #84530f;
    border-right-color: #84530f;
	right:0;
    top: 0;}	
.photos{
  min-width: 50%;
}
.photos img{
  max-width: 100%;
}
.tour-info{
  padding: 0 15px;
}
.tour-info h1{
  font-size: 20px;
  text-align: left;
}
.tour-info .specs{
  color: #FF9800;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
ul.ulist {
    list-style: none;
    line-height: 22px;
	padding-left: 23px;
}
ul.ulist li {
    margin-bottom: 8px;
    position: relative;
}
ul.ulist li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    transform: rotate(45deg);
    margin-left: -19px;
    top: 5px;
    color: #4CAF50;
}
ul.crosslist li:before{
	content: "";
	color: #ff1515;
	border-bottom:none;
}
ul.crosslist li:after {
	content: "";
    position: absolute;
    width: 6px;
    height: 11px;
	color: #ff1515;
    border-left: solid 2px;
    transform: rotate(-45deg);
    margin-left: -19px;
    top: 5px;
    left: 3px;
}
ul.disk li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid 2px;
    border-radius: 10px;
    margin-left: -19px;
    top: 10px;
    color: #a9a9a8;
}
ul.grouplist li:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    left: -15px;
    top: 0px;
    background-color: #e1efd1;
    z-index: -1;
    border-radius: 100px;
}
ul.grouplist {
    list-style: none;
    padding-left: 20px;
}
ul.grouplist li {
    margin-bottom: 15px;
    position: relative;
    background-color: #e1efd1;
    padding: 15px;
    border-radius: 10px;
	border-top-left-radius: 0;
    line-height: 23px;
}
ul.grouplist li:before {
    top: 8px;
}
ul.grouplist h5{
    margin-top: -11px;
    margin-bottom: 0;
    font-size: 16px;
}
ol{
  padding-left: 18px;
  line-height: 22px;
  margin-top: 8px;
}
ol li {
  margin-bottom: 7px;
  padding-left: 15px;
}
.payment a{
  display: block;
  margin-bottom: 15px;
}
.payment img{
  max-width: 100%;
}
.payment input {
  width: 100%;
}
@media only screen and (min-width: 576px) {
.container{
    max-width: 540px;
}
.col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-sm-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.quickcontacts{
  display:none !important;
}
}
@media only screen and (min-width: 768px) {
    .container{
        max-width: 720px;
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .col-md{
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
  .contact-top .phone{
    margin-left: auto;
    margin-right: 30px;
}
    .about{
      text-align: justify;
    }
    .inner-content{
      text-align: justify;
      width: calc(100% - 300px);
    }
}
@media only screen and (min-width: 992px) {
    .container{
        max-width: 960px;
    }
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .nav-toggle{
    margin-left: auto;
  }
    .navbar-expand-lg>.container{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .side-bar{
      width: 300px;
    }

}
@media only screen and (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}
@media only screen and (max-width:991px){
  .nav-toggle{
    background-color: #1e3c08;
    width: 50px;
    height: 45px;
    display: block;
    cursor: pointer;
  }
  .nav-toggle::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 10px;
    margin: 11px;
    filter: drop-shadow(0px 8px 0px #fff);
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
  .navbar-nav{
    display: none;
    background-color: #1e3c08;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 40px !important;
  }
  .nav-toggle:hover .navbar-nav{
    display: block;
  }
  .navbar-nav ul {
    position: relative;
}
}
@media only screen and (max-width:480px){
  .contact-top .email{
    display: block;
}
.contact-top .svg-inline-ci {
  margin-right: 0;
  margin-left: 12px;
}
	.contact-top .email span{
    display: none;
}

}
@media only screen and (max-width:575px){
footer:before{
  width: 100%;
  background-position: center top;
}
.policy-links .payonline-btn {
  display: block;
  margin-top: 8px;
  margin-bottom: 10px;
}
.quickcontacts {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.quickcontacts a {
  text-align: center;
  color: #fff;
  display: inline-block;
}
.quickcontacts .fenq {
  background: #FF9800;
  width: 60%;
  font-size: 14px;
  padding: 7px;
  font-weight: bold;
  padding-right: 71px;
  text-transform: uppercase;
  line-height: 23px;
  vertical-align: bottom;
}
.quickcontacts .fcall {
  background: #25490a;
  width: 20%;
  padding: 4px 0 7px 0;
}
.quickcontacts .fwhats {
  background: #3fd439;
  width: 20%;
  padding: 4px 0 7px 0;
}
.quickcontacts .svg-inline-ci{
  width: 26px;
  color: #fff;
}
.quickcontacts i{
  vertical-align: middle;
}
footer {
  background-color: #303030;
  color: rgb(255 255 255 / 74%);
  padding: 10px 0 45px;
  margin-top: 200px;
}
}
.alert-danger{
    position: relative;
    text-align: center;
    color: #c30000;
    font-weight: bold;
    margin-top: 10px;
}