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

:root {
  --theme-color: #578B07 ;
  --second-color: #FED000;
  --white: #fff;
  --black: #181818;
  --main-font: "Noto Serif", serif;
  --title-font: "Noto Serif", serif;
}
img{
  height: auto;
}
.img-fluid{
  max-width: 100%;
}
a, .form-control{
  transition: all ease-in-out .4s;
}
a{
  color: #000;
  font-weight: 600;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: var(--main-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(max-width:768px){
  body{
    padding: 0;
  }
}
p{
  line-height: 30px;
}
.text-white{
  color: #ffffff !important;
}


.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: 20px 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: 0px 0;
  border-radius: 20px;
}
.light-bg{
	background-color:#eee;
}
.tp-header-logo img{
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
/***MArquee****/
marquee{
  background-color: var(--theme-color);
  color: #fff;
  padding: 2px 0;
}
marquee .marquee_text{
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
marquee .marquee_text:before{
  position: absolute;
  content: "|";
  left: 0;
}
marquee .marquee_text:first-child:before{
  display: none;
}
/*top header*/
.top-header.left-curve {
  background-color: var(--theme-color);
  color: #fff !important;
  font-size: 13px;
}
.top-header .top-phone, .top-header .top-email {
  margin-right: 20px;
}
.top-header a, .top-header p {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.top-header .socials {
 list-style: none;
 padding: 0;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 margin-bottom: 0;
 float: right;
}
.socials li {
  display: inline-block;
}
.socials li a {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: var(--theme-color2);
  border-radius: 4px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  width: 30px;
  height: 30px;
  background: var(--second-color);
  font-size: 16px;
  border-radius: 50%;
  line-height: 30px;
}
.socials li a i{
  color: var(--theme-color2);
}
.socials a, .socials a i, .socials a:hover, .socials a:focus {
  color: #ffffff;
}
.top-header .text-lg-start i {
  margin-right: 5px;
}
.enquiry-btn{
  background-color: var(--theme-color);
  padding: 6px 15px;
  border-radius: 5px;
  border: 2px solid var(--theme-color);
  transition: 0.3s linear;
}
.enquiry-btn:hover {
  color: var(--theme-color);
  background-color: transparent;
}

header{
  position: relative;
  z-index: 99;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
}

.header-section .menu_info {
  display: flex;
  align-items: center;
}
.header-section .menu_info .call_info span {
  color: #fff;
}
.header-section .menu_info .call_info a {
  color: #fff;
}
.header-section .menu_info .call_info a:hover {
  color: #fff;
}
.header-section .menu_info .call_ico {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
.header-section .side-bars i {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
}

.header-one__info {
  justify-content: end;
  flex-wrap: nowrap;
  width: 340px;
  display: flex;
  border-left: 1px solid #d9d9d9;
}
.header-one__info .menu_info {
  padding: 20px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.header-one__info .menu-btn {
  margin-right: 30px;
  display: flex;
  align-items: center;
}


.header-one__info .menu-btn {
  margin-right: 10px;
}
.header-one__info .menu-btn a,
.header-one__info .menu-btn span {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

a{
  text-decoration: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar{
  padding-block: 0px;
}
.responsite__btn{
  position: absolute;
  width: 35px;
  height: 35px;
  left: 22px;
  background-color: var(--second-color);
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.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;
}
.navbar>.container-fluid{
  padding: 0;
  justify-content: left;
}
.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: capitalize;  
} 
.navbar ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar ul li a{
  color: #000;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.navbar ul li a.drop_downs:hover i{
  transform: rotate(-90deg);
  transition: 0.3s;
}
/*.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 11px;
  display: block;
  font-weight: 600;
}
.navbar-nav ul{
  background-color: #fff;  
  position: absolute;
  padding: 0;
  min-width: 200px;
  max-height:0;
  overflow:hidden;
  display:none;
  z-index: 1;
  border-top: 3px solid var(--second-color);
  border-bottom: 3px solid var(--second-color);
}

.navbar-nav ul li a{
  color: var(--theme-color);
}

.navbar-nav ul li:hover a{
  color: #fff;
  background-color: var(--second-color);
}
.navbar-nav > li:hover > a{
  color: var(--second-color);
}
.navbar-nav ul li:hover > a{
  color: #fff;
  background-color: var(--second-color);
}
.navbar-nav > li:hover ul{
	max-height: 400px;
 transition:max-height .4s ease-in-out;
}
.navbar-nav > li:hover ul{
  display: block;
}
.navbar-nav ul li > a{
  padding: 10px 15px;
  display: block;
  text-transform: initial;
}

.header__btn .header-call-btn {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  transition: 0.2s linear;
  position: relative;
}

.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: #000;
}
.policy-links ul li:after{
  border-right: 1px solid #fff;
  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{
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
.price-tariff-block h2{
  text-align: center;
  margin-bottom: 10px;
}
.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%;
  }
  .online_page .photos img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .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.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.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);
  }
}
.nav-toggle{
  padding-right: 30px;
}
@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-inline: 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;
  }
}
.menu-icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  .togglebutton{
    display: none;
  }
}
.close-icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: rotate(-90deg);
  position: absolute;
  left: 0px;
  font-size: 30px;
}
.togglebutton.collapsed .menu-icon {
  opacity: 0;
  transform: rotate(90deg);
}

.togglebutton.collapsed .close-icon {
  opacity: 1;
  transform: rotate(0deg);
}
@media only screen and (max-width:991px){
  .nav-toggle{
    background-color: var(--theme-color);
    cursor: pointer;
    border-radius: 5px;
  }
  .togglebutton{
    position: absolute;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .togglebutton:hover{
    color: #fff;
  }
  .navbar-nav{
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 61px !important;
  }
  .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: 50%;
  padding: 6px 0;
  font-size: 20px;
}
.quickcontacts .fwhats {
  background: #3fd439;
  width: 50%;
  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;
  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: 3px solid var(--second-color);
  padding: 16px 30px 16px 30px;
  font-size: 1rem;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  color: #fff;
  position: relative;
  background-color: var(--second-color);
  z-index: 1;
}
/*.btn-bs.btn-bg{
  background-color: var(--theme-color);
  color: #fff;
  border-color: #fff;
}*/
.btn-bs::before{
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.btn-bs:hover:before{
  width: 100%;
  left: 0px;
}
.btn-bs span{
  color: #000;
  transition: 0.2s;
}
form .btn-bs:hover{
  color: #fff;
}
/*.btn-bs.btn_border-white{
  border: 1px dashed #fff;
  color: var(--theme-color);
}
.btn-bs.btn_border-white span{
  color: #fff;
}
.btn-bs.btn_border-white:hover{
  border-color: var(--second-color);
  background-color: var(--second-color);
}*/


.btn-bs:hover{
  transition: 0.2;
  border-color: var(--second-color);
  background-color: var(--second-color);
  color: #fff;
}
.btn-bs span{
  position: relative;
  z-index: 2;
}
.btn-bs:hover span{
  color: #fff;
}
/*.btn-bs.btn-bg:hover{
  border-color: #fff;
}*/
/*.btn-bs i{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline;
  background-color: var(--second-color);
  color: #fff;
  fill: #fff;
  margin-right: 0;
  transition: all linear 0.15s;
  transform: rotate(-45deg);
  position: absolute;
  text-align: center;
  line-height: 31px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 4px;
}*/
/*.btn-bs:hover i{
  tra
}*/

.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*/
section.position-relative.bg-theme{
  border-radius: 0 0 20px 20px;
}
#demo{
  width: 96%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
header{
  position: relative;
}
.index_top_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/header_bg.png);
  background-size: cover;
  background-position: center;
  top: -82px;
  z-index: 0;
  opacity: 0.2;
}
.carousel-control-next, .carousel-control-prev{
  display: none !important;
}

/*#demo .carousel-item img{
  object-fit: cover;
  filter: brightness(0.6);
}
*/
.carousel-item .slider-caption{
  z-index: 1;
}
.small__caption{
  line-height: 40px;
}
.slider-caption div{
  font-family: var(--title-font);
}
.carousel-inner{
  z-index: 1;
  padding-block: 50px;
}
.slider-caption{
  position: relative;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.slider-caption .caption-title{
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  font-family: "Protest Revolution", sans-serif;
  color: var(--second-color);
}
.slider-caption .caption-title span{
  color: var(--theme-color);
}
.slider-caption p{
 font-family: var(--title-font);
 font-size: 23px;
 line-height: 1.3;
}
/*form section*/
.form-section{
  background-color: var(--theme-color);
}
.form-section form{
  text-align: center;
}
.form-section form .title{
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
/*.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: 4px;
  box-shadow: none!important;
}
.form-section form .btn-bs{
  padding: 15px;
}
.btn-hover:hover{
  background-color: var(--theme-color);
}


/*main title*/
.main-title {
  margin-bottom: 30px;
}
.main-title.text-center{
  text-align: center;
}
.main-title .h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  color: #000;
  font-family: var(--title-font);
}

.main-title .h1.text-white:before{
  background-color: #fff;
}
.main-title .subtitle{
  font-size: 25px;
  font-family: "Protest Revolution", sans-serif;
  color: var(--second-color);
}
.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{
  position: relative;
  background-color: #F3F1E4;

}

.package-section .card{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  position: relative;
}

.package-section .card .card-img{
  overflow: hidden;
}
.package-section .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
/*  border-radius: 20px;*/
transition: 0.3s linear;
}
.package-section .card .card-body{
 text-align: center;
}
.package-section .card .card-title{
  font-size: 23px;
  font-weight: 700;
}
.package-section .card .price{
  color: #ff0000;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 15px;
}
.package-section .card ul{
  background: #f1f1f1cc;
  padding: 0;
  border-radius: 10px;
  list-style: none;
  border: 1px solid #dddddd;
  text-align: left;
}
.package-section .card ul li{
  border-bottom: 1px solid #dddddd;
  padding: 6px 20px;
}
.package-section .card ul li:last-child{
  border: none;
}
/*.package-section .card:hover img {
  -webkit-transform: scale(1.05) rotate(0deg);
  transform: scale(1.05) rotate(0deg);
  opacity: .8;
}*/
/*=================================*/
.sidebar-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-links a{
  color: #8d959d;
  display: block;
  padding: 5px 0;
}
/*==================================*/
.tp-contact-2-area{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    width: 100%;
}
.tp-contact-2-area-container{
    max-width: 1350px;
    margin-inline: auto;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.tp-contact-2-left-content {
    position: relative;
    z-index: 1;
    padding: 5px 15px 4px;
    /* padding-bottom: 12px; */
    border-radius: 6px;
    /* height: 160px; */
    background-color: var(--second-color);
}
.tp-contact-2-left {
    margin-right: 21px;
    border-radius: 12px;
    border: 4px solid var(--white);
}
.tp-contact-2-left-content h5 {
    font-weight: 700;
    font-size: 16px;
    display: block;
    line-height: 1.2;
    color: var(--black);
}
.tp-contact-2-right-content {
    padding: 20px;
    border-radius: 6px;
    background-color: var(--theme-color);
    flex-wrap: wrap;
    gap: 3%;
}
.tp-contact-2-box{
  width: 30%;
  word-break: break-all;
}
.tp-contact-2-box {
    position: relative;
}
.tp-contact-2-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.tp-contact-2-text {
    padding-left: 60px;
}
.tp-contact-2-text span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--white);
}
.tp-contact-2-icon span {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    border: 1px dashed var(--white);
}
.tp-contact-2-text a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--white);
}
.tp-contact-2-box::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    height: 100px;
    width: 1px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
}
.text-anim {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 96%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    display: inline;
}
.text-anim:hover {
    background-size: 0 1px, 100% 1px;
}
/*footer*/
.footer_top_shape {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150px;
    img{
      width: 100%;
    }
}
footer{
  border-top: 2px solid var(--theme-color);
  margin-top: 15px;
  background-color: var(--black);
  position: relative;
  padding: 25px 25px 0;
  margin-top: 150px;
    padding-top: 100px;
}
footer .container-fluid{
  position: relative;
  z-index: 1;
}
.footer_col_bg{
  position: relative;
  padding: 15px 40px;
}
.footer_col_bg:before{
  position: absolute;
  top: -25px;
  left: 7px;
  content: '';
  background-color: var(--second-color);
  width: 95%;
  height: 105%;
  border-radius:0 0 15px 15px;
}
.footer_col_bg .footer-widget{
  position: relative;
  z-index: 1;
}
.footer_col_bg .footer-widget a:hover{
  color: var(--theme-color);
}
.footer-widget p{
  line-height: 1.55;
}
.footer_site-name .d-flex h4{    
  font-size: 22px;
  line-height: 0.9;
  font-weight: 800;
  color: var(--theme-color);
}
@media(max-width:768px){
  .footer_site-name .d-flex h4{
    font-size: 24px;
  }
}
.contact__part{
  padding-block: 10px 0;
  border-bottom: 1px solid #FFFFFF33;
  margin-bottom: 30px;
}
.footer-widget p.text-white{
  line-height: 1.3;
}
.contact_title{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.contact__part .contact_wight a,
.contact__part .contact_wight p{
  color: #fff;
}
.contact__part .contact_wight p{
  margin-bottom: 0;
  line-height: 1.6;
}
.contact__part .contact_wight{
  word-break: break-word;
}
.contact__part .contact_wight ul{
  list-style: none;
  padding: 0;
}
.contact_socials {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 15px;
  justify-content: center;
}
.contact_socials li a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--second-color);
  border-radius: 50%;
}
.contact_socials li a:hover{
  color: var(--theme-color);
  background-color: #fff;
  transition: 0.3s;
}

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;
  font-weight: 400;
  position: relative;
}
/*.footer_list a:before{
  content: "\f0da";
  font: var(--fa-font-solid);
  padding-right: 10px;
  font-size: 11px;
  font: var(--fa-font-solid);
  color: #fff;
}*/

