body{
    font-family: 'Lora', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth; scroll-padding: 40px;
}
.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
  font-family: "Cinzel", serif;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding:  0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
position: fixed  ;
  padding: 5px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  background: #000 !important;
}
.about-area{
  overflow: hidden;
}
.start-header.scroll-on .navbar-brand, .scroll-on .navbar-nav{
  border: none !important;
}
.start-header.scroll-on .floatright{
margin-top: 16px;
}
.start-header.scroll-on .navbar-brand img{
  height: 70px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-light .navbar-brand {
  margin-top: 0px;
}
.navbar {
  padding: 0;
  background: rgba(0, 0, 0, 0.22);
  /*backdrop-filter: blur(14.75px);*/

  padding: 7px 52px;
}


.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}
.navbar-brand img{
  height: 100px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.navbar-nav{
  padding: 10px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  width: 100%;
  text-align: right;
  float: right;
}
.navbar-brand{
  padding: 7px 52px;
}
/*.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000ba, #000000ba);
}*/
.carousel-control-prev{
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #fff !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-family: "Lora", serif;
    font-size: 19px;
}
.nav-item:hover .nav-link{
  color: #2675b2 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 50px 0 !important;
  display: inline-block;
}

.nav-item:hover:after{
  bottom: 15px;
  opacity: 1;
}
.nav-item:hover:before{
  top: 15px;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}
.navbar-nav{
  width: fit-content;
  padding-right:70px;
}

.bg-light {
  background: #0000004a !important;
  transition: all 200ms linear;backdrop-filter: blur(5.75px);
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}
.dropdown-menu{
  top: 79%;
  padding: 0 !important;
}
.dropdown-item {
  padding: 6px 20px;
  border-bottom: 1px solid #458ccc;
  font-size: 15px;
  font-family: "Marcellus", serif;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #458ccc
}
@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
  background: #156937;
  padding: 5px 0 12px;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 16px;
  padding-left: 5px;
  color: #fff !important
}
.topbar ul li a{

}
ul {
  padding: 0;
  margin: 0
}
.carousel-indicators li{
  background-color: #2675b2;
}
.social {
  float: right
}


.topbar ul {
  float: left
}

.pbl-0 {
  padding: 0
}


.social {
  padding-right: 0px;
  float:right !important;
}

a {
  text-decoration: none !important
}
.headerbtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: #fff;
  padding: 5px 25px;
  background: #F35D28;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #F35D28;
}
.floatright{
  float: right;
  position: relative;
  display: block;
  text-align: right;
  margin-left: auto;
  margin-top: 30px;
}
.headerbtn::before {
  content: "";
  position: absolute;
  left: -110%;
  top: 50%;
  width: 200%;
  height: 200%;
  background: #156937;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 200px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.headerbtn .icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: #156937;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-left: 10px;
}
.headerbtn:hover {
  color: #fff;
}
.headerbtn:hover::before {
  left: -10%;
  transform: translateX(0%) translateY(-50%);
}
.headerbtn:hover .icon-wrap {
  background: #fff;
  color: #156937;
}





