@import url(https://db.onlinewebfonts.com/c/ab115b4a1db57541d7c9c9e39db76c56?family=Biennale);
@font-face {
  font-family: "Biennale";
  src: url("https://db.onlinewebfonts.com/t/ab115b4a1db57541d7c9c9e39db76c56.eot");
  src: url("https://db.onlinewebfonts.com/t/ab115b4a1db57541d7c9c9e39db76c56.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/ab115b4a1db57541d7c9c9e39db76c56.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/ab115b4a1db57541d7c9c9e39db76c56.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/ab115b4a1db57541d7c9c9e39db76c56.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/ab115b4a1db57541d7c9c9e39db76c56.svg#Biennale")format("svg");
}
.border-org{
  border:2px solid #F5772F!important;
  box-shadow: 4px 4px 4px #ccc;
}
.height1 {
  height: 282px;
}
.digital-box{
  height: 260px;
}
.box-text .digital-box:hover{
background-color: #29B8B1;
color: #fff;
cursor: pointer;
}
.green-grid{
  border:2px solid #29B8B1;
}
.org-grid{
  border:2px solid #F5772F;
}
.green-grid, .org-grid{
  border-radius: 20px;
}
.div-platform .green-grid p, .div-platform .org-grid p{
  height: 90px;
}
.green-grid .border-green, .org-grid .border-org{
border-radius:0;
padding:10px 20px;
background-color: #fff;
box-shadow: none;
}
.offering-section ul li{
list-style: none;
}
.offering-section .org-grid ul{
  padding-top: 8px;
}
.offering-section .org-grid ul, .offering-section .green-grid ul{
  margin-top: 20px;
  padding-left: 0;
}
.offering-section .org-grid .border-org, .offering-section .green-grid .border-green{
  border-bottom-left-radius: 20px;
}
.border-green{
  border: 2px solid #29B8B1;
}
.talk-grid{
  background-image: linear-gradient(to bottom, #F5772F 17%, #29B8B1);
}
.form-wrapper label{
line-height: 50px;
}
.bg-gray{
  background-color: #F9F9F9;
}
.bg-gray input, .bg-gray textarea{
  font-size: 12px;
}
.footer-wrapper{
  margin-top: 100px;
}
.tnc-starts{
  text-align: justify;
}
.tnc-starts ul li{
  list-style:decimal;
  margin-bottom: 20px;
}
.aboutus-banner{
  height: 560px;
  border-radius: 50px;
  position: relative;
}
.num-wrapper{
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
.num-border-left{
  border-right:1px solid #C4C4C4;
}
.blue-check li::before{
content: "";
background-image: url("../images/blue_check.png");
width: 18px;
}
.our-team .team{
  width: 200px;
}
.parner-border{
  border: 2px solid #C4C4C4;
  height: 320px;
}
.ancillaries .parner-border{
  height: auto;
}
.single-img img{
  margin: 80px auto auto auto;
}
.ancillaries img{
  margin-left: 20px;
}
.offering-section a{
  border-radius: 0!important;
}
.offering-section .bg-orange, .offering-section .bg-green{
  height: 470px;
}
.offering-section .bg-white .bg-orange, .offering-section .bg-white .bg-green{
  height: auto;
}
.offering-section .text-wrapper{
  height: 590px;
}
.airline-banner{
  background-size: cover;
}
.airline-banner .navbar-light .navbar-nav .nav-link, .airline-banner .navbar-light .navbar-nav .nav-link.active, .airline-banner .navbar-light .navbar-nav .show>.nav-link{
  color: #fff!important;
}
.traveller-wrapper .digital-box{
  height: auto;
}
.iframe-demo{
  height: 1400px;
}
@media(max-width:1024px){
  .num-wrapper{
    bottom: 181px;
  }
} 
@media(max-width:767px){
  .digital-box{
    height: auto;
  }
  .aboutus-banner{
    background-size: cover;
    padding: 50px 20px;
    border-radius: 0;
  }
  .num-wrapper{
    bottom: 50px;
  }
  .ancillaries img {
    margin-left: 0;
}
  .parner-border{
    height: auto;
  }
  .offering-section .bg-orange, .offering-section .bg-green{
    height: auto;
  }
  .offering-section .text-wrapper{
    height: auto;
  }
  .airline-banner .navbar-light .navbar-nav .nav-link, .airline-banner .navbar-light .navbar-nav .nav-link.active, .airline-banner .navbar-light .navbar-nav .show>.nav-link{
    color: #ffffff!important;
  }
  .iframe-demo{
    height: 1600px;
  }
}