footer ul a:hover{
  color: var(--second-color);
}
/*footer ul a:hover:before{
  color: var(--second-color);
  transition: 0.3s;
}
*/
.footer-title{
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 21px;
  font-size: 24px;
  z-index: 1;
}
.footer-title:before{
  position: absolute;
  content: '';
  z-index: -1;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 0;
}
.footer-title:after{
  position: absolute;
  content: '';
  z-index: -1;
  width: 10px;
  height: 2px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 45px;
}
.blogs_list{
  padding: 0;
}
.blogs_weight .blogs_list li{
  display: flex;
  gap: 6px;
  font-size: 16px;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
  img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
  }
  span{
    font-size: 13px;
    color: var(--theme-color);
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 748px) {
  .footer-title{
    margin-top: 15px;
  }
}
.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: transparent;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.copyright p{
  color: #fff;
}
.copyright p a{
  color: var(--theme-color);
  font-weight: 700;
}
.copyright_li a{
  font-weight: 500;
  font-size: 16px;
  color: #f1f1f1;
  position: relative;
}
.copyright_li a:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 5px;
  height: 14px;
  width: 1px;
  background-color: #565858;
}
.copyright_li a:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 5px;
  height: 14px;
  width: 1px;
  background-color: #565858;
}
.copyright_li a.gg::after{
  display: none;
}
.payment__method{
  position: relative;
}
.payment__method ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.payment__method ul li{
  display: inline-block;
  padding-inline: 1px;
}
.payment__method ul li.h6{
  font-weight: 600;
}
.payment__method ul li a{
  width: 45px;
  height: 24px;
  display: block;
}
.payment__method ul li a img{
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--second-color);
  object-fit: unset;
  border-radius: 3px;
  filter: brightness(1.1);
  filter: brightness(1.03) contrast(1.03);
}