.bg-gradient-2 {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(252, 242, 238, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
}
.shape-mockup-wrap {
  position: relative;
}
.overflow-hidden {
  overflow: hidden !important;
}
.jump-reverse-img, .jump-reverse {
  --jump-y: -20px;
}
.jump-reverse-img, .jump-img {
  --duration: 5s;
}
.jump-reverse-img, .jump-img, .jump-reverse, .jump {
  animation: jumpping 4s infinite linear;
}
.shape-mockup {
  position: absolute;
  z-index: 1;
}
@keyframes slideinright {
  0% {
    opacity:0;
    transform:translateX(70px)
  }
  100% {
    transform:translateX(0)
  }
}
@keyframes scaleinright {
  0% {
    opacity:0;
    transform:scaleX(0)
  }
  100% {
    transform:scaleX(1)
  }
}
@keyframes fadein-custom {
  0% {
    opacity:0
  }
  100% {
    opacity:1
  }
}
@keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translateY(20px)
  }
  100% {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
@keyframes jumpping {
  0%,
  100% {
    transform:translate3d(0, 0, 0)
  }
  40% {
    transform:translate3d(0, 20px, 0)
  }
}
@keyframes moving-x {
  0% {
    transform:translate(0px, 0px)
  }
  50% {
    transform:translate(-60px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
@keyframes moving {
  0% {
    transform:translate(0px, 0px)
  }
  20% {
    transform:translate(0px, -60px)
  }
  50% {
    transform:translate(-60px, -60px)
  }
  70% {
    transform:translate(-60px, 0px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}

@media screen and (max-width:767px){
  .navbar-brand{
    position: relative;
  } .navbar-light .navbar-brand {
    margin-top: 0;
  }
  .navbar-brand {
  padding: 7px 30px 2px 30px;margin-bottom: -10px;
}
.navigation-wrap{
  padding: 0 !important;
}
.nav-link{
  padding: 8px 0 !important;
}
.navbar-nav{
  margin-top: 17px;
}
}
.copyright {
  background: #156937;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}.copyright p {
  margin-bottom: 0;
}
.copyright p a{
  color: #fff !important;
}
.start-header.scroll-on .nav-link{
padding: 30px 0 !important;
}

/*Scroll*/
.progress-wrap .fa-angle-up{
  position: absolute;
  right:28%;
  top: 16%;
  font-size: 30px;
  color: #F35D28;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow:inset  0 0 0 2px rgba(0,0,0,0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path { 
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: rgb(9, 136, 6); /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}




/*Slider Start*/

.hero-slider {
  width: 100%;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: -130px;
}
.hero-content h4 {
    color: #4baf47;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 19px;
    margin-top: 55px;
}

.hero-content h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 71px;
}

.hero-content p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 20px 0 0;
}

.hero-social-icon {
    position: absolute;
    left: 50px;
    top: 38%;
}


.hero-social-icon ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 28px;
    transition: 0.5s;
}

.hero-social-icon ul li i:hover{
   color: #49AF45;
}

.hero-social-icon ul li.text {
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: relative;
    top: 100px;
    list-style: none;
    left: -36px;
}
.hero-social-icon li{
  list-style: none;
}

.hero-social-icon ul li.text:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    left: 111px;
    top: 10px;
    background: #fff;
}
@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }

  .start-header.scroll-on .navbar-brand img {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
}
.contactform, .contact-info-section{
    overflow: hidden;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}
@media screen and (max-width: 1400px){
  .hero-content{
    margin-left: 50px;
  }
  .hero-content h1 {
  font-size: 50px;
  line-height: 55px;
}
.hero-content p{
  font-size: 16px;
}
}


@media screen and (max-width: 1300px){
  .nav-link{
    font-size: 17px;
  }
  .navbar-brand img {
  height: 90px;
}
.nav-link {
  padding: 40px 0 !important;
}
.floatright{
  margin-top: 24px;
}
.hero-slider{
  margin-top: -110px;
}
}

@media screen and (max-width:1199px){
  .nav-link{
    font-size: 17px;
  }
   .hero-content{
    margin-left: 80px;
  }
  .navbar-brand img {
  height: 70px;
}.navbar-light .navbar-brand {
  margin-top: 20px;
}
.start-header.scroll-on .floatright{
  margin-top: 26px;
}
.dno{
  display: block;
}
.floatright{
  display: none;
}
.navbar-brand{
  padding: 7px 20px;
} .floatright {
    margin-top: 24px;
  }.nav-link {
    padding: 30px 0 !important;
  } .navbar-light .navbar-brand {
    margin-top: 1px;
  }  .hero-slider {
    margin-top: -92px;
  }  .nav-link {
    font-size: 15px;
  }
  .headerbtn{
    padding: 2px 8px;
    font-size: 15px;
  }
  .headerbtn .icon-wrap {
  width: 30px;
  height: 30px;
}

}

.dno{
  display: none;
}
@media screen and (max-width: 991px){
  .navbar-nav {
  padding: 10px 10px;
} .hero-content{
    margin-left: 100px;
  }
 .nav-link {
    font-size: 14px;
  }  .headerbtn {
    padding: 2px 6px;
    font-size: 13px;
  }  .headerbtn .icon-wrap {
    width: 25px;
    height: 25px;
  }  .hero-content h1 {
    font-size: 37px;
    line-height: 40px;
  }  .hero-content p {
    font-size: 14px;
  }
  .hero-social-icon{
    top: 30%;
  }
  .floatright{
    display: none;
  }
  .dno{
    display: block;
  }
   .navbar-brand {
    padding: 4px 12px;
  }
   .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }
}
.copyright p br{
  display: none;
}
@media screen and (max-width:767px){
  .topbar{
    display: none;
  }
  .copyright p br{
  display: block;
}
  .carousel-control-next, .carousel-control-prev{
    display: none;
  }
  .navbar-toggler{
    background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(14.75px);
  border-radius: 0 0 16px 16px;
  border-left: 1.5px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  width: 80px;
    height: 67px;
    padding-right: 10px;
  }
  .nav-link{
    color: #212121 !important;
  }
   .nav-link {
    padding: 8px 0 !important;
  }
  .navbar-nav{
    text-align: left;
  }
   .hero-slider {
    margin-top: -70px;
  }  .navbar-nav {
    text-align: left;
    margin-bottom: 70px;
  }
  .collapsed .navbar-toggler-icon{
    border-bottom: 1px solid #fff;
  }
  .collapsed .navbar-toggler-icon::after, .collapsed .navbar-toggler-icon::before{
    background-color: #fff;
  }
  .hero-social-icon{
    top: 26%;
    left: 20px;
  }
    .hero-content {
    margin-left: 45px;
  }
  .hero-content h4{
    font-size: 13px;
  }
    .hero-content h1 {
   font-size: 26px !important;
    line-height: 30px !important;
  }  .hero-content p {
    font-size: 14px;
    width: 100%;
  }
}

.nav-link{
  font-family: "Marcellus", serif;
}


.video1{
  height: 520px;
}

