*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'josefin sans', sans-serif;}

    .aboutimg{width: 100%;
    	height: 200px!important;}

    .aboutimgs{width: 100%;
      height: 225px!important;}

@viewport{
    zoom:1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    zoom:1.0;
    width: extend-to-zoom;
}

/* --------scroll back to top button open ------ */
 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #808080;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}

/* --------scroll back to top button closed ------ */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* -----Card Image Open-----*/

  .card-img-top {
    width: 100%;
    object-fit: cover;
    background-position: center;
  background-repeat: no-repeat; 
}

.geeks {
        width: 100%;
        object-fit: cover;
        overflow: hidden;
        margin: 0 auto;

    }
      
    .geeks img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
      
    .geeks:hover img {
        transform: scale(1.5);
    }

/* -----Card Image Closed-----*/


      .booking {
  background: url('../images/bg.jpg');
  width: 100%!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px  solid #ff6806;
  border-top: 5px  solid #ff6806;
}

.bookingbg {
      background-color: #000;
      position: static;
      width: 100%!important;
      height: 100%
      background: transparent;
      background: rgba(0,0,0,.5);
      border: 1px solid #fff;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;

      
}


    
    /*Footer*/
     
.footer {
  /*background: url('../images/footerbg.jpg');*/
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #fff;
  font-size: 15px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
/*.cta-text h4 {
  color: #ff6806;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}*/
.ct-text h6 {
  color: #3366CC;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.cta-text span {
  font-size: 14px;
  color: #7e7e7e;
  
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-social-icon i {
  border:2px color:fff;
  border-outline-color: #fff;
}

.facebook-bg:hover {
  background-color: #3B5998;

}



.twitter-bg:hover{
  background: #55ACEE;
}
.pinterest-bg:hover{
  background: #DD4B39;
}
.instagram-bg:hover{
  background: #FBAD50;
}

.whatsapp-bg:hover{
  background: #075E54;
}
.footer-widget-heading h3 {
  color: #3366CC;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 50px;
  background: #3366CC;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #252525;
  padding: 20px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.copyright-text p a{
  color: #ffffff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* End*/


/* -----------Open Thumbnail Swiper----------*/

/* -----------Closed Thumbnail Swiper----------*/
      



  


/*--------Card Height Open--------*/



/*--------Card Height close--------*/

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  z-index: 1100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.whatsapp {
  background: #075E54;
  color: white;
}

.instagram {
  background: #FBAD50;
  color: white;
}

.pinterest {
  background: #DD4B39;
  color: white;
}

/*------Open WHY WITH US------*/


 


@media only screen and (max-width: 1000px) {
        
        .details h4{
            position: relative;
            display: flex;
            top: 0rem;
            left: 20em;
            font-size: 1rem;
            color: #000;
        }
        .details .child_img{

            line-height: 8rem;
            position: relative;
            display: flex;
            top: 0rem;
            left: 20em;
        }
    }


@media only screen and (max-width: 720px) {
        
        .details h4{
            position: relative;
            display: flex;
            top: -5rem;
            left: 7rem;
            font-size: 1rem;
        }
        .details .child_img{

            line-height: 8rem;
            position: relative;
            display: flex;
            top: -7rem;
            left: 4em;
        }
    }


@media screen and (max-width: 700px) {
        
        .details h4{
            position: relative;
            display: flex;
            text-align: center;
            top: -2rem;
            left: 7rem;
            font-size: 1rem;
        }
        .details .child_img{

            line-height: 8rem;
            position: relative;
            display: flex;
            top: -3rem;
            left: 4em;
        }
    }

    @media screen and (max-width: 540px) {
        
        .details h4{
            
            font-size: 1.8em;
        }
        .details .child_img{

            line-height: 8rem;
            position: relative;
            display: flex;
            top: 0rem;
            left: 5em;
        }
    }




/*-----Closed WHY WITH US--------*/


/*-----Open Offer on Package Image--------*/



  .hotel-offer {
    position: absolute;
    margin-left: -13px;
    z-index: 9;
    top: 0;
    padding-top: 20px;
}
.hotel-offer:before {
    content: "";
    position: absolute;
    margin-top: 0px;
    margin-top: 8px;
    margin-left: 0px;
    background:linear-gradient(to bottom, #800000 0%, #710000 100%);
    width: 13.9px;
    height: 30px;
    -webkit-clip-path: polygon(100% 50%, 100% 100%, 100% 100%, 0% 50%);
    clip-path: polygon(6 5, 55% 23, 100% 100%, -8% 100%);
    z-index: 99;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
   .hotel-offer p small {
    font-size: 14px;
    color: #fff;
     background:linear-gradient(to bottom, #800000 0%, #710000 100%);
    padding: 6px 10px 4px 9px;
}



 /*-----Closed Offer on Package Image--------*/
** Tour Top info Area Start
------------------------------*/
.tour-top-info {
  background: #032967;
}
.tour-top-info .info-content {
  position: relative;
  padding: 18px 0px 20px;
}
.tour-top-info .info-content .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-top-info .info-content .info-box .left {
  margin-right: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.tour-top-info .info-content .info-box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tour-top-info .info-content .info-box .right .title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
}
.tour-top-info .info-content .info-box .right p {
  font-size: 14px;
  line-height: 24px;
  color: #ccd6ff;
  margin-bottom: 0px;
}
.tour-top-info .info-content .review-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-top: 10px;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #0663fc;
  color: #fff;
  text-align: center;
}
.tour-top-info .info-content .review-box::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 100%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #0052d8;
  border-left: 15px solid transparent;
}
.tour-top-info .info-content .review-box .rating {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.tour-top-info .info-content .review-box .rating small {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-left: -7px;
  margin-bottom: 0px;
}

/*-----------------------------
** Tour Top info Area End
------------------------------*/
 /*-----------------------------
** Tour Top info Area Start
------------------------------*/
.tour-top-info {
  background: #032967;
}
.tour-top-info .info-content {
  position: relative;
  padding: 18px 0px 20px;
}
.tour-top-info .info-content .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-top-info .info-content .info-box .left {
  margin-right: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      font-size: x-large;
      align-self: center;
}
.tour-top-info .info-content .info-box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tour-top-info .info-content .info-box .right .title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
}
.tour-top-info .info-content .info-box .right p {
  font-size: 14px;
  line-height: 24px;
  color: #ccd6ff;
  margin-bottom: 0px;
}
.tour-top-info .info-content .review-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-top: 10px;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #0663fc;
  color: #fff;
  text-align: center;
}
.tour-top-info .info-content .review-box::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 100%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #0052d8;
  border-left: 15px solid transparent;
}
.tour-top-info .info-content .review-box .rating {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.tour-top-info .info-content .review-box .rating small {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-left: -7px;
  margin-bottom: 0px;
}

/*-----------------------------
** Tour Top info Area End
------------------------------*/
.visuals-video h4{
    font-weight: bold;
    font-size: 20px;
}
 .visuals-video p{
    color: #02469D;
    font-weight: bold;
 }       

 .top-heading {
    font-family: 'Vollkorn'!important;
    font-size: 25px!important;
    color: rgb(8, 82, 148);
    font-weight: 600!important;
    letter-spacing: normal;
}

/*--------------Open accordion Area------------*/
.card,.card-header{
background-color: transparent!important;
border: none!important;
padding: 0!important; 
margin-bottom: 0px;
}

.card{

  box-shadow: 0 2px 20px 0 rgba(110, 130, 208, .18);
} 

.btn-link{
  width: 100%;
  height: 60px;
  color: #000!important;
  font-weight: bold!important;
  text-align: left!important;
  text-decoration: none!important;
}



.pageheading h2{
/*font-weight: 600;
    font-family: 'josefin sans', sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #212121;*/


    display: block;
    color: #3a3a3a;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: unset;
    position: relative;
    max-width: 400px;
    margin: 0 auto 40px;



/*font-size: 20px;
    font-family: 'josefin sans', sans-serif;
    background-color: #0275d8;
    line-height: 1.6em;
    font-weight: bold!important;
    color: #fff;*/
  }


  /*@media  only screen and (min-width : 768px) {
          .card {
            display: block !important;
            width: 22rem !important;
            flex:none !important;
          }
      }*/
.card{
  border-radius: 25px 25px 25px 25px;
}

.imageborder{border-radius: 25px 25px 25px 25px; }

.card-body h6{
    font-size: 15px;
    font-family: 'josefin sans', sans-serif;
    line-height: 1.6em;
    font-weight: bold!important;
    color: #707070;
  }

.card-body p{
    font-size: 15px;
    font-family: 'josefin sans', sans-serif;
    line-height: 1.6em;
    font-weight: bold!important;
    color: #707070;
  }


.btn-link:after
{
  content: '\2212'!important;
  width: 35px!important;
  font-size: 25px!important;
  text-align: center!important;
  border-radius: 5px!important;
  right: 15px!important;
  top: 11px!important;
  position: absolute!important;
  background:#e8eeff!important;
}

.btn-link.collapsed:after
{
  content: '\002B'!important;

}

.btn-link:before
{
  content: ''!important;
  height: 25px!important;
  width: 25px;
  position: absolute!important;
  background: #fff!important;
  z-index: 1!important;
  transform: rotate(45 deg)!important;
  left: 30px!important;
  top: 46px!important;


}
/*--------------Closed accordion Area------------*/

.dot {
    padding-top: 2px;
    height: 35px;
    width: 35px;
    background-color: #bbb;
    border-radius: 50%!important;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}





/*------------------Product Detail ends---------------*/
/*-----------------------Coming-soon-----------*/

.rating_div .review-info li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
}
.rating_div .review-info {
    padding: 0;
}
.review-info .badge-tag {
    color: #000;
    background-color: #dfdfdf;
}
.review-cont span {
    color: #6b5b5b;
    font-size: 13px;
}
.review-cont {
    padding: 10px;
}
.review-cont h4 {
    font-size: 15px;
    font-weight: bold;
}
.review-cont p {
    margin: 0;
}
.review-img img {
    width: 86px;
    height: 50px;
    margin: 0 5px 10px;
    border-radius: 5px;
}
.review-info .fa-star.checked {
    color: #FF9529;
}
.review_box {
    margin-bottom: 0;
}
.reviews h4{
color: #02469D;
font-size: 20px;
font-weight: bold;
}
.review_rating {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 10px;
    width: 100%;
}
span.star-num {
    margin-right: 15px;
}
.fa-star {
    color: #ccc;
}
.rating-detail {
    width: 30%;
}
.rating-star-view {
    width: 30%;
}
.rating-progress {
    width: 40%;
}
.rating-num {
    font-size: 11px;
    margin-bottom: 7px;
}
.progress {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 7px;
}
.progress.progress-xs {
  height: 5px;
  margin-top: 5px;
}
.progress.progress-sm {
  height: 10px;
  margin-top: 5px;
}
.progress.progress-lg {
  height: 25px;
}
.progress.vertical {
  position: relative;
  width: 20px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.fc-view-container {
    display: block!important;
}
.progress.vertical > .progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.progress-xs {
  width: 5px;
  margin-top: 5px;
}
.progress.vertical.progress-sm {
  width: 10px;
  margin-top: 5px;
}
.progress.vertical.progress-lg {
  width: 30px;
}

.progress-bar {
  background-color: #2196F3;
  box-shadow: none;
}
.progress-bar.text-left {
  text-align: left;
}
.progress-bar.text-left span {
  margin-left: 10px;
}
.progress-bar.text-right {
  text-align: right;
}
.progress-bar.text-right span {
  margin-right: 10px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-bar-success {
  background-color: #64DD17;
}
.progress-bar-green{
    background-color: green;
}
.progress-bar-warning{
    background-color: #fdd017;
}

/*---------coming-soon ends--------------------------*/