
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
   font-family: "Open Sans", sans-serif;

}

a {
  color: #266D70;
  text-decoration: none!important;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif!important;
}

p {
  font-family: "Jost", sans-serif;
  text-align: justify;
}

.basic-color{
  color: #266D70;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: black;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #266D70;
  line-height: 0;
}

.back-to-top:hover {
  background: black;
  color: #266D70;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:#266D70;
  padding: 6px 0;
  font-size: 12px;
}

#topbar .language-top{
  text-align: right;margin-top: 10px;
}

#topbar .language-top a{
  font-size: 10pt;
  color:white;
  font-weight: bolder;
}

#topbar .language-top a:hover{
  text-decoration: underline!important;
}

#topbar .inq{
  width:19%;
}

#topbar .language-top img{
  height:25px;
}

#topbar span{
  color:white;
  padding-left: 20px;
  text-decoration: none;
}

#topbar .contact-info i {
  color: white;
  text-align: left;
}

#topbar .contact-info i a, #topbar .contact-info i  {
  padding-left: 0px;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
}

#topbar .contact-info a {
  line-height: 0;
  transition: 0.3s;
  text-decoration: none;
  font-size: 10pt;
  color:white;
}



#topbar .social-links{
  padding-left: 200px;
}
#topbar .social-links a {
  color: white;
  line-height: 0;
  transition: 0.3s;
  margin-left:15px;
}



#topbar .social a img{
  height:45px;
  margin-right: 5px;
}

#topbar .social a{
  font-size: 9pt;
  color:white;
}

#topbar .social .bar{
  color:white;
  padding:0px 10px 0px 10px;

}

@media (max-width:950px){
  #topbar .contact-info a{
    font-size: 10px;
  }
  #topbar .inq{
    width:45%;
    padding:2px;
    display: inline-block;
  }

  #topbar .inq-top{
    margin-top:10px;
    margin-bottom: 10px;
  }
  #topbar{
    padding:0px;

  }
  #topbar .language-top a{
    font-size: 8pt;
  }
}

@media (max-width:850px){
  #topbar .contact-info a{
    font-size: 13px;
  }
  #topbar .social{
    width: 100%;
  }

}

@media (max-width:550px){
  #topbar .contact-info a{
    font-size: 11px;
  }

}
@media (max-width:360px){
  #topbar .container a{
    font-size: 8px;
  }

}
@media (max-width:320px){
  #topbar .container a{
    font-size: 7px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 87px;
  transition: all 0.5s;
  z-index: 997;
  background: white;
  color:black;
}

#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo{
  width: 40%!important;
}


#header .logo a{
  color:#266D70;
}

#header .logo a img{
  width:82px;
  border-radius:50px;
}

#header .logo .icon{
  height: auto;
  width: 42px;
}



#header .logo img {
  padding: 0px;
  margin: 0;
  height:82px;
  width: 100%;
}

#header .logo .inq{
  padding: 0px;
  margin: 0;
  height:92px;
  width: 100%;
}

#header .logo span{
  font-size: 16pt;
  color:#266D70;
  text-align: center;
  font-weight:bolder;
}

.scrolled-offset {
margin-top: 80px;

}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

  #header {
    height: 78px;
    transition: all 0.5s;
    z-index: 997;
    background: lightcyan;
    color:black;
    text-align: center;
  }

  #header .logo span{
    font-weight: bold;
    font-size: 15pt;
    color:#266D70;
    display: block;
    padding-top: 17px;
  }


  #header .logo  a img {
    height:60px;
    width:60px;
    float: left;
  }
  #header .logo .icon{
    height: auto;
    width: 18px;
    display: inline;
  }
  #header .logo .logo-arr {
    flex-basis: 80px;
  }

}

@media (max-width: 991px){
  #header .logo .row{
    display: flex;
  }

  #header .logo .logo-arr {
    flex-basis: 90px;
  }

  #header .logo{
    width: 90%!important;
  }

  #header .logo span{
    display: inherit;
    font-size: 10pt;
    float: center;

  }

  #header .logo  a img {
    height:65px;
    width:65px;
    float: left;
  }
  #header .logo .icon{
    height: auto;
    width: 30px;
    display: inline;
  }
}


@media (max-width: 850px){
  #header {
    height: 95px;
    transition: all 0.5s;
    z-index: 997;

    background: white;
    color:black;
  }
  #header .logo  a img {
    height:75px;
    width:75px;
  }
  #header .logo .icon{
    height: auto;
    width: 18px;
    display: inline;
  }
  #header .logo span{
    font-size: 20pt;
    padding-top: 18px;
    display: inherit;
    font-weight: bolder;
  }


}

@media (max-width: 570px){
  #header {
    height: 68px;
    transition: all 0.5s;
    z-index: 997;
    background: white;
    color:black;
  }
  #header .logo  a img {
    height:55px;
    width:55px;
  }
  #header .logo .icon{
    height: auto;
    width: 18px;
    display: inline;
  }
  #header .logo span{
    font-size: 15pt;
    padding-top: 12px;
    display: inherit;
    font-weight: bolder;
  }
  #header .logo .logo-arr {
    flex-basis: 80px;
  }

}

