body {
    font-family: "Montserrat", sans-serif !important;

  font-size: 16px !important;
  margin: 0 auto !important;
  min-height: 1000px !important;
  height: 100% !important;
  background: #fff !important;
  overflow-x: hidden !important;
  color: #000 !important;
  font-weight: 400;

}

body.home{
   padding-top: 0px;
}

p{
margin: 0;
}

/* @font-face {
  font-family: "Flaming";
  src: url("../fonts/Flaming/Flaming.eot");
  src: url("../fonts/Flaming/Flaming.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaming/Flaming.woff2") format("woff2"),
    url("../fonts/Flaming/Flaming.woff") format("woff"),
    url("../fonts/Flaming/Flaming.ttf") format("truetype"),
    url("../fonts/Flaming/Flaming.svg#Flaming") format("svg");
} */


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

::-webkit-scrollbar {
  width: 15px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #FEB000;
  /* Old browsers */
}

::-webkit-scrollbar-thumb:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #FEB000;
  /* Old browsers */
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}



/*ReusableProperties*/
a {
  text-decoration: none !important;
  transition: 0.5s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

ul,li{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
/* //span { display: block; } */




.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255);
}



/* colors */

:root {
  --color-white: #fff;
}



/*scroll top*/

#scroll {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* text-indent: -9999px; */
  display: none;
  z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
  border: 1px solid #fff;
  background: #FEB000;
  z-index: 1024;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}





.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* sidenav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0px;
  background:url(../images/sidenav.png);
  background-size: cover;
  overflow-x: hidden;
  transition: 0.5s;
}

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .desktop-navigation a.nav-link {
    font-size: 30px;
    color: #fff;
    text-transform: initial;
    font-weight: 900;
}
  .desktop-navigation a.nav-link:hover,  .desktop-navigation .current-menu-item a{
    color: #F7A707;
  }

  .sidenav li {
    list-style: none;
    display: block;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
  }

  .rightbig {
    color: #FEB000;
    /* float: right; */
    margin-top: 7px !important;
    display: block;
}


  

/* Progress-scroll */

.progressscroll {
  border-bottom: 4px solid #c49a6c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Header */
/* .header-top */
/*header style*/

header{
  position: fixed;
}

h1{
   font-family: "Abril Fatface", serif !important;
   font-size: 72px;
}
.same-btn {
    background: #F7A707;
    padding: 10px 15px;
    display: inline-block !important;
    font-weight: 600;
    color: #000 !important;
    border: 1px solid #F7A707;
}
.fill-out{
      background: transparent;
      color: #fff !important;
}
.same-btn img{
  margin-left: 5px;
}
.banner p{
  margin-bottom: 25px !important;
}
.after-banner-box h5{
  font-size: 22px;
  font-weight: 700;
}
h3.secTitle{
     font-family: "Abril Fatface", serif !important;
   font-size: 40px;
}
section{
  padding: 80px 0;
}
.why-safari{
  background: url(../images/why-safari-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.why-safari-box h6 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.why-safari-box {
    min-height: 260px;
    border-color:#F7A707 !important;
}

.why-travel{
  background: url(../images/why_travel_bg.png);
  background-attachment: fixed;
  background-size: cover;
}
.why-travel h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}
.why-travel h6 {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}



/* Owlsilder */


#carousel img {
/* width: initial !important; */
  object-fit: cover;
}
#carousel  .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#carousel  .owl-nav button.owl-prev {
  left: 0;
}
#carousel  .owl-nav button.owl-next {
  right: 0;
}

#carousel  .owl-dots {
  text-align: center;
  padding-top: 15px;
}
#carousel  .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
#carousel  .owl-dots button.owl-dot.active {
  background-color: #000;
}
#carousel  .owl-dots button.owl-dot:focus {
  outline: none;
}
#carousel  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F7A707 !important;
}
#carousel  span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
#carousel  .owl-nav button:focus {
    outline: none;
}
#carousel  .owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
#carousel  .item {
    width: 100%;
}
#carousel  svg {
    width: 50px;
    padding: 15px;
}
.safari-slider-box .bottom-0 {
    bottom: 60px !important;
}
.safari-slider-box h6 {
    font-size: 22px;
    font-weight: 700;
}