/*popular packages*/
.popular-package{
  background-image: url(../images/tout-package-bg.jpg);
}
.popular-package .card{
  text-align: center;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.popular-package .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.popular-package .card .card-body{

}
.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;
}
.content_section .main-title{
  margin-bottom: 20px;
}

/*==========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;
}

/*==============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-size: cover;
  padding-block: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/tiger.jpg);
  position: relative;
  text-align: center;
  font-family: var(--font-family);
  margin-bottom: 12px;
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.breadcrumb-areas ul{
  padding: 0;
}

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

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 20px;
  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 .content {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/tiger.jpg);
  padding: 40px 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .content h2 {
  color: #fff;
  padding-bottom: 5px;
}
.contact .content .arry {
  margin: 18px 0;
}
.contact .content ul{
  padding: 0;
  margin: 0;
}
.contact .content ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.contact .content ul li a {
  color: #fff;
}
.contact .content ul li a i {
  color: #fff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}

.google-map iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -10px;
}

.error {
  text-align: center;
  overflow: hidden;
}
.contact-section .main-title{
  margin-bottom: 50px;
}
.contact-section .card{
  display: inline-block;
  padding: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  margin-bottom: 10px;
}
.contact-section .card .icons{
  width: 14%;
  text-align: center;
}
.contact-section .card .info{
  width: 75%;
}
.contact-section .card i{
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.contact-section .card .card-icon{
  width: 35px;
  height: 35px;
  line-height: 23px;
  display: inline-block;
  font-size: 2rem;
  position: relative;
  background-color: var(--theme-color);
  border-radius: 5px;
  margin-inline: auto;
}

.contact-section .card-title{
  font-size: 20px;
  font-weight: 600;
}
.contact-section .card p{
  margin-bottom: 0;
  font-size: 15px;
}
.contact-section .card.bg-white{
  background-color: #fff;
  color: #000;
}

/*=============contact-form-section============*/
.contact-form-section{
}
.contact-form-section .main-title .h1:before{
  background-color: #fff;
}
.contact-form-section iframe{
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
}
.contact-form-section form{
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.contact-form-section form .form-control{
  margin-bottom: 15px;
  border: 1px solid #e7e9ef;
}
.contact-form-section form .form-title{
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
}
.contact-form-section form label{
  color: #000;
}
.contact__map{
  height: 300px;
}

/*=========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 img{
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  max-height: 300px;
}
.sidebar-right {
  background-color: #fff;
  padding: 40px 30px 40px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.taxi_form .btn-bs{
  padding: 13px 30px;
}
.taxi_form .form_section{
  padding: 20px 30px;
}
.sidebar-box{
  margin-bottom: 20px;
}
.about-subtitle{
  font-size: 22px;
  font-weight: 700;
}
.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;
  position: relative;
  overflow: hidden;
}
.hotel-section .card:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: 220%;
  background-color: var(--second-color);
  transition: all 0.4s ease-in-out;
  mask-image: url(../images/shapes/mask_img.svg);
  -webkit-mask-image: url(../images/shapes/mask_img.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.hotel-section .card:hover:before{
 width: 105%;
 height: 105%;
 opacity: 1;

}
.hotel-section .card .card-img{
  overflow: hidden;
  border-radius: 10px 10px;
}
.hotel-section .card img{
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: 0.3s linear;
}
.hotel-section .card .card-body{
  padding: 10px 0;
  position: absolute;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
  bottom: 5px;
  width: 97%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
}
.hotel-section .card .card-title a{
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
}
.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: 0px;
  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;
}
aside .widget textarea{
  height: 54px;
}
.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;
}

/*======================================================
======================================================
======================================================*/
/*top header*/
header .tob_bar{
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF1A;
}
.top_header_info{
  padding-inline: 20px;
  border-left: 1px solid #fff;
}
.top_header_info:first-child{
  border: none;
}
.top_header_info span{
  padding-inline: 5px;
}
.top_header_info p span i{
  opacity: 0.6;
}
.top_header_info p{
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.top_header_info a{
  color: #fff;
  font-size: 14px;
}
/*main header*/
.brandName{
  font-size: 23px;
  font-weight: bold;
  color: #fff!important;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--theme-color);
  padding: 3px 50px;
  padding-left: 30px;
}
.brandName span{
  font-size: 33px;
}


/*corbett zone*/
.corbett-zone{
  position: relative;
}
.corbett-zone .tp-section-title{
  line-height: 1;
  letter-spacing: -0.02em;
}
.corbett-zone .zone {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.zone-image{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 355px;
  overflow: hidden;
}
.corbett-zone .zone:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 116%;
  height: 116%;
  background-color: rgba(255, 255, 255, 0.02);
  transition: all 0.4s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.zone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.86);
  transition: 0.3s;
}
.corbett-zone .zone:hover .zone-image img{
  filter: brightness(1.0);
  transform: scale(1.1);
}
.zone-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 26px 20px;
  border-radius: 12px;
  margin: 20px;
  background-color: rgba(24, 24, 24, 0.8);
/*    transform: perspective(400px) rotateX(-90deg);*/
/*    transform-origin: center;*/
transition: all 0.4s ease-in-out;
z-index: 1;
}
.zone-content p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding-right: 49px;
}
.zone-content .card-title{
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    line-height: 1;
}
.zone_items{
  margin-right: 14px;
}
.round_btn {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 57px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
}
.zone-content .round_btn{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.corbett-zone .owl-nav .owl-next, .corbett-zone .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #E4E6E8 !important;
  border-radius: 50%;
}
.corbett-zone .owl-nav button.owl-prev{
  left: -60px;
}
.corbett-zone .owl-nav button.owl-next{
  right: -60px;
}
footer .social-links {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 10px;
}

footer .social-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  color: rgba(33, 62, 255, 0.9);
  transition: 0.3s;
  text-align: center;
}
footer .social-links .facebook {
  color: #1877F2;
}

footer .social-links .twitter {
  color: #00acee;
}

footer .social-links .instagram {
  color: #c41d78;
}
footer .social-links .linkedin {
  color: #0077b5;
}

/*=========*/
.share-wrapper {
  position: fixed;
  bottom: 20px;
  z-index: 10;
  right: 20px;
}
.share-wrapper .share {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #FFF;
  background-color: #FF6060;
  text-align: center;
  line-height: 2.1;
  font-size: 25px;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}
