* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden !important;
}

body {
  margin-left: 1%;
  margin-right: 1%;
}

.ribbon {
  background-color: #009f42;
  color: white;
  padding: 0.3rem;
  padding-left: 4% !important;
  padding-right: 4% !important;
  font-size: 0.9rem;
}

.site_detail i {
  margin: 0.2rem;
}

.textalignclass {
  text-align: end;
}

.logo {
  height: 5%;
  width: 5%;
}

.navbar-nav {
  margin: auto;
}

.one_quote h5 {
  color: white;
}

.smallad1 {
  height: auto;
  width: 35%;
  float: right;
}

.navbar {
  padding-left: 4%;
  padding-right: 4%;
}

.navbox{
    box-shadow: 2px 2px 2px 2px #009f42;
    padding: 0px 35px;
    border-radius: 20px;   
    /*margin-left: 13%;*/
}



.imagesContainer img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* images using CSS */
.imageDiv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

/* animation styles */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeInClass {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.one_quote {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 80vh;
  display: flex;
}

.__welcome {
  color: white;
  font-size: 2.5rem;
  z-index: 9;
}

.overlay_myself {
  background-color: #024e72;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
}

.two {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: -18%;
}

.two1 {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: -30%;
}

.nav-pills .nav-link {
  background: #009f42;
  border: 0;
  border-radius: 0rem;
  color: white;
  margin: 0.03rem;
}

.nav-pills {
  text-align: center;
  position: relative;
  top: 1.4rem;
  justify-content: center;
}

.innerlink {
  background-color: transparent !important;
  color: black !important;
}

.tab-content {
  background-color: white;
  border-radius: 0px 50px 0px 50px;
}

.tpone {
  border-top: 6px solid #e49c4a;
  border-bottom: 6px solid #e49c4a;
  width: 100%;
  border-radius: 0 46px;
  /* border-radius: 0px 0px 0px 20px; */
}

.nav-link.active.innerlink {
  color: #009f42 !important;
  font-weight: 600;
}

.form-row {
  padding: 1rem;
}

.flying {
  padding-left: 1rem;
}

.flying span {
  color: #009f42;
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.nav-item {
  z-index: 999;
  margin-right: 15px;
  font-size: 22px;
}

label {
  color: rgb(49, 49, 49);
  font-weight: 600;
}

.dpture {
  color: #009f42;
}

.smalltext {
  z-index: 9;
  width: 50%;
  text-align: center;
  margin-top: -10%;
}

.airplane {
  width: 10% !important;
  height: auto;
  float: left;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover {
  border-bottom: 2px solid #009f42;
}

.sideround {
  border-radius: 20px 0px 0px 20px;
}

.nav-pills .nav-link.roundd {
  border-radius: 20px 0px 0px 20px;
}

.nav-pills .nav-link.roundd2 {
  border-radius: 0px 20px 20px 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e49c4a;
}

.sideround2 {
  border-radius: 0px 20px 20px 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  text-align: center;
}

nav .nav-link:hover {
  color: #e49c4a !important;
  border-bottom: 2px solid #e49c4a;
  font-weight: bold;;
}

.navbar-light .navbar-nav .nav-link :active {
  color: #e49c4a !important;
  border-bottom: 1px solid #e49c4a;
}

.three {
  padding-left: 4%;
  padding-right: 4%;
}

.redish {
  color: #e49c4a;
}

p {
  color: #495057;
  font-weight: 500;
}

.topdestination {
  text-align: center;
}

.oney h4 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.oney h4:before {
  width: 28px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -14px;
  background-color: #e49c4a;
}

.oney h4:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #e49c4a;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(240, 89, 7, 0.82);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.item {
  position: relative;
  overflow: hidden;
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 159, 66, 0.3098039216);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.item {
  position: relative;
  overflow: hidden;
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.item:hover .left-overlay {
  right: 0;
}

.fade-overlay {
  height: 100%;
  opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}

.title-overlay {
  height: auto;
  top: auto;
  opacity: 0;
}

.item:hover .title-overlay {
  opacity: 1;
  height: auto;
  padding: 15px 0;
}

.item img {
  filter: brightness(0.6);
}

.text {
  color: white;
  font-size: 1.2vw;
  text-align: left;
  margin: 0.3rem;
}

.ll {
  height: auto;
  width: 36% !important;
}

.offer {
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 90% 51%, 99% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 90% 51%, 99% 100%, 0% 100%);
  background-color: #e49c4a;
  color: white;
  padding-left: 5% !important;
  padding-right: 7% !important;
  padding: 0.2rem;
}

.whychooseus {
  background-color: #009f42;
  padding-left: 4%;
  color: white;
  padding-right: 4%;
  padding: 4%;
}

.pencilshape {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
  background-color: #009f42;
}

.smallbox {
  text-align: center;
  padding: 1rem;
  border: 2px solid white;
}

.smallbox span {
  color: white;
  font-weight: 600;
  text-align: center;
}

.golopng {
  padding: 0.7rem;
  border-radius: 100%;
  border: 5px solid #e49c4a;
}

.packages {
  padding-left: 4%;
  padding-right: 4%;
}

.card-img-top {
  filter: brightness(0.7);
}

.card-title {
  text-align: center;
  background-color: rgba(234, 140, 34, 0.49);
  padding: 0.4rem;
  color: rgb(78, 78, 78);
  font-size: 1rem;
}

.card-text {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  font-size: 1.5rem;
  margin: 0 auto;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text1 {
  color: white;
  text-align: center;
}

.card {
  border-radius: 0rem;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(234, 140, 34, 0.6901960784);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.item {
  position: relative;
  overflow: hidden;
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.top-overlay {
  bottom: 100%;
  height: 0;
}

.item:hover .top-overlay {
  bottom: 0;
}

.bottom-overlay {
  top: 100%;
}

.item:hover .bottom-overlay {
  top: 0;
}

.right-overlay {
  left: 100%;
  height: 100%;
}

.item:hover .right-overlay {
  left: 0;
}

.left-overlay {
  right: 100%;
  height: 100%;
  left: auto;
}

.item:hover .left-overlay {
  right: 0;
}

.fade-overlay {
  height: 100%;
  opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}

.title-overlay {
  height: auto;
  top: auto;
  opacity: 0;
}

.item:hover .title-overlay {
  opacity: 1;
  height: auto;
  padding: 50px 0;
}

.text {
  color: white;
  font-size: 1.8vw;
  letter-spacing: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.days {
  -webkit-clip-path: circle(40% at 50% 50%);
          clip-path: circle(40% at 50% 50%);
  background-color: #009f42;
  padding: 1rem;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 0%;
  left: -4%;
}

.item12 {
  height: auto;
  width: 100%;
}

.footer {
  background-color: #009f42;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.footer a {
  font-size: 0.9rem;
}

.footerlogo {
  height: auto;
  width: 25%;
}

.new {
  color: white;
  font-size: 0.9rem;
}

.connect {
  text-align: center;
}

.footer i {
  font-size: 0.9rem;
}

.fa-location-dot {
  color: white;
}

.linksharu {
  display: grid;
  line-height: 25px;
}

.last {
  background-color: #e49c4a;
  padding: 0.1rem;
}

.send {
  background-color: #009f42;
  color: white;
  border: none;
  padding-left: 2%;
  padding-right: 2% !important;
  padding: 0.4%;
  border-radius: 10px;
  margin-left: auto;
  float: right;
}

form.example input[type=text] {
  padding: 7px;
  font-size: 17px;
  border-radius: 20px 0px 0px 20px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  border-radius: 0px 20px 20px 0px;
  padding: 7px;
  background: #e49c4a;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #e49c4a;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.licon {
  color: white;
  font-size: 1.1rem !important;
  border: 2px solid #e49c4a;
  border-radius: 50%;
  padding: 0.3rem;
}

.navbar {
  background: var(--blue-gray-900);
}

/* All */
.navbar-menu a {
  display: block;
  padding: 0.3rem;
  text-decoration: none;
  background: white;
}

/* Top-level */
.navbar > .navbar-menu > li > a {
  display: inline-block;
  color: var(--blue-gray-100);
  background: transparent;
  transition: background var(--transition-timing) var(--transition-timing-function), color var(--transition-timing) var(--transition-timing-function);
  background: #009f42;
  color: white;
  margin: 0.2rem;
  padding-left: 2rem;
  font-weight: 600;
  padding-right: 2rem;
  border-radius: 0.2rem;
}

.navbar > .navbar-menu > li > a:hover,
.navbar > .navbar-menu > li > a:focus {
  background-color: #e49c4a;
  color: white;
}

.navbar-menu {
  display: flex;
}

.navbar-menu,
.navbar-menu ul {
  margin: 0;
  padding: 0;
  margin: auto;
  list-style: none;
}

/* Nested */
.navbar-menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  width: 14rem;
  box-shadow: 0 0.25rem 1.5rem hsla(200deg, 19%, 18%, 0.05);
  transition: visibility 0s var(--transition-timing-function) var(--transition-timing), opacity var(--transition-timing) var(--transition-timing-function);
}

.navbar-menu ul a {
  color: var(--blue-gray-600);
  transition: background var(--transition-timing) var(--transition-timing-function), color var(--transition-timing) var(--transition-timing-function);
}

.navbar-menu ul a:hover,
.navbar-menu ul a:focus {
  color: black;
}

.navbar-menu ul > li > ul {
  left: 100%;
  top: 0;
}

.navbar-menu li {
  position: relative;
}

/* 
    HACK: Prevents box shadow from child dropdowns
    from overlapping its parent dropdown
*/
.navbar-menu li.has-children > a {
  position: relative;
}

.navbar-menu li.has-children > a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1rem;
  background: inherit;
  z-index: 999;
}

/* ENDHACK */
.navbar-menu li:hover > ul,
.navbar-menu li:focus-within > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}



.linear {
  filter: brightness(0.2);
  height: 30vh;
}

.alltext {
  text-align: center;
  padding: 5rem;
  font-size: 2rem;
}

.greeny {
  background-color: #ea8c22;
  color: white;
  margin-left: 4%;
  margin-right: 4%;
  padding: 0.4rem;
}

.locationinfo {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem;
}

.contactform {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 3%;
}

.formbox {
  border: 2px solid #009f42;
  padding: 2rem;
  background-color: rgba(228, 228, 228, 0.4196078431);
  box-shadow: 3px 3px 3px 3px #adaaaa;
}

.contactinput {
  border: 1px solid grey;
  border-radius: 5px;
}

.form {
  padding: 4rem;
}

label {
  color: #009f42;
}

.submit {
  background-color: #e49c4a;
  color: white;
  border: none;
  padding: 5px 15px;
  text-align: center;
  margin: auto;
}

.faq {
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 3%;
}

.fa-pen {
  color: #e49c4a;
}

.gallery {
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
}

.aboutpart {
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 3%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white;
  background-color: #ea8c22;
  border-color: #dee2e6 #dee2e6 #fff;
}

.tabbody {
  background-color: rgb(245, 245, 245);
  border-radius: none !important;
  padding: 1rem;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0px 0px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #009f42;
  font-weight: 600;
}

.privacy {
  margin-left: 4%;
  margin-right: 4%;
  border: 1px solid #009f42;
  padding: 1rem;
}

a:hover {
  text-decoration: none;
}
.my_final{
        position: absolute;
    left: 53%;
    top: -3%;

}
.loginpart {
  background-color: rgba(234, 212, 153, 0.2784313725);
  padding: 1rem;
  padding-bottom: 4%;
}

.form-modal {
  position: relative;
  width: 450px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.form-modal button {
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  font-size: 1em;
  z-index: 2;
  outline: none;
  background: #fff;
  transition: 0.2s;
}

.form-modal .btn {
  border-radius: 20px;
  border: none;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.3rem;
  transition: 0.5s;
  border: 1px solid #ebebeb;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.form-modal .login, .form-modal .signup {
  background: #57b846;
  color: #fff;
}

.form-modal .login:hover, .form-modal .signup:hover {
  background: #222;
}

.form-toggle {
  position: relative;
  width: 100%;
  height: auto;
}

.form-toggle button {
  width: 50%;
  float: left;
  padding: 0.5em;
  margin-bottom: 1.5em;
  border: none;
  transition: 0.2s;
  font-size: 1.1em;
  font-weight: bold;
}

#login-toggle {
  background: #e49c4a;
  color: white;
}

.form-modal form {
  position: relative;
  width: 90%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

#login-form, #signup-form {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1em;
}

#signup-form {
  display: none;
}

#login-form button, #signup-form button {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.6em;
}

.form-modal input {
  position: relative;
  width: 100%;
  font-size: 1em;
  padding: 0.6rem;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  border-radius: 20px;
  border: none;
  background: #ebebeb;
  outline: none;
  font-weight: bold;
  transition: 0.4s;
}

.form-modal input:focus, .form-modal input:active {
  transform: scaleX(1.02);
}

.form-modal input::-webkit-input-placeholder {
  color: #222;
}

.form-modal p {
  font-size: 16px;
  font-weight: bold;
}

.form-modal p a {
  color: #57b846;
  text-decoration: none;
  transition: 0.2s;
}

.form-modal p a:hover {
  color: #222;
}

.form-modal i {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateX(-10%) translateY(-50%);
}

.fa-google {
  color: #dd4b39;
}

.fa-linkedin {
  color: #3b5998;
}

.fa-windows {
  color: #0072c6;
}

.-box-sd-effect:hover {
  box-shadow: 0 4px 8px hsla(210deg, 2%, 84%, 0.2);
}

@media only screen and (min-width: 600px) and (max-width:998px){
    .one_quote {
  
    height: 40vh;
 
}
.smallad1 {
display:none;
}
.ll {
    height: auto;
    width: 15% !important;
}

    
}

@media only screen and (max-width: 500px) {
  .form-modal {
    width: 100%;
  }
#GalleryHolder {
    display: block;
        margin-top: 1rem !important;
}
.nav-item {
    margin-left: 0px !important;
}
}
@media only screen and (max-width: 400px) {
 .site_detail i {
    display: none !important;
  }
  #GalleryHolder {
    display: block !important;
     margin-top: 1rem !important;
}
.nav-item {
    margin-left: 0px !important;
}
}
.attract {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  color: white;
  font-weight: 700;
  text-align: center;
}