#carouselExampleIndicators{
  margin-top: -125px;
}
 .trv-cloud-1 {
  position: absolute;
  top: 70px;
  width: 100%;
}
.trv-cloud-2 {
  position: absolute;
  top: 0px;
  width: 100%;
}.marquee-hm1-cloud1 {
  position: relative;
  overflow: hidden;
}.trv-cloud-1 img {
  width: auto;
}
.trv-cloud-2 img {
  width: auto;
}
.marquee-hm1-cloud1 img {
  animation: marquee-hm1-cloud1 60s linear infinite;
}.marquee-hm1-cloud2 {
  position: relative;
  overflow: hidden;
}.marquee-hm1-cloud2 img {
  animation: marquee-hm1-cloud2 30s linear infinite;
}
@keyframes marquee-hm1-cloud2{
  0% {
    transform: translateX(-20vw);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes marquee-hm1-cloud1{
  0% {
    transform: translateX(-10vw);
  }
  100% {
    transform: translateX(100vw);
  }
}
.rain {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .rain.back-row {
    display: none;
    z-index: 1;
    bottom: 60px;
    opacity: 0.5;
  }

  .drop {
    position: absolute;
    bottom: 100%;
    width: 15px;
    height: 120px;
    pointer-events: none;
    animation: drop 2s linear infinite;
  }

  @keyframes drop {
    0% {
      transform: translateY(0vh);
    }
    75% {
      transform: translateY(90vh);
    }
    100% {
      transform: translateY(90vh);
    }
  }

  .stem {
    width: 6px;
    height: 60%;
    border-radius: 0px 0px 20px 20px;
    margin-left: 7px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
    animation: stem 0.5s linear infinite;
  }

  @keyframes stem {
    0% {
      opacity: 1;
    }
    65% {
      opacity: 1;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }












/*Button Start*/

.th-btn {
  position:relative;
  z-index:2;
  overflow:hidden;
  vertical-align:middle;
  text-align:center;
  background-color:#458ccc;
  color:#fff;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  text-transform:capitalize;
  border:none;
  font-size:16px;
  font-weight:400;
  padding:12.8px 35px 12.8px 41px;
  border-radius:48px;
  -webkit-transition:all 0.3s 0s ease-out;
  transition:all 0.3s 0s ease-out;
  gap:8px
}
.th-btn.th-icon:after {
  content:'';
  position:relative;
  -webkit-mask-image:url(../images/arrow.webp);
  mask-image:url(../images/arrow.webp);
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:auto;
  mask-size:auto;
  background-color:#fff;
  width:24px;
  height:24px;
  display:block;
  -webkit-transition:0.4s;
  transition:0.4s
}
.th-btn:before {
  content:'';
  width:0;
  height:100%;
  border-radius:30em;
  position:absolute;
  top:0;
  left:-5%;
  background-color:#2e6316;
  -webkit-transition:.5s ease;
  transition:.5s ease;
  display:block;
  z-index:-1
}
.th-btn:hover,
.th-btn.active {
  color:#fff;
  box-shadow:none
}
.th-btn:hover.th-icon i,
.th-btn.active.th-icon i {
  -webkit-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg)
}
.th-btn:hover:before,
.th-btn.active:before {
  width:110%
}
.th-btn.style1:before,
.th-btn.style1:after {
  background-color:#fff
}
.th-btn.style1:hover {
  color:#2e6316
}
.th-btn.style1:hover.th-icon:after {
  background-color:#2e6316
}
.th-btn.style1:hover:before,
.th-btn.style1:hover:after {
  background-color:#fff
}

@media screen and (max-width: 991px){
  .th-btn{
    font-size: 14px;padding: 10.8px 11px 11.8px 21px;
  }
}
/*Button End*/


/*About us Start*/

.abt-we-recommend {
  background-color: #DBEEEE;
  padding: 70px 0 40px;
}
.abt-head-title {
  margin-bottom: 14px;
}
.abt-head-title {
  font-family: "Marcellus", serif;
  color: #2E6316;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-head.abt-head-title-wrap.left-position .abt-head-discription {
  margin-bottom: 50px;
}
.section-head.abt-head-title-wrap .abt-head-discription {
  font-size: 16px;
}
.abt-we-recommend-content .abt-head-discription {
  padding-right: 35px;
}
.site-text-yellow {
  color:#458ccc;
}
.abt-we-recommend-content .abt-we-rec-mid-section {
  margin-bottom: 20px;
  display: flex;
}
.abt-we-recommend-content .abt-24-7-bx {
  width: 140px;
  height: 204px;
  padding: 9px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  display: flex;
  min-width: 140px;
  margin-right: 30px;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info {
  background-color: #458ccc;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info .nbr {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 20px;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info span {
  display: block;
}.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info .info {
  color: #fff;
  font-size: 24px;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info span {
  display: block;
}.abt-icon-bx-st1 {
  display: flex;
}
.m-b30 {
  margin-bottom: 30px;
}.abt-icon-bx-st1 .abt-icon-bx-media {
  background-image: url(../images/Icon-Bg.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 85px;
  min-width: 85px;
  background-size: 100%;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}.abt-icon-bx-st1 .abt-icon-bx-media img {
  max-width: 48px;
}.abt-year-section {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: -145px;
  animation: slide-top 8s linear infinite alternate-reverse;
}.abt-year-section .abt-year-media {
  position: absolute;
  left: -110px;
  bottom: 5px;
}.abt-year-section .abt-year-info {
  background-color: #fff;
  border-radius: 20px;
  padding: 4px 20px 4px 55px;
  display: inline-flex;
  align-items: center;
  width: 340px;
}.abt-year-section .abt-year-info .numbr {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  color: #458CCC;
  margin-bottom: 0px;
  text-shadow: 0px 4px 0px #1a1a1a;
  margin-right: 15px;
}.abt-year-section .abt-year-info span {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  color: #458ccc;
}.abt-year-section {
  position: absolute;
  z-index: 1;
  top: 150px;
  right: -145px;
  animation: slide-top 8s linear infinite alternate-reverse;
}@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}.trc-we-rec3-l-bx img {
  width: 100%;
}.trc-we-rec3-circle-bx1 {
  margin-top: 12px;
  width: 390px;
  height: 390px;
  border: 20px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 70px;
  z-index: 1;
}.trc-we-rec3-circle-bx1 img {
  width: 100%;
  border-radius: 50%;
}.trc-we-rec3-circle-bx2 {
  margin-top: 12px;
  width: 200px;
  height: 200px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
  position: absolute;
  left: 350px;
  top: 13px;
  z-index: 1;
}.trc-we-rec3-circle-bx2 img {
  width: 100%;
  border-radius: 50%;
}.abt-we-rec3-media-main-wrap {
  position: relative;
  margin-right: 24px;
}.trc-we-rec3-l-bx {
  max-width: 376px;
  position: relative;
  z-index: 1;
}

/*About us end*/
.marquee {
   display: flex;
  overflow: hidden;
  position: relative;
  background: ;
  z-index: 999;
  margin-top: -30px;
  padding-top: 28px;
  padding-bottom: 50px;
 background: linear-gradient(180deg,rgb(219, 238, 238) 0%, rgb(248, 252, 255) 51%, rgb(250, 253, 255) 100%);
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    margin-left: 60px;
    width: max-content;
    gap: 30px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
.marquee.two .marquee-icon {
    background-color: #0e0b06;
    transform: rotate(357deg);
} 
.marquee.two {
    margin-top: -130px;
    z-index: 1;
    padding-bottom: 120px;
    margin-left: -10px;
}
.marquee.two .marquee-content {
    animation: scroll-two 40s linear infinite;
} 
.marquee.two .marquee-content.two {
    margin-left: -100%;
}
.marquee-icon {
    background-color: #458ccc;
    padding: 20px;transform: rotate(358deg);
} 
.marquee-content {
    display: flex;
} 
.marquee-item {
    display: flex;
    align-items: center;
} 
.marquee-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;

}
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 
@keyframes scroll-two {
    0% { transform: translateX(0); } 
    100% {  transform: translateX(100%); }
}  


  /*About Us*/

  .why-choose-area{
    padding: 70px 0;
    background-image: url('../images/Cloud-bg.png');background-size: cover;
  }
  @media (min-width: 1399px) {
  .why-choose-images {
    margin-left: -160px;
  }
}
.left-hot-ballon {
  position: absolute;
  left: -115px;
  top: 40%;
  width: 230px;
  animation: slide-top2 20s linear infinite alternate-reverse;
  opacity: 0.5;
}
@keyframes slide-top2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
}.right-hot-ballon {
  position: absolute;
  right: -55px;
  top: 40%;
  width: 110px;
  animation: slide-top 8s linear infinite alternate-reverse;
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.award-wrap {
  text-align: center;
  max-width: 113px;
  margin: auto;
  position: absolute;
  top: 36px;
  right: 210px;
}.award-wrap span {
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 5px;
}

/*Footer start*/



.copyright {
    background: #458ccc !important;
    padding: 10px 0;
    text-align: center
}
.copyright a, .copyright p{
  color: #fff !important;
}
.copyright br{
  display: none;
}
.footer-section.footer_section2 .footer_section__link a:hover {
  text-decoration: underline;
  color: #458ccc;
}
.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    text-align: center
}

.footer-section.footer_section2 {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #212121
}

.footer-section.footer_section2 .footer_section__title h2 {
    font-size: 26px
}

.footer-section.footer_section2 .footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: -17px;
    background: #458ccc;
    width: 2px;
    height: 31px
}

.footer-section.footer_section2 .footer_section__link a {
    margin-bottom: 10px;
    line-height: 2
}

.footer-section.footer_section2 .footer_section__link a:hover {
    text-decoration: underline
}

.footer_section__grid ul li {
    display: inline
}

.footer_section__grid ul li img {
    margin: 5px
}

.st-footer-copyright-area {
    padding: 32px;
    position: relative;
    overflow: hidden
}

.footer__scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center
}

.right__all__content {
    margin-left: 41px
}

.footer_section__copyright__link ul li {
    display: inline;
    margin-left: 27px;
    color: #458ccc
}

.footer_section__copyright__link ul li a:hover,
.footer_section__link a i,
.footer_section__link a:hover {
    color: #458ccc
}

.footer_section__copyright__link ul li a {
    display: inline-block;
    color: #cacaca;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer-section {
    overflow: hidden
}

.ft_borer {
    border-bottom: 1px dashed #010101;
    padding-bottom: 121px
}

.footer_section__text p {
    color: #fff;
    width: 80%;
    margin: 24px 0 0
}

.st__social__icon h2 {
    opacity: 1;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 0 18px;
    position: relative
}

.st__social__icon h2::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -18px;
    width: 3px;
    height: 30px;
    background: #010101
}

.st__social__icon a {
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px dashed rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 22px;
    margin-right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.st__social__icon a:hover {
    background: #458ccc;
    border: 1px dashed #458ccc
}

.footer_section__title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 23px
}

.footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    background: #010101;
    width: 100px;
    height: 1px
}

