/* Travilo */

@import url('sections/variables.css');
@import url('sections/fonts.css');
@import url('sections/global-settings.css');



@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Bold.woff2') format('woff2'),
      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: bold;
  font-style: normal;
  font-display: swap;
}


:root {
  --font-size-xx-large: 32px;

}

h1, h2, h3, h4, h5, h6{
  font-family: 'Gilroy';
}
.header-top{
  position: relative;
 background: #aa2180;
 color: #ffffff;
}

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

.header-top .top-left .info li:last-child{
  margin-right: 0;
}

.header-top .top-left .info li .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  color: var(--primary-color);
  line-height: 24px;
  font-size: 14px;
}

.header-top .top-left .info li a{
  position: relative;
  display: block;
  line-height: 24px;
  color: var(--medium-gray-color);
}

.header-top .top-left .info li a:hover{
  color: var(--primary-color);
  text-decoration: underline;
}

.header-top .top-right{
  position: relative;
  float: right;
  padding: 5px 0;
}

.header-top .top-right .lang-box{
  position: relative;
  float: left;
  z-index: 10;
  margin-left: 30px;
}
.header-top a{
  color: #ffffff;
}

.main-header .main-box{
  position: relative;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-style-two .header-upper .outer{
  width: calc(100% - 380px);
  display: flex;
  justify-content: center;
}


.banner-section{
  position: relative;
  padding: 0 0;
  background: #fff;
}

.banner-section .auto-container{
  max-width: none;
  padding: 0 0;
}

.banner-section .banner-container{
  position: relative;
}

.banner-container img{
 width: 100%;
 height: 450px;
  object-fit: cover;
  object-position: top center;
}
.search-one .search-tabs .tab-buttons .active-btn{
  background: #aa217f;
    color: #fff;
}

.link.call-to a {
  background: #aa2180;
  padding: 12px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 18px;
    font-weight: 600;
    white-space: pre;
}

.intro {
  display: grid;
  grid-template-columns: 40% auto;
  padding: 80px 0 80px 0;
  gap: 40px;
  text-align: justify;
}

.intro h1{
  color: #101010;
}


@media only screen and (max-width: 1499px){
h1 {
    font-size: 36px !important;
}
h2 {
  font-size: 32px !important;
}
}





.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000000c2;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}

  .header-navigation .navbar-toggler
  {
    background-color:#000 !important;
  }
  .book-now
  {
    margin-top:0 !important;
  }
  .contact_icon1
  {
    width:50px !important;
    height:50px !important;
    font-size:18px !important;
  }
  .pop-up2
  {
    padding:15px 0 !important;
  }
  .custom-model-wrap
  {
    padding:15px !important;
  }
  .floating_btn
  {
    width:60px !important;
    height:60px !important;
  }
  .floating_btn1
  {
    width:60px !important;
    height:60px !important;
    bottom:110px !important;
  }
  .contact_icon
  {
    width:50px !important;
    height:50px !important;
    font-size:20px !important;
  }
  .onloadcontetn p {
    color: #fff !important;
    font-size: 12px;
    line-height: 21px;
    margin-top: 5px;
}
.book-now li input
{
  margin-bottom:5px !important;
}
  .book-now li
  {
    float:inherit !important; 
  }
  #popContainer
  {
    width:100% !important;
    height:auto !important;

  }
  .onloadcontetn
  {
    padding:25px !important;
  }
  .primary-menu 
  {
    background-color:#fff !important;
  }






}

/* end onclick popup section */ 



/* start book now section */
/*-------------------------------------------------*/
/* POP UP
/*-------------------------------------------------*/

.pop-up {
  width: 100%;
  float: left;
}

.modal-content {
  border: 0;
}

.pop-up1 {
  float: left;
  width: 50%;
  position: relative;
  background: #00bcd4;
}

.pop-up1 img,
.pop-im {
  width: 100%;
  height: 646px;
  position: relative;
  z-index: 10;
  object-fit: cover;
}
.nice-select span
{
  display:none !important;
}

.form-select
{
  display:block !important;
}
.pupfrmsssd button{
  border:none !important;
  margin-top:15px !important; 
}
.pupfrmsssd .col-lg-6
{
  margin:15px  0 !important;
}
.pupfrmsssd .col-lg-12
{
  margin:15px  0 !important;
}
.pupfrmsssd label
{
  font-weight:400 !important;
  color:#fff !important;
  margin-bottom:5px !important;
}

.pop-up2 {
  padding: 15px 30px;
  float: left;
  width:100%;
  position: relative;
  text-transform: capitalize;
}


.contentsd span
{
  text-align:left !important;
}

.wdsssd
{
  width:100% !important;
  padding:35px 0 !important;
}

.pop-up2 h2 {
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #ff9e00, #ff9e00 80%);
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  margin-bottom: 0px;
  font-weight: 700;
}

.pop-up2 p {
  text-align: center;
  width: 100%;
  color:#fff;
  padding-top: 9px;
}

.book-now {
  width: 100%;
}

.book-now ul {
  padding: 0px;
  margin: 0px;
}

.close {
  right: 20px;
  position: absolute;
  font-weight: 900;
  top: 15px;
  outline: none;
  opacity: 1;
}

.book-now li {
  float: left;
  padding: 10px;
}

.pop-up2 ul li.full {
  width: 100%;
  margin-top: 20px;
}

.pop-up2 ul li.half {
  width: 50%;
}

.book-now span {
  display: block;
  font-family: 'Josefin Sans';
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 7px 4px;
}
.book-now li input:focus
{
  background-color:transparent !important;
  box-shadow: none !important;
}
.book-now  button
{
  width: 100%;
  padding: 10px;
  color: #000;
  background-color: #ff9e00;
  text-transform: uppercase;
}
.book-now li input::placeholder
{
  color:#fff !important;
  font-weight:100 !important;
}
.book-now 
{
  margin-top:20px;
}
.book-now li input {
  border: 1px solid #ff9e00;
  line-height: 36px;
  padding: 10px 14px;
  color:#fff !important;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
  height: 50px;
  text-align: left !important;
  font-weight: 400;
  margin-bottom: 10px;
}


.book-now li select {
  padding-top: 7px;
}

.book-now li input[type="submit"] {
  background: #ff9e00;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
  transition: all 0.5s ease;
  padding: 5px;
  border: 1px solid #ff9e00;
}

.book-now li input[type="submit"]:hover {
  background: #0936de;
  transition: all 0.5s ease;
  border: 1px solid #0936de;
}

.book-now li input[type="date"] {
  padding-top: 0;
}


/* end book now section */

/* start onload popup section */
.row1 {
  background-color: #9393ffa1 !important;
}
#rowBox {
  text-align: center;
  width: 100%;
}
#container{
width:100%;
height:100%;
position:absolute;
}
#title{
text-align:center;
color:#fff;
}

#rows {
  cursor: pointer;
  display: inline-flex;
}
.columns {
  padding: 0;
}
.rowRow {
  border: solid 1px black;
  background-color: #000000bf;
  color: #fff;
    height: 65px;
    width: 150px;
}
.empty{
border:none !important;
background-color: #00000000 !important;
}
div#popUpForm {
  position: fixed;
  z-index: 99999999999;
  top:0 !important;
  left: 0;
  width: 100%;
  background-color: #151515c4;
display:none;
height: 100%;
}

.onloadcontetn h2
{
  color:#ff9e00 !important;
}

