*, ::after, ::before {
  box-sizing: border-box;
}

:root {
  --theme-color: #79a404;
  --second-color: #f15500;
}
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: "Fraunces", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p{
  line-height: 24px;
}

.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;
}

textarea.form-control{
  height: initial;
}
.form-control:focus{
  border-color:var(--theme-color);
  
}
.form-label{
  margin-bottom: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.form-inner{
  margin: 15px 0;
  border-radius: 20px;
}
.light-bg{
	background-color:#eee;
}
header{
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  position: relative;
  z-index: 99;
  border-bottom: 2px solid var(--second-color);
}

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 a.phone{
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-top a.phone i{
  background-color: var(--theme-color);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.contact-top a.phone p{
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
}
.contact-top a.phone p span{
  font-size: 14px;
  font-weight: 400;
}

.contact-top .svg-inline-ci{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  color: var(--theme-color);
}
.logo{
  display: flex;
  width: 200px;
}
.logo img{
  width: 150px;
  padding: 5px 0;
}




.navbar>.container{
  display: -webkit-box;
}
.navbar{
  background-color: var(--theme-color); 
  text-transform: uppercase;  
} 
.navbar ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar ul li a{
  color: #fff;
  font-size: 12px;
  position: relative;
}
.navbar ul li a:after {
  border-right: 1px solid #a3c57c;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  bottom: 0;
  content: '';
  height: 25px;
}
.navbar ul li:last-child a:after{
  display: none;
}
.navbar-nav > li > a{
  padding: 15px 18px;
  display: block;
  font-weight: bold;
}
.navbar-nav ul{
  background-color: var(--theme-color);  
  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;
}

.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;
}

.policy-links{
  text-align: end;
  font-size: 14px;
}
.policy-links ul{
  margin-bottom: 0;
}
.policy-links li{
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.policy-links ul li a{
  color: #fff;
}
.policy-links ul li:after{
    border-right: 1px solid #fcfcfc;
    position: absolute;
    right: -2px;
    top: 4px;
    bottom: 0;
    content: '';
    height: 14px;
}
.policy-links ul li:last-child:after{
  display: none;
}
.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{
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 30px;
  font-weight: 700;
}
.price-tariff-block{
  background-color: #5b9530;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.price-tariff-block ul{
  padding-left: 20px;
}
.price-tariff-block ul li{
  padding: 5px 0;
  font-size: 16px;
}
.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: var(--theme-color);
}
.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;
    z-index: 100;
  }
  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: 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: 55px !important;
  }
  .nav-toggle:hover .navbar-nav{
    display: block;
  }
  .navbar-nav ul {
    position: relative;
  }
}
@media only screen and (max-width:480px){
  .contact-top .email{
    display: none;
  }
  .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: var(--second-color);
    width: 40%;
    font-size: 15px;
    padding: 7px;
    font-weight: bold;
/*    padding-right: 71px;*/
    text-transform: uppercase;
    line-height: 35px;
    vertical-align: bottom;
  }
  .quickcontacts .fcall {
    background: var(--theme-color);
    width: 30%;
    padding: 6px 0;
    font-size: 20px;
  }
  .quickcontacts .fwhats {
    background: #3fd439;
    width: 30%;
    padding: 4px 0;
    font-size: 25px;
  }
  .quickcontacts .svg-inline-ci{
    width: 26px;
    color: #fff;
  }
  .quickcontacts i{
    vertical-align: middle;
  }

}
.alert-danger{
  position: relative;
  text-align: center;
  color: #c30000;
  font-weight: bold;
  margin-top: 10px;
}

.btn-bs{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 10px;
  transition: 0.3s linear;
  font-weight: 600;
}
.btn-primary{
  background-color: var(--second-color);
}
.btn-primary:hover{
  background-color: var(--theme-color);
}
.enquiry-btn:hover{
  background-color: var(--second-color);
}
.btn-bs:hover {
  transform: scale(1.1);
  transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}