@media (max-width: 430px){
  #header {
    height: 68px;
    transition: all 0.5s;
    z-index: 997;
    background: white;
    color:black;
  }
  #header .logo  a img {
    height:55px;
    width:55px;
  }
  #header .logo .icon{
    height: auto;
    width: 18px;
    display: inline;
  }
  #header .logo span{
    font-size: 13pt;
    padding-top: 13px;
    display: inherit;
    font-weight: bolder;
  }

}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  right: 0px;

}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;

}

.navbar li {
  position: relative;

}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color: black;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: bold;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #266D70;
}

.navbar .getstarted {
  background: #266D70;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #fd490f;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #266D70;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
  color: white
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  background: #5ABED0;
  color:white;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (max-width:1200px){
  .navbar {
    padding: 0;
    right: 0px;
  }
  #header .logo span{
    display: none;
  }
}
@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
  }
  #header .logo span{
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
  }
  #header .logo span{
    font-weight: bold;
    font-size: 20pt;
    color:#266D70;
    display: block;
    padding-top: 16px;
  }
}
@media (max-width: 650px) {
  .mobile-nav-toggle {
    display: block;
  }
  #header .logo span{
    font-weight: bold;
    font-size: 13pt;
    color:#266D70;
    display: block;
    padding-top: 15px;
  }
}
@media (max-width: 320px) {
  .mobile-nav-toggle {
    display: block;
  }
  #header .logo span{
    font-weight: bold;
    font-size: 10pt;
    color:#266D70;
    display: block;
    padding-top: 18px;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #2b2320;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #581601;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #266D70;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #266D70;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: white;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}


#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  top: 150px;
  left: 50px;
  right: 50px;
}

#hero .carousel-content {
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  background: rgba(0, 0, 0, 0.5);

}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 2px 2px black;

}

#hero .carousel-content p {
  font-size: 18px;
  font-weight: 700;
  text-shadow: 2px 2px black;

}

#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;

  background: #BC544B;
}

#hero .btn-get-started:hover {
  background: #266D70;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: fill;
}



#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 5%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 28px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}


@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

  #hero {
    height: 25vh;
  }

}

@media (max-width: 992px) {
  #hero {
    height: 25vh;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
  #hero .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }

}

@media (max-height: 500px) {
  #hero {
    height: 30vh;
  }
}
/* ------------------------------
End
----------------------------------*/
/* ------------------------------
Start package
----------------------------------*/
#package h1{
  padding-bottom:38px;
  font-weight: bolder;
  font-size: 35pt;
  color:#266D70;
}

#package .item{
padding: 0px;
margin: 0px;

}

#package .item .photo{
  background-size: cover;
  height: 390px;
  background-position: center;

}
#package .content{
  text-align: center;

  background:rgb(241,241,241);
  height: 390px;
  padding-left: 15px;
  padding-right: 15px;
}

 #package .content i{
   font-size: 15px;
   padding-right: 5px;padding-top: 0px;
   padding-bottom: 15px;
   margin: 0px;
   color:#266D70;

}

#package .content h2{
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  color:#266D70;
}
#package .content h4{
  padding-top: 8px;
  padding-bottom: 8px;
  color:#266D70;
}
#package .content .read-more{
  text-align: center;
}

#package .content .read-more{
  background:#266D70;
  color:white;
  width:70%;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow:1px 1px 3px 1px grey;
  font-size: 15pt;
}

#package .content .read-more:hover{
  background: #266D70;
  color:white;
  font-weight: bold;
}

@media (max-width:570px){
  #package .content{
    height: 410px;
  }
}
@media (max-width:970px){
  #package .content{
    height: 460px;
  }
}

/* ------------------------------
End package
----------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

@media (max-width:750px){
  section{
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*--------------------------------------------------------------
# About us content
--------------------------------------------------------------*/


#aboutus-content{
  margin: 0;
  padding: 0;
}
#aboutus-content .container-fluid{
  background: #266D70;
  padding-top: 35px;
  padding-bottom: 35px;
}
#aboutus-content h1{
  color:white;
  font-weight: bolder;
  font-size: 38pt;
}


#aboutus-content .head{
  text-align: left;
  padding-left: 115px;

}

#aboutus-content i{
  color:white;
  text-align: left;
  padding-right:8px;
}

#aboutus-content p{
  color:white;
  text-align: left;
  padding-top: 10px;
}

@media (max-width: 750px){
  #aboutus-content .head br{
  display: none;

  }
}

@media (max-width: 750px){
  #aboutus-content .head h1{
  display: block;
    font-size: 25pt;
    padding-bottom: 25px;
    padding-left:-115px;
    margin-left: -105px;
  }
}

@media only screen and (device-width: 768px) {
  #aboutus-content .head{
    padding-left: 25px;

  }
  #aboutus-content h1{
    font-size: 30pt;
  }
  #aboutus-content p{
    font-size: 10pt;
  }
}

@media only screen and (device-width: 1024px) {
  #aboutus-content .head{
    padding-left: 25px;

  }
  #aboutus-content h1{
    font-size: 35pt;
  }
  #aboutus-content p{
    font-size: 12pt;
  }
}