.share-wrapper .social {
  opacity: 0;
  position: absolute;
  bottom: 50px;
  right: 0;
  visibility: hidden;
  transform: translate(-3rem, 3rem);
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.share-wrapper .social a {
  width: 53px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
  transition: all 0.4s;
}
.share-wrapper .social a:hover{
  color: #fff;
}
.phone-btn{
  background-color: var(--theme-color);
  color: #000;
}
.whatsapp-btn{
  background-color: #25d366;
  color: #fff;
}

.share-wrapper .social.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.share-wrapper .share.active {
  background-color: #000;
}
.share-wrapper .share.active::before {
  content: "";
}

/*header*/
/*.logo-bg.bg-mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  z-index: -1;
  background-color: var(--theme-color); 
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
*/
.bg-theme{
  background-color: var(--theme-color) !important
}
.site-logo{
  display: flex;
  gap: 4px;
  color: #FFF;
  align-items: center;
  flex-wrap: wrap;
}
.site-logo img{
  width: 117px;
}
.site_name{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 15px;
  position: relative;
  top: 4px;
}
.site_name span{
  font-size: 15px;
}
.footer_site-name img{
  border: 2px solid #fff;
  width: 114px;
  background: #ffffff;
  padding: 3px;
  border-radius: 7px;
}

/*========form booking index==========*/
.form_section{
  padding: 30px;
    border-radius: 12px;
    background-color: var(--white);
    border: 1px solid rgba(24, 24, 24, 0.1);
}
.form_title{
    font-weight: 600;
    font-size: 27px;
    padding-bottom: 10px;
    color: var(--black);
    letter-spacing: -0.02em;
  }
  .form_sub_title{
    color: #505050;
    display: inline-block;
    padding-bottom: 25px;
    letter-spacing: -0.02em;
  }
.form_section form label{
  font-weight: 600;
  font-size: 15px;
}
.form_section .title{
  width: max-content;
  padding: 5px 32px;
  position: relative;
  background-color: var(--second-color);
  left: 0px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.form_section .input-group{
  margin-bottom: 13px;
  position: relative;
}
.form_image{
    position: absolute;
    z-index: 1;
    right: -142px;
    width: 200px;
    height: auto;
    top: 0;
    img{
      width: 100%;
      height: auto;
    }
}
.form_section .input-group i{  
    position: absolute;
    top: 7px;
    left: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color);
    border-right: 1px solid rgba(24, 24, 24, 0.1);
    z-index: 1;
}
.form_section .form-control{    
  border: 1px solid rgba(24, 24, 24, 0.1);
    outline: none;
    height: 54px;
    width: 100%;
    font-size: 16px;
    padding-left: 50px;
    resize: none;
    border-radius: 6px !important;
    width: 100%;
    color: rgba(80, 80, 80, 1);
    transition: 0.2s;
    background-color: var(--white);
}
.form_section .form-control:focus{
  border-color: var(--theme-color);
  box-shadow: none;

}
.form_section .input-group textarea.form-control{
  padding: .375rem .75rem;
}
.home-form .form_section{
  opacity: .9;
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus{
  z-index: 0;
}
.form_section{
  z-index: 1;
}


.text-size-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4c4c4c;
}

/*=================tour_attraction===========*/
.tour_attraction{
  background: rgba(49, 77, 9, 1);
  border-radius: 15px;
  position: relative;
}
.tour_attraction .package-box{
  border-radius: 10px;
  object-fit: cover;
  text-align: center;
  width: 100%;
  background: transparent;
  padding-top: 10px;
  position: relative;
}

.slider_box{
  position: relative;
  padding-top: 104px;
  background: #fff;
  margin-top: 97px;
  padding-inline: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}

.package_box .title{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
}
.package_box p{
  line-height: 1.2;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.package-box {
  transition: all 0.3s ease;
}

.package-box.second {
  background-color: var(--second-color);
  background-repeat: repeat;
}
.package-box.second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_trees.png);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.package-box.second .title{
  color: #000;
}
.package-box.second p{
  color: #000;
}
.package_box .second-box{
  padding: 10px;
  border-radius: 15px;
  position: relative;
  z-index: 3;
}
.tour_attraction .package-box .package-img{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  top: 0;
  z-index: 1;
}

.tour_attraction .package-box .package-img img{
  height: 200px;
  width: 200px;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.tour_attraction .package-box .btn-bs{
  padding: 5px 20px;
  border-radius: 5px;
}
.four-column-slider .owl-nav{
  width: 100%;
}
.four-column-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: #fff !important;
  color: var(--second-color) !important;
  box-shadow: 0 0 11px 0 #999;
  border-radius: 50%;
}
.four-column-slider .owl-prev{
  left: -10px !important;
}
.four-column-slider .owl-next{
  right: -10px!important;
}

.btn-bs img{
  width: 25px!important;
}

/*owl nav*/
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: var(--second-color);
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: var(--theme-color);
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
  font-size: 70px;    
  position: relative;
  top: -5px;
}
.owl-nav button:focus {
  outline: none;
}


/*float  buttons*/
.fixed__btns{
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 50px;
  z-index: 99;
  padding: 0;
  gap: 0;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  border-radius: 18px 18px 0 0;
}
.float{
  position: relative;
  width: 35px;
  height: 100%;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  font-size: 17px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
  img{
    width: 35px;
  }
}
.float_whatsapp{
  background-color: #25D366;
}
.float-popup{
  background-color: var(--theme-color);
  color: #fff;
}
.float:hover{
  color: #000;
}
.float-call{
  background-color: #1F8FFF;
  font-size: 15px;
  font-weight: 100 !important;
}
.float-mail{
  background-color: var(--second-color);
  font-size: 15px;
  font-weight: 100 !important;
}

.my-float{
  margin-top:5px;
  color: #25d366;
}
.my-call{
  margin-top:5px;
}

.phone_res-float-btn {
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0 !important;
  z-index: 111;
}
.phone_res-float-btn a{
  width: 50% !important;
  border-radius: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bababa;
  font-size: 17px;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  color: #000;
}
.phone_res-float-btn .button__1{
  position: relative;
  left: 0 !important;
  border-top-left-radius: 20px;
}
.phone_res-float-btn .button__2{
  position: relative;
  border-top-right-radius: 20px;
  right: 0 !important;
}
.phone_res-float-btn img{
  width: 25px;
  height: 25px;
}
/***********Safari Pages**********/.safari_card {
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px;
}

.safari_card .card_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.safari_card .card_img img {
  width: 100%; /* Adjusted to 100% to fill the container */
  height: 100%;
  object-fit: cover;
}

.safari_card_body {
  position: relative; /* Keeps the top property functional */
  background-color: #fff;
  padding: 20px 10px;
  border: 1px solid #f2f2f2;
  text-align: center;
  box-sizing: border-box; /* Ensure padding doesn't affect width/height */
/*  transition: top 0.4s ease, width 0.4s ease, margin-inline 0.4s ease, box-shadow 0.4s ease, z-index 0.4s ease;*/
}

.safari_card:hover .safari_card_body {
/*  top: -40px;*/
transform: translateY(-40px);
width: 100%;
margin-inline: auto;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
z-index: 1;
border-radius: inherit;
transition: 0.4s;
}

.safari_card:hover .card_img {
  border-radius: 15px;
  transition: 0.4s;
}

.safari_card_body .title {
  font-size: 22px;
  font-weight: 600;
}

.safari_card_body .content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding-block: 15px;
}


/********Main Slider********/
.slider_box_index{
  border-radius: 10px;
  object-fit: cover;
  text-align: center;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 15px;
}
.slider_box_inner{
  position: relative;
  background: #fff;
  border-radius: 20px;
}