.footer_section__link a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer_section__link a i {
    margin-right: 7px
}

.footer_section__title p {
    color: #fff;
    opacity: .8
}

.footer_section__subscribe__form input {
    font-size: 16px;
    color: #939393;
    font-weight: 400;
    border: none;
    padding: 18px 17px;
    width: 89%
}

.footer_section__subscribe__form input::placeholder {
    font-size: 16px;
    color: #939393;
    font-weight: 400
}

.footer_section__subscribe__form button {
    border: none;
    background: #010101;
    color: #fff;
    padding: 12px 19px;
    position: absolute;
    top: 6px;
    right: 42px
}

.footer_section__copyright span {
    color: #fff;
    font-size: 18px;
    margin-top: 32px;
    display: inline-block
}

.footer_section__copyright span a {
    display: inline-block;
    color: #010101;
    text-decoration: underline
}

.footer__scroll a {
    display: inline-block;
    background: #e5ffeb;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px
}

@media screen and (max-width: 767px){
  .footer-section.footer_section2 {
  padding-top: 18px;
  padding-bottom: 40px;
}
.footer-section.footer_section2 .footer_section__title h2 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 20px;
}
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: transparent;
  }  .dropdown-item {
    font-size: 13px;padding: 5px 0px;
  }
}


/*Footer end*//*Destination*/