/*----------- about us tabs ------ */
#aboutus-tab h2{
  color:white;
  font-weight: bolder;
  font-size: 25pt;
  padding-top:20px;
}
/*
#aboutus-tab .container-fluid{
  background: #266D70;
  height: 420px;
  padding: 0;
  margin-bottom: 0;
}


#aboutus-tab .tablink {
  background-color:#266D70;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 20px;
  width: 33%;
}

#aboutus-tab .tablink:hover {
  background-color: #5ABED0;
}


#aboutus-tab .tabcontent {
  color: white;
  display: none;
  padding: 50px;
  text-align: center;
  height: 200px;
}

#aboutus-tab #tab1 {background-color:#5ABED0;}
#aboutus-tab #tab2 {background-color:#5ABED0;}
#aboutus-tab #tab3 {background-color:#5ABED0;}
#aboutus-tab #tab4 {background-color:#5ABED0;}

*/

/*--------------------------------------------------------------
# Gallery ablutus
--------------------------------------------------------------*/
.gallery-aboutus .gallery-items {
  overflow: hidden;
  width: 100%;
}
#gallery-aboutus h2{
  color:#266D70;
  font-weight: bolder;
  font-size: 25pt;
}

#gallery-aboutus p{
  color:#266D70;
  font-size: 12pt;
  text-align: center;
}

@media (max-width: 550px){
  #gallery-aboutus .one-about{
    height: 220px;
  }
  #gallery-aboutus .image{
      height:auto;
      width: 100%;
  }
  #gallery-aboutus .make-gallery .col-sm-6{
    display: inline-block;
    width:50%;
    height: auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#faq{
  background: cyan;
}

#faq p{
  color:black;
  font-weight: bold;
  font-size: 11pt;
}
#faq table tr{
  color:black;
}

.faq .section-title h3{
  color:#266D70;
  font-weight: bolder;
  font-size: 28pt;
  text-align: center;
}

.faq .section-title h5{
  font-size: 13pt;
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list-1 {
  color:black;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 15px;
  background:rgba(62,89,116, 0.5);
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  color:black;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color:white;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color:black;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: white;
}



.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
  color:white;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
  color:white;
}

#faq .inc li {
  padding: 5px;
  color:black;
  font-size: 11pt;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}



/*--------------------------------------------------------------
# inner content contact
--------------------------------------------------------------*/
#inner-content .bg{
  height: 420px;
  text-align: center;
  padding: 0px;
}
#inner-content .outer{
  height: 420px;
  background: rgba(0, 0, 0, 0.2);
  width:100%;
  padding:0px;
}

#inner-content .outer .content{
  padding-top: 160px;
  color:white;
  font-weight: bolder;
  font-size:35pt;
  text-shadow: 2px 2px 2px black;
}
#inner-content .outer .sub-content{
  color:white;
  font-weight: bolder;
  font-size:17pt;
  text-shadow: 2px 2px 2px black;
}

@media (max-width:750px){
  #inner-content .bg{
    width: 100%;
    height:200px;
    background-position: center;
  }
  #inner-content .outer{
    height: 200px;
    background: rgba(0, 0, 0, 0.2);
    width:100%;
    padding:0px;
  }
  #inner-content .outer .content{
    padding-top: 75px;
    font-size: 20pt;
  }
}
/*--------------------------------------------------------------
# Inner content package
--------------------------------------------------------------*/
#inner-content-package .bg{
  height: 420px;
  text-align: center;
  padding: 0px;

}

@media (max-width:750px){
  #inner-content-package .bg{
    width: 100%;
    height:200px;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ebe6e4;
  height: 300px;
  position: relative;
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #266D70;
}

.services .icon img {
  color: #fff;
  width:70%;
  height:70%;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  margin-top: 150px;
  font-size: 28px;
  text-transform: uppercase;
  background: #266D70;
}

.services .title a {
  color: white;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #266D70;
}



.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #266D70;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #65534c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #266D70;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #266D70;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #266D70;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(43, 35, 32, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 85px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Message
--------------------------------------------------------------*/
.message{

  padding-top: 0px;
}

#message .content {
  padding-top: 0;
  margin-top: 0;
  padding-left: 10px;
}

.message .content h2 {
  font-weight: bolder;
  color:#266D70;
  padding-left: 10px;
  text-align: left;
  font-size:25pt;
}

.message .content h3 {

  color:grey;
  padding-left: 10px;
  text-align: left;
  font-size:13pt;
  padding-bottom: 5px;
}

.message .content p {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 12pt;
  padding-top: 1px;
  text-align: justify;
}

.message .image {
  background: url("../img/team/ishordai.webp") center center no-repeat;
  background-size: cover;
  height: 330px;
  background-position: center;
  margin-bottom: 1px;
  text-align: center;
}


@media (max-width: 991px) {
  .message .image {
    text-align: center;
    background-position: center;
  }
  .message .image img {
    max-width: 100%;
  }
  .message .content{
    padding-top: 10px;
  }
  #message h2{
    font-size:19pt;
  }
  #message .content p {
    padding-left:0px;
  }
}

@media (max-width: 770px) {
  .message .image img {
    max-width: 100%;
  }
  #message .content h2{
    padding-top: 1px;
    font-size:16pt;
  }
  #message .content p{
    font-size:10pt;
  }
}