.slider_box_inner .title{
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 2;
  height: 19px;
  line-height: 1;
}
.slider_box_inner p{
  line-height: 1.2;
  color: #000;
  margin-top: 10px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
.slider_box_inner .second-box{
  padding: 10px;
  border-radius: 15px;
  position: relative;
  z-index: 3;
}
.slider_box_index .package-img{
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.slider_box_index .package-img:before{
  position: absolute;
  width: 100%;    
  height: 100%;
  content: '';
  background-image: url(../images/border2.png);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}
.slider_box_index .package-img img{
  height: 100%;
  width: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 8px;
}

.slider_box_index .btn-bs{
  padding: 5px 20px;
  border-radius: 5px;
}
.four-column-slider .owl-nav{
  width: 100%;
}
.four-column-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: #fff !important;
  color: var(--second-color) !important;
  box-shadow: 0 0 11px 0 #999;
  border-radius: 50%;
}
.four-column-slider .owl-prev{
  left: -10px !important;
}
.four-column-slider .owl-next{
  right: -10px!important;
}

/*******Content*****/
.bg-light-dark{
  background-color: #d9d9d9;
}
.content__box{
  padding-block: 15px;

  background: #FFFFFF;
  border-radius: 20px;
  padding: 0px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 18px;
}
.content__box .content_img{
  width: 100%;
  height: 100%;
}
.content__box .content_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/************Blog Section*************/
.blog-section{
  background-color: rgba(86, 139, 7, 0.05);
}
.blog-section .blog_box img{
  width: 100%;
  height: 275px;
  object-fit: cover;
}
.blog_box{
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  background-color: #fff;
  position: relative;
  .div_part{
    position: absolute;
    padding: 4px 12px;
    border-radius: 8px;
    text-align: center;
    color: var(--theme-color);
    font-size: 15px;
    top: 20px;
    left: 20px;
    z-index: 2;
    background-color: #fff;
    font-weight: 400;
  }
}
.blogs_items{
  margin-right: 10px;
  padding-bottom: 30px;
}
.blog_box .d-flex{
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 27px;
  font-size: 12px;
  margin-bottom: 7px;
  li{
    font-size: 14px;
    font-weight: 500;
  }
  i{
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    padding-right: 5px;
  }
}

.blog_content{
  position: relative;
  color: var(--black);
  top: 63%;
  z-index: 1;
  padding: 20px;
  h4{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
  }
  p{
    color: #222;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
  }
}
.blog_content .btn-bs:hover{
  border-color: #fff;
}
.btn-two{
  height: 60px;
  line-height: 58px;
  padding: 0 41px;
  overflow: hidden;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  color: var(--black);
  border: 1px dashed var(--theme-color);
}
.btn-two:hover {
  color: var(--white);
  background-color: var(--theme-color);
}
.blog_img{
  position: relative;
}
.blog_box:hover .blog_img::before{
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
@media(max-width:768px){
  .blog_box .d-flex h4{
    font-size: 22px;
  }
}
.blog-section .owl-nav{
  position: absolute;
  left: -50%;
  top: 60%;
  background: var(--theme-color);
  border-radius: 40px;
  font-size: 30px;
  color: var(--second-color);
  font-weight: 100;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.blog-section .owl-nav button{
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  background-color: #FFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: none;
}

/***POPup FORM*/
/* Popup Form Styles */
.popup_form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
    transition: 0.4s;
}
.popup_form.active {
    display: flex; 
}

.popup_content {
    background-color: white;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}


.popup_content {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  position: relative;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.form_group {
  margin-bottom: 15px;
}

.form_group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--theme-color);
}

.form_group input,
.form_group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.form_group textarea {
  resize: none;
  height: 80px;
}

.form_group input:focus,
.form_group textarea:focus {
  border-color: var(--second-color);
}




/***Index Slider***/

.slider {
  position: relative;
  width: 100%;
  height: 79vh;
  background-color: var(--theme-color);
  padding-block: 0;
}
/*.slider:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/sliders/sliders.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/
.slides {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide .content {
  width: 53%;
  padding: 0 0% 0 0%;
  color: #333;
  position: absolute;
  width: 49%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slide h1 {
  font-size: 50px;
  margin-bottom: 10px;
  animation: fadeUp 0.5s ease-in-out;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.slide p {
  margin-bottom: 1.5rem;
  animation: fadeUp 0.5s ease-in-out;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.slide button {
  cursor: pointer;
  animation: fadeDown 0.5s ease-in-out;
}

.slide .image {
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.slide .image .main-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
  position: relative;
  margin: 0;
  filter: brightness(0.7);
}

.slide.active .image .main-img {
  animation: effectMoveHorizontalZoom 8s ease;
}

.slide.active .image.odd img {
  animation: effectMoveHorizontalscale 8s ease;
}
.slide .image .png_image{
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 430px;
  object-fit: contain;
  height: auto;
  filter: contrast(1.3);
}
.slide .image .png_image.rotate{
  transform: translateY(-50%) scaleX(-1);
}

@keyframes effectMoveHorizontalZoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes effectMoveHorizontalscale {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.slider .nav-icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
  bottom: 10px;
}


.slider .nav-icon {
  background-color: var(--theme-color);
  color: white;
  border: none;
  padding: 20px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .nav-icon i {
  pointer-events: none;
}

.slider .nav-icon:hover {
  background-color: var(--second-color);
}

@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media(max-width:768px){
  .slider .nav-icons{    
    top: 65%;
    bottom: auto;
  }
}

.owl-dots {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 22px;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: var(--theme-color);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.owl-dots button.owl-dot{
  border: 1px solid rgba(128, 128, 128, 0);
  background: #2293a73f;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative;
  margin: 0px 5px;
}

.owl-dots button.owl-dot.active {
  border: 1px solid var(--theme-color);
}
}

 /*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
 */
/* Define the breakpoints */
@media (max-width: 768px) {
  .service1-box {
    width: 320px;
    height: 320px;
    border-radius: 7px;
  }

  .service1-box.box2 {
    margin-left: 0;
  }

  .service1-box.box3 {
    margin-left: 0;
  }

  .service1-box.box4 {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .service1-box {
    width: 320px;
    height: 320px;
    border-radius: 7px;
  }

  .service1-box.box2 {
    margin-left: 0;
  }

  .service1-box.box3 {
    margin-left: 0;
  }

  .service1-box.box4 {
    margin-left: 0;
  }
}

.service1-box {
  height: 370px;
  width: 370px;
  background-color: #E9F4F6;
  border: 2px solid #D2DEE0;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  position: relative;
  transition: all .4s;
}

.service1-box .icon {
  background-color: #D9ECF0;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin: auto;
  img{
    width: 66%;
  }
}

.service1-box .learn {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 16px;
  transition: all .4s;
}

.service1-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}

.service1-box .learn:hover {
  color: #E9F4F6;
}

.service1-box:hover {
  background-color: var(--theme-color);
  z-index: 99;
}

.service1-box:hover .icon {
  background-color: #fff;
}

.service1-box:hover .heading1 h4 a {
  color: #fff;
}

.service1-box:hover .heading1 p {
  color: #ffffffa4;
}

.service1-box:hover .learn {
  color: #fff;
}

.service1-box.box2 {
  margin-left: -20px;
}

.service1-box.box3 {
  margin-left: -40px;
}

.service1-box.box4 {
  margin-left: -60px;
}

@media (max-width: 768px) {
  .service1-box.box2,
  .service1-box.box3,
  .service1-box.box4 {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .service1-box.box2,
  .service1-box.box3,
  .service1-box.box4 {
    margin-left: 0;
  }
}


.online_page .inner-page {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.online_page .inner-page .h3 {
  font-size: 28px;
  color: #2c5a24;
  font-weight: 700;
  margin-bottom: 15px;
}

.online_page .inner-page p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.online_page .custom-list {
  list-style: none;
  padding-left: 0;
}

.online_page .custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
}

.online_page .custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../images/icons/leaf.svg') no-repeat center;
  background-size: contain;
}
ul.ulist li{
  position: relative;
}

.sidebar-area {
  background-color: var(--theme-color2);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.widget-tour-book .top {
  text-align: center;
  margin-bottom: 20px;
}

.widget-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.widget-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--theme-color);
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
}

.widget-form .form-control:focus {
  border-color: var(--second-color);
  outline: none;
  background-color: #fff;
}

.widget-form .form-group i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--theme-color);
}

.widget-form textarea.form-control {
  resize: none;
}


.widget-form .form-group input::placeholder,
.widget-form textarea::placeholder {
  color: #999;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .widget-form .form-group {
    margin-bottom: 15px;
  }
  .form-btn .btn-bs {
    font-size: 16px;
  }
}

/* Custom Scrollbar for Textarea */
textarea.form-control::-webkit-scrollbar {
  width: 8px;
}

textarea.form-control::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px;
}