/*home slider*/
#demo .carousel-item img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: brightness(0.6);
}
.slider-caption{
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.slider-caption .caption-title{
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
}
.slider-caption .caption-title span{
  color: var(--second-color);
}

/*form section*/
.form-section form{
  background-color: var(--theme-color);
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
}
.form-section form .title{
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}
.form-section form .title:before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 100px;
  height: 3px;
  background-color: #fff;
}
.form-section form .input-group-text{
  border-radius: 10px 0 0 10px;
  background-color: var(--second-color);
  border: none;
  color: #fff;
}
.form-section form .form-control{
  padding: 9px;
  border-radius: 10px;
}
.btn-hover:hover{
  background-color: #000;
}

/*about section*/
.about-section .about-subtitle{
  font-size: 30px;
  font-weight: 500;
}
.about-section .about-title{
  font-size: 40px ;
  font-weight: 600;
}
.about-section img{
  width: 100%;
  border-radius: 20px;
  filter: brightness(0.9);
}

/*main title*/
.main-title {
  margin-bottom: 50px;
  text-align: center;
}
.main-title .h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.title-border {
  background: var(--theme-color);
}
.title-border {
  height: 5px;
  width: 94px;
  border-radius: 10px;
  margin: 0 auto;
}
.title-border-inner {
  height: 5px;
  width: 5px;
  animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
  float: left;
  margin: 0 2px;
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  80% {
    transform: translate(20px, 0);
  }
}

@keyframes pulse {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #fff;
  }
}

/*==============package section=========*/
.package-section .card{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 20px;
  border: none;
}
.package-section .card .card-img{
  overflow: hidden;
  border-radius: 20px;
}
.package-section .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.3s linear;
}
.package-section .card .card-body{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.package-section .card .card-title{
  font-size: 23px;
  font-weight: 700;
}
.package-section .card ul{
  padding-left: 20px;
}
.package-section .card ul li{
  padding: 5px 0;
}
.package-section .card:hover img {
  -webkit-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
  opacity: .8;
}
/*=================================*/
.sidebar-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-links a{
  color: #8d959d;
  display: block;
  padding: 5px 0;
}
/*==================================*/

/*footer*/
footer{
  background-color: #303030;
  color: rgb(255 255 255 / 74%);
  border-top: 1px solid var(--second-color);
  border-bottom: 1px solid var(--second-color);
}
footer .title-border{
  margin: 0;
  margin-bottom: 15px;
}
footer .title-border-inner{
  animation: footerpulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

@keyframes footerpulse {
  0%, 100% {
    background-color: #303030;
  }
  50% {
    background-color: #303030;
  }
}

.footer_list,.contact_list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_list a,.contact_list a{
  color: #fff;
  display: block;
  padding: 5px 0;
  position: relative;
}
.footer_list a:before{
  content: '\f0a9';
  font: var(--fa-font-solid);
  padding-right: 10px;
  color: var(--second-color);
}

footer ul a:hover{
  color: #fff;
}
.footer-title{
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
}

.contact_list a i{
  margin-right: 10px;
  display: inline-block;
  background: var(--second-color);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
}
.copyright{
  padding: 5px 0;
  background-color: var(--theme-color);
  color: #fff;
}
.copyright p a{
  color: #000;
}

/*popular packages*/
.popular-package .card{
  padding: 20px;
  border-radius: 10px;
}
.popular-package .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}
.popular-package .card .card-body{
  padding: 0;
  padding-top: 10px;
}
.popular-package .card .card-title{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.popular-package .card p{
  font-weight: 800;
  color: var(--theme-color);
  font-size: 25px;
}

/*===================================*/
.readmore{
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 6px;
}
.content_section .main-title .h1{
  font-size: 25px;
  text-transform: capitalize;
}

/*==========our-mission-section============*/
.our-mission-section .overlay{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)), url(../images/tiger.jpg);
  background-size: cover;
  padding: 60px 30px;
  border-radius: 20px;
}

.our-mission-section .h1 {
  font-size: 65px;
  color: #fff;
}