@media (max-width: 667px) {
  .message .image img {
    max-width: 100%;
  }
  #message .content h2{
    padding-top: 8px;
    font-size:16pt;
  }
}
/*--------------------------------------------------------------
end
*/

/*--------------------------------------------------------------
DONATION GIVING BACK
*/

#donation p {
  text-align: center;
  font-size: 13pt;
}

#donation .left p{
  padding: 0px 20px 0px 20px;

}

#donation .right p{
  padding: 0px 20px 0px 20px;
  text-align: justify;
  color: black;

}

#donation h1{
  color:#266D70;
  font-weight: bolder;
  text-align:center;
  font-size: 40pt;
}
 #donation img{
   width:100%;
   height: auto;
   padding: 5px;

 }
 #donation .quote{
   font-size: 15pt;
   color: #266D70;
   font-weight: bold;
   text-align:center;
 }

 #donation .donation-read-more {
   background-color: #266D70;
   color:white;
   padding:4px;
   margin: 10px;
   width: 30%;
   border-radius: 2px;
   text-align: center;
 }

 #donation .donation-read-more a{
   color:white;
   font-size: 15pt;
 }

 .donation-page h1{
   padding-top:5px;
   font-weight: bolder;
   color:#266D70;
   font-size: 30pt;
   text-align: center;

 }

 .donation-page h2{
   padding-top:35px;
   font-weight: bolder;
   font-size: 23pt;
   text-align: left;
 }

 .donation-page img{
   width:100%;


 }
 .donation-page h3{
   font-weight: bold;
 }
 .donation-page .content p{
   color:grey;
 }

@media (max-width: 770px){
  #donation img{
    width:100%;
    padding: 1px;
  }
  .donation-page img{
    width: 100%;
  }
  #donation p{
     padding-right: 5px;
     font-size: 10pt;
  }
  #donation h1{
     font-size: 17pt;
  }

  #donation .donation-read-more {
    width: 90%;
  }

  #donation .donation-read-more a{
    font-size: 10pt;
  }

 }

 @media (max-width: 700px){
    #donation .bg{
      height: 200px;

    }
    #donation p{
      padding: 0px;
      margin: 0px;
      padding-right:0px;
    }
  }


/*--------------------------------------------------------------
Start about page
*/
#about-cont, h2{
  text-align: center;
}

/*--------------------------------------------------------------
end about page
*/

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

#team .section-title h2{
  color:#266D70;
  font-weight: bolder;
  font-size: 25pt;
}

#team .section-title p{
  color:#266D70;
  font-size: 12pt;
  text-align: center;
}

#team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom:0px;
  transition: bottom 0.4s;
  padding: 18px;
}

#team .member .member-info-content h3 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 21pt;
  color: #fff;
}

#team .member .member-info-content p {
  font-size: 13px;
  text-align: justify;

}

#team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
  padding-bottom: 0px;
}

#team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

#team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

#team .member .social a:hover {
  color: #cda45e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#team .member:hover .member-info {
  background:#266D70;
  opacity: 1;
  transition: 0.4s;
  color:white;
}

#team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

#team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}
/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #266D70;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #266D70;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #266D70;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}

.pricing h4 {
  font-size: 42px;
  color: #266D70;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #266D70;
  border-color: #266D70;
}

.pricing .featured {
  background: #fd5c28;
  box-shadow: none;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: #266D70;
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #266D70;
  color: #266D70;
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: #266D70;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #266D70;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #266D70;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.contact .info:hover i {
  background: #266D70;
  color: white;
}

.contact .php-email-form1 {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form1 .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form1 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form1 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form1 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form1 input, .contact .php-email-form1 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form1 input {
  height: 44px;
}

.contact .php-email-form1 textarea {
  padding: 10px 12px;
}

.contact .php-email-form1 button[type="submit"] {
  background:white;
  border: 0;
  padding: 10px 24px;
  color: black;
  transition: 0.4s;
  border: #266D70 solid 1px;
}

.contact .php-email-form1 button[type="submit"]:hover {
  background: #266D70;
  color:white;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*
 Family Rafting
*/

#rafting h2{
  padding:10px;
}
#rafting table td{
  width:60%;
  padding:12px;

}
#rafting p{
  font-size: 13pt;
}


#rafting i{
  color:#266D70;
  font-size: 25pt;
}
#rafting .fa-yen-sign{
  font-size: 13pt;
}

#rafting ul li{
  font-size: 13pt;
}
#rafting h5{
  padding-top: 25px;
  text-align: center;
  font-family: cursive;
  font-style: italic;
  font-weight: bolder;
  color: #266D70;
}
#rafting h6{
  font-style: italic;
  font-family: cursive;
}

/*--------------------------------------------------------------
# Gallery package
--------------------------------------------------------------*/
#gallery-package{
  padding-top:2px;
  bottom: 0px;
  padding-bottom: 0px;

}
.gallery-package .gallery-item {
  overflow: hidden;
  border-right: 3px solid white;
  border-bottom: 3px solid white;

  margin-bottom: 0;
  padding-bottom: 0;

}

.gallery-package .gallery-item img {
  transition: all ease-in-out 0.4s;

}

