.main-nav.transparent{
  box-shadow: none;
  background: rgb(0,0,0) !important;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), to(rgba(253,255,255,0.8))) !important;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(253,255,255,0.8) 100%) !important;
}
.main-nav.light.transparent .inner-nav ul li a{
  color:#000;
  font-size:13px;
}
.main-nav.light.transparent .inner-nav ul li a:hover{
  color:#375796;
}
.main-nav.light.transparent .inner-nav ul li a:active{
  color:#375796;
}
.main-nav.light.transparent .btn.btn-mod.btn-border.btn-circle.btn-small{
  border-color: #000;
  color:#000;
}
.main-nav.light.transparent .btn.btn-mod.btn-border.btn-circle.btn-small:hover{
  background-color:#000;
  color:#fff;
}
.nav-logo-wrap .logo.small-height img{
  max-height:90%;
}
#sidemenu-trigger{
  font-size:28px;
}
.side-nav{
  float: right;
}
.mobile-nav:hover, .mobile-nav.active{
  background:transparent;
  color:#000;
}
.home-package-section{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
}
.image-holder{
  height:100vh;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis:60%
}
.content-holder{
  position: relative;
  background:#f0f0f0;
  padding:80px 50px;
  flex-basis:40%;
}
.content-left{
  -webkit-box-ordinal-group:2;
          order:1;
}
.image-right{
  -webkit-box-ordinal-group:3;
          order:2;
}

.content-holder.content-right:after{
  content:'';
  background-image: url('../images/files/right-gray.png');
  position: absolute;
  top:0;
  left:-49%;
  height:100%;
  width:50%;
  z-index:999;
  background-size: contain;
}
.content-holder.content-left:after{
  content:'';
  background-image: url('../images/files/left-gray.png');
  position: absolute;
  top:0;
  right:-49%;
  height:100%;
  width:50%;
  z-index:999;
  background-size: contain;
}

.btn-mod.btn-border.custom-button{
background-color:#375796;
  border-color: #375796;
  color:#fff;
}
.btn-mod.btn-border.custom-button:hover{
  background-color:#fff;
  border-color: #fff;
  color:#375796;
}
.btn.main-btn{
  background-color:#375796;
}
.title-heading.font-alt{
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom:0;
  color:#375796;
}
.font-alt.display-font{
  text-transform: none;
  letter-spacing: initial;
}
.sub-title{
  margin-top:0;
  letter-spacing:2px;
  font-size:16px;
  font-style: italic;
}
.blue-color{
  color:#375796 !important;
}
.testimonial-part{
  background-color:#375796;
}
.text-white{
  color:#fafafa;
}
.yellow{
  color:#F5F749;
}
.banner-heading{
  font-size: 80px;
    font-weight: 600;
    line-height: 61px;
    color:#fff;
    letter-spacing: -4px;
}
.testimonial-part .owl-page.active span {
  background: transparent;
  bordeR: 1px solid rgba(236, 237, 245, 0.8);
  -webkit-transform: scale(1.3333333);
  transform: scale(1.3333333);
}
.testimonial-part .owl-page span{
  background-color: #375796;
}
.line-list{
  margin:0;
  padding:0;
  margin-top:20px;
  margin-bottom:30px;
}
.line-list li{
  list-style-type: none;
  display: inline-block;
}
.line-list li a{
  font-size:14px;
  padding:4px 12px;
}
a.link-to-top{
  color:#375796;
}
.banner-image{
  margin:40px 0 0 0 ;
}
#sidemenu{
  width:100vw;
  height:100vh;
  padding:0;
  position: fixed;
  top:0;
  right:0;
  z-index:99999;
  background-image: url('../images/files/footer-bg2.jpg');
  background-size:cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity:0;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform:translateX(100%);
  transform:translateX(100%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  /* background: #fff; */
  overflow: hidden;
  /* background-color: #f8f8f8; */
  display:-webkit-box;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align:center;
  align-items:center;
}
#sidemenu.display-sidemenu{
  opacity:1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#sidemenu .side-list-wrapper{
  flex-basis:25%;
  height:100vh;
  padding-top:15%;
}
#sidemenu .package-wrapper{
  flex-basis:75%;
  padding:20px 60px;
  height:100vh;
  padding-top:15%;
  background-color: rgba(248, 248, 248, 0.4);
}
#sidemenu ul{
  padding-top:20px;
}
#sidemenu ul li{
  list-style-type: none;
}
#sidemenu ul li a{
  font-size: 22px;
  font-weight: 600;
  letter-spacing:2px;
  text-decoration: none;
}
#sidemenu ul li a:hover{
  color:#375796;
}
#close-button{
  position: absolute;
  top:40px;
  font-size:32px;
  right:40px;
  z-index:999;
}
#close-button:hover{
  cursor: pointer;
}