.boxes {
  display: flex;
}
.boxes .custom-box {
  position: relative;
  margin: 0 5px;
}
.boxes .custom-box .box {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.boxes .custom-box .box::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: -25px;
}
.boxes .custom-box .box::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 93%;
  z-index: 9;
}

.contactboxone {
  background-color: #009f42;
  padding: 1.3rem;
  color: white;
  font-weight: 500;
}
.contactboxone h6 {
  border: 1px solid white;
  padding: 1rem;
  font-size: 20px;
}
@media screen and (max-width: 620px) {
    .navbar-brand{
        display: contents;

}
.nav-item {
    margin-left: 0px !important;
}
#GalleryHolder {
    display: block !important;
}
.ll {
    height: auto;
    width: 25% !important;
    margin:auto;
}
}
    
@media screen and (max-width: 600px) {
  .site_login img {
    width: 6% !important;
  }
  .nav-pills .nav-link {
 
    font-size: 0.8rem;
}
#GalleryHolder {
    display: block !important;
}


  .textalignclass {
    text-align: center;
  }
  .nav-item {
    z-index: 999;
    margin-right: 3px !important;
}
  .smalltext {
    width: 100%;
    margin-top: 0px;
  }
  .one_quote {
   display:none;
  }
  .__welcome {
    color: white;
    font-size: 1.5rem;
  }
  .two {
    margin-top: 0px;
  }

  .two1 {
    margin-top: 0px;
  }
  .nav-link {
    display: block;
    padding: 0.3rem 0.9rem;
  }
  .nav-pills {
    text-align: center;
    position: relative;
    top: 0rem;
    justify-content: center;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .two {
    margin-left: 0%;
    margin-right: 0%;
  }
  .two1 {
    margin-left: 0%;
    margin-right: 0%;
  }
  .site_detail {
    text-align: center;
  }
  .card {
    width: 100% !important;
  }
  .text {
    font-size: 2.2rem;
  }
  .allpage {
    height: 12vh;
  }
  .smallad1 {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */

.holidaypart {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
}

.detailpage {
  margin-left: 4%;
  margin-right: 4%;
  background-color: rgb(243, 243, 243);
  /* padding: 2rem; */
}
.detailpage h4 {
  color: black;
}

.related {
  margin-left: 4%;
  margin-right: 4%;
  background-color: rgb(243, 243, 243);
  padding: 2rem;
}

.mychoice {
  text-align: center;
  position: relative;
  top: 0rem;
  justify-content: left;
}

/* Tabbed Banner Start */
#GalleryHolder {
  display: flex;
  justify-content: center;
}

#GalleryTabHolder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  /* Stops the 4px invisible margin occuring below images */
  font-size: 0;
  position: relative;
}