.gallery-package .gallery-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 700px) {
  .gallery-package .col-lg{
    width:33%;

    display: inline;
  }
}

@media (max-width:700px){
  .gallery-package .gallery-item {
    overflow: hidden;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    height: auto;
  }
}

@media (max-width: 1000px) {
  .gallery-package .col-lg{
    width:33%;
    display: inline;
  }
}

@media (max-width:1000px){
  .gallery-package .gallery-item {
    overflow: hidden;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
  }
}

/*--------------------------------------------------------------
# package content
--------------------------------------------------------------*/
#package-content{
  padding:0px;
  margin-top:25px;
}

#package-content .head{
  text-align: left;
  font-weight: bolder;
  color:#266D70;
}

#package-content p{
  font-size: 13pt;
  }

  #package-content .title{
    font-size: 13pt;
    }

#package-content h1{
    font-size: 25pt;
    }

#package-content h4{
        font-size: 15pt;
        font-weight: bold;
    }

#package-content table{
  font-size: 13pt;
    }

#package-content span{
  font-size: 11pt;
  padding-bottom: 15px;
}


#package-content .youtube{
  padding-top:20px;
}

#package-content .left-portion{
  padding-right: 40px;
}

#package-content .title{
  color:#266D70;
}

#package-content .package-table i{
  font-size: 11pt;
}

#package-content table .price-hike{
  color: #266D70;
}

#package-content .prize-hide{
  display: block;
}

#package-content .prize:hover + .prize-hide{
  display:none;
}


#additional_packages .other-package h3{
  font-size: 28pt;color:#266D70;font-weight: bolder;text-align:center;
}

#additional_packages .other-package h5{
  font-size: 13pt;
}
#additional_packages .other-package .content span{
  font-size: 15pt;font-weight: bold;
  color:white;text-align: center;
}


#additional_packages .other-package .hover-effect{
  padding-top: 0px;
  padding-bottom: 40px;
}
#additional_packages .other-package .hover-effect a .items, .content{
  border-radius: 0px;
}

#additional_packages.other-package .hover-effect a .items{
  margin: 10px;
}

#additional_packages .other-package {
  margin-top:0px; background:white; padding: 0;
}

#additional_packages .other-package .content{
  background: rgba(0, 0, 0, 0.5); height:350px;
}

#additional_packages .other-package .content p{
  text-align: center;
  color:white;
  font-size: 42px;
  font-weight: bolder;
  text-shadow: 2px 2px 2px black;
}
#additional_packages .other-package .content p{
  padding-top: 120px;
}

#additional_packagest .other-package .hover-effect:hover .content p{
  padding-top: 50px;
    transition:0.8s;
}

#additional_packages .other-package .hover-effect:hover .content {
  background: rgba(0, 0, 0, 0.3)!important;
}

#additional_packages .other-package .content h2{
  text-align: center;color:#266D70;font-size: 15pt; padding: 10px; border-radius: 20px;width:60%;
  background-color: white;visibility: hidden;
}

#additional_packages .other-package .hover-effect:hover,
#additional_packages .other-package .hover-effect:focus{
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    transform: translateY(-0.25em);
    transition: 0.5s;
}

#additional_packages .other-package .hover-effect:hover .content h2{
  visibility: visible;
}




@media(max-width:414px)
{
  #package-content .youtube iframe{
    width: 100%;
    height:300px;
  }
}

@media(max-width:320px)
{
  #package-content .youtube iframe{
    width: 100%;
    height:250px;
  }
}

/*--------------------------------------------------------------
# OUR PACKAGE
--------------------------------------------------------------*/
#our-package .data{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  margin:1.8rem 1.3rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

#our-package h1{
  font-weight: bolder;
  font-size: 30pt;
  color:#266D70;
}

#our-package h2{
  padding-bottom:0px;
  font-weight: bolder;
  font-size: 30pt;
  color:#266D70;

}

#our-package .outer{
  padding: 0 1.6rem;
}

 #donation .head-title, .youtube-fb .head-title, #safety-measures .head-title{

  font-weight: bolder;
  font-size: 30pt;
  color:#266D70;
  text-align: center;
}

#our-package .content .off{
  display:none;
}

#our-package .description{
  padding-bottom:0px;
  font-weight: bold;
  font-size: 14pt;
  color: grey;
  text-align: center;
}

#our-package .col-sm-3{
margin-bottom: 22px;
}


#our-package .data .content div{
  color:black;
  padding:4px;
  font-size:11pt;
  margin-top: 5px;
  margin-bottom: 5px;

}

#our-package .data .content span i{
  font-size:12pt;
}

#our-package .data .content{
  text-align: center;
  padding: 0 1.6rem;
}

#our-package .data .image{
  height: 25vh;
}

#our-package .data{
  background-color: rgba(255, 255, 255, 0.8);
}

#our-package .data .content p{
  font-size: 10pt;
  text-align: justify;
  margin:5px;
  height: 113px;
  color: black;
  line-height: 2.6rem;
}

#our-package .data .content h4{
  padding-top: 1.4rem;
  font-size: 13pt;
  font-weight: bold;
  color: black;
}

#our-package .combo .data .content h4{
  letter-spacing: -1px;
}