.tpl-minimal-tabs > li{
  padding:0 0;
}
.tab-content .tab-pane h5{
  margin-left:8px;
}

/* Slider-Package-Details */
.slick-slide, .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.testimonial-part .owl-pagination{
  bottom:55px;
}
#video{
  height:100vh;
  position: relative;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 350px !important;
}
.nav-slider .slick-slide{
  height: auto !important;
}
.nav-slider .slide-item{
  padding-left:12px;
  padding-right:12px;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
  height:350px !important;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

/* Package Details Sync */
.tpl-minimal-tabs li a{
  position: relative;
  border: none;
  
  -webkit-transition: all 0.6s;
  
  transition: all 0.6s;
}
.tpl-minimal-tabs li a h5{
  margin-bottom:4px;
}
.tpl-minimal-tabs li.active a, .tpl-minimal-tabs li.active a:hover{
  border:none !important;
  position: relative;
}
.tpl-minimal-tabs li.active a h5{
  font-weight:600;
}
.tpl-minimal-tabs > li > a:hover{
  border:none !important;
  color:#375796;
}
.tpl-minimal-tabs li.active a:after{
  content:'';
  position: absolute;
  bottom:-2px;
  left:0;
  width:100%;
  height:4px;
  background-color: #375796;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.tpl-minimal-tabs li a:after{
  content:'';
  position: absolute;
  bottom:-2px;
  left:0;
  width:0;
  height:4px;
  background-color: #375796;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.tpl-minimal-tabs li a:hover::after{
  content:'';
  position: absolute;
  bottom:-2px;
  left:0;
  width:100%;
  height:4px;
  background-color: #375796;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.toggle > dt > a strong{
  color:#375796;
}
.small-section, .for-bottom, .for-top{
  position: relative;
}
.with-image-dash:after{
  content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 3;
    background-image: url(../images/files/top.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
}
.for-bottom:after{
  content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 3;
    background-image: url(../images/files/bottom.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
}
.for-top{
  overflow: initial;
}
.for-top:before{
  content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 3;
    background-image: url(../images/files/top.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
}
.big-title{
  font-size:32px;
  letter-spacing: 0px;
}
.hs-line-11 {
  margin-top: 0;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.8;
  opacity: 1;
}

figure.snip0019 {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0019 * {
  box-sizing: border-box;
}
figure.snip0019 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0019 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.snip0019 figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
figure.snip0019 figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0019 h2,
figure.snip0019 p {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s,-webkit-transform 0.45s,transform 0.45s;
}
figure.snip0019 h2 {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 400;
  line-height: initial;
  font-family: "Rubik", arial, sans-serif;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0019 p {
  display: block;
  bottom: 0;
  text-align: left;
  font-weight: 300;
  top: 0%;
  color: #fff;
  background: rgba(55, 87, 150, 0.5);
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0019 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0019:hover img {
  opacity: 0.7;
}
figure.snip0019:hover figcaption h2,
figure.snip0019:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0019:hover figcaption h2 {
  opacity: 1;
}
figure.snip0019:hover figcaption p {
  opacity: 1;
}
figure.snip0019:hover figcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.banner-heading.vm-title{
  font-size:48px;
  color:#375796;
  position: relative;
  word-spacing: 2px;
}
.banner-heading.vm-title span{
  font-size:12px;
  letter-spacing:0px;
  position: absolute;
  color:#000;
  font-weight: 300;
  top:-30px;
  left:0;
}
.banner-heading.vm-title.text-right span{
  right:0;
}
.form .form-group{
  margin-bottom:20px;
}
.form-wrapper{
  padding:49px 16px;
box-shadow: 7px 7px 4px -1px rgba(222,205,222,0.5);
}
.info-wrapper{
  padding:40px 20px;
  background-color:#fafafa;
  margin-bottom:24px;
}
.details-list{
  list-style-type: none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
}
.details-list li{
  display: inline-block;
  width:100%;
  padding:4px;
  border-left:1px solid #dcdcdc;
}
.details-list li:first-of-type{
  border-left:none;
}
.details-list li .inl{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
          align-items: center;
}
.icons i{
  font-size:32px;
  margin-right:12px;
}
.inl .icons{
    flex-basis:20%;
}
.actual{
  position: relative;
  flex-basis:80%;
}
.actual span{
  margin-bottom: 0;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color:#375796
}
.actual p{
  margin-bottom:0;
  font-weight: 600;
  font-size:18px;
  margin-top:12px;
  letter-spacing: 0px;
}
.giving-back{
  height:90vh;
}
.giving-wrapper{
  margin-top:175px;
}
.banner-images{
  padding-top:175px;
}

/* faq */
.faq-wrapper{
  margin-top:32px;
  border-bottom:1px solid #dadada;
}
.faq-wrapper p:first-of-type{
  margin-bottom:10px;
}

/*SPACING*/
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.mt160 {
  margin-top: 160px;
}
.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt96 {
  padding-top: 96px;
}
.pt104 {
  padding-top: 104px;
}
.pt112 {
  padding-top: 112px;
}
.pt120 {
  padding-top: 120px;
}
.pt160 {
  padding-top: 160px;
}
.pt180 {
  padding-top: 180px;
}
.pt240 {
  padding-top: 240px;
}
.pb0 {
  padding-bottom: 0;
}
.pb8 {
  padding-bottom: 8px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56 {
  padding-bottom: 56px;
}
.pb64 {
  padding-bottom: 64px;
}
.pb72 {
  padding-bottom: 72px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb88 {
  padding-bottom: 88px;
}
.pb96 {
  padding-bottom: 96px;
}
.pb104 {
  padding-bottom: 104px;
}
.pb112 {
  padding-bottom: 112px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb240 {
  padding-bottom: 240px;
}
@media all and (max-width: 990px) {
  .mb-s-0 {
    margin-bottom: 0;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mb-s-88 {
    margin-bottom: 88px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .mb-s-104 {
    margin-bottom: 104px;
  }
  .mb-s-112 {
    margin-bottom: 112px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .p0-sm {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pt-sm-104 {
    padding-top: 104px;
  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-88 {
    margin-bottom: 88px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
  .mb-xs-104 {
    margin-bottom: 104px;
  }
  .mb-xs-112 {
    margin-bottom: 112px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-88 {
    margin-top: 88px;
  }
  .mt-xs-96 {
    margin-top: 96px;
  }
  .mt-xs-104 {
    margin-top: 104px;
  }
  .mt-xs-112 {
    margin-top: 112px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pt-xs-104 {
    padding-top: 104px;
  }
  .pt-xs-112 {
    padding-top: 112px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-160 {
    padding-top: 160px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}

#contact{
    overflow:initial;
}
.package-wrapper .pagkage-container figure.snip0019 h2{
    font-size:16px;
}
@media only screen and (min-width:992px){
  .inner-nav.desktop-nav{
    margin-left:100px
  }
  .small-section{
    background-size: contain !important;
    background-position: top !important;
    }
}
@media only screen and (min-width:1000px) and (max-width:1400px){
  .small-section{
    background-size: 120% !important;
    background-position: top !important;
    }
}

@media only screen and (max-width:992px){
  .side-nav{
    display: none;
  }
  .main-nav.light.transparent .inner-nav ul li a {
    color: #fff;
    font-size: 13px;
}
}

@media only screen and (min-width:992px){
  .home-content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-left:-80px;
  }
  .local-scroll .btn{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .center-flex{
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    left:15px;
    width:95%;
  }
  .content-left .center-flex{
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    left:30px;
    width:95%;
  }
  
}

.banner-content{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width:40%;
  text-align: center;
}
@media only screen and (max-width:768px){
  .home-package-section{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .home-package-section:nth-of-type(2){
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .image-holder{
    height:215px;
    flex-basis: auto;
  }
  .banner-content{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width:100%;
    text-align: center;
  }
    .mobile-margin-top:first-of-type {
        margin-top: 20px;
    }
  
}
@media only screen and (max-width:768px){
  .content-holder{
    flex-basis: auto;
    padding:40px 20px;
  }
  .content-holder a.btn{
    margin-bottom:12px;
  }
  ul.details-list{
      flex-direction:column;
  }
  .banner-heading {
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    letter-spacing: -2px;
}
}
.ci-icon {
  width: 56px;
  height: 56px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  line-height: 56px;
  font-size:18px;
}
.contact-item {
  
  padding-left: 0;
  padding-top: 44px;
}
#contact .section-title{
  font-size:48px;
}