textarea.form-control::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.service-page .inner-page {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-page h2, .service-page h3 {
  color: var(--theme-color);
}

.service-page .photos img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Highlights Section */
.highlights {
  background-color: #e9ecef;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.highlights .row {
  display: flex;
  justify-content: space-between;
}

.highlights .col h4 {
  font-size: 18px;
  color: var(--theme-color);
}

.highlights .col p {
  font-size: 16px;
}
.inner-page {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.inner-page h5 {
  font-size: 20px;
  color: #16a085;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Image Styling */
.photos img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Unordered List */
.ulist.grouplist {
  list-style: none;
  padding: 0;
}

.ulist.grouplist li {
  background-color: #ecf0f1;
  padding: 15px;
  margin-bottom: 10px;
  border-left: 4px solid #27ae60;
  border-radius: 5px;
}

.ulist.grouplist h5 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #2c3e50;
}

.ulist.grouplist p {
  margin: 0;
  color: #7f8c8d;
}

/* Highlights Section */
.highlights {
  background-color: #ecf0f1;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.highlights .row {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.highlights h4 {
  font-size: 24px;
  color: #2980b9;
  margin-bottom: 10px;
}

.highlights p {
  margin: 5px 0;
  color: #34495e;
}
.service-page .inner-page .leaf-list img{
  width: auto;
}

.ulist img{
  width: auto !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .highlights .row {
    flex-direction: column;
  }

  .breadcrumb-area {
    text-align: center;
  }
}
aside{
  .form {
    background-color: var(--theme-color2);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1100px;
    margin: 0 auto;
  }

  .form h3 {
    font-size: 24px;
    color: var(--theme-color);
    text-align: center;
    margin-bottom: 20px;
  }

  .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
  }

  .form-control {
    width: 100%;
    padding: 12px ;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease;
  }

  .form-control:focus {
    border-color: var(--theme-color);
    outline: none;
    background-color: #fff;
  }

  .select2-selection__rendered {
    font-size: 14px;
    color: #333;
  }

  textarea.form-control {
    resize: vertical;
  }



  @media (max-width: 480px) {
    .form {
      padding: 15px;
    }

    .form h3 {
      font-size: 20px;
    }
  }
}
.page__form-a{
  background-color: #fff;
}

.blog-single-section {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.blog-post {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.blog-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

.blog-meta .blog-author,
.blog-meta .blog-date {
  margin-right: 20px;
}

.blog-content {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.blog-content h3 {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-content ul {
  margin-left: 20px;
  list-style-type: disc;
}

.blog-content ul li {
  margin-bottom: 10px;
}

.blog-content p {
  margin-bottom: 20px;
}

.sub-banner {
  padding: 100px 0;
  background-size: cover;
  color: white;
  text-align: center;
}

.sub-banner .breadcrumb-area {
  display: inline-block;
}

.sub-banner .breadcrumb-areas .h1 {
  font-size: 48px;
  font-weight: 700;
}
.tp-header-top {
  padding: 19px 0;
}

.tp-header-top-social span {
  padding-right: 10px;
  font-size: 16px;
  display: inline-block;
  color: var(--white);
}

.tp-header-top-social a {
  margin: 0 2px;
  display: inline-block;
  color: var(--theme-color);
  transition: 0.3s;
  height: 30px;
  width: 30px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--theme-color);
}
.tp-header-top-social a:hover {
  color: var(--white);
  background-color: var(--theme-color);
}
.tp-header-top-social a:last-child {
  margin-right: 0;
}

.tp-header-top-right ul li {
  padding-left: 32px;
  position: relative;
  list-style: none;
  display: inline-block;
}
@media(max-width:768px){
  .tp-header-top-right ul li{
    padding-left: 20px;
  }
}

.tp-header-top-right ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.tp-header-top-right ul {
  margin-bottom: 0;
}
.tp-header-top-right ul li::after {
  position: absolute;
  content: '';
  top: 0;
  right: -2px;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.tp-header-top-right ul li span {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 14px;
  color: var(--theme-color);
}
.p-relative{
  position: relative;
}
.tp-header-top-right ul li a {
  transition: 0.3s;
  color: var(--black);
  font-size: 14px;
}

.tp-header-top-right ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -2px;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.tp-header-top-style-2 .tp-header-top-right ul li:not(:last-child)::after {
  background-color: rgba(80, 80, 80, 0.2);
}
.tp-header-top-right ul li a {
  color: var(--black);
}

.tp-header-top-social span {
  color: var(--black);
}

.tp-header-top-right ul li::after {
  display: none;
}

.tp-header-top .tp-header-top-style-3 .tp-header-top-right ul li {
  margin-right: 0;
  padding-left: 60px;
}

.tp-header-top .tp-header-top-style-3 .tp-header-top-right ul li:not(:last-child) {
  padding-right: 13px;
}

.tp-header-top .tp-header-top-style-3 .tp-header-top-right ul li span {
  top: -9px;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  border: 1px dashed var(--white);
}

.tp-header-top-height {
  padding: 20px 0;
}

.tp-header-top .tp-header-top-style-4 {
  position: relative;
}

.tp-header-top .tp-header-top-style-4::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 63.15%;
  z-index: -1;
  background-color: var(--theme-color);
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}

.tp-header-top-right ul li {
  text-align: start;
}

.tp-header-top-right ul li:not(:last-child) {
  margin-right: 30px;
}

.tp-header-top-right ul li span {
  top: 50%;
  border: none;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.08);
}

.tp-header-top-right ul li i {
  text-align: start;
  display: block;
  font-style: normal;
  color: var(--white);
}

.tp-header-top-social a {
  margin: 0 2px;
  display: inline-block;
  color: var(--theme-color);
  transition: 0.3s;
  height: 30px;
  width: 30px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--theme-color);
}

.tp-header-top-social a:hover {
  color: var(--black);
  background-color: var(--second-color);
}

.tp-header-top-right ul li span {
  color: var(--theme-color);
}
.tp-header-main-menu {
  margin-right: -52px;
}

.tp-header-main-menu > nav > ul > li {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}

.tp-header-main-menu > nav > ul > li:last-child {
  margin-right: 0;
}

.tp-header-main-menu > nav > ul > li > a {
  font-weight: 600;
  font-size: 15px;
  padding: 35px 0;
  display: inline-block;
  color: #505050;
  text-transform: capitalize;
}

.tp-header-main-menu > nav > ul > li > .submenu {
    position: absolute;
    top: 100%;
    left: -5px;
    width: 239px;
    max-height: 360px;
    overflow-y: auto;
    z-index: 999;
    padding: 15px 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    background-color: var(--white);
    border-top: 5px solid var(--theme-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-main-menu > nav > ul > li > .submenu > li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
}

.tp-header-main-menu > nav > ul > li > .submenu > li:last-child {
  margin-bottom: 0;
}

.tp-header-main-menu > nav > ul > li > .submenu > li > a {
  padding: 0;
  text-transform: capitalize;
  color: var(--black);
  position: relative;
}

.tp-header-main-menu > nav > ul > li > .submenu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  transition: .7s;
  display: inline-block;
}

.tp-header-main-menu > nav > ul > li > .submenu > li:hover > a {
  color: var(--theme-color);
}

.tp-header-main-menu > nav > ul > li > .submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}

.tp-header-main-menu > nav > ul > li:hover {
  color: var(--theme-color);
}

.tp-header-main-menu > nav > ul > li:hover > a {
  color: var(--theme-color);
}

.tp-header-main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.tp-header-right-icon button {
  position: relative;
  margin: 0 20px;
}

.tp-header-right-icon button:first-child {
  margin-left: 0;
}

.tp-header-right-icon button:not(:last-child)::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  height: 30px;
  width: 1px;
  transform: translateY(-50%);
  background-color: rgba(86, 139, 7, 0.2);
}

.tp-header-right-icon button span {
  height: 40px;
  width: 40px;
  line-height: 37px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: rgba(86, 139, 7, 0.08);
}

.tp-header-right-icon button span svg {
  color: var(--theme-color);
}

.tp-header-btn .tp-btn-theme {
  line-height: 0;
}

.tp-header-btn .tp-btn-theme@media (min-width: 768px) {
  height: 60px;
  line-height: 58px;
}