.mid-section h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bullet-list ul li::before{
  content: '';
  background: url(../images/big-arrow.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
    margin-right: 15px;
}
.bullet-list ul li{
  margin-bottom: 15px !important;
  font-size: 16px;
}
.mid-section p{
  font-size: 16px;
}

.get-in-touch{
  background: url(../images/get_in_touch_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
label{
  font-weight: 600;
  margin-bottom: 5px;
}
.form-control{
  border-radius: 0;
}


footer{
  padding: 80px 0;
}
.bg-grey{
  background: #F1F1F1;
}
.footer-content h5{
  font-size: 22px;
    font-family: "Abril Fatface", serif !important;
    margin-bottom: 15px;
}
.footer-social li {
    margin-right: 10px !important;
}
.input-group>.form-control {
    border-color: #f7a707;
}
#carousel .owl-dots {
    display: none;
}
.bg-green{
  background: url(../images/bg-green.jpg);
  background-size: cover;
}
img {
    display: initial !important;
    border-style: none;
}
.footer-navigation li a.nav-link {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.footer-navigation li.current-menu-item a.nav-link,.footer-navigation li a.nav-link:hover {
  font-weight: 600;
}
header.sticky {
    background: #0000003d;
    padding-bottom: 15px;
}
.humberger img{
  cursor: pointer;
}
.same-btn:hover,.elementor-button-link.elementor-size-sm:hover{
  background: transparent !important;
  color: #fff !important;
}
.same-btn:hover img{
filter: invert(1);
}
.elementor-button-link.elementor-size-sm:hover svg path {
  fill: #fff !important;
}
.same-btn.fill-out:hover{
    background: #F7A707 !important;
  color: #000 !important;
}
.input-group-text:hover{
  background: #F7A707 !important;
}
.after-banner-box:hover .position-absolute {
    background: #ffffff29;
}
.footer-social img:hover {
    margin-top: -5px;
    position: relative;
}
.desktop-navigation .dropdown:hover ul.dropdown-menu {
    display: block;
}
.desktop-navigation .dropdown ul.dropdown-menu li a{
	    font-size: 16px;
    color: #000;
    text-transform: initial;
    font-weight: 600;
		background:transparent;
}
.desktop-navigation {
    padding-top: 90px;
}
.desktop-navigation .dropdown ul.dropdown-menu li a:hover{
			background:transparent;
	color:#feb000;
}
.desktop-navigation .dropdown ul.dropdown-menu li a::before {
    content: '';
    background: url(../images/big-arrow.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
	background-size:100% 100%;
}
.footer-navigation .dropdown ul.dropdown-menu {
    display: block;
    position: relative;
    width: fit-content;
    border: none;
    background: #f1f1f1;
    margin-bottom: 10px !important;
	padding-left: 30px !important;
}
.footer-navigation .dropdown ul.dropdown-menu li {
    list-style: disc !important;
}
.footer-navigation .dropdown ul.dropdown-menu a {
    font-size: 15px;
    padding: 5px 0;
}
.footer-navigation .dropdown ul.dropdown-menu a:hover{
	background:transparent;
	font-weight:600;
}
.after-banner-first-box {
    min-height: 330px;
    display: flex;
    align-items: center;
}
#bg-white-button:hover{
	background:#fff !important;
}
#bg-white-button:hover a{
		color:#F7A707 !important;
}
.trek-details-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.trek-details-table th {
  background-color: #F7A707;
  color: #fff;
  text-align: left;
  padding: 10px;
}

.trek-details-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.trek-details-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.trek-details-table tr:hover {
  background-color: #f1f1f1;
}
#slider-hover .wpr-cv-container:hover{
	background:url(../images/slider-hover.png);
	background-size:cover;
}
#active-tab:hover span.elementor-button-text {
    color: #F7A707;
}
#active-tab:hover {
	background:#fff;
}
.safari-slider-box {
    border: 1px solid #fff;
}
#carousel img.w-100 {
    height: 350px;
}
.after-banner-tiger-bg{
	background:url(../images/tiger-bg.jpg);
	background-attachment:fixed;
	background-size:cover;
	padding:150px 0;
}
.after-banner-tiger-bg h4 {
    font-size: 28px;
    margin: 20px 0;
	    font-weight: 600;
}
.after-banner-tiger-bg p {
    font-size: 26px;
    font-weight: 300;
}
.after-banner-bottom{
	margin-top:-100px;
}
.after-banner{
	padding-bottom:80px;
}
.mid-section{
	background:url(../images/elephant-bg.jpg);
	background-attachment:fixed;
	background-size:cover;
	padding:100px 0 !important;
}
.position-absolutes .same-btn:hover {
    color: #f7a707 !important;
}
.position-absolutes .same-btn:hover img{
	filter: brightness(0) saturate(100%) invert(63%) sepia(92%) saturate(748%) hue-rotate(1deg) brightness(97%) contrast(101%);
}
#text-yellow:hover .elementor-button-text{
	color: #f7a707 !important;
}
#text-yellow:hover .elementor-button-icon svg path {
    fill: #F7A707 !important;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