#our-package .data .content .read-more{
  width:80%;
  background: #266D70;
  color:white;
  padding: 5px;
  border:none;
  font-size: 11pt;
  border-radius:0.6rem;
}

#our-package .data .content hr{
  width:80%;
  background:#266D70;
  height: 3px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
}

#our-package .canyon{
  padding-top: 24px;
}

#our-package .prize{
  font-size: 20px;
  font-weight: bold;
  color:green;
}

#our-package .content .fa-yen-sign{
  font-size: 18px;
  font-weight: bold;
  color:green;
}

#our-package .data:hover,
#our-package .data:focus{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 22px 0 rgba(0, 0, 0, 0.19);
    transform: translateY(-0.25em);
    transition: 0.5s;
}


@media (max-width:950px){
  #our-package .col-sm-3{
    display: inline-block;

    padding:4px;
    margin: 0px;
  }

  #our-package .image{
    height: 150px!important;
  }

  #our-package .data .content div{
    padding:4px;
    font-size:9pt;
  }

  #our-package .data .content span i{
    font-size:8pt;
  }

  #our-package .data .content p{
    font-size: 8pt;
    margin:5px;
    height: 123px;

  }

  #our-package .data .content h4{
    padding-top: 12px;
    font-size: 10pt;
    font-weight: bold;

  }

  #our-package .data .content a button{
    padding: 3px;
    font-size: 10pt;
  }

  #our-package .col-sm-12 h1
  {
    font-size: 20pt;
  }


}

@media (max-width:850px){
  #our-package .col-sm-3{
    display: inline-block;

  }
  #our-package .data .content p{
    font-size: 7pt;
    margin:3px;
    height: 93px;
  }

  #our-package .data .content h4{
    padding-top: 10px;
    font-size: 8pt;
  }

  #our-package .canyon{
    padding-top: 2px;
  }

  #our-package h1 {
    font-size: 25pt;
  }
}


@media (max-width:770px){
  #our-package .col-sm-3{
    display: inline-block;

  }

  #our-package h1 center{
    font-size: 20pt;
  }

  #our-package .data .content p{
    font-size: 7pt;
    margin:3px;
    height: 93px;
  }

  #our-package .data .content h4{
    padding-top: 10px;
    font-size: 8pt;
  }

  #our-package .canyon{
    padding-top: 2px;
  }
}

@media (max-width:670px){
  #our-package .col-sm-3{
    display: inline-block;


  }
  #our-package .data .content p{
    font-size: 7pt;
    margin:3px;
    height: 93px;
  }

  #our-package .data .content h4{
    padding-top: 10px;
    font-size: 8pt;
  }

  #our-package .canyon{
    padding-top: 2px;
  }
}



@media (max-width:570px){
  #our-package .col-sm-3{
    display: inline-block;
    width: 50%;

  }

  #our-package .data .content p{
    font-size: 7pt;
    margin:3px;
    height: 83px;
  }

  #our-package .data .content h4{
    padding-top: 10px;
    font-size: 7pt;
  }

  #our-package .image{
    height: 130px!important;
  }
}

/*--------------------------------------------------------------
# Equipments.....
--------------------------------------------------------------*/
#equipment{

  text-align: center;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
}

#equipment ul li{
  text-align: left;
  padding:10px;
  font-size: 15pt;
}

#equipment .safety{
  border:0.5px solid grey;
  padding:10px;
}

#equipment .item {
  padding: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin:2px;
}


#equipment h1{
  color:#266D70;
  font-weight: bold;
  font-size: 23pt;
}
#equipment h2{
  color:#266D70;
  font-weight: bold;
  font-size: 23pt;
}

#equipment h4{
  margin-top: 10px;
  color:black;
  font-weight: bold;
}



#equipment p{
  padding-left: 8px;
  padding-right:8px;
  font-size: 11pt;
  margin-bottom:10px;
}

#equipment .head{
  font-size: 12pt;
  color:#266D70;
  padding-bottom: 10px;
}

#equipment img{
  height: 150px;
}

#equipment hr{
  width: 80%;

}

@media(max-width:950px){
  #equipment img{
    margin-top: 5px;
    height: 100px;
  }
  #equipment .col-sm-3{
    width: 50%;
    padding: 2px;
    display: inline-block;
  }

  #equipment h2{
    font-size: 15pt;
  }

  #equipment .head{
    font-size: 10pt;
  }

  #equipment h4{
    font-size: 11pt;
  }

  #equipment p{
    padding-left: 8px;
    padding-right:8px;
    font-size: 10pt;
  }

}


@media(max-width:570px){
  #equipment img{
    height: 90px;
  }

  #equipment h2{
    font-size: 13pt;
  }

  #equipment .head{
    font-size: 8pt;
  }

  #equipment h4{
    font-size: 9pt;
  }

  #equipment p{
    padding-left: 2px;
    padding-right:2px;
    font-size: 8pt;
  }

}


/*--------------------------------------------------------------
# Package with stay
--------------------------------------------------------------*/
#bbq-package .content .stay-desc{
  font-size: 15pt;
  margin:30px 0px;
  text-align: justify;
}

#bbq-package .stay-title{
  margin-bottom: 20px;
}

#bbq-package h1{
  margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #b4aca8;
  font-size: 14px;

}