.ourservices {
  padding: 70px 0;background-image: url("images/tour_bg_1.webp");
  background-size: contain;
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.destination-item4 {
  position: relative;
  z-index: 2;
}
.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}.destination-item4 .destination-content {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  border-radius: 30px;
  padding: 8px 15px;
}.destination-item4.style2 .destination-item4_img {
  border-radius: 24px;
}
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}.destination-item4.style2 .destination-item4_img img {
  border-radius: 24px;
}
.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}.global-img::after {
  background: rgba(255,255,255,0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}.destination-item4 .destination-content .box-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}.destination-item4 .destination-content .box-title img {
  margin-right: 6px;
}.owl-item:nth-child(odd) .destination-item4 {
  margin-top: 60px;
}
.post-slide{
  margin:15px 10px;
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}.spin {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}@keyframes jumpAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
.jump-reverse {
  -webkit-animation:jumpReverseAni 7s linear infinite;
  animation:jumpReverseAni 7s linear infinite
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
.spin {
  -webkit-animation:spin 10s linear infinite;
  animation:spin 10s linear infinite
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}@keyframes jumpAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}@keyframes movingX {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
  50% {
    -webkit-transform:translateX(50px);
    transform:translateX(50px)
  }
  100% {
    -webkit-transform:translateX(0);
    transform:translateX(0)
  }
}
.destination-item4 {
  position: relative;
  z-index: 2;
}
/*Destintation*/

/*PAckage*/
.blog-sec__single {
  position: relative;
}
.blog-sec__single__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-sec__single__image img {
  width: 100%;
  height: auto;
}
.blog-sec__single__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color:rgba(69, 140, 204, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-sec__single__image__link::after, .blog-sec__single__image__link::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-sec__single__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-sec__single:hover .blog-sec__single__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-sec__single__content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  margin-top: -77px;
  background-color: #fff;
  box-shadow: 4px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 17px;
  padding-right: 65px;
}
.blog-sec__single__date {
  position: absolute;
  width: 71px;
  height: 82px;
  right: 0;
  top: -36px;
  background-color: #fff;
  border-radius: 36px 36px 0 36px;
  color: gray;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-direction: column;
  z-index: 3;
}
.blog-sec__single__date__day {
  display: block;
  color: black;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}
.blog-sec__single__comment {
  position: relative;
  display: flex;
  align-items: center;
  color: #458ccc;
  font-size: 19px;
  gap: 6px;
  margin: 0 0 7px;
}
.blog-sec__single__comment a {
  color: gray;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
  top: 2px;
}
.blog-sec__single__comment a:hover {
  color: #458ccc;
}
.blog-sec__single__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.blog-sec__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-sec__single__title a:hover {
  color: #458ccc;
  background-size: 100% 1px;
}
.blog-sec__single__rm {
  width: calc(100% - 20px);
  height: 54px;
  background-color: #458ccc;
  border-radius: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.4s;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 30px;
}
.blog-sec__single__rm span {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.blog-sec__single__rm:hover {
  color: #fff;
}
.blog-sec__single__rm::after {
  position: absolute;
  right: 73px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 44%;
  height: 1px;
  content: "";
}
@media (max-width: 1199px) {
  .blog-sec__single__rm::after {
    width: 22%;
  }
}
@media (max-width: 991px) {
  .blog-sec__single__rm::after {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .blog-sec__single__rm::after {
    width: 37%;
  }
}
.blog-sec__single__rm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #2e6316;
  transform: scalex(0);
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  transform-origin: right center;
  z-index: -1;
}
.blog-sec__single__rm:hover::before {
  transform: scalex(1);
  transform-origin: left center;
}

.nobg{
  background-image: none;background-color:#E9EFEF;
  padding-bottom: 50px;
}/*Footer start*/



.copyright {
    background: #458ccc !important;
    padding: 10px 0;
    text-align: center
}
.copyright a, .copyright p{
  color: #fff !important;
}
.copyright br{
  display: none;
}
.footer-section.footer_section2 .footer_section__link a:hover {
  text-decoration: underline;
  color: #458ccc;
}
.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    text-align: center
}

.footer-section.footer_section2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #212121;
    background-color: rgb(33, 33, 33);
    background-image: none;
    background-size: auto;
  background-color: #001324;
  color: #346065;
  background-image: url(../images/ftr-dark-bg.png);
  background-size: cover;
}

.footer-section.footer_section2 .footer_section__title h2 {
    font-size: 26px
}

.footer-section.footer_section2 .footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: -17px;
    background: #458ccc;
    width: 2px;
    height: 31px
}

.footer-section.footer_section2 .footer_section__link a {
    margin-bottom: 10px;
    line-height: 2
}

.footer-section.footer_section2 .footer_section__link a:hover {
    text-decoration: underline
}

.footer_section__grid ul li {
    display: inline
}

.footer_section__grid ul li img {
    margin: 5px
}

.st-footer-copyright-area {
    padding: 32px;
    position: relative;
    overflow: hidden
}

.footer__scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center
}

.right__all__content {
    margin-left: 41px
}

.footer_section__copyright__link ul li {
    display: inline;
    margin-left: 27px;
    color: #458ccc
}

.footer_section__copyright__link ul li a:hover,
.footer_section__link a i,
.footer_section__link a:hover {
    color: #458ccc
}

.footer_section__copyright__link ul li a {
    display: inline-block;
    color: #cacaca;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer-section {
    overflow: hidden
}