.our-mission-section .circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../images/circle.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 20px;
}
.our-mission-section .circle .title {
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 62px;
  font-weight: 700;
}
.our-mission-section .circle p{
  position: relative;
  top: 65px;
  font-size: 21px;
  line-height: 1.6;
  color: #000;
}

/*=================testimonial=================*/
.testimonial-box{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/testimonial-bg.jpg);
  background-size: cover;
  padding: 40px;
  border-radius: 20px;
}
.testimonial-box .subtitle{
  font-size: 25px;
  font-weight: 600;
  color: var(--second-color);
}
.testimonial-box .title{
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.testimonial-box .testimonial-about{
  color: #fff;
}
.testimonial-box .owl-slider{
  position: relative;
}
.testimonial-slider{
  top: 15px;
  position: absolute;
  z-index: 10000;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
  border-radius: 20px;
}
.testimonial-card{
  border-radius: 20px;
  background: rgb(106 180 62 / 90%);
  padding: 40px;
}
.testimonial-card p{
  color: #fff;
}
.testimonial-card .details{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
}
.testimonial-card .user-img img{
  width: 70px!important;
}
.testimonial-card .details .user-name .h3{
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.testimonial-card .details .user-name .client{
  color: var(--second-color);
  font-weight: 700;
}
.testimonial-card:before{
  content: '\f10e';
  font: var(--fa-font-solid);
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 40px;
  color: var(--second-color);
}

/*==============tourist-zones-section============*/
.tourist-zones-section img{
  width: 100%;
  mask-image: url(../images/masking.png);
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.tourist-zones-section .title{
  font-size: 25px;
  font-weight: 600;
}
.tourist-zones-section .row{
  padding: 20px 0;
}
.tourist-zones-section .row:nth-child(odd) {
  flex-direction: row-reverse;
}
/*==============gallery section==============*/
.gallery-section{
  position: relative;
  padding: 50px 0 150px 0;
}

.gallery-section .card{
  background-color: #fff;
  padding: 30px;
  border: none;
  border-radius: 0;
}
.gallery-section .title{
  font-size: 25px;
  font-weight: 600;
}
.gallery-section .subtitle{
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.gallery-section .subtitle span{
  color: var(--second-color);
}
.gallery-section .gallery-slider{
  margin-top: 30px;
}
.gallery-section img{
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*breadcrumbs*/
.sub-banner {
  background: rgba(0, 0, 0, 0.04) url(../images/tiger.jpg) top left repeat;
  background-size: cover;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  font-family: var(--font-family);
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.sub-banner .breadcrumb-area .h1 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.sub-banner .breadcrumbs li a{
  color: #fff;
}

.sub-banner .breadcrumbs .active {
  margin-left: 3px;
  color: #fff;
}

.sub-banner .breadcrumbs .active:before {
  content: "/";
  font-family: "font awesome 6 free";
  font-size: 16px;
  margin-right: 7px;
  font-weight: 600;
}

/*=============contact section======*/
.contact-section .card{
  text-align: center;
  padding: 30px;
  background-color: var(--theme-color);
  border: none;
  color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
  border-radius: 20px;
}

.contact-section .card i{
  font-size: 35px;
  color: var(--second-color);
  margin-bottom: 10px;
}
.contact-section .card-title{
  font-size: 25px;
  font-weight: 600;
}
.contact-section .card p{
  margin-bottom: 0;
  font-size: 18px;
}
.contact-section .card.bg-white{
  background-color: #fff;
  color: #000;
}

/*=============contact-form-section============*/
.contact-form-section iframe{
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
}
.contact-form-section form{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(../images/contact-bg.jpg);
  padding: 30px;
  border-radius: 20px;
}
.contact-form-section form .form-control{
  margin-bottom: 15px;
}
.contact-form-section form .form-title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}
.contact-form-section form label{
  color: #fff;
}

/*=========vision-mission-section============*/
.vision-mission-section .title{
  font-size: 30px;
  font-weight: 600;
}
.vision-mission-section .img-part{
  position: relative;
}
.vision-mission-section .img-part .img1{
  width: 90%;
  border-radius: 20px;
}
.vision-mission-section .img-part .img2{
    border-style: solid;
    border-color: #f4f4f4;
    border-radius: 50% 50% 0px 50%;
    width: 40%;
    position: absolute;
    bottom: -40px;
    right: 0;
}

/*sidebar*/
.service-page{
  background-color: #fff;
}
.service-page .inner-page,.service-page .col-lg-4{
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-page .inner-page img{
  width: 100%;
  border-radius: 20px;
}
.service-page .col-lg-4{
  background-color: #f6f7f8;
}
.sidebar-right {
    background-color: #fff;
    padding: 40px 30px 40px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}
.sidebar-box{
  margin-bottom: 20px;
}
.sidebar-right .widget-title{
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}
.sidebar-right .widget-title:before {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 4px;
    left: -30px;
    top: 0;
    background-color: var(--second-color);
    transition: all 0.5s ease 0s;
}
.sidebar-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar-right ul>li {
    padding: 0 0 15px 0;
}
.sidebar-right ul li a {
    padding: 13px 15px 13px 15px;
    padding-left: 44px;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    background-color: #f6f7f8;
    color: #000;
}
.sidebar-right ul li a:hover {
  background-color: var(--second-color);
  color: #fff;
}
.sidebar-right ul li a:after {
    content: '\f061';
    position: absolute;
    font: var(--fa-font-solid);
    left: 20px;
    font-weight: 600;
    top: 18px;
    color: inherit;
    font-size: 12px;
}

.sidebar-contact{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(../images/t3.jpg);
  background-position: left center;
  padding: 40px 20px;
  border-radius: 10px;
}
.sidebar-contact .d-flex{
  align-items: center;
  gap: 20px;
}
.sidebar-contact .d-flex i{
    background-color: var(--theme-color);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.sidebar-contact .title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.sidebar-contact .title span{
  color: var(--second-color);
  display: block;
}
.sidebar-contact .h4{
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.sidebar-contact .h4 a{
  color: var(--second-color);
}

/*hotel pages*/
.hotel-section .card{
  border: none;
  box-shadow: 0px 2px 15px rgba(22, 25, 33, 0.05);
  border-radius: 10px;
}
.hotel-section .card .card-img{
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.hotel-section .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.3s linear;
}
.hotel-section .card .card-title a{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}
.hotel-section .card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.widget_book {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    padding: 0;
    overflow: hidden
}

.widget-tour-book .top {
    background-color: var(--theme-color);
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 4px
}

.widget-tour-book .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.widget-tour-book .price {
    color: #fff;
    margin-bottom: 0
}

.widget-tour-book .widget-form {
    padding: 30px
}
.widget-form .form-group {
    margin-bottom: 10px;
    position: relative;
}
.widget input {
    height: 55px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none!important;
}
.widget textarea{
    padding-top: 16px;
    padding-bottom: 17px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none!important;
}
.widget-form .form-group>i {
    background-color: #fff;
}

.widget-form .form-group>i {
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 19px;
    font-size: 16px;
    opacity: 0.5;
}
::-webkit-calendar-picker-indicator {
    opacity: 0.5;
}

.hotel-page img{
  width: 100%;
  margin: 20px 0;
  border-radius: 20px;
}

.payment-page .qr-code{
    width: 75%;
    margin: auto;
    border: 5px solid var(--theme-color);
    border-radius: 20px;
}
.payment-page .qr-code img{
  border-radius: 20px;
  width: 100%;
}
.payment-page ul li{
  padding: 5px 0;
  font-size: 20px;
}

/*response page*/
.response-section .card{
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}
.response-section .card .card-icon{
    border-radius: 200px;
    height: 100px;
    width: 100px;
    background: var(--theme-color);
    margin: 0 auto;
    line-height: 100px;
    font-size: 50px;
    color: #fff;
}
.response-section .card p{
  font-size: 20px;
}