
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Outfit:wght@300;400;500;600;700;800;900&amp;display=swap');



@font-face {
    font-family: 'Reey_Regular';
    src: url('../fonts/Reey-Regular.eot');
    src: url('../fonts/Reey-Regulard41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reey-Regular.woff') format('woff'),
         url('../fonts/Reey-Regular.ttf') format('truetype'),
         url('../fonts/Reey-Regular.svg#Reey_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy_Bold';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Boldd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gilroy-Bold.woff') format('woff'),
         url('../fonts/Gilroy-Bold.ttf') format('truetype'),
         url('../fonts/Gilroy-Bold.svg#Gilroy_Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy_Bold_Italic';
    src: url('../fonts/Gilroy-BoldItalic.eot');
    src: url('../fonts/Gilroy-BoldItalicd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gilroy-BoldItalic.woff') format('woff'),
         url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'),
         url('../fonts/Gilroy-BoldItalic.svg#Gilroy_Bold_Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** 

====================================================================

  Reset

====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

html{
  scroll-behavior: smooth;
}

/*** 

====================================================================

  Global Settings

====================================================================

 ***/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6c7171;
  line-height: 1.80em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #007d39;
  transition: all 300ms linear;
}

a:hover, a:focus, a:visited, a:active, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ul li,
ol,
ol li{
  list-style: none;
  margin: 0 0;
}

h1, h2, h3, h4, h5, h6{
  position: relative;
  font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  background: none;
  color: #2d3434;
  line-height: 1.25em;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: #2d3434;
}

h1{
  font-size: 72px;
}

h2{
  font-size: 48px;
}

h3{
  font-size: 30px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 20px;
}

h6{
  font-size: 18px;
}

input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p{
  position: relative;
  line-height: 1.80em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.80em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container{
  position: static;
  max-width: 1360px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper{
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}
  
.btn-style-two{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
  margin: 0;
  line-height: 26px;
  padding: 10px 25px 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  background: #007d39;
  border: 2px solid #007d39;
  border-radius: 5px;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.btn-style-two span{
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-two i{
  position: relative;
  display: inline-block;
  top: 0;
  vertical-align: middle;
  padding-left: 12px;
  line-height: 30px;
  z-index: 1;
}

.btn-style-two i.fa,
.btn-style-two i.far{
  position: relative;
  top: 1px;
  padding-left: 18px;
  font-size: 18px;
}

.btn-style-two i img{
  position: relative;
  max-height: 12px;
}

.btn-style-two:hover{
  color: #fff;
  background: none;
  border-color: #fff;
}

.hover-green-btn:hover{
  color: #007d39;
  background: none;
  border-color: #007d39;
}

.btn-style-two i img{
  -webkit-filter: brightness(10);
  -ms-filter: brightness(10);
  -moz-filter: brightness(10);
}

.btn-style-two:hover i img{
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
}

.btn-style-three{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
  margin: 0;
  line-height: 26px;
  padding: 10px 25px 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 5px;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.check-icon-cricle b i{
    width: 20px;
    height: 20px;
    background-color: #007d39;
    border-radius: 100px;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.btn-style-three span{
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-three i{
  position: relative;
  display: inline-block;
  top: 0;
  vertical-align: middle;
  padding-left: 12px;
  line-height: 30px;
  z-index: 1;
}

.btn-style-three i.fa,
.btn-style-three i.far{
  position: relative;
  top: 1px;
  padding-left: 18px;
  font-size: 18px;
}

.btn-style-three i img{
  position: relative;
  max-height: 12px;
}

.btn-style-three:hover{
  color: #ffffff;
  background: #007d39;
  border-color: #007d39;
}

.btn-style-three i img{
  -webkit-filter: brightness(10);
  -ms-filter: brightness(10);
  -moz-filter: brightness(10);
}

.btn-style-three:hover i img{
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
}


.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #007d39;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #333333 !important;
}


.get-help{
  background-image: url(../images/green-road.webp);
  padding: 100px 80px;
  min-height: 30vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-color: #eee;
}



/*--------start-form-modal-here-----------*/
.form-modal{
  position: fixed;
  width: 100%;
  transition: 0.3s ease;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999999;
}



.form-modal .inner-box .white-box{
  background-color: #fff;
  border-radius: 15px;
  width: 60%;
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.form-modal .inner-box .img-box{
  width: 50%;
}
.form-modal .inner-box .img-box img{
  border-radius: 15px 0px 0px 15px;
}

.form-modal .inner-box .input-box{
  padding: 30px 20px;
  position: relative;
  width: 50%;
}

.form-modal .inner-box .input-box .heading{
  padding-bottom: 20px;
  border-bottom: 1px solid #cccc;
}
.form-modal .inner-box .white-box .fa-times-circle-o{
  color: #000;
  font-size: 25px;
  transition: 0.4s ease;
  right: 20px;
  top: 20px;
  z-index: 99;
  position: absolute;
  cursor: pointer;
}
 
.form-modal .inner-box .input-box .heading i:hover{
  color: green;
}


.form-control:focus{
  box-shadow: none!important;
  border-color: green;
}
.form-control{
  height: 54px;
  line-height: 24px;
  padding: 11px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #2d3434;
  margin-bottom: 20px;
  font-weight: 400;
  background: #ffffff;
  border-radius: 4px;
}





/*-------------End-form-modal-here-------------*/



/* Preloader */
/*
.loader-wrap{
    
}

.handle-preloader{
  background-color:#007d39;
}

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 0%;
  display: none;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before { animation-delay: 2s;}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}*/

/* preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/





/*** 

====================================================================
  Default Single Banner
====================================================================

***/

.tour-single-banner{
  position: relative;
  padding: 0 0;
}

.tour-single-banner .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.tour-single-banner .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.tour-single-banner .content-box{
  position: relative;
  display: block;
  height: 400px;
  padding: 50px 0;
}

.tour-single-banner .content{
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
}

.tour-single-banner .content h2{
  text-shadow: 0px 2px 3px rgba(0 0 0 / 54%);
  color: #fff;
}
.tour-single-banner .content-box .t-type{
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 14px;
  min-height: 62px;
  padding-left: 77px;
  padding-top: 5px;
}

.tour-single-banner .content-box .t-type .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
}

.tour-single-banner .content-box .t-type strong{
    font-family: 'Gilroy_Bold', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.tour-single-banner .content-box .links{
  position: relative;
  float: right;
  width: 33.333%;
  padding-left: 35px;
}

.tour-single-banner .content-box .links ul{
  position: absolute;
  bottom: 0px;
}

.tour-single-banner .content-box .links li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.tour-single-banner .content-box .links li a{
  position: relative;
  display: block;
  background: #ffffff;
  color: #2d3434;
  font-size: 18px;
  font-family: 'Gilroy_Bold', sans-serif;
  line-height: 24px;
  padding: 8px 20px;
  border-radius: 20px;
}

.tour-single-banner .content-box .links li i{
  position: relative;
  padding-left: 5px;
  color: #007d39;
}

.tour-single-banner .content-box .links li a:hover{
  background: #007d39;
  color: #ffffff;
}

.tour-single-banner .content-box .links li a:hover i{
  color: #ffffff;
}


.acc-content .content{
  display: flex;
  gap: 30px;
  align-items: center;
}

.acc-content .content .text{
  width: 60%;
  padding-right: 10px;
}

.acc-content .content .image-box-right {
  width: 40%;
}
.acc-content .content .image-box-right a img{
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}


/*** 


/*** 

====================================================================
  Default Single tour pages details
====================================================================

***/

.dsp-container{
  position: relative;
  padding: 80px 0 100px;
  line-height: 1.6em;
}

.dsp-container .text,
.dsp-container p{
  line-height: 1.65em;
}

.dsp-container .sidebar-side{
  position: relative;
}

.dsp-container .sidebar-inner{
  position: relative;
  padding-left: 15px;
}

.dsp-container .content-side{
  position: relative;
}

.dsp-container .content-inner{
  position: relative;
}

.dsp-container .dsp-widget{
  position: relative;
  margin-bottom: 50px;
}

.dsp-container .sp-header{
  position: relative;
  margin-bottom: 40px;
}

.dsp-container .sp-header .loc-rat{
  position: relative;
  margin-bottom: 5px;
}

.dsp-container .sp-header .loc-rat .location{
  position: relative;
  float: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #007d39;
  font-family: 'Gilroy_Bold', sans-serif;
  margin-bottom: 10px;
}

.dsp-container .sp-header .loc-rat .rating{
  position: relative;
  float: left;
  padding-top: 4px;
  line-height: 24px;
  margin-left: 25px;
}

.dsp-container .sp-header .loc-rat .rating a{
  font-size: 16px;
  color: #a8b1b5;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}

.dsp-container .sp-header .loc-rat .rating i{
  position: relative;
  color: #ffb400;
  font-size: 18px;
  padding-right: 5px;
  line-height: 24px;
  color: #ffb400;
  z-index: 1;
}

.dsp-container .sp-header .loc-rat .rating strong{
  position: relative;
  font-family: 'Gilroy_Bold', sans-serif;
  font-size: 18px;
  color: #2d3434;
}

.dsp-container .sp-header .loc-rat .add-fav{
  position: relative;
  float: right;
  padding-top: 4px;
  line-height: 24px;
}

.dsp-container .sp-header .loc-rat .add-fav a{
  color: #6c7171;
  display: block;
  line-height: 24px;
}

.dsp-container .sp-header .loc-rat .add-fav a i{
  padding-right: 7px;
  color: #007d39;
  line-height: 24px;
}

.dsp-container .sp-header .loc-rat .add-fav a:hover{
    color: #007d39;
}

.dsp-container .sp-header h1{
  position: relative;
  font-weight: 400;
  color: #2d3434;
  font-size: 60px;
  margin-bottom: 25px;
}

.dsp-container .content-side h3{
  margin-bottom: 30px;
}

.dsp-container .sp-header .info{
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.dsp-container .sp-header .info .duration{
  position: relative;
  float: left;
}

.dsp-container .sp-header .info .persons{
  position: relative;
  float: left;
  margin-left: 20px;
}

.dsp-container .sp-header .info .duration i,
.dsp-container .sp-header .info .persons i{
  position: relative;
  padding-right: 5px;
  color: #007d39;
}

.dsp-container .content-side .upper-content{
  position: relative;
  margin-bottom: 70px;
}

.dsp-container .content-side .upper-content h3,
.dsp-container .content-side .upper-content h4,
.dsp-container .content-side .upper-content h5{
  margin-bottom: 20px;
}

.dsp-container .basic-info h5{
  margin-bottom: 0 !important;
}

.un-styled-list{
  position: relative;
  margin: 0 0 20px 18px;
}

.un-styled-list li{
    position: relative;
    list-style: disc;
    line-height: 1.60em;
    padding-left: 5px;
    margin-bottom: 6px;
}

.un-styled-list li::marker{
    color: #007d39;
}

.un-styled-list li:last-child{
  margin-bottom: 0;
}

.styled-list-one{
  margin-bottom: 20px;
}

.styled-list-one li{
    position: relative;
    padding-left: 35px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.styled-list-one li:last-child{
  margin-bottom: 0;
}

.styled-list-one li:before{
  content: "\f178";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  text-align: center;
  color: #007d39;
}

.styled-list-two{
  margin-bottom: 20px;
}

.styled-list-two li{
    position: relative;
    padding-left: 35px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.styled-list-two li:last-child{
  margin-bottom: 0;
}

.styled-list-two li:before{
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  text-align: center;
  color: #28ac28;
}

.styled-list-three{
  margin-bottom: 20px;
}

.styled-list-three li{
    position: relative;
    padding-left: 35px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.styled-list-three li:last-child{
  margin-bottom: 0;
}

.styled-list-three li:before{
  content: "\f00d";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  text-align: center;
  color: #cccbcb;
}

.basic-info .styled-list-one,
.basic-info .styled-list-two,
.basic-info .styled-list-three{
  margin-bottom: 0;
}

.t-plans{
  position: relative;
  margin-bottom: 70px;
}

.accordion-box{
  position: relative;
}

.tp-accordion{
  position: relative;
}

.tp-accordion .block{
  position: relative;
  margin-bottom: 20px;
}

.tp-accordion .block.active-block{

}

.tp-accordion .block:last-child{
  margin-bottom: 0;
}

.tp-accordion .block .acc-btn{
  position:relative;
  font-size:18px;
  line-height:32px;
  font-weight:400;
  color: #2d3434;
  font-family: 'Gilroy_Bold', sans-serif;
  cursor:pointer;
  padding:17px 60px 17px 20px;
  background: #f2f4f7;
  border-radius: 5px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  height: 69px;
  transition:all 500ms ease;
}
.elementor-icon-list-item{
  display: flex;
  gap:6px;
}

.tp-accordion .block .acc-btn .d-count{
  position: absolute;
  left: 12px;
  top: 12px;
  width: 86px;
  height: 42px;
  line-height: 30px;
  padding: 6px 5px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background: #4a6660;
  border-radius: 3px;
}

.tp-accordion .block .acc-btn .arrow{
  position:absolute;
  right: 12px;
  top: 12px;
  height: 42px;
  font-size: 18px;
  width: 42px;
  padding: 6px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background: #007d39;
  border-radius: 3px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.tp-accordion .block .acc-btn.active{
  background-color: #4a6660;
  color: #ffffff;
}

.tp-accordion .block .acc-btn.active .arrow{
  color: #007d39;
  background: #ffffff;
  transform: rotate(180deg);
}

.tp-accordion .block .acc-btn.active .d-count{
  background: #007d39;
}

.tp-accordion .block .acc-content{
  position:relative;
  display:none;
}

.tp-accordion .block .content{
  position:relative;
  padding: 40px 40px 35px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.tp-accordion .block.active-block .acc-content{ 
  display: block;
  padding-top: 10px;
}

.tp-accordion .block .content .text{
  position: relative;
  line-height: 1.65em;
}

.tp-accordion .block .content ul{
  position: relative;
  margin: 0 0 0 18px;
}

.tp-accordion .block .content ul li{
    position: relative;
    list-style: disc;
    line-height: 1.60em;
    margin-bottom: 7px;
}

.tp-accordion .block .content ul li::marker{
    color: #007d39;
}

.tp-accordion .block .content ul li:last-child{
  margin-bottom: 0;
}

.dsp-container .location{
  position: relative;
  margin-bottom: 70px;
}

.dsp-container .map-box{
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  background: #e0e0e0;
  border-radius: 10px;
}

.dsp-container .map-box iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  -webkit-filter: grayscale(100%);
  border-radius: 10px;
}

.dsp-container .map-box .map-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin: -60px 0 0 -60px;
  z-index: 5;
}

.t-faqs{
  position: relative;
  margin-bottom: 65px;
}

 
.t-book-widget{
  position: relative;
}

.t-book-widget.alt-margin{
  margin-top: -170px;
}

.t-book-widget .inner-box{
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(2, 24, 93, 0.10);
  border-radius: 10px;
}

.t-book-widget .t-book-header{
  position: relative;
  background: #007d39;
  color: #ffffff;
  padding: 20px 30px 20px 45px;
  border-radius: 10px 10px 0 0;
}

.t-book-widget .t-book-header .st-txt{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  padding-right: 10px;
}

.t-book-widget .t-book-header .amount{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 33px;
  line-height: 50px;
  font-family: 'Gilroy_Bold', sans-serif;
}

.t-book-widget .t-book-header .qty{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Gilroy_Bold', sans-serif;
}

.t-book-widget .lower-box{
  position: relative;
  padding: 40px 45px 50px;
}

.t-book-widget .fields{
  position: relative;
  padding-bottom: 20px;
}

.t-book-widget .fields .form-group{
  padding-left: 70px;
  margin-bottom: 10px;
}

.hot-single .t-book-widget .fields .form-group{
  padding-left: 100px;
}

.t-book-widget .fields .form-group .field-label{
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 30px;
}

.t-book-widget h6{
  font-size: 16px;
}

.t-book-widget .tickets{
  position: relative;
  padding-bottom: 20px;
}

.t-book-widget .tickets .ticket-block{
  position: relative;
  margin-bottom: 10px;
}

.t-book-widget .tickets .tick-ttl{
  position: relative;
  line-height: 30px;
  padding: 12px 0;
  float: left;
}

.t-book-widget .tickets .tick-sel{
  position: relative;
  float: right;
}

.quantity-box .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 140px;
  width: 100%;
  float: left;
  padding: 0px 45px;
}

.quantity-box .item-quantity .input-group{
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 124px;
  width: 100%;
  height: 54px;
}

.quantity-box .item-quantity input.qty-spinner {
  line-height: 54px;
  height: 54px;
  width: 54px !important;
  padding: 12px 0px !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #353535;
  border-radius: 5px !important;
}

.quantity-box .item-quantity input.qty-spinner:focus{
  background: none;
  border-color: #007d39;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 54px;
  width: 35px;
  background: none;
  padding: 12px 0px !important;
  line-height: 30px;
  left: -40px;
  top: -54px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin: 0;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 54px;
  width: 35px;
  background: none;
  padding: 12px 0px !important;
  line-height: 30px;
  right: -40px;
  top: -54px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin: 0;
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "+";
  font-size: 25px;
  font-style: normal;
  color: #0c2957;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 800;
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "-";
  font-size: 34px;
  font-style: normal;
  color: #0c2957;
  font-weight: 800;
  font-family: 'Font Awesome 6 Pro';
  top: -3px;
  position: relative;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i{
  top: 6px;
  left: 14px;
  font-size: inherit !important; 
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.t-book-widget .add-ser{
  position: relative;
  padding-bottom: 20px;
}

.t-book-widget .add-ser ul{
  position: relative;
}

.t-book-widget .add-ser ul li{
  position: relative;
  display: block;
  line-height: 24px;
  margin-bottom: 8px;
}

.t-book-widget .add-ser ul li:last-child{
  margin-bottom: 0;
}

.t-book-widget .add-ser .cb-block{
  position: relative;
}

.t-book-widget .add-ser .cb-block input{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.t-book-widget .add-ser .cb-block label{
  position: relative;
  display: block;
  margin: 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #6c7171;
  padding-left: 26px;
  cursor: pointer;
}

.t-book-widget .add-ser .cb-block label .amount{
  position: relative;
  float: right;
}

.t-book-widget .add-ser .cb-block label:before{
  content:'' ;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.t-book-widget .add-ser .cb-block input:checked+label:before{
  background: #007d39;
  border-color: #007d39;
}

.t-book-widget .add-ser .cb-block label:after{
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
}

.t-book-widget .add-ser .cb-block input:checked+label:after{
  opacity: 1;
  visibility: visible;
}

.t-book-widget .total{
  position: relative;
  padding: 15px 0 0;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.t-book-widget .total .t-ttl{
  position: relative;
  float: left;
  font-size: 24px;
  font-family: 'Gilroy_Bold', sans-serif;
  line-height: 30px;
  color: #2d3434;
}

.t-book-widget .total .ttl-amt{
  position: relative;
  float: right;
  font-size: 24px;
  font-family: 'Gilroy_Bold', sans-serif;
  line-height: 30px;
  color: #007d39;
}

.t-book-widget .proceed-link{
  position: relative;
  padding: 25px 0 0;
}

.t-book-widget .proceed-link .theme-btn{
  display: block;
  width: 100%;
}

.dsp-container .get-help-widget{
  position: relative;
}

.dsp-container .get-help-widget .inner{
  position: relative;
  display: block;
  background: #eff4f3;
  padding: 45px 45px 45px;
  border-radius: 10px;
}

.dsp-container .get-help-widget h6{
  text-transform: capitalize;
  color: #007d39;
  margin-bottom: 10px;
}

.dsp-container .get-help-widget h3{
  font-size: 34px;
  text-transform: capitalize;
  color: #2d3434;
  margin-bottom: 25px;
}

.dsp-container .get-help-widget .text{
  line-height: 1.65em;
  margin-bottom: 50px;
}

.dsp-container .get-help-widget .call-to{
    position: relative;
    font-family: 'Gilroy_Bold', sans-serif;
}

.dsp-container .get-help-widget .call-to a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #2d3434;
  padding-top: 8px;
  padding-left: 70px;
  min-height: 56px;
}

.dsp-container .get-help-widget .call-to .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 18px;
  background: #007d39;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
}
 



/*---------gallery-section-------*/

.gallery-section .image{
  position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-section .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    transition: all 300ms linear;
    margin-bottom: 30px;
}

.gallery-section .image img:hover {
    opacity: 0.70;
    -webkit-filter: grayscale(100%);
}
/*------------gallery-section----------*/




.site-form form .form-group input[type="text"], .site-form form .form-group input[type="email"], .site-form form .form-group input[type="password"], .site-form form .form-group input[type="url"], .site-form form .form-group input[type="number"], .site-form form .form-group input[type="file"], .site-form form .form-group input[type="range"], .site-form form .form-group select, .site-form form .form-group textarea {
    width: 100%;
    height: 54px;
    line-height: 24px;
    padding: 11px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #2d3434;
    font-weight: 400;
    background: #ffffff;
    border-radius: 4px;
}





.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-section .elementor-container {
    display: flex
;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.Included-box {
    background-color: #F8F1FF;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 30px;
}

.elementor-icon-list li{
  margin-bottom: 10px;
}

.elementor-icon-list li .elementor-icon-list-text{
  margin-left: 7px;
}

.Excluded-box{
    background-color: #FFF0F0;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}





 

/*** 

====================================================================

  Main Header style

====================================================================

***/

 .Terms-and-Conditions-section{
   background-color: #007d39;
   padding: 100px 30px;
}
.Terms-and-Conditions-text-section{
   padding: 80px 0px;
}
.content-box .items h4{
   margin-bottom: 10px;
   margin-top: 30px;
}

.list .list-items{
   display: flex;
   align-items: start;
   gap: 10px;
}
.list .list-items .point i{
   color: #007d39;
}

.list .list-items div p{
   margin-bottom: 0px;
}

.header-top{
  position: relative;
  background: #eff4f3;
}

.header-top .top-left{
  position: relative;
  float: left;
  line-height: 24px;
  padding: 8px 0;
}

.header-top .top-left .info{
  position: relative;
}

.header-top .top-left .info li{
  position: relative;
  float: left;
  padding-left: 24px;
  margin-right: 30px;
  line-height: 24px;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

.header-top .top-left .info li:last-child{
  margin-right: 0;
}

.header-top .top-left .info li .icon{
  color: #007d39;
  font-size: 21px;
}
.green-color{
   color: #007d39;
}

.header-top .top-left .info li a{
  position: relative;
  display: block;
  line-height: 24px;
  color: #6c7171;
}

.header-top .top-left .info li a:hover{
  color: #007d39;
  text-decoration: underline;
}



.header-top .social li a{
  position: relative;
  display: block;
  color: #2d3434;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
}


.main-header .header-upper{
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  background: none;
  padding: 0 0;
  border-bottom: 1px solid rgba(0,0,0,0.0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header-style-two .header-upper{
  top: 40px;
  background: #ffffff;
}

.header-style-two{
  position: relative;
  min-height: 144px;
}

.header-style-two .auto-container{
  max-width: 1360px;
  padding: 0 20px;
}

.fixed-header .header-upper{
  position: fixed;
  top: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(0,0,0,0.15);
  z-index: 999;
}

.visible-search .main-header .header-upper{
  background: #ffffff;
  border-bottom-color: rgba(0,0,0,0.15);
}

.main-header ul, .main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-box{
  position: relative;
  padding: 0px;
}

.header-style-two .header-upper .outer{
  position: relative;
  float: right;
}

.main-header .main-box .logo-box{
  position: relative;
  display: block;
  float: left;
  padding: 10px 0px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.fixed-header .main-box .logo-box{
  
}

.main-header .main-box .logo-box .logo{
    position: relative;
    display: block;
}

.main-header .main-box .logo-box .logo img {
  position: relative;
  display: block;
  height: 95px;
  z-index: 1;
}

.main-header .header-upper .links-box{
  position: relative;
  float: right;
  padding-top: 24px;
}

.header-style-two .header-upper .links-box{
  float: left;
}

.main-header .header-upper .links-box .link{
  position: relative;
  float: left;
  margin-left: 25px;
}

.main-header .header-upper .login{
    position: relative;
    margin-left: 0;
    padding-top: 13px;
}

.main-header .header-upper .login a{
  color: #6c7171;
  font-size: 16px;
  line-height: 30px;
}

.main-header .header-upper .social{
    position: relative;
    margin-left: 0;
    padding-top: 13px;
}

.main-header .header-upper .social li{
  position: relative;
  float: left;
  margin-right: 20px;
}

.main-header .header-upper .social li:last-child{
  margin-right: 0;
}

.main-header .header-upper .social li a{
  color: #2d3434;
  font-size: 18px;
  line-height: 30px;
}


.main-header .header-upper .links-box .call-to{
    position: relative;
    margin-left: 60px;
    font-family: 'Gilroy_Bold', sans-serif;
}

.main-header .header-upper .call-to a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #2d3434;
  padding-top: 8px;
  padding-left: 70px;
  min-height: 56px;
}

.main-header .header-upper .call-to .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 18px;
  background: #007d39;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.main-header .header-upper .call-to a .nmbr{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.main-header .header-upper .call-to a .nmbr:hover{
	color: #007d39;
}

.main-header .nav-toggler{
  position: relative;
  float: left;
  left: 0;
  top: 0;
  padding: 16px 0px 0;
  margin-top: 15px;
  margin-left: 20px;
  display: none;
}

.main-header .nav-toggler button {
  position: relative;
  width: 30px;
  height: 44px;
  line-height: 24px;
  padding: 5px 0px;
  background: none;
  color: #e1e1e1;
  font-size: 16px;
  margin: 0px;
  border-radius: 0px;
  outline: none !important;
}

.main-header .nav-toggler button img{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
}

.main-header .nav-box{
  position: relative;
  float: left;
  margin-left: 80px;
}

.header-style-two .nav-box{
  margin-left: 0;
}

.main-header .nav-outer{
  position: relative;
}

.main-menu{
  position:relative;
  display: block;
  padding: 0px 0px;
}

.main-menu .navbar-collapse{
  padding:0px;
  margin:0px;
  border:none;
  box-shadow:none;
}

.main-menu .navigation{
  position:relative;
  z-index: 1;
}

.main-menu .navigation > li{
  position:relative;
  display: block;
  float: left;
  padding:30px 0px;
  margin-right: 40px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right: 0;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  color:#2d3434;
  padding:10px 0px;
  font-weight:400;
  line-height:24px;
  font-family: 'Gilroy_Bold', sans-serif;
  text-transform: capitalize;
  opacity:1;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > a:after{
  content: "";
  position:absolute;
  left:0px;
  bottom: 0px;
  display:block;
  width: 0;
  border-bottom: 3px solid #007d39;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  z-index:1;
}

.main-menu .navigation > li:hover > a:after,
.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li.current-menu-item > a:after{
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
  color: #007d39;
  text-decoration: none;
  opacity:1;
}


.main-menu .navigation > li > ul > li{
  position:relative;
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:8px 16px;
  font-size:16px;
  line-height:26px;
  font-weight: 400;
  color:#2E2E2E;
  text-transform: capitalize;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
  color:#007d39;
  background: rgba(0, 0, 0, 0.05);
}


/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
  overflow-y: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.70);
    cursor: pointer;
    opacity:0;
    visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  padding-top: 60px;
  color: #101010;
  border-right: 4px solid #007d39;
  z-index: 9999;
  visibility: hidden;
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.hidden-bar .hidden-bar-closer{
  display: none;
}

.hidden-bar.visible-sidebar{
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px); 
}

.hidden-bar .nav-logo-box{
  position: relative;
  padding: 10px 25px 20px;
  margin-bottom: 20px;
}

.hidden-bar .nav-logo-box img{
  max-height: 90px;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
  list-style-type:none;
  margin:0px;
}

.hidden-bar .hidden-bar-closer{
  position: absolute;
  right: -5px;
  top: 0px;
  padding: 14px 20px;
  line-height: 30px;
  cursor: pointer;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 9999;
}

.hidden-bar .hidden-bar-closer svg{
  width: 20px;
  height: 20px;
  stroke-width: 1.25px;
}

.hidden-bar-wrapper{
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  padding: 20px 0px 35px;
  overflow-x: hidden;
}

.hidden-bar .side-menu{
  position: relative;
  display: block;
  border-top: 1px solid rgba(0,0,0,0.07);
  font-family: 'Open Sans', sans-serif;
}

.hidden-bar .side-menu ul li{
  position: relative;
  display: block;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.20);
}

.hidden-bar .side-menu ul li a{
  position: relative;
  color: #8E8E8E;
  display: block;
  font-weight: 600;
  font-size:14px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 5px 30px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
  color: #007d39;
}

.hidden-bar .side-menu ul li ul li{
  border-bottom: none;
  border-top: 1px solid rgba(0,0,0,0.07);
  padding-left: 10px;
}

.hidden-bar .side-menu ul li ul li a{
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
}

.hidden-bar .side-menu ul li .btn-expander{
  position: absolute;
  top: 11px;
  right: 0;
  background: none;
  color: rgba(0,0,0,0.70);
  font-size: 14px;
  height: 24px;
  width: 20px;
  line-height: 24px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li{
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 0;
}

.hidden-bar .side-menu ul li a{
  display: block;
  vertical-align: top;
  padding: 12px 30px 12px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #231F20;
  text-transform: capitalize;
}

.hidden-bar .side-menu ul li ul li a{
  font-size: 14px;
  font-weight: 500;
}

.hidden-bar .side-menu ul li .btn-expander{
  top: 9px;
  right: 15px;
  font-weight: 700;
  font-size: 13px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0,0,0,0.50);
}

.hidden-bar .side-menu ul li .btn-expander i{
  font-weight: 800;
}

.hidden-bar .side-menu ul li ul{
  padding:  0px 0px;
}

.hidden-bar .side-menu ul li ul li ul{
  padding: 0px 0px;
  margin-left: 0px;
}

.hidden-bar .side-menu ul li ul li{
  margin-bottom: 0px;
}

.hidden-bar .side-menu ul li ul li:last-child{
  margin-bottom: 0;
}

.hidden-bar .links-box{
  position: relative;
  display: block;
  padding: 30px 25px;
}

.hidden-bar .links-box .link{
  position: relative;
  margin-top: 15px;
}

.hidden-bar .links-box .link .theme-btn{
  display: block;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/


/*------------------start-whatsapp-button-----*/



.customer-support-pop-icon .phone-play-button{
  position: fixed;
  right: 40px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #29a10e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 999999;
  border-radius: 100px;
}
.customer-support-pop-icon .phone-play-button i{
  position: relative;
  z-index: 99;
}
.phone-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}
.phone-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.customer-support-pop-modal .modal-content .inner-box{
  padding: 30px 30px;
}
.customer-support-pop-modal .modal-content .inner-box .nav .nav-item .nav-link i{
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  background-color: #fff;
  border-radius: 100px;
  margin: 10px auto;
}
.customer-support-pop-modal .modal-content .inner-box .nav .nav-item .active i{
  color: #045a97;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.customer-support-pop-modal .tab-content .title span,
.customer-support-pop-modal .modal-content .inner-box .nav .nav-item .active{
  color: #045a97;
}
.customer-support-pop-modal .tab-content .title h3{
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 21px;
  text-align: center;
}


.phone-icon .mobile-phone{
  bottom: 130px;
}

.phone-icon .mobile-phone:after{
  background-color: #303F9F;
}

.phone-icon .mobile-phone:before{
  background-color: #303F9F;
}
.common-select-box select{
  height: 50px;
}
.modal-btn-customer .btn{
  background-color: #045a97;
  color: #fff;
}
.modal-btn-customer .btn:hover{
  background-color: #000;
  color: #fff;
}
.customer-support-pop-modal .close-btn i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #045a97;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.3s ease;
  border-radius: 100px;
  cursor: pointer;
}
.customer-support-pop-modal .close-btn i:hover{
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}
/*---------------ENd-Use-Missed-Call-Service-section-here----------------*/



/*------------End-whatsapp-button------------*/










.banner-section{
  position: relative;
  padding: 0 0;
  background: #ffffff;
}

.banner-section .auto-container{
  max-width: none;
  padding: 0 0;
}

.banner-section .banner-container{
  position: relative;
}

.banner-section .banner-arrow{
  position: absolute;
  left: 20px;
  bottom: -160px;
  z-index: 5;
}

.banner-section .banner-slider{
  position:relative;
  width:100%;
  overflow: hidden;
}

.banner-section .row{
  margin: 0 0;
}

.banner-section .left-col{
  position: relative;
  padding: 0 0;
}

.banner-section .left-col .inner{
  position: relative;
  display: block;
  min-height: 100%;
}

.banner-section .left-col .content{
  position: relative;
  display: block;
  float: right;
  width: 100%;
  max-width: 680px;
  padding: 240px 120px 200px 20px;
}

.banner-section .left-col .bg-image{
  position: absolute;
  left: -100px;
  bottom: -60px;
}

.banner-section .left-col h3{
  position: relative;
  font-weight:400;
  font-family: 'Reey_Regular', cursive;
  color: #007d39;
  line-height:1.20em;
  margin:0px 0px 10px;
}


/*** 

====================================================================
  Title Box
====================================================================

***/

.title-box{
  position: relative;
  margin-bottom: 25px;
}

.title-box.centered{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 65px;
}

.title-box .subtitle{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  font-family: 'Reey_Regular', cursive;
  font-weight: 400;
  color: #007d39;
  margin: 0 0 10px;
}

.title-box h2{
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0;
}

.get-help .title-box .get-content{
  font-size: 80px;
}

.title-box h2 span{
  position: relative;
  z-index: 1;
}

.title-box .text{
  position: relative;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  padding-top: 25px;
}

/*** 

====================================================================
  Intro Section
====================================================================

***/


/*** 

====================================================================
  About Us Section
====================================================================

***/

.nav .nav-item .nav-link{
  border: none!important;
  background-color: #fff!important;
}

.nav .nav-item .nav-link.active svg path,
.nav .nav-item .nav-link.active{
  color: #007d39!important;
  fill: #007d39!important;;
}
.nav .nav-item .nav-link svg{
  margin-right: 10px;
}













.about-section{
  position: relative;
  padding: 0 0px 170px;
}

.about-section.alternate{
  padding-top: 140px;
}

.about-section .bg-grad-left{
  position: absolute;
  left: -200px;
  top: -100px;
}

.about-section .bg-grad-right{
  position: absolute;
  right: 0;
  top: -400px;
}

.about-section .text-col{
  position: relative;
  margin-bottom: 50px;
  order: 12;
}

.about-section .text-col .inner{
  position: relative;
  display: block;
  padding-left: 110px;
  padding-top: 60px;
}


/*** 

====================================================================
  Packages Section
====================================================================

***/

.packages-section{
  position: relative;
  padding: 130px 0px;
  background: #fafaee;
}

.packages-section .title-box{
  margin-bottom: 55px;
}

.packages-section .bg-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: left top;
}

.packages-section .carousel-box{
  position: relative;
  margin: 0 -12px;
}

.packages-section .carousel-box .slick-list{
  overflow: hidden;
}

.package-block{
  position: relative;
  margin-bottom: 30px;
}

.packages-section .row{
  margin: 0 -12px;
}

.packages-section .row .package-block{
  padding: 0 12px;
  margin-bottom: 24px;
}

.slick-slider .package-block{
  margin: 10px 12px;
}

.package-block .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
  min-height: 100%;
  border-radius: 10px;
}

.package-block .image-box{
  position: relative;
}

.package-block .image-box .image{
  position: relative;
  background: #007d39;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.package-block .image-box .image img{
  position: relative;
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s ease;
}

.package-block .inner-box:hover .image img{
    opacity: 0.50;
    transform: scale(1.05);
}


.package-block .lower-box{
  position: relative;
  display: block;
  padding: 30px 30px 0;
}

.package-block.alt .lower-box{
  padding-top: 25px;
}

.package-block .lower-box .p-icon img{
  max-height: 72px;
}

.package-block .lower-box .location{
  position: relative;
  font-weight: 400;
  color: #007d39;
  font-family: 'Gilroy_Bold', sans-serif;
  margin-bottom: 10px;
}


.package-block .lower-box h5{
  position: relative;
  font-weight: 400;
  color: #2d3434;
  margin-bottom: 20px;
}

.package-block h5 a{
  color: #2d3434;
}

.package-block h5 a:hover{
  color: #007d39;
}



/*** 

====================================================================
  Newsletter Section
====================================================================

***/


/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer{
  position: relative;
}

.main-footer.style-two{
  color: #a3adcc;
  background: #272d2e;
}

.main-footer ul,
.main-footer ul li{
  list-style: none;
  margin: 0;
}

.main-footer .upper-section{
  position: relative;
  padding: 140px 0 00px;
}

.main-footer.style-two .upper-section{
  padding-top: 50px;
}

.main-footer h4{
  text-transform: capitalize;
  margin-bottom: 40px;
  font-weight: 400;
  color: #2d3434;
}

.main-footer.style-two h4{
  color: #ffffff;
}

.main-footer .footer-logo{
  position: relative;
  margin-top: -25px;
  margin-bottom: 42px;
}

.main-footer.style-two .footer-logo a img{
  width: 125px;
}

.main-footer .news{
  position: relative;
}

.main-footer .news .news-post{
  position: relative;
  padding-left: 105px;
  padding-top: 5px;
  min-height: 84px;
  margin-bottom: 24px;
}

.main-footer .news .news-post:last-child{
  margin-bottom: 0;
}

.main-footer .news .news-post .image{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 84px;
  height: 84px;
  border-radius: 4px;
  overflow: hidden;
}

.main-footer .news .news-post .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.main-footer .news .news-post h6{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

.main-footer .news .news-post h6 a{
  color: #2d3434;
}

.main-footer.style-two .news .news-post h6,
.main-footer.style-two .news .news-post h6 a{
  color: #ffffff;
}

.main-footer .news .news-post .price{
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #6c7171;
}

.main-footer.style-two .news .price{
  color: #a3adcc;
}

.main-footer .news .news-post .price .amount{
  color: #007d39;
  font-family: 'Gilroy_Bold', sans-serif;
}

.main-footer .upper-section .footer-column{
  position: relative;
  margin-bottom: 40px;
}

.main-footer .info{
  position: relative;
}

.main-footer .info li{
  position: relative;
  display: block;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  margin-bottom: 18px;
}


 
.main-footer .info li:last-child{
  margin-bottom: 0;
}

.main-footer .info li .icon{
  
}

.main-footer .info li a{
  position: relative;
  display: flex;
  gap: 10px;
  color: #6c7171;
  line-height: 24px;
}

.main-footer.style-two .info li a{
  color: #fff;
}

.main-footer .info li a:hover{
  color: #007d39;
  text-decoration: underline;
}

.main-footer .social-links{
  position: relative;
  padding-top: 30px;
}

.main-footer .social-links li{
  position: relative;
  float: left;
  margin-right: 6px;
}

.main-footer .social-links li:last-child{
  margin-right: 0;
}

.main-footer .social-links li a{
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #2d3434;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  border-radius: 50%;
}

.main-footer .social-links li a.facebook{
  background: #1877f2;
}

.main-footer .social-links li a.instagram{
  background: #E4405F;
}

.main-footer .social-links li a.twitter{
  background: #3aacf3;
}

.main-footer .social-links li a.linkedin{
  background: #3291c2;
}

.main-footer .social-links li a.youtube{
  background: #ff0000;
}

.main-footer .social-links li a:hover{
  color: #ffffff;
  background: #007d39;
}

.main-footer .links{
  position: relative;
}

.main-footer .links li{
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.main-footer .links li:last-child{
  margin-bottom: 0;
}

.main-footer .links li a{
  position: relative;
  color: #6c7171;
  line-height: 24px;
}

.main-footer.style-two .links li a{
  color: #fff;
}

.main-footer .links li a:hover{
  color: #007d39;
  text-decoration: underline;
}

.main-footer .f-bottom{
  position: relative;
}

.main-footer .f-bottom .inner{
  position: relative;
  padding: 00px 0 30px;
}

.main-footer .f-bottom .copyright{
  position: relative;
  text-align: center;
  color: #6c7171;
  line-height: 24px;
}

.main-footer.style-two .f-bottom .copyright{
    color: #fff;
}

.main-footer .copyright a{
  position: relative;
  color: #ffffff;
}

.main-footer.style-two .copyright a{
    color: #a3adcc;
}

.main-footer .copyright a:hover{
  text-decoration: underline;
}

.main-footer .bottom-links{
  position: relative;
  float: right;
}

.main-footer .bottom-links li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}

.main-footer .bottom-links li:last-child{
  margin-right: 0;
}

.main-footer .bottom-links li a{
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #6c7171;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.main-footer.style-two .bottom-links li a{
    color: #a3adcc;
}

.main-footer .bottom-links li a:hover{
  color: #007d39;
  text-decoration: underline;
}

.main-footer .app-info{
  position: relative;
}

.main-footer .app-info .text{
  position: relative;
  margin-bottom: 25px;
}

.main-footer .app-info .links{
  position: relative;
}

.main-footer .app-info .link{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 10px;
}

/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-two{
  position: relative;
  padding: 0 0;
}

.banner-two .banner-container{
  position: relative;
}

.banner-two .banner-slider{
  position:relative;
  width:100%;
  overflow: hidden;
}

.banner-two .slide-item{
  position: relative;
  width:100%;
  padding:0px;
  overflow: hidden;
}

.banner-two .slide-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

.banner-two .slide-item .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition:all 0ms linear 0ms;
  -ms-transition:all 0ms linear 0ms;
  -o-transition:all 0ms linear 0ms;
  -moz-transition:all 0ms linear 0ms;
  transition:all 0ms linear 0ms;
}

.banner-two .slide-item.swiper-slide-active .image-layer{
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition:all 7000ms linear 0ms;
  -ms-transition:all 7000ms linear 0ms;
  -o-transition:all 7000ms linear 0ms;
  -moz-transition:all 7000ms linear 0ms;
  transition:all 7000ms linear 0ms;
}

.banner-two .slide-item .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
}

.banner-two .slide-item .content-box{
  position:relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 70px 0;
  height: 720px;
  min-height: calc(100vh - 144px);
  z-index: 10;
}

.banner-two .slide-item .content{
  position:relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.banner-two .slide-item .inner{
  position: relative;
  display: block;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.banner-two .slide-item h1{
  position: relative;
  font-size: 118px;
  font-weight:400;
  color: #ffffff;
  text-transform: capitalize;
  line-height:1.0em;
  margin:0px 0px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.banner-two .slide-item h1 span{
  position: relative;
  display: inline-block;
}

 

.banner-two .swiper-slide-active h1{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 1000ms;
    -ms-transition:all 1000ms ease 1000ms;
    -o-transition:all 1000ms ease 1000ms;
    -moz-transition:all 1000ms ease 1000ms;
    transition:all 1000ms ease 1000ms;
}

.banner-two .slide-item .text{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  color: #ffffff;
  padding-top: 30px;
  max-width: 640px;
  margin: 0 auto;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.banner-two .swiper-slide-active .text{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 1500ms;
    -ms-transition:all 1000ms ease 1500ms;
    -o-transition:all 1000ms ease 1500ms;
    -moz-transition:all 1000ms ease 1500ms;
    transition:all 1000ms ease 1500ms;
}

.banner-two .slide-item .links-box{
  position: relative;
  display: block;
  padding-top: 40px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.banner-two .swiper-slide-active .links-box{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 2000ms;
    -ms-transition:all 1000ms ease 2000ms;
    -o-transition:all 1000ms ease 2000ms;
    -moz-transition:all 1000ms ease 2000ms;
    transition:all 1000ms ease 2000ms;
}

.banner-two .slide-item .links-box .link{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 15px;
}

.banner-two .slide-item .links-box .link .theme-btn{
  display: block;
  min-width: 140px;
}


/*---------Start-video-banner-section-here-------*/
.video-banner-section{
  position: relative;
}

.video-banner-section video{
  object-fit: cover;
  width: 100%;
  height: 680px;
  display: block;
}

.video-banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.video-banner-section .auto-container{
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 40%;
  text-align: center;
  z-index: 99;
  width: 100%;
}

.video-banner-section .auto-container  .content-box .inner h1{
  font-size: 118px;
  font-weight:800;
}

/*----------End-video-banner-section-here------------*/










.banner-two .swiper-button-next,
.banner-two .swiper-button-prev{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.50);
  border-radius: 50%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.banner-two .swiper-button-next:after,
.banner-two .swiper-button-prev:after{
  display: none;
}

.banner-two .swiper-button-next span,
.banner-two .swiper-button-prev span{
  position: relative;
  z-index: 1;
}

.banner-two .swiper-button-next{
  right: 60px;
}

.banner-two .swiper-button-prev{
  left: 60px;
}

.banner-two .swiper-button-next:hover,
.banner-two .swiper-button-prev:hover{
  background: #007d39;
  border-color: #007d39;
  color: #ffffff;
}

/*** 

====================================================================
  Search One
====================================================================

/*** 

====================================================================
  Popular Section
====================================================================

***/

.popular-section{
  position: relative;
  padding: 140px 0px 130px;
}

.popular-section .title-box{
  margin-bottom: 50px;
}

.popular-section .d-elem-1{
  position: absolute;
  left: 35%;
  top: -150px;
}

.popular-section .bg-grad-right{
  position: absolute;
  right: -300px;
  bottom: -350px;
}

.popular-section .bg-grad-left{
  position: absolute;
  left: -300px;
  top: -400px;
}

.popular-section .carousel-box{
  position: relative;
  margin: 0 -12px;
  margin-top: 70px;
}

.popular-section .carousel-box .slick-list{
  overflow: visible;
}

.popular-block{
  position: relative;
  margin-bottom: 30px;
}

.popular-section .popular-block{
  opacity: 0;
  visibility: hidden;
  margin: 15px 12px;
  margin-bottom: 0;
  transition: all 500ms linear;
}

.popular-section .slick-active.popular-block{
  opacity: 1;
  visibility: visible;
}

.popular-section .popular-block.alternate{
  margin-top: 72px;
}

.popular-block .inner-box{
  position: relative;
  display: block;
  border: 6px solid #ffffff;
  min-height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px 0px rgba(2, 24, 93, 0.20);
}

.popular-block .image-box{
  position: relative;
  overflow:hidden;
}

.popular-block .image-box .image{
  position: relative;
  background: #007d39;
  border-radius: 8px;
  overflow: hidden;
}

.popular-block .image-box .image img{
  position: relative;
  width: 100%;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.popular-block .inner-box:hover .image img{
    transform: scale(1.08,1.08);
}

.popular-block .hvr-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.popular-block .inner-box:hover .image-box::before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.popular-block .image-box:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.popular-block .hvr-box:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78%;
  opacity: 0.55;
  background: rgba(0, 0, 0, 0.30);
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  background: -ms-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  border-radius: 8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.popular-block:hover .hvr-box:before{
  opacity: 0.80;
}

.popular-block .hvr-box .hvr-inner{
  position: absolute;
  left: 25px;
  bottom: 25px;
  right: 20px;
  z-index: 1;
}

.popular-block .hvr-box h3{
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.popular-block .hvr-box p{
  font-size: 13px;
}

.popular-block .hvr-box h3 a{
  color: #ffffff;
}

.popular-block .hvr-box h3 a:hover{
  text-decoration: underline;
  color: #007d39;
}

.popular-block .hvr-box .info{
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
}

.popular-block .hvr-box .info span{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 7px;
  margin-right: 4px;
}

.popular-block .hvr-box .info span:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-right: 1px solid #ffffff;
  height: 10px;
}

.popular-block .hvr-box .info span:last-child:after{
  display: none;
}

.popular-section .carousel-box .prev-btn{
  position: absolute;
  right: 66px;
  top: -54px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #007d39;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  transition: all 500ms linear;
  z-index: 5;
  cursor: pointer;
}

.popular-section .carousel-box .next-btn{
  position: absolute;
  right: 12px;
  top: -54px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #007d39;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  transition: all 500ms linear;
  z-index: 5;
  cursor: pointer;
}

.popular-section .carousel-box .prev-btn:hover,
.popular-section .carousel-box .next-btn:hover{
  background: #007d39;
  color: #ffffff;
}

/*** 

====================================================================
  Packages Section
====================================================================

***/


.featured-block-one .inner-box{
  position: relative;
  display: block;
  height: 490px;
  min-height: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.10);
}

.featured-block-one .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

.featured-block-one .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: rgba(0, 0, 0, 0.30);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  background: -ms-linear-gradient(top,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  background: -moz-linear-gradient(top,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  opacity: 0.50;
  transition: all 500ms linear;
  border-radius: 10px;
}

.featured-block-one:hover .image-layer:before{
  opacity: 0.80;
}

.featured-block-one .over-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 55px 20px 0 60px;
  color: #ffffff;
  border-radius: 10px;
}

.featured-block-one.alt .over-box{
  padding: 40px 20px 0 45px;
}

.featured-block-one .b-title{
  position: relative;
  margin-bottom: 7px;
}

.featured-block-one .b-title span{
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 2px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Gilroy_Bold', sans-serif;
  color: #2d3434;
  background: #ffc322;
  border-radius: 3px;
}

.featured-block-one .b-title.featured span{
    background: #ffc322;
}

.featured-block-one .b-title.top-rated span{
    background: #007d39;
    color: #ffffff;
}

.featured-block-one h6{
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
}

.featured-block-one h3{
  position: relative;
  font-size: 36px;
  color: #ffffff;
  line-height: 1.20em;
  margin-bottom: 0;
}

.featured-block-one h3 a,
.featured-block-one h6 a{
  color: #ffffff;
}

.featured-block-one h3 a:hover,
.featured-block-one h6 a:hover{
  color: #007d39;
}

.featured-block-one .duration{
  position: relative;
  font-weight: 700;
  padding-top: 10px;
}

.featured-block-one .price{
  position: relative;
  font-family: 'Gilroy_Bold', sans-serif;
  font-size: 36px;
  line-height: 1.0em;
  margin-top: 25px;
}

.featured-block-one .price sub{
  font-size: 14px;
}

.featured-block-one .link-box{
  position: relative;
  padding-top: 30px;
}

.featured-block-one .link-box .theme-btn{
  padding-left: 30px;
  padding-right: 30px;
}

/*** 

====================================================================
  About Us Section
====================================================================

***/

.about-two{
  position: relative;
  padding: 0px 0px 60px;
}

.about-two .bg-grad-right{
  position: absolute;
  right: 0;
  top: -150px;
}

.about-two .bg-grad-left{
  position: absolute;
  left: -300px;
  top: -300px;
}

.about-two .d-elem-1{
  position: absolute;
  left: 46%;
  top: -45px;
}

.about-two .outer-box{
  position: relative;
}

.about-two .text-col{
  position: relative;
  margin-bottom: 50px;
  order: 12;
}

.about-two .text-col .inner{
  position: relative;
  display: block;
  padding-left: 30px;
  padding-top: 20px;
}

.about-two .features{
  position: relative;
}

.about-two .features .row{
  margin: 0 -5px;
}

.about-two .features .f-block{
  position: relative;
  padding: 0 5px;
  margin-bottom: 30px;
}

.about-two .f-block .inner-box{
  position: relative;
  display: block;
  padding-left: 75px;
  padding-top: 6px;
  min-height: 60px;
}

.about-two .f-block .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  line-height: 60px;
}

.about-two .f-block .icon img{
  position: relative;
  max-height: 60px;
}

.about-two .f-block h6{
  position: relative;
  line-height: 24px;
  margin-bottom: 0;
}

.about-two .text-col .title-box{
  margin-bottom: 30px;
}

.facts-two{
  position: relative;
}

.facts-two .fact-block{
  position: relative;
  font-family: 'Gilroy_Bold', sans-serif;
  color: #2d3434;
}

.facts-two .fact-block .inner-box{
  position: relative;
}

.facts-two .fact-block .inner-box i{
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-color: #d6e8f6;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.facts-two .fact-count{
  position: relative;
  float: left;
  line-height: 60px;
  font-size: 25px;
  color: #007d39;
}
.text-black{
  color: #000;
}
 

.facts-two .fact-title{
  position: relative;
  float: left;
  padding-top: 2px;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}

.about-two .text-col .link-box{
  position: relative;
  padding-top: 12px;
}

.about-two .image-col{
  position: relative;
  margin-bottom: 50px;
  order: 0;
}

.about-two .image-col .d-elem-2{
  position: absolute;
  right: 30px;
  bottom: -60px;
}

.about-two .image-col .inner{
  position: relative;
  display: block;
  min-height: 100%;
}

.about-two .image-col .image-box{
  position: relative;
  border-radius: 10px;
}

.about-two .image-col .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}

/*** 

====================================================================
  Why Us Section
====================================================================

***/

.why-us-two{
  position: relative;
  padding: 280px 0px 0;
  background: #ffffff;
}

.why-us-two .bg-grad-left{
  position: absolute;
  left: 25%;
  top: -150px;
}

.why-us-two .bg-grad-right{
  position: absolute;
  right: -250px;
  bottom: -280px;
}

.why-us-two .outer-box{
  position: relative;
}

.why-us-two .title-box h2{
  text-transform: none;
  text-align: left;
}

.why-us-two .text-col{
  position: relative;
}

.why-us-two .text-col .inner{
  position: relative;
  display: block;
  padding-right: 110px;
}

.why-us-two .text-col .d-elem-1{
  position: absolute;
  right: -10px;
  top: 30px;
}

.why-us-two .features{
  position: relative;
}

.why-us-two .features .f-block-three{
  position: relative;
  margin-bottom: 45px;
}

.why-us-two .f-block-three .inner-box{
  position: relative;
  display: block;
  padding-left: 102px;
  min-height: 72px;
}

.why-us-two .f-block-three .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.why-us-two .f-block-three .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  line-height: 72px;
  transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.why-us-two .f-block-three .icon img{
  position: relative;
  max-height: 72px;
}

.why-us-two .f-block-three h4{
  position: relative;
  margin-bottom: 15px;
}

.why-us-two .f-block-three .text{
  position: relative;
}

.why-us-two .text-col .title-box{
  margin-bottom: 30px;
}

.why-us-two .text-col .link-box{
  position: relative;
  padding-top: 35px;
}

.why-us-two .text-col .d-elem-1{
  position: absolute;
  right: 50px;
  top: 30px;
}

.why-us-two .image-col{
  position: relative;
  margin-bottom: 50px;
}

.why-us-two .image-col .d-elem-2{
  position: absolute;
  left: 40px;
  bottom: -80px;
}

.why-us-two .image-col .inner{
  position: relative;
  display: block;
  padding-left: 110px;
  min-height: 100%;
}

.why-us-two .image-col .image-box{
  position: relative;
  border-radius: 10px;
}

.why-us-two .image-col .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.why-us-two .image-col .rating{
  position: absolute;
  left: 30px;
  top: -70px;
  display: block;
  width: 150px;
  height: 150px;
  padding: 13px 10px 10px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 40px 0 rgba(2, 24, 93, 0.08);
  z-index: 1;
}

 .rating-text{
  font-size: 25px;
 }

.why-us-two .image-col .rating .count{
  position: relative;
  display: block;
  padding-top: 25px;
  font-size: 36px;
  color: #2d3434;
  font-family: 'Gilroy_Bold', sans-serif;
  line-height: 1.5em;
}

.why-us-two .image-col .fact-block{
  position: absolute;
  font-family: 'Gilroy_Bold', sans-serif;
  color: #2d3434;
  margin-bottom: 40px;
}

.why-us-two .image-col .fact-block.f-1{
  width: 190px;
  top: 80px;
  right: -100px;
}

.why-us-two .image-col .fact-block.f-2{
  width: 185px;
  bottom: 80px;
  left: 20px;
}

.Rated-text{
  font-size: 25px;
}


.why-us-two .image-col .fact-block .inner-box{
  position: relative;
  display: block;
  padding: 32px 25px 28px 30px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(2, 24, 93, 0.08);
}

.why-us-two .image-col .fact-block .fact-count{
  position: relative;
  float: left;
  line-height: 60px;
  font-size: 60px;
}

.why-us-two .image-col .fact-block .count-box{
  position: relative;
  line-height: 60px;
  font-size: 52px;
  padding-right: 20px;
}

.why-us-two .image-col .fact-block .fact-title{
  position: relative;
  float: left;
  padding-top: 2px;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
}

.why-us-two .get-help{
  position: relative;
  top: 135px;
  margin-top: -45px;
  z-index: 5;
}

.why-us-two .get-help .content-box{
  position: relative;
  padding: 75px 70px 30px 70px;
  background: #4a6660;
  border-radius: 10px;
}

.why-us-two .get-help .text-col{
  position: relative;
  margin-bottom: 30px;
}

.why-us-two .get-help .title-box{
  margin-bottom: 0;
}

.why-us-two .get-help .title-box .subtitle,
.why-us-two .get-help .title-box h2,
.why-us-two .get-help .title-box .text{
  color: #ffffff;
}

.why-us-two .get-help .title-box h2 span{
  position: relative;
  display: inline-block;
}

.why-us-two .get-help .title-box h2 span i{
  position: absolute;
  right: -60px;
  top: -50px;
}

.why-us-two .get-help .title-box .text{
  position: relative;
  padding-top: 15px;
}

.why-us-two .get-help .link-col{
  position: relative;
  margin-bottom: 30px;
}

.why-us-two .get-help .link-col .inner{
  position: relative;
  padding-top: 50px;
}

/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-two{
  position: relative;
  padding: 100px 0px 80px;
  background: #fff;
}

.testimonials-two .title-box{
  position: relative;
  margin-bottom: 60px;
}

.testimonials-two .image-col{
  position: relative;
  order: 0;
  margin-bottom: 50px;
}

.testimonials-two .image-col .inner{
  position: relative;
  display: block;
  padding-right: 100px;
  min-height: 100%;
}

.testimonials-two .image-col .image-box{
  position: relative;
}

.testimonials-two .image-col .image-box img{
  position: relative;
}

.testimonials-two .text-col{
  position: relative;
  order: 12;
}

.testimonials-two .text-col .inner{
  position: relative;
  display: block;
}

.testi-block-two{
  position: relative;
}

.slick-list .testi-block-two{
  opacity: 0;
  visibility: hidden;
  transition: all 500ms linear;
}

.slick-list .testi-block-two.slick-active{
  opacity: 1;
  visibility: visible;
}

.testi-block-two .inner-box{
  position: relative;
  display: block;
}

.testi-block-two .quote-icon{
  position: relative;
  font-size: 48px;
  line-height: 1.2em;
  color: #007d39;
  margin-bottom: 30px;
}

.testi-block-two .rating{
   
  display: none;
   
}

.testi-block-two .text{
  position: relative;
  font-style: italic;
  color: #6c7171;
  font-size: 24px;
  line-height: 1.5em;
}

.testi-block-two .info{
  position: relative;
  padding-top: 10px;
  padding-left: 86px;
  min-height: 70px;
  margin-top: 40px;
}

.testi-block-two .info .image{
  position: absolute;
  left: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.packages-two {
    position: relative;
    padding: 0px 0 0;
    background: #eff4f3;
    z-index: 5;
    margin-top: 120px;
  }
.packages-two .bg-layer{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.packages-two .lower-data {
    position: relative;
    top: 150px;
    margin-top: -150px;
}
.featured-block-one {
  margin-bottom: 30px;
}
.testi-block-two .info .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.testi-block-two .info .name{
  color: #2d3434;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Gilroy_Bold', sans-serif;
  margin-bottom: 0px;
}

.testi-block-one .info .designation{
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #a8b1b5;
}

.testimonials-two .slick-dots{
  position: relative;
  padding-top: 50px;
}

.testimonials-two .slick-dots li{
  position: relative;
  display: inline-block;
  font-size: 0;
  text-indent: 50px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.0);
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.testimonials-two .slick-dots li button{
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #c4cecc;
  border-radius: 50%;
}

.testimonials-two .slick-dots li.slick-active{
  border-color: #007d39;
}

.testimonials-two .slick-dots li.slick-active button{
  background: #4a6660;
}



/*** 

====================================================================
  Insta Feed Section
====================================================================

***/

.insta-section-two{
  position: relative;
  padding: 0 0;
  z-index: 5;
}

.insta-section-two .insta-feed{
  position: relative;
}

.insta-section-two .carousel-box{
  position: relative;
  overflow: hidden;
}

.insta-section-two .insta-block{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.insta-section-two .slick-list .insta-block{
  margin: 0 0;
}

.insta-section-two .insta-block .image{
  position: relative;
  display: block;
}

.insta-section-two .insta-block .image img{
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
  transition: all 500ms linear;
}

.insta-section-two .insta-block .img:hover img{
  opacity: 0.70;
}

.insta-section-two .insta-title{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 190px;
    padding: 55px 20px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    margin: -95px 0 0 -95px;
    border-radius: 50%;
    z-index: 10;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.insta-section-two .insta-title h5{
  margin-bottom: 5px;
}

.insta-section-two .insta-title .insta-user{
  position: relative;
  color: #007d39;
  font-size: 38px;
  margin-top: 14px;
}

.insta-section-two .insta-title .insta-user a{
  color: #007d39;
}

/*** 

====================================================================
  Inner Banner Section
====================================================================

***/
.intro-section {
  padding-bottom: 100px;
}

.started-text{
  font-size: 15px;
    color: #007d39;
    font-weight: 100;
    background: #fff;
    line-height: 0px;
    padding: 6px 6px 3px 6px;
    border-radius: 5px;
}



.interview-section .main-box{
  background-color: #fff;
  margin-top: 50px;
  border-radius: 20px;
  padding: 30px 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}


.Packages-details-box{
  background-color: #fbfbfbc4;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  padding: 30px 10px;
  border-radius: 10px;
}
.Packages-details-box h4{
  color: #007d39;
  font-size: 24px;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 10%);;
}

.Packages-details-box .image-box img{
  border-radius: 10px;
  border: 5px solid #007d39;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}