.ft_borer {
    border-bottom: 1px dashed #010101;
    padding-bottom: 121px
}

.footer_section__text p {
    color: #fff;
    width: 80%;
    margin: 24px 0 0
}

.st__social__icon h2 {
    opacity: 1;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 0 18px;
    position: relative
}

.st__social__icon h2::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -18px;
    width: 3px;
    height: 30px;
    background: #010101
}

.st__social__icon a {
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px dashed rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 22px;
    margin-right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.st__social__icon a:hover {
    background: #458ccc;
    border: 1px dashed #458ccc
}

.footer_section__title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 23px
}

.footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    background: #010101;
    width: 100px;
    height: 1px
}

.footer_section__link a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer_section__link a i {
    margin-right: 7px
}

.footer_section__title p {
    color: #fff;
    opacity: .8
}

.footer_section__subscribe__form input {
    font-size: 16px;
    color: #939393;
    font-weight: 400;
    border: none;
    padding: 18px 17px;
    width: 89%
}

.footer_section__subscribe__form input::placeholder {
    font-size: 16px;
    color: #939393;
    font-weight: 400
}

.footer_section__subscribe__form button {
    border: none;
    background: #010101;
    color: #fff;
    padding: 12px 19px;
    position: absolute;
    top: 6px;
    right: 42px
}

.footer_section__copyright span {
    color: #fff;
    font-size: 18px;
    margin-top: 32px;
    display: inline-block
}

.footer_section__copyright span a {
    display: inline-block;
    color: #010101;
    text-decoration: underline
}

.footer__scroll a {
    display: inline-block;
    background: #e5ffeb;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px
}

@media screen and (max-width: 767px){
  .footer-section.footer_section2 {
  padding-top: 18px;
  padding-bottom: 40px;
}
.footer-section.footer_section2 .footer_section__title h2 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 20px;
}
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: transparent;
  }  .dropdown-item {
    font-size: 13px;padding: 5px 0px;
  }
}


/*Footer end*/



@media screen and (max-width: 1800px){
.abt-year-section{
  right: -65px;
}
}