#footer .footer-top {
  padding: 60px 0 30px 0;

}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  color: #b4aca8;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  color: white;
  font-size: 22px;

}

#footer .footer-top .footer-links ul li {

  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}


#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color:white;
}


#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .footer-links ul li a{
  color: #b4aca8;
}


#footer .social a img{
  height:35px;
}

#footer .clients img{
  height:53px;
  margin-right: 10px;
  border-radius:10px;
  margin-bottom: 5px;

}

#footer .end{
  background: rgb(99,190,208);
  padding: 5px;
  text-align: center;
}

#footer .cr{
    padding-top: 10px;
    text-align: center;
    background: rgb(99,190,208);
    color:black;
    text-decoration: none;
  }

#footer .social-media a i{
  background: none;
  color:white;
  font-size: 25pt;text-align: center;
  padding-right: 30px;
  border-radius: 4none5px;
}

#footer .social-media a i:hover{
  color:#266D70;
}

#footer hr{
  align-items: center;
}


@media(max-width:750px){
  #footer .footer-top .footer-links ul li {
    display:  inline-block;
    align-items: center;
  }

  #footer .footer-links ul{
    text-align: center;
  }

  #footer{
    text-align:center;
  }

  #footer .footer-contact p{
    text-align:center;
  }

  #footer .footer-top h4{
    font-size: 15px;
  }


  #footer .clients{
    padding-top: 25px;
  }
  #footer .cr{
      height: 25px;
      text-align: center;
      background: rgb(99,190,208);
      color:black;
      font-size: 8pt;
      display: table-row;
    }

    #footer .clients img{
      height:35px;
      margin-right: 10px;
      border-radius:10px;
      margin-bottom:12px;

    }

    #footer hr{
      display: none;
    }
}



/* ---------- Nepal Flag float icon --- */
#contact-nepali .content-cn {
	display: show;
	position:fixed;
  bottom:90px;
	right:10px;
	 z-index:100;
   border:solid 1px #266D70;
   padding:15px;
   border-radius: 55px;
   background: #266D70;
   color:white;
   text-align: center;
   font-weight: bolder;
}

#contact-nepali a{
  color:black;
}

#contact-nepali .content-cn:before{
    position:absolute;
    content: ' ';
    width: 0;
    height: 0;
    bottom:-16px;
    right:30px;
    border:10px solid;
    border-color: #266D70 transparent transparent;
}

#contact-nepali .float-cn{
	position:fixed;
	width:55px;
	height:55px;
	bottom:15px;
	right:10px;
	background:url('../img/nepaljapanlogo.png');
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
	color:black;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}

#certificate a img{
  height: 100px;
  margin-right: 100px;
  border-radius: 70px;
}

#certificate{
  background: #266D70;
  text-align: center;
  margin-top: 0;
}


/* ---------- PRIVACY POLICY  --- */
#privacy {
  top: 0px;
  margin-top:0px;
  padding-top: 0px;
}

#privacy .size{
  padding-left: 90px;
  padding-right: 90px;
}

#privacy .title{
  text-align: center;
  background: #266D70;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

#privacy .title h1{
  color: white;
  font-size: 30pt;
  font-weight: bolder;
}

#privacy .title h5{
  color:white;
  font-size: 18pt;
}

#privacy dd, p{
  font-size: 13pt;
  text-align: justify;
  padding-top: 7px;
}

#privacy .title h5{
  color:white;
}

#privacy ol li{
  padding-top:5px;
}

@media(max-width:970px){
  #privacy .size{
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ---------- check availability  --- */
.col-sm-4 .check-available{
  font-size: 25pt;
  font-weight: bolder;
  color: black;
}

/* ---------- Invoice  --- */
#invoice img{
  height: 80px;width:80px;text-align: center;border-radius: 50px;
}

#invoice h3{
  font-size: 20px;font-weight:bold;color:#266D70;
}



#invoice center span{
  font-size: 11pt;
  color: grey;

}

#invoice center .pn{
  float: center;
}

#invoice center .gm{
  float: center;
}

#invoice center .lt{
  float: left;font-size: 9pt;color:black;
}

#invoice center .rt{
  float: right;font-size: 9pt;color:black;
}

#invoice hr{
margin-top:28px;padding: 1px;
}



#invoice .bill .right1 p{
  text-align: right;
  font-size: 11pt;
}

#invoice .bill .right1{
  text-align: right;
}

#invoice .bill .right2{
  text-align: right;
}

#invoice .bill .right1 h5{
  padding-top: 30px;
}

#invoice .bill .pname h5{
  padding: -5px!important;
}

#invoice .bill p{
  padding:0px;
  margin: 0px;
}

#invoice .table{
  text-align: right;

}

#invoice .table th{
  font-size: 10pt;
}

#invoice .table td{
  font-size: 9pt;
}

#invoice .table .a-left{
  text-align: left;
}

#invoice .table tbody .total{
  border-bottom: 10px;
}

#invoice .table tbody .no_bottom_border{
  border-bottom: none;
}