.onloadcontetn p
{
  color:#fff !important;
}


#popContainer {
  width: 450px;
  text-align: center;
  margin: 0 auto;
  position:relative;
  background-color: #000;
  /* height: 500px; */
  padding: 20px;
  margin-top: 80px;
}
#popContainer > form > p{
font-weight:bold;
font-size:20px;
color:#fff;
}
input{
border:solid 2px;
border--radius:5px;
padding: 10px 25px;
text-align:left;
}
input[type="submit"]{
font-weight:bold;
border-radius:10px;
background-color:red;
color:#fff;
border:none;
cursor:pointer;
}
input[type="submit"]:hover{
background-color:#ff5522;
color:#000;
border:black solid 1px;
}
#close{
  position: absolute;
  border: solid 1px;
  width: 37px;
  padding: 3px;
  /* background-color: red; */
  float: right;
  top: -28px;
  margin: 10px;
  background-color: #000;
  color: #ff9e00;
  cursor: pointer;
  border-radius: 2px;
  font-weight: bold;
  right: -27px; 
}
#close:hover{
background-color:#000;
}
/* end onload popup section */
/* end popup section */








/* start whatsapp section */

/* start first whatsapp section */
/*Estilos generales del boton whatsapp*/

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 85px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* end first whatsaap section **/