.tp-header-bar i {
  height: 60px;
  width: 60px;
  line-height: 58px;
  display: inline-block;
  margin: 10px 0;
  margin-left: 25px;
  font-size: 18px;
  border-radius: 4px;
  color: var(--white);
  background-color: var(--theme-color);
}

.tp-header-border {
  border-bottom: 1px solid #dcdcdc;
}

.tp-header-style-2::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 16%;
  background-color: var(--theme-color);
}

.tp-header-style-2 .tp-header-main-menu {
  margin-right: -39px;
}

.tp-header-style-2 .tp-header-main-menu > nav > ul > li > a {
  color: var(--white);
}

.tp-header-style-2 .tp-header-main-menu > nav > ul > li:hover > a {
  color: var(--theme-color);
}

.tp-header-style-2 .tp-header-right-icon button {
  margin: 0 27px;
}

.tp-header-style-2 .tp-header-right-icon button:first-child {
  margin-left: 0;
}

.tp-header-style-2 .tp-header-right-icon button:last-child {
  margin-right: 31px;
}

.tp-header-style-2 .tp-header-right-icon button:not(:last-child)::after {
  right: -30px;
  background-color: rgba(255, 255, 255, 0.08);
}

.tp-header-style-2 .tp-header-right-icon button span {
  background-color: rgba(255, 255, 255, 0.08);
}

.tp-header-style-2 .tp-header-right-icon button span svg {
  color: var(--white);
}

.tp-header-bar-2 i {
  height: 60px;
  width: 60px;
  line-height: 58px;
  display: inline-block;
  margin: 10px 0;
  margin-left: 25px;
  font-size: 18px;
  border-radius: 4px;
  color: var(--second-color);
  border: 1px solid var(--second-color);
}

.tp-header-style-2 .tp-header-bar-2 i@media (min-width: 768px) {
  height: 50px;
  width: 50px;
  line-height: 48px;
}

.tp-header-style-3::after {
  width: 87.2%;
}

.tp-header-main-menu > nav > ul.tp-onepage-menu > li > a.active {
  color: var(--theme-color);
}
.tp-header-style-2 .tp-header-bar-2 i {
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: inline-block;
    margin: 10px 0;
    margin-left: 25px;
    font-size: 18px;
    border-radius: 4px;
    color: var(--second-color);
    border: 1px solid var(--second-color);
    z-index: 10;
    position: relative;
}
.tp-header-style-2 .tp-header-bar-2 i {
    height: 50px;
    width: 50px;
    line-height: 48px;
}
.black-bg{
  background-color: var(--black);
}
.tp-service-2-area{
  overflow: hidden;
}
.tp-service-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50.5%;
  z-index: -2;
  background-color: var(--black);
}
.pt-70 {
  padding-top: 70px;
}
.pb-105 {
  padding-bottom: 105px;
}
.tp-service-2-shape-1 {
  position: absolute;
  bottom: -14.5%;
  left: 0;
  z-index: -1;
}
.tp-section-subtitle {
  font-weight: 600;
  font-size: 20px;
  color: var(--theme-color);
  margin-bottom: 8px;
  display: inline-block;
}
.mb-20{
  margin-bottom: 20px;
}
.tp-section-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4;
  color: var(--black);
}
.tp-service-2-thumb {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 4px solid var(--white);
  width: 300px;
  height: 300px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.tp-service-2-content {
  padding: 20px 34px;
}
.tp-service-2-title {
  margin-bottom: 9px;
  font-size: 17px;
  a{
    font-weight: 800;
    letter-spacing: -0.02em;
  }
}
.text-anim-3 {
  background-image: linear-gradient(rgb(139, 192, 59), rgb(139, 192, 59)), linear-gradient(rgb(139, 192, 59), rgb(139, 192, 59));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 96%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  display: inline;
}
.text-anim-3:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--theme-color);
}
.tp-service-2-content p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.tp-service-2-item .tp-service-link a {
  color: var(--white);
  background-color: var(--theme-color);
  transition: 0.3s;
}
.tp-service-link a {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  width: 100%;
  color: var(--black);
  transition: 0.3s;
  background-color: rgba(86, 139, 7, 0.08);
}
.mb-35 {
  margin-bottom: 35px;
}
.tp-company-text p {
  margin-right: 60px;
}
.tp-company-icon-box{
  text-align: center;
}
.tp-company-icon-box span {
  display: inline-block;
  margin-bottom: 8px;
  img{
    width: 45px;
    height: auto;

  }
}
.tp-company-title-sm {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.tp-company-right {
  padding-bottom: 5px;
}
.tp-company-thumb{
  text-align: right;
}
.tp-company-thumb img {
  border-radius: 6px;
  width: 90%;
  height: 474px;
  object-fit: cover;
}
.tp-company-award-box {
  position: absolute;
  bottom: 3%;
  left: -3%;
  border-radius: 6px;
  display: inline-block;
  z-index: 2;
  animation: jumpTwo 3s infinite linear;
}
.tp-company-award {
  padding: 16px;
  margin: 5px;
  border-radius: 6px;
  background-color: var(--second-color);
}
.tp-company-award-box b {
  display: block;
  font-size: 25px;
  margin-bottom: 3px;
  margin-top: 5px;
  color: var(--black);
}
.tp-company-award-box span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--black);
}
.tp-company-award-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  z-index: -1;
  background-color: var(--white);
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 40px, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.tp-choose-area .tp-section-title{
  line-height: 1.1;
}
.tp-choose-style-2 .tp-choose-text {
  border-bottom: none;
  margin-bottom: 25px;
}
.tp-choose-style-2 .tp-choose-box {
  margin-bottom: 12px;
}
.tp-choose-icon {
  margin-right: 10px;
}
.tp-choose-icon span {
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--theme-color);
  background-color: rgba(86, 139, 7, 0.08);
}
.tp-choose-content {
  padding-top: 10px;
  p{
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
.tp-choose-style-2 .tp-choose-title {
  letter-spacing: -0.02em;
  font-size: 20px;
  margin-bottom: 8px;
}
.tp-funfact-2-item {
  border-radius: 6px;
  padding: 50px 20px;
  padding-bottom: 45px;
  background-color: var(--second-color);
}
.tp-funfact-2-icon {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 18px;
  display: inline-block;
}
.tp-funfact-2-icon span {
  color: var(--black);
  transition: 0.3s;
}
.tp-funfact-2-icon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 4px;
  background: #181818;
  opacity: 0.2;
  transform: translateX(-50%);
  transition: 0.3s;
}
.tp-funfact-2-number {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.tp-funfact-2-item span {
  font-weight: 600;
  font-size: 20px;
  color: var(--black);
  transition: 0.3s;
  i{
    font-size: 40px;
  }
}
.tp-funfact-2-right {
  margin-top: 100px;
}
.tp-funfact-2-item.tp-funfact-style-border {
  background-color: transparent;
  border: 1px dashed var(--theme-color);
}
.tp-funfact-2-item.tp-funfact-style-border .tp-funfact-2-icon::after {
  background: #578B07;
  opacity: 0.2;
}
.tp-funfact-2-item.tp-funfact-style-border .tp-funfact-2-number {
  color: var(--theme-color);
}
.tp-funfact-2-item.tp-funfact-style-border span {
  color: var(--theme-color);
}
.tp-funfact-2-item.tp-funfact-style-theme {
  background-color: var(--theme-color);
}

.tp-funfact-2-item.tp-funfact-style-theme .tp-funfact-2-icon::after {
  background: #fff;
  opacity: 0.2;
}
.tp-funfact-2-item.tp-funfact-style-theme .tp-funfact-2-number {
  color: var(--white);
}
.tp-funfact-2-item.tp-funfact-style-theme span {
  color: var(--white);
}
.mb-30 {
  margin-bottom: 30px;
}

.tp-testimonial-2-bg {
  background: url(../images/bg/testi_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.tp-testimonial-2-bg:before{
  position: absolute;
  content: '';
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tp-testimonial-2-bg .container{
  position: relative;
  z-index: 1;
}
.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.tp-testimonial-2-bg .tp-testimonial-avatar {
  margin-bottom: 15px;
}
.tp-testimonial-avatar {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
  border:4px solid var(--white);
  img{
    height: 100%;
    object-fit: cover;
  }
}
.tp-testimonial-2-bg .tp-testimonial-author-info p {
  margin: 0 20px;
  margin-bottom: 20px;
}
.tp-testimonial-title {
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 10px;
}
.tp-testimonial-title span {
  font-weight: 400;
  font-size: 16px;
  color: #505050;
}
.tp-testimonial-quote i {
  display: inline-block;
  position: relative;
  height: 58px;
  width: 58px;
  line-height: 50px;
  border-radius: 50%;
  display: flex;
  color: #fff;
  font-size: 18px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border: 2px solid var(--white);
}
.py-6{
  padding-block: 3.8rem;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}
.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}
.tpoffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}
.tpoffcanvas.opened {
    opacity: 1;
    visibility: visible;
}
.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--black);
    z-index: 999999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}
.tpoffcanvas__close-btn button {
    position: absolute;
    right: 30px;
    top: 30px;
    transition: 1s;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    height: 40px;
    width: 40px;
    line-height: 45px;
    background-color: var(--white);
    color: var(--black);
    display: flex;
    align-items: center;
    border: navajowhite;
    justify-content: center;
    border-radius: 50%;
}
.tpoffcanvas__close-btn button i {
    font-weight: 300;
    font-size: 20px;
    transition: 0.9s;
}
.tpoffcanvas__logo {
    margin-bottom: 60px;
}
@media (max-width: 767px){
.tpoffcanvas__logo {
    padding-top: 0;
}
}
.tpoffcanvas__logo img {
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.tpoffcanvas .tp-main-menu-mobile {
    margin-bottom: 50px;
}
.tpoffcanvas__title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
}
@media (max-width: 767px){
.tpoffcanvas__title p {
    font-size: 17px;
}
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
    transition: none !important;
}
.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}
.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}
.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-main-menu-mobile ul li > a {
    display: block;
    font-size: 16px;
    color: var(--white);
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
    text-transform: capitalize;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 21%;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 18px;
    color: #7F8387;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out;
}
.tpoffcanvas__contact-info {
    margin-bottom: 50px;
}
.tpoffcanvas__contact-title h5 {
    font-size: 14px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}