@media screen and (max-width: 1500px){
    .abt-year-section {
    right: -44px;
    top: 28px;
  }
  .abt-year-section .abt-year-info .numbr{
    font-size: 50px;
  }
  .abt-year-section .abt-year-info span{
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px){
    .abt-year-section {
    right: -24px;
    top: 10px;
  }
  .abt-year-section .abt-year-info .numbr{
    font-size: 50px;
  }
  .abt-year-section .abt-year-info span{
    font-size: 20px;
  }
 .abt-icon-bx-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px){
  .abt-head-title{
   font-size: 35px;
  }
  .abt-icon-bx-st1 .abt-icon-bx-media{
    margin-right: 13px;
  }
  .trc-we-rec3-circle-bx1 {
  margin-top: 12px;
  width: 294px;
  height: 294px;
}
.trc-we-rec3-l-bx {
  max-width: 316px;
}
.trc-we-rec3-circle-bx2 {
  margin-top: 12px;
  width: 164px;
  height: 164px;
}
.abt-we-recommend-content .abt-24-7-bx {
  width: 110px;min-width: 100px;
  margin-right: 23px;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info .nbr{
  font-size: 26px;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info .info{
  font-size: 17px;
}

}


@media screen and (max-width: 991px){
.abt-we-rec-btn{
  margin-bottom: 30px;
}
 .abt-year-section {
    right: 17px;
    top: 72px;
  }
    .trc-we-rec3-circle-bx1 {
    margin-top: 60px;
    width: 400px;
    height: 400px;
  }
}

.section-head.abt-head-title-wrap .abt-head-discription {
  font-weight: 400;
  line-height: 26px;
  color: #383838;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 767px){
  .abt-we-recommend {
  background-color: #DBEEEE;
  padding: 35px 0 20px;
}
  .abt-head-title {
    font-size: 29px;
  }
  .section-head.abt-head-title-wrap .abt-head-discription {
  font-size: 15px;padding-right: 0;font-weight: 400;
  line-height: 26px;
  color: #383838;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
}
p {
  font-size: 15px;
}
.abt-we-recommend-content .abt-24-7-bx{
  display: none;
}
 .abt-icon-bx-title {
    font-size: 19px;
  }
  .trc-we-rec3-circle-bx1, .trc-we-rec3-circle-bx2{
    display: none;
  }
    .trc-we-rec3-l-bx {
    max-width: 200px;margin-left: -20px;
  }
    .abt-year-section {
    right: 3px;
    top: 214px;
  }
  .abt-year-media img{
    width: 100%;
  }
  .abt-year-section .abt-year-info{
    width: 210px;
  }  .abt-year-section .abt-year-info .numbr {
    font-size: 33px;
  }  .abt-year-section .abt-year-info span {
    font-size: 13px;
  }.abt-year-section .abt-year-info{
    padding: 1px 11px 4px 28px;
  }
  .marquee{
    padding-top: 0;
  }
  .marquee-item h3 {
  font-size: 17px;
}
.marquee-icon {
  background-color: #458ccc;
  padding: 10px 20px;
}
.ourservices {
  padding: 35px 0 25px;
}
.blog-sec__single__content{
  padding-right: 30px;
}
}


.video2{
  height: 250px;margin-bottom: 20px !important;
}
.video4{
  height: 324px;margin-bottom: 20px !important;
}
.video5{
  height: 324px;margin-bottom: 20px !important;
}
/*Destinations*/
.trv-gallery-section {
  margin-bottom: 10px;
}
.trv-gallery-st2 {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 30px;
}.trv-gallery-st2-media {
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;border-radius: 25px;
  z-index: 1;
}.trv-gallery-st2-media img {
  position: relative;
  display: block;
  max-width: none;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-4px, -1px, 0);
  backface-visibility: hidden;
  width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}.trv-gallery-st2-title {
  text-align: left;
  display: block;
  border-radius: 6px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 50px;
  opacity: 1;
  transition: 0.5s all ease;
  font-size: 20px;
  font-weight: 500;
  z-index: 5;
}.trv-gallery-st2-dur {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  color: #fff;
  z-index: 5;
}.trv-gallery-st2-media::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(160, 160, 160, 0) 37%, rgba(113, 113, 113, 0) 48%, rgba(60, 60, 60, 0.4666666667) 62%, rgba(37, 37, 37, 0.6705882353) 83%, #000000 100%) 0% 0% no-repeat padding-box;
}.trv-gallery-st2.p-pic img {
  height: 520px;
}.trv-gallery-st2.l-pic img {
  height: 250px;
}.trv-gallery-st2.l-pic img {
  height: 250px;
}.trv-gallery-st2.p-pic img {
  height: 520px;
}.trv-gallery-st2-media:hover img {
  opacity: 0.2;
  transform: translate3d(0, 0, 0);
}.trv-gallery-st2-title:hover {
  color: #478CCC;
}




.gallery-section{
  padding: 60px 0 30px;
}
.gallery-box{
margin-bottom: 30px;
  border-radius: 20px;
}
.gallery-box img{
  border-radius: 10px;
}




.tour-box {
  position:relative;
  background-color:#fff;
  border:1px solid #BCCED2;
  border-top:transparent;
  border-radius:16px;
  overflow:hidden;
  margin-bottom: 30px;
}
.tour-box.style-flex {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  gap:30px;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  border:1px solid #BCCED2
}
@media (max-width: 1299px) {
  .tour-box.style-flex {
    display:block
  }
}
.tour-box.style-flex .tour-content {
  padding:0
}
@media (max-width: 1299px) {
  .tour-box.style-flex .tour-content {
    padding:30px
  }
}
@media (max-width: 375px) {
  .tour-box.style-flex .tour-content {
    padding:20px
  }
}
.tour-box.style-flex .tour-action {
  gap:30px
}
.tour-box.style-flex .tour-box_img {
  border-radius:16px 0px 0 0;
  width:50%
}
@media (max-width: 1299px) {
  .tour-box.style-flex .tour-box_img {
    width:100%
  }
}
@media (max-width: 991px) {
  .tour-box.style-flex .tour-box_img {
    margin-bottom:0
  }
}
.tour-box.style-flex .tour-box_img img {
  width:100%;
  object-fit:cover;
  border-radius:16px 0px 0 0
}.tour-box .tour-content {
  padding: 24px 24px 16px 24px;
}.tour-box .box-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}.tour-box_img {
  position:relative;
  border-radius:16px 16px 0 0;
  z-index:2;
  overflow:hidden
}
@media (max-width: 991px) {
  .tour-box_img {
    margin-bottom:0
  }
}
.tour-box_img:before {
  content:"";
  position:absolute;
  inset:0;
  background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 88.18%);
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 88.18%)
}
.tour-box_img img {
  width:100%;
  border-radius:16px 16px 0 0;
  -webkit-transition:1.3s all ease;
  transition:1.3s all ease
}
.tour-box .tour-content {
  padding:24px 24px 16px 24px
}
.tour-box .box-title {
  color:#000;
  font-size:18px;
  font-weight:500;
  margin-bottom:5px
}
.tour-box .box-title a{
color: #458ccc;
  font-weight: 600;
}
.tour-content p{
  margin-bottom: 0;font-size: 14px;
}.tour-box .tour-content {
  min-height: 220px;
}
.tour-box .tour-rating {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  -ms-flex-align:start;
  align-items:flex-start;
  gap:8px;
  margin-bottom:13px
}
.tour-box .star-rating {
  font-size:14px
}
.tour-box .star-rating span:before {
  color:#FF833E
}
.tour-box .woocommerce-review-link {
  font-size:16px;
  line-height:16px;
  color:#000
}
.tour-box_price {
  font-size: 18px;
  font-weight: 800;
  color: #2e6315;
  margin-bottom: 1px;
}
.tour-box .currency {
  font-weight:500;
  font-size:20px;
  line-height:36px;
  letter-spacing:0.02em;
  color:#000
}
.tour-box .tour-action {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center
}
.tour-box .tour-action i {
  margin-right:8px
}
.tour-box .tour-action span {
  font-weight:400;
  font-size:16px;
  color:#2E6316
}
.tour-box .tour-action .th-btn {
  border:1px solid var(--gray-color);
  font-weight:500;
  padding:10px 19.5px
}
@media (max-width: 1199px) {
  .tour-box .tour-action .th-btn {
    padding:10px 15px
  }
}

.tour-box:hover {
  box-shadow:0px 20px 20px rgba(204,204,204,0.25)
}
.tour-box:hover .tour-box_img img {
  -webkit-transform:scale(1.3);
  -ms-transform:scale(1.3);
  transform:scale(1.3)
}



@media screen and (max-width: 1600px){
  .video1 {
  height: 490px;
}
.video2 {
  height: 235px;
}
.video4 {
  height: 258px;
}
.video5 {
  height: 260px;
}
}



@media screen and (max-width: 1500px){
  .video1 {
  height: 470px;
}
.video2 {
  height: 225px;
}
.video4 {
  height: 228px;
}
.video5 {
  height: 230px;
}
}