/* start phone first section */
.phone-btn {
  position: fixed;
  bottom: 20px;
  left: 60px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #639edc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  animation: breathe1 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.phone-btn i {
  color: #fff;
  font-size: 20px;
  animation: beat1 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe1 {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 158, 220, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(99, 158, 220, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* end phone first section */
/* end whatsaap section */



/* start packages section */

.btnmordeed p
{
  font-size: 14px;
 color: #403f40;;
  font-weight: 600;
  line-height: 5px;
  text-decoration: none;
  /* padding-bottom: 5px; */
  border-bottom: s;
  margin-bottom: 8px !important;
}
/* start package read more section */
.moretext {
  display: none;
}

.moretext1 {
  display: none;
}
.moretext2 {
  display: none;
}
.moretext3 {
  display: none;
}

.moretext4 {
  display: none;
}
.moretext5 {
  display: none;
}
.moretext6 {
  display: none;
}
.moretext7 {
  display: none;
}
.moretext8 {
  display: none;
}
.moretext9 {
  display: none;
}
.moretext10 {
  display: none;
}
.moretext11 {
  display: none;
}
.moretext12 {
  display: none;
}
.moretext13 {
  display: none;
}
.moretext14 {
  display: none;
}
.moretext15 {
  display: none;
}
.moretext16 {
  display: none;
}
.moretext17 {
  display: none;
}
.moretext18 {
  display: none;
}
.btn-link
{
  color:#000 !important;
  text-decoration: underline !important;
}



.text-right
{
  text-align:right;
}
.btnsss a
{
  padding: 8px 17px;
  background-color: #000;
  color: #fff !important;
  text-align: center;
  border-radius: 5px; 
  
}


.pckksdetails h3 {
    color: #000 !important;
    /* padding-bottom: 5px; */
    /* border-bottom: 3px solid #0498f1 !important; */
    font-size: 16px !important;
}

.pckksdetails ul
{
  margin:10px 0 !important;
}
.pckksdetails ul li
{
  color:#000 !important;
  font-size:13px !important;
  position:relative;
  padding-left:20px;

}
.pckksdetails ul li::before {
  content: '\f2dc';
  font-size: 12px;
  font-family: FontAwesome;
  left: 0 !important;
  position: absolute !important;
  color: #aa2180 !important;
}
.listtds li
{
opacity:1 !important;
width:100% !important;
font-size:14px !important;
margin:3px 0 !important;
padding-left:15px !important;
padding: 0 0px 0 20px !important;
transform: none !important;
position:relative;
}
.listtds li::before{
    content:'\f192';
    font-family:FontAwesome;
    font-size:13px;
    left:0 !important;  
    color:#ff5722 !important;
    position:absolute;

}
.contentssd
{
    margin-bottom:30px !important;
}
.itnry {
    padding: 10px 0 !important;
    margin:15px  0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
}
.contentssd h3{
    margin: 0 0 10px 0;
    font-size: 20px;
}
.itnry li {
    padding: 0px !important;
    margin: 0px !important;
    list-style-type: none !important;
    display: inline-block !important;
    width: 19% !important;
    opacity:1 !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #000 !important;
}
.itnry li figure {
    padding: 0px !important;
    margin: 0px !important;
}
.itnry li p {
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px !important;
}
/* end packages section */




/* start footer section */
.pt-80
{
  padding-top:80px;
}
.text-center
{
  text-align:center !important;
}
.rateignsssd .rating{
  float:right !important;
}
.rateignsssd
{
  margin: 0 !important;
    text-align: right !important;
    border: none !important;
}
/* end footer section */




.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 .loader-section {
  background-color: #fff;
  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: #fff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n del 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

====================================================================

***/

.scroll-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 52px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  background: var(--primary-color);
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top img{
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 10px;
}

.scroll-to-top:hover {
  color: #fff;
  background: var(--primary-color);
}

/*** 

====================================================================
  Default Form Style
====================================================================

***/

form{
  position:relative;
}

/* Default Form Style */

.default-form{
  position: relative;
}

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

form .row{
  margin: 0 -15px;
}

form .row .form-group{
  position:relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

form .field-inner{

  display: block;
  position: relative;
}

form .field-inner .alt-icon{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
  color: var(--primary-color);
  z-index: 1;
  pointer-events: none;
}

form .form-group .field-label{
  position:relative;
  display: block;
  color: var(--dark-gray-gray);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Gilroy_Bold', sans-serif;
  line-height: 20px;
  margin-bottom: 10px;
}

form .form-group .e-label{
  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select{
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    color: var(--dark-gray-gray);
    line-height: 30px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius:3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-group textarea{
  height: 150px;
  padding-top: 20px;
  resize: none;
}

form .form-group select{
  -webkit-appearance:none;
  -ms-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  appearance:none;
  background:#fff url(../assets/images/icons/icon-select.html) right center no-repeat;
  cursor:pointer;
}

form .form-group select option{
  line-height: 30px;
  padding-left:20px;
  text-indent: 20px;
  cursor:pointer; 
}

form .form-group input[type="submit"],
form .form-group button{
  display:inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
  border-color: var(--primary-color);
}

form ::-webkit-input-placeholder{color: var(--light-gray-gray);}

form ::-moz-input-placeholder{color: var(--light-gray-gray); }

form ::-ms-input-placeholder{color: var(--light-gray-gray);}

form label.error{
  color: var(--youtube-color);
  font-size:14px;
  text-transform: capitalize;
  text-align:left;
  display:block;
  padding-top:7px;
  line-height: 24px;
}

.check-block{
  position: relative;
  margin-bottom: 15px;
}

.check-block input{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.check-block label{
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 34px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.check-block label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  -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-block input:checked + label:before{
  content: '';
  background: var(--primary-color);
  color: #fff;
}

.check-block input:checked + label:after{
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
}

.radio-block{
  position: relative;
  margin-bottom: 15px;
}

.radio-block input{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.radio-block label{
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 30px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.radio-block label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  -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;
}

.radio-block label:after{
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

.radio-block input:checked + label:after{
  opacity: 1;
}

button.theme-btn.f-btn {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  background: #ffc107;
  padding: 12px 20px;
  font-family: 'Gilroy_Bold', sans-serif;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  width: 100%;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
  display: block;
  width:100%;
  font-size:16px;
  font-weight: 400;
  height:54px;
  padding:11px 20px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  color:#585f5f;
  border-radius:3px;
  background-color:#fff;
  border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
  background:none;
  position:relative;
  top:6px;
  right: 0px;
  text-indent:0px;
  color:#999999;
}

.form-group .ui-button .ui-icon:before{
  font-family: 'simple-line-icons';
  content: "\e604";
  position:absolute;
  right:0px;
  top:0px !important;
  width:15px;
  height:30px;
  display:block;
  color:#585f5f;
  line-height:20px;
  font-size:12px;
  font-weight:700 !important;
  text-align:center;
  z-index:5;
}

.ui-selectmenu-menu{
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
}

.ui-widget.ui-widget-content{
  border:1px solid #e0e0e0;
  border-top: none;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item{
  font-size:16px;
  border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
  border:none;
}

.ui-menu .ui-menu-item-wrapper{
  position:relative;
  display:block;
  padding:10px 18px !important;
  font-size:16px;
  line-height:28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active, .ui-widget-content .ui-state-active{
  background: var(--very-dark-gray-color);
  font-weight: 400;
  border: none;
  border-bottom:1px solid #e0e0e0;
  margin: 0;
}

.site-form form .form-group{
  margin-bottom: 30px;
}

.site-form form .form-group .field-inner{
  position: relative;
}

.site-form form .form-group .field-inner .alt-icon{
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  color: var(--light-gray-gray);
  font-size: 16px;
  line-height: 30px;
  pointer-events: none;
}

.site-form form .form-group .field-label{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Gilroy_Bold', sans-serif;
  line-height: 20px;
  margin-bottom: 12px;
}

.site-form form .form-group .f-label i{
  color: var(--primary-color);
  font-style: normal;
}

.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{
    height: 54px;
    line-height: 24px;
    padding: 11px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: var(--dark-gray-gray);
    font-weight: 400;
    background: #fff;
    border-radius: 4px;
}

.site-form form .form-group textarea{
  height: 170px;
}

.site-form form .form-group select option{
  text-indent: 20px;
}

.site-form form .form-group input[type="text"]:focus,
.site-form form .form-group input[type="email"]:focus,
.site-form form .form-group input[type="password"]:focus,
.site-form form .form-group input[type="url"]:focus,
.site-form form .form-group input[type="number"]:focus,
.site-form form .form-group input[type="file"]:focus,
.site-form form .form-group input[type="range"]:focus,
.site-form form .form-group select:focus,
.site-form form .form-group textarea:focus{
  border-color: var(--primary-color);
}

.site-form form .f-btn{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  background: #ffc107;
  padding: 12px 20px;
  font-family: 'Gilroy_Bold', sans-serif;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}

.site-form form .f-btn i{
  position: relative;
  font-size: 14px;
  padding-left: 5px;
}

.site-form form .f-btn:hover{
  background: #2E2E2E;
  color: #fff;
  box-shadow: 0 0 5px 0 var(--primary-color);
}

/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  background: none;
  min-height: 100px;
  font-family: 'Open Sans', sans-serif;
  z-index: 999;
}

.main-header.alternate{
  position: relative;
  min-height: 126px;
}

.main-header .auto-container{
  max-width: 1920px;
  padding: 0 60px;
}



.main-header .lang-box .lang-btn{
  position: relative;
  display: block;
  padding: 3px 0;
  line-height: 24px;
  color: var(--medium-gray-color);
  cursor: pointer;
}

.main-header .lang-box .lang-btn .img{
  position: relative;
  top: 4px;
  float: left;
}

.main-header .lang-box .lang-btn .txt{
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-header .lang-box .lang-btn .icon{
  position: relative;
  float: left;
  top: 1.5px;
  font-size: 12px;
  margin-left: 7px;
  line-height: 24px;
  font-weight: 700;
}

.main-header .lang-box .lang-list{
  position: absolute;
  left: 0;
  top: 100%;
  width: 130px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
}

.main-header .lang-box:hover .lang-list{
  opacity: 1;
  visibility: visible;
}

.main-header .lang-box .lang-list li{
  position: relative;
  float: none;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .lang-box .lang-list li:last-child{
  border-bottom: none;
}

.main-header .lang-box .lang-list li a{
  position: relative;
  display: block;
  line-height: 20px;
  color: var(--dark-gray-gray);
  padding: 5px 10px;
}

.main-header .lang-box .lang-list li a:hover{
	color:#fff;
  background-color: var(--primary-color);
}

.header-top .top-right .login{
  position: relative;
  float: left;
  padding-left: 26px;
  line-height: 30px;
  font-size: 14px;
}

.header-top .top-right .login a{
  position: relative;
  display: block;
  line-height: 30px;
  color: var(--medium-gray-color);
}

.header-top .top-right .login a:hover{
  text-decoration: underline;
  color: var(--primary-color);
}

.header-top .social{
    position: relative;
    float: left;
    margin-left: 30px;
}

.header-top .social li{
  position: relative;
  float: left;
  margin-right: 22px;
}

.header-top .social li:last-child{
  margin-right: 0;
}

.header-top .social li a{
  position: relative;
  display: block;
  color: var(--dark-gray-gray);
  height: 30px;
  font-size: 18px;
  line-height: 30px;
}

.header-top .social li a .fab{
  line-height: 30px;
}

.header-top .social li a:hover{
  color: var(--primary-color);
}

.header-top .social li a.facebook{
  color: var(--facebook-color);
}

.header-top .social li a.twitter{
  color: var(--twitter-color);
}

.header-top .social li a.linkedin{
  color: var(--linkedin-color);
}

.header-top .social li a.youtube{
  color: var(--youtube-color);
}

.header-top .social li a:hover{
  color: var(--primary-color);
}

.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: 0px;
  background: #fff;
}

.header-style-two{
  position: relative;
}

.header-style-two .auto-container{
  max-width: 1360px;
  padding: 0 20px;
}

.fixed-header .header-upper{
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom-color: rgba(0,0,0,0.15);
}

.visible-search .main-header .header-upper{
  background: #fff;
  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 .logo-box{
  position: relative;
  display: block;
  float: left;
  padding: 5px 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: 50px; */
  z-index: 1;
  max-width: 180px;
}

.main-header .header-upper .links-box{
  position: relative;
}


.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:24px 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:var(--dark-gray-gray);
  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 var(--primary-color);
  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: 12px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
  color: var(--primary-color);
  text-decoration: none;
  opacity:1;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  width:240px;
  padding:15px 10px;
  z-index:100;
  opacity: 1;
  text-align:left;
  background:#fff;
  border: none;
  border-radius:5px;
  -webkit-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -ms-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -o-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -moz-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition:all 100ms ease;
  -webkit-transition:all 100ms ease;
  -ms-transition:all 100ms ease;
  -o-transition:all 100ms ease;
  transition:all 100ms ease;
}

.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:var(--primary-color);
  background: rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;  
  top: 100%;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

/*** 

====================================================================
  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: #fff;
  padding-top: 60px;
  color: #101010;
  border-right: 4px solid var(--primary-color);
  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: 60px;
}

.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: var(--primary-color);
}

.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
====================================================================

***/



/*** 

====================================================================
  Title Box
====================================================================

***/

.title-box{
  position: relative;
  margin-bottom: 65px;
}

.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: var(--primary-color);
  margin: 0 0 10px;
}

.title-box h2{
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0;
  font-size: 42px;
}

.title-box h2 span{
  position: relative;
  z-index: 1;
}

.title-box .travilo-text{
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  padding-top: 25px;
}

/*** 

====================================================================
  Intro Section
====================================================================

***/

.intro-section{
  position: relative;
  padding: 90px 0px 90px;
}

.intro-section.no-padd-top{
  padding-top: 0;
}

.intro-section .intro-block{
  position: relative;
  margin-bottom: 50px;
  z-index: 10;
}

.intro-section .intro-block .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.intro-section .intro-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.intro-section .intro-block .icon{
  position: relative;
  display: inline-block;
  line-height: 100px;
  margin-bottom: 35px;
  transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.intro-section .intro-block .icon img,
.intro-section .intro-block .icon svg{
  max-height: 100px;
}

.intro-section .intro-block h4{
  position: relative;
  margin-bottom: 30px;
}


/*** 

====================================================================
  About Us Section
====================================================================

***/

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

.about-section .text-col .d-elem-1{
  position: absolute;
  right: 0;
  top: 50px;
}

.about-section .features{
  position: relative;
}

.about-section .features .row{
  margin: 0 -5px;
}

.about-section .features .f-block{
  position: relative;
  padding: 0 5px;
  margin-bottom: 30px;
}

.about-section .f-block .inner-box{
  position: relative;
  display: block;
  padding-left: 75px;
  padding-top: 6px;
  min-height: 60px;
}

.about-section .f-block .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  line-height: 60px;
  transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.about-section .f-block .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.about-section .f-block .icon img{
  position: relative;
  max-height: 60px;
}

.about-section .f-block h6{
  position: relative;
  line-height: 24px;
  margin-bottom: 0;
}

.about-section .text-col .title-box{
  margin-bottom: 30px;
}

.about-section .text-col .lower-text{
    position: relative;
}

.about-section .text-col .lower-text ul li{
    position: relative;
    padding-left: 40px;
    line-height: 1.70em;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-section .text-col .lower-text ul li:last-child{
  margin-bottom: 0;
}

.about-section .text-col .lower-text ul li:before{
  content: "\f178";
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  text-align: center;
  color: var(--primary-color);
}

.about-section .text-col .link-box{
  position: relative;
  padding-top: 35px;
}

.about-section .image-col{
  position: relative;
  margin-bottom: 50px;
  order: 0;
}

.about-section .image-col .exp{
  position: absolute;
  left: 50px;
  top: 90px;
  width: 180px;
  height: 180px;
  padding: 32px 10px 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Gilroy_Bold', sans-serif;
  background: var(--green-color);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.about-section .image-col .count{
  position: relative;
  display: block;
  padding-top: 3px;
  font-size: 60px;
  line-height: 1em;
}

.about-section .image-col .inner{
  position: relative;
  display: block;
  min-height: 100%;
}

.about-section .image-col .image-box{
  position: relative;
  padding-right: 30px;
}

.about-section .image-col .image-box .image{
  position: relative;
  float: right;
  max-width: 450px;
  transform: rotate(15deg);
  border-radius: 10px;
}

.about-section .image-col .image-box .image:last-child{
  position: absolute;
  left: 0;
  top: 220px;
  max-width: 366px;
  transform: rotate(-15deg);
  border: 9px solid #fff;
}

.about-section .image-col .image-box img{
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.about-section .image-col .d-elem-1{
  position: absolute;
  left: -40px;
  top: 15px;
}

.about-section .image-col .d-elem-2{
  position: absolute;
  right: 180px;
  bottom: -90px;
}


/*** 

====================================================================
  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: #fff;
  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: var(--primary-color);
  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 .image-box .b-title{
  position: absolute;
  left: 18px;
  top: 15px;
  z-index: 5;
}

.package-block .image-box .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: var(--dark-gray-gray);
  background: var(--secondary-color);
  border-radius: 3px;
}

.package-block .image-box .b-title.featured span{
    background: var(--secondary-color);
}

.package-block .image-box .b-title.top-rated span{
    background: var(--primary-color);
    color: #fff;
}

.package-block .inner-box:hover .p-icon{
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.package-block .image-box .fav-btn{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}

.package-block .image-box .fav-btn a{
  position: relative;
  display: block;
  line-height: 24px;
  color: #fff;
  font-size: 21px;
  opacity: 0.50;
}

.package-block:hover .image-box .fav-btn a{
  opacity: 1;
}

.package-block .image-box .fav-btn a:hover{
  color: var(--primary-color);
}

.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{
  position: absolute;
  top: -36px;
  right: 30px;
  width: 72px;
  height: 72px;
  z-index: 5;
}

.package-block .lower-box .p-icon .icon,
.package-block-two .image-box .p-icon .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 72px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.package-block .lower-box .p-icon img{
  max-height: 72px;
}

.package-block .lower-box .location{
  position: relative;
  font-weight: 400;
  color: var(--primary-color);
  font-family: 'Gilroy_Bold', sans-serif;
  margin-bottom: 10px;
}

.package-block.alt .lower-box .location{
  margin-bottom: 5px;
}

.package-block .lower-box h5{
  position: relative;
  font-weight: 600;
  font-size:18px !important;
  color: #101010;
  margin-bottom: 0px;
}

.package-block h5 a{
  color: var(--dark-gray-gray);
}

.package-block h5 a:hover{
  color: var(--primary-color);
}

.package-block .lower-box .info{
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.package-block .lower-box .info .duration{
  position: relative;
  float: left;
}

.package-block .lower-box .info .persons{
  position: relative;
  float: right;
}

.package-block .lower-box .info .duration i,
.package-block .lower-box .info .persons i{
  position: relative;
  padding-right: 5px;
  color: var(--primary-color);
}

.package-block .bottom-box{
  position: relative;
  margin-top: 25px;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.package-block .bottom-box .rating{
  position: relative;
  float: left;
}
.location .fa-clock-o{
  color: #aa2180;
}
.package-block .bottom-box .rating a{
  font-size: 12px;
  color: var(--light-gray-gray);
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}

.package-block .bottom-box .rating i{
  position: relative;
  color: #faba2f;
  font-size: 14px;
  padding-right: 5px;
  line-height: 20px;
  z-index: 1;
}

.package-block .bottom-box .rating strong{
  position: relative;
  font-family: 'Gilroy_Bold', sans-serif;
  font-size: 14px;
  color: var(--dark-gray-gray);
}

.package-block .bottom-box .price{
  position: relative;
  font-size: 14px;
  color: var(--medium-gray-color);
  line-height: 20px;
  float: left;
}

.package-block .bottom-box .price .amount{
  font-size: 18px;
  color: var(--primary-color);
  font-family: 'Gilroy_Bold', sans-serif;
}

.packages-section .carousel-box .prev-btn{
  position: absolute;
  right: 66px;
  top: -100px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: var(--primary-color);
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  transition: all 500ms linear;
  z-index: 5;
  cursor: pointer;
}

.packages-section .carousel-box .next-btn{
  position: absolute;
  right: 12px;
  top: -100px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: var(--primary-color);
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  transition: all 500ms linear;
  z-index: 5;
  cursor: pointer;
}

.packages-section .carousel-box .prev-btn:hover,
.packages-section .carousel-box .next-btn:hover{
  background: var(--primary-color);
  color: #fff;
}


/*** 

====================================================================
  Destinations Section
====================================================================

***/

.destination-section{
  position: relative;
  padding: 135px 0px 110px;
  background: #fff;
  overflow: hidden;
}

.destination-section .bg-grad-right{
  position: absolute;
  right: -50px;
  top: -50px;
}

.destination-section .bg-grad-left{
  position: absolute;
  left: -50px;
  bottom: -100px;
}

.destination-section .gallery-box{
    position: relative;
}

.dest-block-one{
  position: relative;
  margin-bottom: 30px;
}

.destination-section .row{
  margin: 0 -12px;
}

.destination-section .row .dest-block-one{
  padding: 0 12px;
  margin-bottom: 24px;
}

.dest-block-one .inner-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.dest-block-one .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.dest-block-one .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;
}

.dest-block-one .inner-box:hover .image-box::before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.dest-block-one .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.dest-block-one .hvr-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.dest-block-one .hvr-box:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  opacity: 0.50;
  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));
  -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;
}

.dest-block-one:hover .hvr-box:before{
  opacity: 0.80;
}

.dest-block-one .hvr-box .hvr-inner{
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.dest-block-one .hvr-box h4{
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 30px;
}

.dest-block-one .hvr-box h4 a{
  color: #fff;
}

.dest-block-one .hvr-box h4 a:hover{
  color: var(--primary-color);
}

.dest-block-one .hvr-box .tour-count{
  position: relative;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}





/*** 

====================================================================
  Partner Section
====================================================================

***/

.partners-section{
  position: relative;
  padding: 110px 0px;
  background: var(--dark-gray-color);
  color: #fff;
  overflow: hidden;
}

.partners-section .partner-block{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.partners-section .slick-list .partner-block{
  margin: 0 15px;
}

.partners-section .partner-block .image{
  position: relative;
  display: block;
  line-height: 100px;
}

.partners-section .partner-block img{
  display: inline-block;
  vertical-align: middle;
  max-height: 100px;
  opacity: 0.70;
  transition: all 500ms linear;
}

.partners-section .partner-block img:hover{
  opacity: 1;
}

/*** 

====================================================================
  News Section
====================================================================

***/

.news-section{
  position: relative;
  padding: 130px 0px 110px;
  background: #F9FCFF;
}

.news-section .news-box{
    position: relative;
}

.news-section .bg-grad-right{
  position: absolute;
  right: -300px;
  bottom: -300px;
}

.news-section .bg-grad-left{
  position: absolute;
  left: -350px;
  top: -350px;
}

.news-block-one{
  position: relative;
  margin-bottom: 30px;
}

.news-section .news-box .row{
  margin: 0 -12px;
}

.news-section .news-box .row .news-item{
  padding: 0 12px;
}

.news-section .news-box .news-block-one{
  margin-bottom: 24px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  height: 542px;
  min-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.news-block-one.sm-height .inner-box{
  height: 260px;
}

.news-block-one .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.news-block-one .inner-box:hover .image-layer{
	transform:scale(1.07,1.07);
}

.news-block-one .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  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));
  opacity: 0.50;
  transition: all 500ms linear;
}

.news-block-one:hover .image-layer:before{
  opacity: 0.80;
}

.news-block-one .image-layer:after{
	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;
}

.news-block-one .inner-box:hover .image-layer::after{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.news-block-one .over-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 40px 40px;
}

.news-block-one.m-height .over-box,
.news-block-one.sm-height .over-box{
  padding: 0 20px 25px 25px;
}

.news-block-one .info{
  position: relative;
  margin-bottom: 5px;
}

.news-block-one .info li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-right: 12px;
}

.news-block-one .info li a{
  position: relative;
  color: #fff;
}

.news-block-one .info li i{
  position: relative;
  padding-right: 5px;
}

.news-block-one h3,
.news-block-one h4,
.news-block-one h5{
  position: relative;
  color: #fff;
  line-height: 1.30em;
  margin-bottom: 0;
}

.news-block-one h3 a,
.news-block-one h4 a,
.news-block-one h5 a{
  color: #fff;
}

.news-block-one h3 a:hover,
.news-block-one h4 a:hover,
.news-block-one h5 a:hover{
  color: var(--primary-color);
}

/*** 

====================================================================
  Insta Feed Section
====================================================================

***/

.insta-section{
  position: relative;
  padding: 0 0 90px;
}

.insta-section .insta-feed{
  position: relative;
  margin-bottom: 50px;
}

.insta-section .carousel-box{
  position: relative;
  margin: 0 0;
  overflow: hidden;
}

.insta-section .insta-block{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.insta-section .slick-list .insta-block{
  margin: 0 25px;
}

.insta-section .insta-block .image{
  position: relative;
  display: block;
  height: 290px;
  border-radius: 10px;
}

.insta-section .insta-block .image .img{
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 10px;
}

.insta-section .insta-block .image img{
  position: relative;
  display: inline-block;
  height: 290px;
  vertical-align: baseline;
  border-radius: 10px;
  opacity: 1;
  transition: all 500ms linear;
}

.insta-section .insta-block.s-h .image img{
  height: 165px;
}

.insta-section .insta-block.s-h .image{
  padding-top: 125px;
}

.insta-section .alternate .insta-block.s-h .image{
  padding-top: 0;
  padding-bottom: 125px;
}

.insta-section .insta-block.m-h .image img{
  height: 255px;
}

.insta-section .insta-block.m-h .image{
  padding-top: 35px;
}

.insta-section .alternate .insta-block.m-h .image{
  padding-top: 0;
  padding-bottom: 35px;
}

.insta-section .insta-block.xs-h .image img{
  height: 120px;
}

.insta-section .insta-block.xs-h .image{
  padding-top: 170px;
}

.insta-section .alternate .insta-block.xs-h .image{
  padding-top: 0;
  padding-bottom: 170px;
}

.insta-section .insta-block .img:hover img{
  opacity: 0.70;
}

/*** 

====================================================================
  Newsletter Section
====================================================================

***/

.subscribe-section{
  position: relative;
  padding: 0 0px;
}

.subscribe-section .outer-box{
  position: relative;
}

.subscribe-section .bg-grad-right{
  position: absolute;
  right: -300px;
  top: -350px;
  opacity: 1;
}

.subscribe-section .bg-grad-left{
  position: absolute;
  left: -300px;
  top: -400px;
  opacity: 1;
}

.subscribe-section .content-box{
  position: relative;
  display: block;
  padding: 94px 90px 50px 90px;
  background: var(--tertiary-color);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
}

.subscribe-section .content-box .bg-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.22;
}

.subscribe-section .form-col{
  position: relative;
  margin-bottom: 30px;
}

.subscribe-section .form-col .inner{
  position: relative;
  display: block;
  padding-top: 35px;
}

.subscribe-section .text-col{
  position: relative;
  margin-bottom: 0;
}

.subscribe-section .text-col .inner{
  position: relative;
  display: block;
}

.subscribe-section .title-box{
  position: relative;
  margin-bottom: 30px;
}

.subscribe-section .title-box .subtitle,
.subscribe-section .title-box h2{
  color: #fff;
}

.subscribe-section .title-box h2{
  line-height: 1.15em;
  text-transform: none;
}

.subscribe-section form .form-group{
  margin-bottom: 0;
}

.subscribe-section form .form-group input{
  height: 72px;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  border-radius: 7px;
}

.subscribe-section form .form-group .field-inner{
  position: relative;
}

.subscribe-section form .theme-btn{
  position: absolute;
  right: 30px;
  top: 20px;
  line-height: 30px;
  padding: 0 0;
  border: none;
  background: none;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
}


.search-one {
  position: absolute;
  z-index: 15;
  width: 400px;
  right: 50px;
  top: 170px;
}

.search-one .outer{
  position: relative;
}

.search-one .search-title{
    position: absolute;
    left: 0;
    top: -54px;
    font-family: 'Gilroy_Bold', sans-serif;
    color: var(--dark-gray-gray);
    font-size: 16px;
    line-height: 30px;
    padding: 12px 25px;
    background: var(--anti-flash-white-color);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.search-one .search-title span{
  position: relative;
  display: block;
}

.tabs-box{
  position: relative;
}

.tabs-box .tab-buttons{
  position: relative;
}

.tabs-box .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.tabs-box .tabs-content{
  position: relative;
}

.tabs-box .tabs-content .tab{
  position: relative;
  display: none;
}

.tabs-box .tabs-content .active-tab{
  display: block;
}

.search-one .search-tabs{
    position: relative;
}

.search-one .search-tabs .tab-buttons{
    position: absolute;
    left: 0;
    top: -54px;
    font-family: 'Gilroy_Bold', sans-serif;
    color: var(--dark-gray-gray);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.search-one .search-tabs .tab-buttons .tab-btn{
  position: relative;
  float: left;
  line-height: 30px;
  padding: 12px 22px;
  background: var(--anti-flash-white-color);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.search-one .search-tabs .tab-buttons .active-btn{
  background: #aa217f;
    color: #fff;
}



.search-one .search-tabs .tab-buttons .tab-btn:last-child{
  border-radius: 0 10px 0 0;
}

.search-one .form-box{
  position: relative;
  display: block;
  background: #aa2180;
  padding: 25px 24px 15px 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 5;
}

.search-one form .row{
  margin: 0 -6px;
}

.search-one form .row .form-group{
  position: relative;
  padding: 0 6px;
  margin-bottom: 12px;
}

.search-one .site-form form input{
    font-size: 14px;
    padding-left: 15px !important;
}

.search-one .site-form form .form-group .alt-icon{
    right: 12px;
    font-size: 14px;
}
.form-row {
  margin: 8px 4px;
}
.banner-form .form-control, .banner-form .form-select{
  line-height: 2;
  font-size: 14px;
}

.person .field-inner, .traveldutation {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.person .field-inner select:first-child,.traveldutation div:first-child    {
  width: 160px;
}

.intro-banner img{

  width: 100%;
  
}


/*** 





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

.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 #fff;
  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: var(--primary-color);
  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 h3 a{
  color: #fff;
}

.popular-block .hvr-box h3 a:hover{
  text-decoration: underline;
}

.popular-block .hvr-box .info{
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.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 #fff;
  height: 10px;
}

.popular-block .hvr-box .info span:last-child:after{
  display: none;
}

.popular-section .carousel-box .prev-btn{
  position: absolute;
  right: 66px;
  top: -100px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: var(--primary-color);
  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: -100px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: var(--primary-color);
  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: var(--primary-color);
  color: #fff;
}

/*** 

====================================================================
  Packages Section
====================================================================

***/

.packages-two{
  position: relative;
  padding: 80px 0 0;
  background: var(--anti-flash-white-color);
  z-index: 5;
}

.packages-two .pkg-tabs{
  padding-bottom: 115px;
}

.packages-two .row{
  margin: 0 -12px;
}

.packages-two .row .package-block{
  padding: 0 12px;
  margin-bottom: 24px;
}

.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 .title-outer{
  position: relative;
  padding-bottom: 20px;
}

.packages-two .title-outer .title-box{
  /* float: left; */
  margin-bottom: 45px;
}

.packages-two .title-outer .tab-btns{
  position: relative;
  float: right;
  padding-top: 60px;
  margin-bottom: 45px;
}

.packages-two .title-outer .tab-buttons{
  position: relative;
}

.packages-two .title-outer .tab-buttons .tab-btn{
  position: relative;
  margin-right: 25px;
  color: var(--dark-gray-gray);
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Gilroy_Bold', sans-serif;
}

.packages-two .title-outer .tab-buttons .tab-btn:last-child{
  margin-right: 0;
}

.packages-two .title-outer .tab-buttons .active-btn{
  color: var(--primary-color);
}

.packages-two .lower-data{
  position: relative;
  top: 150px;
  margin-top: -150px;
}

.packages-two .lower-data .d-elem-1{
  position: absolute;
  left: -80px;
  top: -100px;
}

.packages-two .lower-data .content-box{
  position: relative;
}

.packages-two .lower-data .row{
  margin: 0 -12px;
}

.featured-block-one{
  position: relative;
  margin-bottom: 30px;
}

.packages-two .lower-data .row .data-col{
  padding: 0 12px;
}

.packages-two .featured-block-one{
  margin-bottom: 24px;
}

.featured-block-one .inner-box{
  position: relative;
  display: block;
  height: 490px;
  min-height: 100%;
  background: #fff;
  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: #fff;
  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: var(--dark-gray-gray);
  background: var(--secondary-color);
  border-radius: 3px;
}

.featured-block-one .b-title.featured span{
    background: var(--secondary-color);
}

.featured-block-one .b-title.top-rated span{
    background: var(--primary-color);
    color: #fff;
}

.featured-block-one h6{
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}

.featured-block-one h3{
  position: relative;
  font-size: 36px;
  color: #fff;
  line-height: 1.20em;
  margin-bottom: 0;
}

.featured-block-one h3 a,
.featured-block-one h6 a{
  color: #fff;
}

.featured-block-one h3 a:hover,
.featured-block-one h6 a:hover{
  color: var(--primary-color);
}

.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: 266px 0px 110px;
}

.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: 110px;
  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: var(--dark-gray-gray);
  margin-bottom: 40px;
}

.facts-two .fact-block .inner-box{
  position: relative;
  display: block;
}

.facts-two .fact-count{
  position: relative;
  float: left;
  line-height: 60px;
  font-size: 60px;
}

.facts-two .count-box{
  position: relative;
  line-height: 60px;
  font-size: 60px;
  padding-right: 20px;
}

.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;
  padding-right: 100px;
  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;
}

.about-two .image-col .image-box .vid-btn{
  position: absolute;
  display: block;
  right: -60px;
  top: 50%;
  width: 120px;
  height: 120px;
  padding: 30px 20px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: -60px 0 0 0;
  background: var(--primary-color);
  border-radius: 50%;
  z-index: 1;
}

.about-two .image-col .image-box .vid-btn:before{
  content: '';
  position: absolute;
  left: -16px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  border: 16px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  transition: all 500ms linear;
}

.about-two .image-col .image-box .vid-btn:hover{
  background: #fff;
  color: var(--primary-color);
}

.about-two .image-col .image-box .vid-btn:hover:before{
  border-color: var(--primary-color);
}

.about-two .image-col .image-box .vid-btn .icon{
    position: relative;
    vertical-align: middle;
    line-height: 60px;
}

/*** 

====================================================================
  Why Us Section
====================================================================

***/

.why-us-two{
  position: relative;
  padding: 140px 0px 0;
  background: #fff;
}

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

.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: 72px;
  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: 10px;
  font-weight: 600;
}

.why-us-two .f-block-three .travilo-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: 170px;
  height: 170px;
  padding: 30px 10px 10px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 40px 0 rgba(2, 24, 93, 0.08);
  z-index: 1;
}

.why-us-two .image-col .rating .icon{
  position: relative;
  font-size: 48px;
  line-height: 1.2em;
  color: #faba2f;
}

.why-us-two .image-col .rating .count{
  position: relative;
  display: block;
  padding-top: 5px;
  font-size: 36px;
  color: var(--dark-gray-gray);
  font-family: 'Gilroy';
  line-height: 1.5em;
}

.why-us-two .image-col .fact-block{
  position: absolute;
  font-family: 'Gilroy', sans-serif;
  color: var(--dark-gray-gray);
  margin-bottom: 40px;
}

.why-us-two .image-col .fact-block.f-1{
  width: 230px;
  top: 80px;
  right: -100px;
}

.why-us-two .image-col .fact-block.f-2{
  width: 270px;
  bottom: 80px;
  left: 20px;
}

.why-us-two .image-col .fact-block .inner-box{
  position: relative;
  display: block;
  padding: 32px 25px 28px 30px;
  background: #fff;
  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: 60px;
  padding-right: 20px;
}

.why-us-two .image-col .fact-block .fact-title{
  position: relative;
  float: left;
  padding-top: 2px;
  font-size: 18px;
  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: var(--tertiary-color);
  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 .travilo-text{
  color: #fff;
}

.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 .travilo-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: 280px 0px 80px;
  background: var(--anti-flash-white-color);
}

.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: var(--primary-color);
  margin-bottom: 30px;
}

.testi-block-two .rating{
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 24px;
  color: var(--secondary-color);
}

.testi-block-two .travilo-text{
  position: relative;
  font-style: italic;
  color: var(--medium-gray-color);
  font-size: 24px;
  line-height: 1.5em;
}

.testi-block-two .info{
  position: relative;
  padding-top: 10px;
  padding-left: 90px;
  min-height: 70px;
  margin-top: 30px;
}

.testi-block-two .info .image{
  position: absolute;
  left: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testi-block-two .info .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.testi-block-two .info .name{
  color: var(--dark-gray-gray);
  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: var(--light-gray-gray);
}

.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: var(--primary-color);
}

.testimonials-two .slick-dots li.slick-active button{
  background: var(--tertiary-color);
}

/*** 

====================================================================
  Partners Section
====================================================================

***/

.partners-two{
  position: relative;
  padding: 140px 0px;
  z-index: 5;
}

.partners-two.alternate{
  padding: 60px 0;
}

.partners-two .partner-block{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.partners-two .slick-list .partner-block{
  margin: 0 15px;
}

.partners-two .partner-block .image{
  position: relative;
  display: block;
  line-height: 100px;
}

.partners-two .partner-block img{
  display: inline-block;
  vertical-align: middle;
  max-height: 100px;
  opacity: 0.70;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms linear;
}

.partners-two .partner-block img:hover{
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

/*** 

====================================================================
  News Section
====================================================================

***/

.news-two{
  position: relative;
  padding: 140px 0px 110px;
  background: #F9FCFF;
}

.news-two .news-box{
    position: relative;
}

.news-two .bg-grad-right{
  position: absolute;
  right: -300px;
  top: -300px;
}

.news-two .bg-grad-left{
  position: absolute;
  left: -350px;
  top: -350px;
}

.news-two .news-block-two{
  position: relative;
  margin-bottom: 30px;
}

.news-two .news-box .row{
  margin: 0 -12px;
}

.news-two .news-box .row .news-block-two{
  padding: 0 12px;
  margin-bottom: 24px;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  min-height: 100%;
}

.news-block-two .image-box{
  position: relative;
  display: block;
  background: var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}

.news-block-two .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: all 600ms linear;
}

.news-block-two:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.50;
}

.news-block-two .lower-box{
  position: relative;
  padding: 25px 0 0;
}

.news-block-two .info{
  position: relative;
  margin-bottom: 5px;
}

.news-block-two .info li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-right: 12px;
}

.news-block-two .info li i{
  position: relative;
  color: var(--primary-color);
}

.news-block-two .info li a{
  position: relative;
  color: var(--medium-gray-color);
}

.news-block-two .info li i{
  position: relative;
  padding-right: 5px;
}

.news-block-two h3,
.news-block-two h4,
.news-block-two h5{
  position: relative;
  color: var(--dark-gray-gray);
  line-height: 1.30em;
  margin-bottom: 0;
}

.news-block-two h3 a,
.news-block-two h4 a,
.news-block-two h5 a{
  color: var(--dark-gray-gray);
}

.news-block-two h3 a:hover,
.news-block-two h4 a:hover,
.news-block-two h5 a:hover{
  color: var(--primary-color);
}

.news-block-three{
  position: relative;
  margin-bottom: 30px;
}

.sidebar-container .news-block-three{
  margin-bottom: 45px;
}

.news-block-three .inner-box{
  position: relative;
  display: block;
  min-height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(2, 24, 93, 0.08);
}

.news-block-three .image-box{
  position: relative;
  display: block;
  background: var(--primary-color);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.news-block-three .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: all 1000ms linear;
}

.news-block-three:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.90;
}

.news-block-three .lower-box{
  position: relative;
  padding: 40px 40px 20px;
}

.news-block-three .info{
  position: relative;
  margin-bottom: 5px;
}

.news-block-three .info li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-right: 12px;
}

.news-block-three .info li i{
  position: relative;
  color: var(--primary-color);
}

.news-block-three .info li a{
  position: relative;
  color: var(--medium-gray-color);
}

.news-block-three .info li i{
  position: relative;
  padding-right: 5px;
}

.news-block-three h3{
  position: relative;
  color: var(--dark-gray-gray);
  font-size: 36px;
  line-height: 1.30em;
  margin-bottom: 0;
}

.news-block-three h3 a{
  color: var(--dark-gray-gray);
}

.news-block-three h3 a:hover{
  color: var(--primary-color);
}

.news-block-three .travilo-text{
  position: relative;
  padding-top: 20px;
  line-height: 1.6em;
}

.news-block-three .more-links{
  position: relative;
  padding-top: 30px;
}

.news-block-three .more-links .more{
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.news-block-three .more-links .social{
  position: relative;
  float: right;
  padding-top: 10px;
  line-height: 30px;
}

.news-block-three .social strong{
  font-size: 18px;
  color: var(--dark-gray-gray);
  font-family: 'Gilroy_Bold', sans-serif;
}

.news-block-three .social a{
  position: relative;
  display: inline-block;
  margin-left: 15px;
  color: var(--dark-gray-gray);
  height: 30px;
  font-size: 18px;
  line-height: 30px;
}

.news-block-three .social a .fab{
  line-height: 30px;
}

.news-block-three .social a:hover{
  color: var(--primary-color);
}

.news-block-three .social a.facebook{
  color: var(--facebook-color);
}

.news-block-three .social a.twitter{
  color: var(--twitter-color);
}

.news-block-three .social a.linkedin{
  color: var(--linkedin-color);
}

.news-block-three .social a.youtube{
  color: var(--youtube-color);
}

.news-block-three .social a:hover{
  color: var(--primary-color);
}

/*** 

====================================================================
  Insta Feed Section
====================================================================

***/

.insta-section-two{
  position: relative;
  padding: 80px 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%;
  height:230px;
  object-fit:cover;
  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: var(--red-color);
  font-size: 16px;
  font-family: 'Gilroy_Bold', sans-serif;
}

.insta-section-two .insta-title .insta-user a{
  color: var(--red-color);
}

/*** 

====================================================================
  Inner Banner Section
====================================================================

***/

.inner-banner{
  position: relative;
  padding: 140px 0px 140px;
}

.inner-banner .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment:fixed;
}

.inner-banner .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.inner-banner .content-box{
  position: relative;
  text-align: center;
}

.inner-banner .content-box h1{
  position: relative;
  color: #fff;
  font-size: 90px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 15px;
}

.inner-banner .bread-crumb{
  position: relative;
  line-height: 24px;
}

.inner-banner .bread-crumb ul li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding: 0 0;
  text-transform: capitalize;
  margin-right: 30px;
  color: #fff;
}

.inner-banner .bread-crumb ul li:last-child{
  margin-right: 0;
}

.inner-banner .bread-crumb ul li:after{
  content: '\f0da';
  position: absolute;
  right: -32px;
  top: 1px;
  width: 30px;
  text-align: center;
  font-weight: 700;
  font-family: 'Font Awesome 6 Free';
}

.inner-banner .bread-crumb ul li:last-child:after{
  display: none;
}

.inner-banner .bread-crumb ul li a{
  position: relative;
  color: #fff;
}

.inner-banner .bread-crumb ul li a:hover{
  text-decoration: underline;
}

/*** 

====================================================================
  Intro Two
====================================================================

***/

.intro-two{
  position: relative;
  padding: 140px 0px 90px;
  background: var(--anti-flash-white-color);
}

.intro-two .intro-block-two{
  position: relative;
  margin-bottom: 45px;
  z-index: 10;
}

.intro-two .intro-block-two .inner-box{
  position: relative;
  display: block;
}

.intro-two .intro-block-two .icon{
  position: relative;
  display: block;
  line-height: 100px;
  margin-bottom: 35px;
}

.intro-two .intro-block-two .icon img,
.intro-two .intro-block-two .icon svg{
  max-height: 100px;
}

.intro-two .intro-block-two h4{
  position: relative;
  margin-bottom: 30px;
}

/*** 

====================================================================
  Our Speciality Section
====================================================================

***/

.our-speciality{
  position: relative;
  padding: 140px 0px 95px;
  background: #fff;
  overflow: hidden;
}

.our-speciality .outer-box{
  position: relative;
}

.our-speciality .bg-grad-left{
  position: absolute;
  left: -350px;
  top: -350px;
}

.our-speciality .title-col{
  position: relative;
  margin-bottom: 45px;
}

.our-speciality .title-col .inner{
  position: relative;
  display: block;
}

.our-speciality .title-col .d-elem-1{
  position: absolute;
  right: 0px;
  top: -10px;
}

.our-speciality .title-col .title-box{
  margin-bottom: 0;
}

.our-speciality .content-col{
  position: relative;
}

.our-speciality .content-col .inner{
  position: relative;
  display: block;
  min-height: 100%;
  padding-left: 110px;
}


.our-speciality .features{
  position: relative;
}

.our-speciality .features .feature{
  position: relative;
  margin-bottom: 45px;
}

.our-speciality .feature .inner-box{
  position: relative;
  display: block;
}

.our-speciality .feature .icon{
  position: relative;
  width: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}

.our-speciality .feature .icon img{
  position: relative;
  max-height: 60px;
}

.our-speciality .feature h4{
  position: relative;
  margin-bottom: 20px;
}

.our-speciality .feature .travilo-text{
  position: relative;
}

/*** 

====================================================================
  Our Team Section
====================================================================

***/

.team-section{
  position: relative;
  padding: 140px 0px 90px;
  background: #fff;
  overflow: hidden;
}

.team-section .team-box{
  position: relative;
}

.team-section .bg-grad-left{
  position: absolute;
  left: -300px;
  top: -360px;
}

.team-section .bg-grad-right{
  position: absolute;
  right: -350px;
  bottom: -230px;
}

.team-section .d-elem-1{
  position: absolute;
  left: -70px;
  top: -70px;
}

.team-section .team-block{
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.team-section .team-block .inner-box{
  position: relative;
  display: block;
  max-width: 272px;
  margin: 0 auto;
}

.team-section .team-block.alt .inner-box{
  padding-top: 60px;
}

.team-section .team-block .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-section .team-block .image{
  position: relative;
  display: block;
  border-radius: 170px;
  overflow: hidden;
}

.team-section .team-block .image img{
  position: relative;
  display: block;
  border-radius: 170px;
  width: 100%;
}

.team-section .team-block h4{
  margin-bottom: 5px;
}

.team-section .team-block h4,
.team-section .team-block h4 a{
  color: var(--dark-gray-gray);
}

.team-block .social-links{
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -75px;
  width: 40px;
  opacity: 0;
  transition: all 500ms linear;
  transform: translateX(-70px);
}

.team-block .image-box:hover .social-links{
  opacity: 1;
  transform: translateX(0px);
}

.team-block .social-links li{
  position: relative;
  display: block;
  margin: 0 0 7px;
}

.team-block .social-links li a{
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--dark-gray-gray);
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  border-radius: 50%;
}

.team-block .social-links li a.facebook{
  background: var(--facebook-color);
}

.team-block .social-links li a.twitter{
  background: var(--twitter-color);
}

.team-block .social-links li a.linkedin{
  background: var(--linkedin-color);
}

.team-block .social-links li a.youtube{
  background: var(--youtube-color);
}

.team-block .social-links li a:hover{
  color: #fff;
  background: var(--primary-color);
}

/*** 

====================================================================
  Packages Section
====================================================================

***/

.packages-three{
  position: relative;
  padding: 0 0 140px;
  background: #fff;
  z-index: 5;
}

.packages-three .search-one{
  position: relative;
  margin-bottom: 130px;
}

.packages-three .packages .row{
  margin: 0 -12px;
}

.packages-three .packages .package-block{
  padding: 0 12px;
  margin-bottom: 45px;
}
footer#contact {
  background: #4b4a4a;
  height: 200px;
  margin-top: 120px;
  position: relative;
  padding: 80px 0 0 0;
}
.footer_topContainer {
  position: absolute;
  background: white;
  padding: 40px;
  width: 100%;
  top: -50px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: 0 0 20px 1px rgba(0,0,0,.14);
  max-width: 1320px;
  padding: 40px;
  margin: 0 auto;
}
.footer-row {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.footer-col p{
  margin-bottom: 0px;
}
.famous-place {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.famous-place .famous-place-card{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  border-radius: 10px;
}
.auto-container h3.title{
  font-size: 32px;
}
.auto-container h4{
  font-size: 24px;
}
.auto-container .footer_topContainer h4{
  font-size: 18px;
}
.call-us img {
  width: 22px;
  filter: invert(1);
}
.link.call-to a {
  display: flex;
}
.person {
  display: flex;
  gap: 15px;
}
.cms-page h3 {
  margin: 30px 0;
}
.cms-page ul {

  margin: 30px;
}
.cms-page ul li{
  list-style: disc;
}
.bottom-footer {

  position: relative;
  text-align: center;
}
.bottom-footer p {
  color: #d3d3d3;
}
.footer-row a {
  text-decoration: none;
  cursor: pointer;
  color: #666362;
  transition: all 300ms linear;
  cursor: pointer;
}