.tpoffcanvas__contact-info ul{
  padding: 0;
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 15px;
    list-style-type: none;
    word-break: break-all;
}
@media (max-width: 767px)
.tpoffcanvas__contact-info ul li {
    font-size: 14px;
}
.tpoffcanvas__contact-info ul li a {
    margin-left: 10px;
    transition: 0.3s;
    color: inherit;
}
.tpoffcanvas__social {
    margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
    height: 55px;
    width: 55px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(251, 251, 253, 0.08);
    color: var(--white);
    margin-right: 15px;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50%;
}
@media (max-width: 767px){
.tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
}
}
@media (max-width: 767px){
.tpoffcanvas {
    width: 300px;
    padding: 40px 35px;
}
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
    color: var(--theme-color);
}
.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: var(--white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
}
.tp-main-menu-mobile ul li.has-dropdown > a i.fa-angle-down{
  display: none;
}

 ul.disk li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    width: 6px;
    height: 6px;
    /* background: url(../images/icons/leaf.svg) no-repeat center; */
    background-size: contain;
    border: 1px solid #818181;
    border-radius: 50%;
}
ul.ulist li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    width: 6px;
    height: 6px;
    /* background: url(../images/icons/leaf.svg) no-repeat center; */
    background-size: contain;
    border: 1px solid #818181;
    border-radius: 50%;
}

  ul.ulist li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    width: 6px;
    height: 6px;
    /* background: url(../images/icons/leaf.svg) no-repeat center; */
    background-size: contain;
    border: 1px solid #818181;
    border-radius: 50%;
  }
  .tp-contact-inner-style .tp-contact-2-box {
    padding: 54px 30px;
    border-radius: 12px;
    background: rgba(87, 139, 7, 0.08);
    width: 100%;
    border: 1px solid rgba(24, 24, 24, 0.1);
    height: 100%;
    display: flex;
    align-items: center;
}
.tp-contact-inner-style .tp-contact-2-icon {
    left: 30px;
}
.tp-contact-style-3 .tp-contact-2-icon {
    top: 50%;
    transform: translateY(-50%);
}
.tp-contact-inner-style .tp-contact-2-icon span {
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.tp-contact-style-3 .tp-contact-2-icon span {
    color: var(--white);
    background-color: var(--theme-color);
}
.tp-contact-2-style-2 .tp-contact-2-icon span {
    color: #fff;
    font-size: 20px;
    border: 1px dashed var(--theme-color);
}
.tp-contact-2-icon span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    border: 1px dashed var(--white);
}
.tp-contact-inner-style .tp-contact-2-icon span svg {
    height: 26px;
    width: 26px;
}
.tp-contact-inner-style .tp-contact-2-text {
    padding-left: 62px;
}
.tp-contact-inner-style .tp-contact-2-text a {
    display: inline-block;
    line-height: 35px;
    transition: 0.3s;
}

.tp-contact-style-3 .tp-contact-2-text a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    display: inline-block;
}
.tp-contact-2-style-2 .tp-contact-2-text span, .tp-contact-2-style-2 .tp-contact-2-text a {
    color: var(--black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px)
.tp-contact-inner-style .tp-contact-2-text a {
    font-size: 19px;
    display: block;
}
.tp-contact-inner-style .tp-contact-2-text a:hover {
    color: var(--theme-color);
}

.tp-contact-social > a:not(:last-child) {
    margin-right: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px)
.tp-contact-social > a {
    font-size: 14px;
}
.tp-contact-social > a {
    font-size: 18px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color);
    border: 1px solid rgba(24, 24, 24, 0.1);
    transition: 0.3s;
}
.tp-contact-inner-style .tp-contact-wrap {
    margin-left: 5px;
}
.tp-contact-style-3 .tp-contact-wrap {
    border-radius: 12px;
    background-color: var(--white);
    border: 1px solid rgba(24, 24, 24, 0.1);
}
.tp-contact-wrap {
    margin-left: -21px;
    padding: 30px 40px;
    padding-bottom: 20px;
    border-radius: 12px;
    backdrop-filter: blur(25px);
    background-color: rgba(24, 24, 24, 0.3);
}
.tp-contact-style-3 .tp-contact-title {
    color: var(--black);
}
.tp-contact-title {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 10px;
    color: var(--white);
}
.tp-contact-style-3 .tp-contact-wrap > span {
    color: #222;
}
.tp-contact-wrap > span {
    display: inline-block;
    padding-bottom: 25px;
    color: var(--white);
}
.mb-20 {
    margin-bottom: 20px;
}
.tp-contact-style-3 .tp-contact-input-box input {
    border: 1px solid rgba(24, 24, 24, 0.1);
}
.tp-contact-input-box input {
    color: var(--black);
    border: 1px solid transparent;
    outline: none;
    height: 50px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 10px;
    resize: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    color: rgba(80, 80, 80, 0.5);
    background-color: var(--white);
}
.tp-contact-style-3 .tp-contact-input-box span {
    color: var(--theme-color);
}
.tp-contact-icon {
    position: absolute;
    top: 5px;
    left: 0;
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color);
    border-right: 1px solid rgba(24, 24, 24, 0.1);
}
@media(max-width:768px){
  .blog-title{
    font-size: 22px;
  }
}