.font-b-i p{
	font-size:20px;
	font-style:italic;
	font-weight:600;
}
.desktop-navigation ul li {
    display: inline-block;
}
.desktop-navigation a.nav-link {
    font-size: 18px;
    color: #fff;
    text-transform: initial;
    font-weight: 600;
    padding:20px 15px;
}

/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/

@media(min-width: 1800px){
	  .container {
        width: 80%;
        max-width: 80%;
    }
	img.img-fluid.mb-4.yl {
    display: block;
    width: 100%;
}
.owl-carousel .owl-stage-outer{
	height: 450px !important;
}
#carousel img.w-100 {
    height: 450px;
}
h1 {
    font-size: 100px;
}
.banner p {
    margin-bottom: 25px !important;
}
.same-btn{
	font-size: 18px;
}
.after-banner-first-box {
	min-height: 520px;
}
h3.secTitle {
    font-size: 60px;
}
.after-banner-box h5 {
    font-size: 36px;
    margin: 30px 0;
}
.why-safari-box h6 {
	font-size: 20px;
	}
.why-safari-box {
	min-height: 320px;
	padding: 30px !important;
	}
.footer-content h5 {
	font-size: 30px;
}
.safari-slider-box h6 {
	font-size: 30px;
	}
.desktop-navigation a.nav-link {
    font-size: 18px;
	    padding: 20px 40px;
	}
	.desktop-navigation .dropdown ul.dropdown-menu li a{
		font-size: 16px;
		        padding: 15px 15px;
	}
	.footer-navigation li a.nav-link {
		font-size: 18px;
	}
.footer-navigation .dropdown ul.dropdown-menu a {
    font-size: 16px;
}
	.e-con {
 --container-max-width: 80% !important;
}
#font-100 h2 {
    font-size: 100px;
}
	#font-34 h2{
		    font-size: 34px;
	}
	#font-34 p{
		font-size:16px;
	}
	#font-60 h2{
		font-size:60px;	
	}
	.font-30 a{
	font-size:30px !important;	
	}
	#font-26 h2{
		font-size: 20px;
	}
	#font-50 h2{
		font-size: 50px;
	}
}
@media(min-width: 2000px){
	.desktop-navigation a.nav-link {
        font-size: 26px;
    }
	#font-26 h2 {
        font-size: 26px;
    }
	#font-26 p,.font-b-i p{
		font-size:26px;
	}
	
		#font-20 p {
    font-size: 20px;
}
	#font-20 h3 {
    font-size: 20px;
}
	p {
    font-size: 20px;
}
	.position-absolutes {
    font-size: 20px;
}
	.bullet-list ul li {
    font-size: 20px;
}
#font-36 h3 {
    font-size: 36px;
}
}

@media(max-width: 991px) {
  body {
    font-size: 14px !important;
  }
  .why-safari-box {
    min-height: initial;
}
.mid-left{
  height: initial;
}

.mid-right{
  height: initial;
}
.px-5 {
    padding: 0 15px !important;
}
.row {
    --bs-gutter-x: 0;
}

.banner img.w-100{
  height: 500px;
  object-fit: cover;
  object-position: center;
}
h1 {
    font-size: 36px;
}
.position-absolute.top-50.start-0.translate-middle-y.text-white.w-100 {
    bottom: 120px !important;
}
.banner .same-btn {
    margin: 0 0 10px 0 !important;
}
section {
    padding: 30px 0;
}
.text-center {
    text-align: left !important;
}
h3.secTitle {
    font-size: 30px;
}
.why-safari-list .col {
    width: 100% !important;
    flex: initial;
    margin-bottom: 15px;
}
.yl{
  display: none !important;
}
.why-travel h5 {
    font-size: 18px;
  }
.why-travel h6 {
    font-size: 14px;
    line-height: 26px;
}
.p-5 {
    padding: 30px 15px !important;
}
.bullet-list ul li {
    display: flex;
}
footer.bg-grey.px-5 {
    padding-top: 40px !important;
}
.footer-content {
    margin-bottom: 40px;
}
.desktop-navigation a.nav-link {
    font-size: 30px;
  }
.logosidenav.p-4 {
    padding: 30px 15px 60px !important;
}
.elementor-image-box-wrapper .elementor-image-box-content {
    display: inline-block !important;
    width: 85% !important;
    vertical-align: top !important;
    margin-left: 10px !important;
}
.elementor-image-box-wrapper figure.elementor-image-box-img {
    display: inline-block !important;
}
.footer-logo img {
    height: 90px;
}
	.desktop-navigation .dropdown ul.dropdown-menu {
    display: block;
    position: relative;
    border: none;
	background:transparent;
}
.after-banner-tiger-bg h4 {
	font-size: 18px;
	}	
	.after-banner-tiger-bg p {
		font-size: 16px;
	}
.after-banner-box {
    margin-bottom: 30px;
}
}