.GalleryTab {
  position: relative;
  opacity: 0.8;
  filter: gray;
  filter: grayscale(1);
  filter: blur(5px);
  -webkit-filter: grayscale(1);
  float: left;
}

.GalleryTab:hover {
  opacity: 1 !important;
  filter: none;
  cursor: pointer;
}

.GalleryTab::after {
  content: "";
  position: absolute;
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  border: 1px solid white;
  z-index: 10;
  filter: opacity(50%);
}

.GalleryImage {
  display: none;
  font-size: 0;
}

.overview {
  background-color: white;
  padding: 1.4rem;
  font-weight: 100;
}

.termbox {
  padding: 1.3rem;
}

.bookbox {
  background-color: #ea8c22;
  padding: 2rem;
}

.navbar-toggler {
  padding: 0.15rem 0.35rem;
  font-size: 1.25rem;
}

.trip {
  margin-left: 4%;
  margin-right: 4%;
  background-color: #ffffff;
  padding: 2rem;
}

.blogbox {
  background-color: white;
  padding: 2rem;
  border: 1px solid rgb(211, 209, 209);
}
.blogbox .card {
  margin: 0.3rem;
}

/* blog */
/*======================================
            Blog 
========================================*/
.blog{padding:40px 0;}

.blog-list-content{ padding: 20px 25px;background-color: #f5f8fa;
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.1);
 margin:-50px 20px 20px; position: relative; z-index: 1  }

.blog-footer{ padding: 15px 0 ; }

.col-sm-4.blog-list {
    margin-bottom: 20px;
    padding: 0px 8px;
}
.blog-list-content .title a{ font-size: 18px; font-weight: bold;  
  color: #666;
  transition: all .50s;
     }

.title a:hover{
  color: #009f42;
}


.blog-footer { font-weight: 100;  }
.blog-footer span{ color:#bfbfbf; margin-left:15px;}