@media screen and (max-width: 1199px){
  .video1 {
  height: 380px;
}
.video2 {
  height: 180px;
}
.video4 {
  height: 200px;
}
.video5 {
  height: 200px;
}
}


@media screen and (max-width: 767px){
   .video1 {
  height: auto;
  margin-bottom: 20px !important;
}
.video2 {
  height: auto;
  margin-bottom: 20px !important;
}
.video4 {
  height: auto;
  margin-bottom: 20px !important;
}
.video5 {
  height: auto;
  margin-bottom: 20px !important;
}
}

@media screen and (max-width: 767px){
  .nav-item{
    margin: 2px 0;
  }
   .dropdown-item:hover, .dropdown-item:focus {
    color: #458ccc;
    background-color: transparent;
  }
 .dropdown-item {
    font-size: 14px;
    padding: 3px 0px;
  }  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
    .nav-link {
    font-size: 16px;
  }  .collapsed .navbar-toggler-icon {
    border-bottom: 1px solid #000;
  }  .collapsed .navbar-toggler-icon::after, .collapsed .navbar-toggler-icon::before {
    background-color: #000;
  } .nav-item::before {
    position: absolute;
    display: block;
    top: 18px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 13px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0
  }
  .navigation-wrap{
    overflow: hidden;
  }
}



@media screen and (max-width: 767px){

  #carouselExampleIndicators {
  margin-top: 0;
}
.navbar, .bg-light{
  background: rgb(255, 255, 255);border-radius: 0;
}
.navbar-light .navbar-toggler{
  border-color: transparent;
}  
.navbar-light .navbar-brand {
    margin-top: 0;
  }  
  .navbar-brand img {
    height: 87px;
    position: relative;
    padding-bottom: 10px;
  }
    .navbar-nav {
    text-align: left;
    margin-bottom: 0px;
    width: 100%;
  } 
   .navbar-nav {
    margin-top: 0;
  } 
   .nav-link {
    padding: 5px 0 !important;
  } 
   .nav-link {
    font-size: 15px;
  }
  .drop{
    height: 20px;
  }
  .trv-banner-1-rain-effect{
    display: none;
  }
  .marquee-hm1-cloud1 img {
  animation: marquee-hm1-cloud1 60s linear infinite;
  height: 50px;
}
.marquee-hm1-cloud2 img {
  animation: marquee-hm1-cloud2 30s linear infinite; height: 50px;
}
.why-choose-area {
  padding: 35px 0 10px;
}
.award-wrap {
  text-align: center;
  max-width: 100px;
  margin: auto;
  position: absolute;
  top: -12px;
  right: 13px;
}
.award-wrap img{
  height: 50px;
} 
.abt-we-rec-btn {
    margin-bottom: 0;
  }
.award-wrap span{
  font-size: 13px;
}
.left-hot-ballon img{
  height: 150px;
}
.left-hot-ballon {
  left: 0;
  top: 29%;
}
.right-hot-ballon img{
    height: 100px;
}

}.trv-gallery-section {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

 
.trv-gallery-st2{
  margin-bottom: 0;
}
#carouselExampleIndicators, .why-choose-area, .footer-section.footer_section2{
  overflow: hidden;
}
  

}



.testimonials {
  padding: 20px 0 60px;
  background: url('../images/testi-bg-3-2-3.webp');
    background-attachment: scroll;
    background-size: auto;
  background-attachment: fixed;
  background-size: 100% 100%;
  position: relative;
}

.testi-style3 {
 position: relative;
  padding: 30px 30px 30px 30px;
  margin: 40px 0 30px 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.24);
  border-bottom: 9px double rgb(69, 140, 204);
  transition: all ease .4s;
  background-color: #fff;
  min-height: 345px;
}
.testi-style3 .testi-avater {
  width:80px;
  height:80px;
  position:absolute;
  top:-40px;
  padding:7px;
  background-color:#fff;
  border-radius:50%
}
.testi-style3 .testi-avater img {
  width:100%;
  border-radius:50%
}
.testi-style3 .testi-name {
  font-size:22px;
  margin-bottom:0px;
  text-transform: capitalize;
}
.testi-style3 .testi-text {
  margin:0 0 15px 0
}
.testi-style3 .testi-degi {
  font-size:12px;
  text-transform:uppercase;
  font-weight:500;
  color:#458ccc
}
.testi-style3 .testi-icon {
  font-size:60px;
  line-height:1;
  margin-top:-30px;
  position:absolute;
  right:40px;
  top:0;
  color:#458ccc;
  opacity:.2;
  transition:all ease .4s
}
.testi-style3 .testi-rating {
  color:#ffcb00;
  margin-bottom:5px;
  font-size:14px
}
.testi-style3 .testi-rating i {
  margin-right:5px
}
.testi-style3 .testi-degi {
  font-weight:500
}

.testimonials{
  position: relative;
}.bubble-dotted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bubble-dotted .dotted{
  position: absolute;
  border-radius: 50%;
}

.bubble-dotted .dotted-1{
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-2{
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-3{
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-4{
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-5{
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-6{
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  -webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-7{
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-8{
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-9{
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-10{
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted i{
  color: #458ccc;
}


@-webkit-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-moz-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@-moz-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}


@media screen and (max-width:1600px){
    .testi-style3{
            min-height: 400px;
    }
}


@media screen and (max-width: 767px){
  .testimonials {
  padding: 40px 0 20px;
} .testi-style3{
            min-height: auto;
    }
iframe{
  margin-top: 20px;
}
}



@media screen and (max-width: 767px){
  .filter-sidebar{
    margin-bottom: 30px;
  }
  .tour-box .tour-content{
    min-height: auto;
  }
}