#invoice .fa-yen-sign{
  font-size: 9pt;
}
#invoice .fa-check-circle{
  font-size: 25pt;
  color:rgb(130,206,52);
}
#invoice .success{
  font-size: 15pt;
  color:black;
}
#invoice .go-home{
  padding:5px 10px 5px 10px;
  font-size: 15pt;
  border-radius:5px;
  border:none;
  border-color: none;
  background-color:blue;
  color: #fff;
}
@media(max-width:750px){
  #invoice .col-sm-8{width:100%;}
}

/* ---------- bbq  --- */
.bbq-package h1{
  font-size: 25pt;
  color:#266D70;
  font-weight: bolder;
}
.bbq-package p{
  font-size: 16pt;
  color: #919191;
  text-align: center;
}


.bbq-package .content p{
  font-size: 16pt;
  color:#266D70;
  text-align: left;
  margin-top:10px;
  text-decoration: underline;
}

.bbq-package table{
margin-top: 10px;
}

.bbq-package table tbody th{
  width: 30%!important;
  font-size: 16pt;
}

.bbq-package table tbody td{
  font-size: 13pt;
  color:grey;
}
@media(max-width:750px){
  .bbq-package h2{
    font-size: 26pt;
  }
}

/* ---------- youtube and facebook --- */

.youtube-fb .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.youtube-fb .section-title h1 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color:#266D70;
}
.youtube-fb .section-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.youtube-fb .section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
}


/* ---------- covid safety measures --- */
#safety-measures .section-title h1{
  color:#266D70;
  font-weight: bolder;
}

#safety-measures .section-title h1{
  color:#266D70;
  font-weight: bolder;
}

#safety-measures img{
width:100%;
height: auto;
align-items: center;
border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#safety-measures p{
text-align: center;

}

@media (max-width:650px){
  #safety-measures .col-sm-3{
    display:inline-block;
    width: 50%;
  }

  .safety-measures .items img{
    width:50%;
    height:55px;
  }

  .safety-measures .items p{
    font-size: 10pt;
  }
}



/* social media left sticky */
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}

.icon-bar a {
display: block;
text-align: center;
padding: 12px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}

.icon-bar a:hover {
background-color: #000;
}

.facebook {
background: #3B5998;
color: white;
}

.instagram {
background: #55ACEE;
color: white;
}

.twitter {
background: #dd4b39;
color: white;
}

.line {
background: #007bb5;
color: white;
}

.youtube {
background: #bb0000;
color: white;
}
.icon-bar a i{
font-size: 18pt;
}

@media(max-width:750px){
.icon-bar a {
  padding: 8px;
  font-size: 10px;
}
}

/* what include bring, cancelation, caution */
#bringinclude h2{
  text-align: center;
  font-weight: bold;
  font-size: 20pt;
  color:#266D70;
}

#bringinclude ul li{
  color:grey;
  font-size: 13pt;
}

#bringinclude p{
  color:grey;
  font-size: 13pt;
  text-align: justify;
}

#bringinclude table tr th{
  color:grey;
  font-size: 13pt;
}

#bringinclude .right{
  padding-right:30px;
}
#bringinclude .left{
  padding-left:30px;
}

@media(max-width: 752px){
  #bringinclude{
    padding:10px; text-align: justify;
  }

  #bringinclude .right{
    padding-right:0px;
  }
  #bringinclude .left{
    padding-left:0px;
  }
}


/*--------Trip process --------- */
.trip-process .col-sm-4 .item{ 
  padding:5px;
}

.trip-process .col-sm-4 .item .image img{
  width:100%;
}

.trip-process .head h3{
  font-size: 25pt;
  font-weight: bolder;
  text-align: center;
  color: #266D70;
}

.trip-process .item h4{
  font-size: 15pt;
  font-weight: bold;
  margin-top:10px;
}

.trip-process .item p{
  font-size: 11pt;
  margin: 0;
}

/* ------- Rafting ------ */

.catagory-ziggies h1{
  margin: 1.6rem 0;
  font-weight: bolder;
  font-size: 3rem;
  padding-top: 2rem;
}

.catagory-ziggies .top p{
  font-size: 1rem;
}

.catagory-ziggies .row{
  margin-bottom:4rem;
}

.catagory-ziggies img{
  height: 26rem;
  width: 100%;
  object-fit: cover;
}

.catagory-ziggies h3{
  font-size: 11pt;
  font-weight: bolder;
  margin-bottom: 1.3rem;
  position: relative;
  text-decoration:wavy;
  text-underline-offset: 5px;
  text-decoration-thickness: 5px;
  text-decoration: underline;
}

/* .catagory-ziggies h3::after{
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 12rem;
  background-color: black;
  top: 50%;
  bottom: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
} */

.catagory-ziggies h2{
  font-size: 2rem;
  text-align:left;
  font-weight: bolder;
  margin: 1rem 0;
}

.catagory-ziggies .trip-items p{
  font-size: 1rem;
  line-height: 2rem;
}

.catagory-ziggies .trip-items{
  margin-bottom: 8rem;
}

.catagory-ziggies .trip-items button{
  font-size: 1rem;
  width: 10rem;
  padding: 0.5rem 0rem;
  background-color: white;
  margin-top: 1rem;
  border-radius: 0.2rem;
  border-color: #266D70;
}

.catagory-ziggies .trip-items button:hover{
  background-color: #266D70;
  color: white;
  translate: 0.2;
}
