/**************************************

    File Name: tech.css
    Template Name: Tech Blog
    Created By: HTML.Design
    http://themeforest.net/user/wpdestek

**************************************/
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Mukta:300,400,600,700";
@import 'https://fonts.googleapis.com/css?family=Poppins&amp;display=swap';
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans&amp;display=swap';

body {
    background-color: #ffffff;
}
body {
    font-size: 15px;
    line-height: 26px;
  }

h1,
h2,
h3,
h4,
h5,
body,
.navbar-toggleable-md .navbar-nav .nav-link,
.market-header,
.btn,
.dropdown-item,
.form-control,
p {
    font-family: 'Poppins', serif !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}


/***************************customized css start *********************/

.tours img{
  max-height: 500px;
  min-height: 445px;
  width: 65%;
  float: right;
  padding-left: 20px;
}
.blog.hotle.pb-5 h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-title-white h2, .section-title-white p, .section-title-white [class^="flaticon-"]::before, .section-title-white [class*=" flaticon-"]::before {
    color: #fff;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #444;
    margin-top: 0;
    line-height: 1.5;
    font-family: josefin sans,sans-serif !important;
  }
   p {
    font-family: 'Poppins', serif !important;
  }
  .blog-content p {
  text-align: justify !important;
}
.section-title p {
    margin-bottom: 0;
 }
 .btn:not(:disabled):not(.disabled) {
   color: black !important;
}
.section-icon {
    display: inline-block;
    background: 0 0;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;
  }
.section-title-white .section-icon {
    background: 0 0;
  }
.section-title {
    position: relative;
    padding: 0 20%;
    margin-bottom:20px;
    z-index: 1;
  }
  .section-title h2 {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-top:15px;
  }
section.deals {
    background: url(../images/dealsbg.jpg) no-repeat;
      background-attachment: scroll;
      background-image: url("../images/dealsbg.jpg");
      background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-bottom:0px;
  }
 
element {
    background-image: url('assets/background/bg-attractions.jpg');
  }
.btn-red {
    background: #d60d45 !important;
    border-color: #d60d45 !important;
  }
  .btn-blue {
    border: 1px solid #005294;
      border-top-color: rgb(0, 82, 148);
      border-right-color: rgb(0, 82, 148);
      border-bottom-color: rgb(0, 82, 148);
      border-left-color: rgb(0, 82, 148);
    padding: 7px 25px;
    display: inline-block;
    background: #005294;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
  }
  .text-justify {
  padding: 7px 7px;
}
.h-message {
  padding: 7px 10px;
}
.trip-ad-btn {
    margin-top: 32px;
}  
.ad-title span {
    display: block;
    font-size: 40px;
    color: #005294;
  }
.ad-title h2 {
    text-transform: uppercase;
}
.trip-ad-btn {
    margin-top: 32px;
  }
  .pull-right {
    float: right;
  }
  h2 {
    color: #000;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 100;
  }
section.trip-ad {
    position: relative;
    background: url(../images/adbg.jpg) no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-attachment: scroll;
      background-size: auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
  }
  
  
  section:nth-child(2n) {
    background: #fbfbfb;
  }
  section {
    padding: 80px 0 85px;
  }
.search-outer {
    background: #fff;
    box-shadow: 0 0 40px #57575757;
  }
  .search-title {
    background: #005294;
    position: relative;
    padding:10px 20px;
  }
  .text-center {
    text-align: center !important;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-item {
    border: 1px solid #f1f1f1;
    margin-bottom: 40px;
    padding: 15px;
    transition: all ease-in-out .3s;
    position: relative;
    overflow: hidden;
  }
  .list-inline-item {
    display: inline-block;
  }
  .search-title p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
  }

.carousel-inner h1 {
  color: #fff;
  margin: 10px 0;
  font-size:48px; /* Increased font size */
  font-weight: 900; /* Increased font weight */
  letter-spacing: 2px; /* Increased letter spacing */
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2; /* Adjusted line height for tighter spacing */
  font-family: 'Josefin Sans', sans-serif !important;
  text-align: center; /* Center aligned for more impact */
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8); /* Increased shadow for more prominence */
}

  .carousel-inner p{
    color: #fff;
    margin: 0 auto;
  } 
/***************************customized css start end *********************/
.navbar-inverse .navbar-nav .nav-link,
.navbar-nav .nav-link {
    color: #333 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.header .navbar-nav .has-submenu ul {
    margin-top: 17px !important
}

.header .navbar-nav .has-submenu.menu-large ul {
    margin-top: 0px !important;
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-nav .nav-link:focus {
    opacity: 0.8;
}



.dropdown-toggle::after {
    margin-top: -4px;
}

.mr-2 .nav-link {
    font-size: 21px !important;
    padding: 0.6rem 0.6rem 0 !important;
}

.first-slot {
    float: left;
    width: 50%;
}

.last-slot,
.second-slot {
    float: left;
    width: 25%;
}

.first-slot .blog-meta h4 {
    font-size: 31px;
    line-height: 1.4;
}

.first-section .blog-meta h4 {
    font-weight: 600;
    padding: 0.8rem 0 0.5rem !important;
}

.blog-meta.big-meta h4 {
    font-size: 24px;
}

.blog-grid-system .color-orange {
    display: block;
    margin-top: 1rem;
}

.blog-grid-system .color-orange a {
    color: #ffffff !important;
    font-size: 13px;
    padding: 0 0.7rem;
    border-radius: 3px;
}

.blog-top {
    margin-bottom: 2rem;
}

.blog-top h4 {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.banner-spot {
    padding: 0 !important;
    border: 1px solid #e2e2e2;
}

.page-wrapper .banner-spot {
    padding: 1rem !important;
    border: 1px solid #e2e2e2;
}

.blog-top .fa {
    font-size: 18px !important;
    line-height: 1 !important;
    padding-left: 10px;
}

.blog-meta small a,
.blog-meta small {
    font-weight: 500;
    color: #999 !important;
}

.fa-star {
    font-size: 12px;
    margin: 0 -2px 0 0;
}

.social-button {
    background-color: #dddddd;
    display: table;
    padding: 0.5rem 1rem;
    color: #ffffff !important;
    position: relative;
    width: 100%;
}

.social-button .fa {
    color: #ffffff !important;
}

.social-button p {
    margin: 10px 0 0;
    padding: 0;
    color: #ffffff !important;
    line-height: 1;
}

.facebook-button {
    background-color: #3b5998;
}

.twitter-button {
    background-color: #1da1f2;
}

.google-button {
    background-color: #ea4335;
}

.youtube-button {
    background-color: #cd201f;
}

.blog-meta .bg-orange {
    color: #ffffff !important;
    padding: 0 0.8rem;
    border-radius: 3px;
}

.blog-meta small.firstsmall:after {
    content: "" !important;
    padding-left: 0;
}

.footer {
    background-color: #000000;
    background-image: none;
}

.footer .widget-title {
    color: #ffffff !important;
}

.footer p {
    color: #999999 !important;
}

.footer a {
    color: #ffffff !important;
}

.footer .link-widget li {
    border-color: #444;
}

.trend-videos h4 {
    font-size: 16px;
    line-height: 1.4;
}


.trend-videos h4 a {
    color: #111111 !important;
}

.trend-videos hr.invis {
    margin: 1rem 0;
}

.navbar-toggler-right {
    top: 18px;
}

.blog-title-area span a {
    font-size: 13px;
}

.pp .float-right {
    margin-left: 2rem;
}

.trend-videos .hovereffect span:before {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}

.bg-orange {
    background-color: #FF6347 !important;
}

.page-title .bg-orange,
.masonry-box:hover .blog-meta span.bg-orange,
.color-orange a {
    background-color: #FF6347 !important;
}

.footer a:hover,
.footer .fa:hover,
.footer .fa:focus {
    color: #0091e5 !important;
}

.authorbox p a,
.pp a,
.blog-top .fa-rss,
a:hover,
a:focus {
    color: #FF6347 !important;
}

.btn,
.page-link:hover,
.page-link:focus,
.btn:hover,
.btn:focus {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0091e5 0px, #00b7e5 100%) repeat scroll 0 0 !important
}

.tag-cloud-single span,
.navbar-inverse {
    color: #ffffff !important;
    width:100%;
}

.gp-button.btn-primary:hover,
.gp-button.btn-primary:focus,
.gp-button.btn-primary {
    border-color: #DA5333 !important;
    background: #DA5333 !important;
}

.fb-button.btn-primary:focus,
.fb-button.btn-primary:hover,
.fb-button.btn-primary {
    background: #3B5998 !important;
    border-color: #3B5998 !important;
}

.tw-button.btn-primary:hover,
.tw-button.btn-primary:focus,
.tw-button.btn-primary {
    background: #00B6F1 !important;
    border-color: #00B6F1 !important;
}

@media (max-width: 1080px) {
    .first-section .blog-meta h4 {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .first-section .blog-meta h4 {
        font-size: 16px;
    }
    .shadow-desc {
        padding: 1rem 0.5rem;
    }
    .last-slot,
    .second-slot,
    .first-slot {
        float: none;
        width: 100%;
        display: block;
    }
}

.carousel-caption{
    color: #ffffff !important;
   
   
}

.carousel-caption h5{
    color:#fff;
}

.carousel-caption p{
    color:#fff;
    font-size:18px;
    background-color: #000000;
    opacity: 0.6;
    padding: 30px 10px;
    line-height:36px;
   box-shadow: 0 0 40px #57575757 !important;
   width:60%;
   margin-left: 0px !important;

   

}


.carousel-control-prev{
    color: #ffffff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0091e5 0px, #00b7e5 100%) repeat scroll 0 0 !important;
    display: table;
    width: 2%;
    margin-left: 60px;
    margin-top: 15%;
    padding: 10px;
    padding-top: 15px;
}

.carousel-control-next{
    color: #ffffff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0091e5 0px, #00b7e5 100%) repeat scroll 0 0 !important;
    display: table;
    width: 2%;
    margin-right: 60px;
    margin-top: 15%;
    padding: 10px;
    padding-top: 15px;
}

.section-heading{
    display: table;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.border-bottom-underline{
    border-bottom: 4px solid #0091e5;
    text-transform: capitalize;
}

.btn{
    cursor:pointer;
}

.style-accord-heading{
    text-decoration: none !important;
    white-space: inherit;
    text-align: left !important;
}

.style-accord-para{
    padding:10px;
    padding-left: 50px;
}

.view-more-btn{
    display: table;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    text-transform: capitalize;
}

.border-bottom-underline-vmr{
    border-bottom: 2px solid #0091e5;
    text-transform: capitalize;
}

/* this design is for the slicky design cards  */
.slider {
    max-width: 1000px;
    margin: 0 auto;
  }
 
  .slick-list {
    margin: 0px -5px 0px -5px;
  }
  button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
  }
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
        background-position-x: right;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
  }
  .slider img {
    height: 324px;
  }
  
  /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider */
  .slick-slider
  {
      position: relative;
  
      display: block;
  
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
  
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display:block;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  @charset 'UTF-8';
  /* Slider */
  .slick-loading .slick-list
  {
      background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
  }
  
  /* Icons */
  @font-face
  {
      font-family: 'slick';
      font-weight: normal;
      font-style: normal;
  
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
  }
  /* Arrows */
  .slick-prev,
  .slick-next
  {
      font-size: 0;
      line-height: 0;
  
      position: absolute;
      top: 50%;
  
      display: block;
  
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
  
      cursor: pointer;
  
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
      color: transparent;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
      opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
      opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
  
      opacity: .75;
      color: white;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
      left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
      right: -25px;
      left: auto;
  }
  .slick-prev:before
  {
      content: '';
  }
  [dir='rtl'] .slick-prev:before
  {
      content: '';
      font-weight: bold;
      font-size: 20px;
  }
  
  .slick-next
  {
      right: -25px;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -25px;
  }
  .slick-next:before
  {
      content: '';
  }
  [dir='rtl'] .slick-next:before
  {
      content: '';
  }
  
  /* Dots */
  .slick-slider
  {
      margin-bottom: 30px;
  }
  
  .slick-dots
  {
      position: absolute;
      bottom: -45px;
  
      display: block;
  
      width: 100%;
      padding: 0;
  
      list-style: none;
  
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
  
      display: inline-block;
  
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
  
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
  
      display: block;
  
      width: 20px;
      height: 20px;
      padding: 5px;
  
      cursor: pointer;
  
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
      outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
      opacity: 1;
  }
  .slick-dots li button:before
  {
      font-family: 'slick';
      font-size: 6px;
      line-height: 20px;
  
      position: absolute;
      top: 0;
      left: 0;
  
      width: 20px;
      height: 20px;
  
      content: '•';
      text-align: center;
  
      opacity: .25;
      color: black;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
      opacity: .75;
      color: black;
  }

  
  /* slick experience cards*/
  .deals-item {
    position: relative;
    z-index: 1;
    margin: 15px;
  }
  .deals-item-outer {
    position: relative;
    z-index: 5;
    padding: 10px;
    background: #fff;
  }
 
.deals-image {
  position: relative;
  overflow: hidden;
}

span.deal-price {
  background: #fb8b01;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  padding: 16px;
  box-shadow: 1px 1px 5px #00000057;
  z-index: 1;
}
.deal-content {
    text-align: center;
    padding: 25px 0;
  }
  .deal-rating {
    margin-bottom: 15px;
  }
  .deal-rating span, .sale-review span {
    color: #ffc63f;
    font-size: 16px;
  }

.deal-rating span, .sale-review span {
  color: #ffc63f;
  font-size: 16px;
}

.deal-content p {
  margin-bottom: 20px;
}
/* slick gilgit baltistan*/
section:nth-child(2n) {
    background: #fbfbfb;
  }
  section {
    padding: 15px 0 15px;
  }
  .slick-slider.row {
    margin: 0 -15px;
  }

.top-destination-item {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);
  margin-bottom: 6px;
}

.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide img {
  display: block;
}
.top-destination-item img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-destination-item .overlay-full {
    padding: 215px 20px;
  }
 
.top-destination-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 85px 20px;
  background: #00000054;
}

.top-destination-item h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  overflow: hidden;
  padding: .5em 0;
  background-color: transparent;
}

.t
.top-destination-item:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.top-destination-item p {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
p {
  margin-bottom: 15px;
  color: #555;
}
.top-destination-item h2 a {
    color: #fff;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  text-decoration: underline !important;
  color: #111111 !important;
}

.top-destination-item:hover img {
  opacity: .4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/************** Latest Events***********************/
.btn-red {
    background: #d60d45;
    border-color: #d60d45;
  }
.package-content {
    padding: 0px 5px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-align:center;
  }
  .package-content h3 {
    display: inline-block;
  }
  .package-days {
    display: inline-block;
    
    font-weight: 400;
    font-size: 14px;
    color: #005294;
    margin: 3px 0 0;
  }
  .package-content h3 {
    margin-bottom: 3px;
  }
  .package-info {
    text-align: center;
    margin-top: 25px;
  }
.package-price .deal-rating {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .package-price p {
    margin-bottom: 0;
    font-size: 20px;
    color: #000000;
    display: inline-block;
  }
.package-price {
    
    padding: 10px 25px 8px;
    text-align: center;
    box-shadow: 1px 1px 5px #cccccc57;
    width: 100%;
  }
.package-item:hover {
    transition: all ease-in-out .3s;
    transform: translateY(-5px);
  }
  .package-item:hover img {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .slick-slide img {
    display: block;
    width: 100%;
  }

.package-item {
    background: #fff;
    box-shadow: 0 0 15px #b7b7b785;
    margin: 30px 0;
    transition: all ease-in-out .3s;
  }
  .package-image {
    width:100%;
    height: 250px;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: linear-gradient(45deg,#d60d45 0%,#046b8c 100%);
    margin-bottom: 22px;
  }
  
section.popular-packages {
    padding: 0 0 50px;
  }
  .popular-packages .section-title {
    margin-bottom: 10px;
  }
.section-icon {
    display: inline-block;
    background: 0 0;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .btn-blue {
    border: 1px solid #005294;
    padding: 7px 25px;
    display: inline-block;
    background: #005294;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
  }
  .section-icon::before {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #333;
    content: '';
    left: -100px;
    top: 50%;
  }
  .section-icon::after {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #333;
    content: '';
    right: -100px;
    top: 50%;
  }
/*********Our Blog***********/
.blog-item {
    box-shadow: 0 0 10px #cccccc57;
  }
  .blog-image {
    overflow: hidden;
  }
  .blog-image img {
    transition: all ease-in-out .3s;
  }
  .blog-item:hover img {
    transform: rotate(5deg) scale(1.2);
    transition: all ease-in-out .3s;
  }
  .blog-content {
    padding: 20px 20px 12px;
    background: #fff;
  }
  .blog-date {
    background: #2195c3;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
  }
  .blog-date p {
    color: #fff;
    margin: 0;
    font-weight: 700;
  }
  .blog-content i {
    padding-right: 5px;
  }
  .blog-content h3 {
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .blog-content h3 {
    text-transform: capitalize;
  }
  .blog-author {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
  }
  .blog-author p {
    margin-bottom: 0;
  }
  /*************************Hotels**********************/
  
  .slick-slider.row {
    margin: 0 -15px;
  }
  /*footer section*/
  
  .footer p {
  color: #fff !important;
  margin: 20px 0;
  text-align: left;
  }
  .text-center.footer-text p {
    margin: 0px 0px 10px 0 !important;
   
  }
  .about-location li {
    color: #fff;
    text-align: left;
    margin-bottom: 10px !important;
  }
  .footer-links li {
    padding: 0 0 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .about-location li i {
    color: #ffc63f;
    padding-right: 10px;
  }
  /***********header section**********/

.upper-head {
  overflow-block: auto;
  background: #f5f5f5;
  padding: 10px 0;
}
.clearfix {
  display: block;
}
.contact-info {
  display: inline-block;
}
.upper-head p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-right: 15px;
  font-weight: 400;
}
/*header-menu css*/
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover{
  color: #d60d45 !important;
  
}
.navbar-inverse .navbar-nav .nav-link, .navbar-nav .nav-link{

  font-size: 14px !important;
  transition: all .3s ease-in-out 0s !important;;
  text-transform: uppercase !important;;
  letter-spacing: 1.5px !important;;
  
  color: #333 !important;;
  position: relative !important;;
  font-weight: 600 !important;;
}
/*Messages competent authorities*/
.h-message {
  color: #05361c;
  
}
.imgBox {
  width: 200px;
  height: 200px;
 
  
}
.msgBox {
  width: auto;
  line-height: 1.7;
  font-size: 1.5em;
  text-align: justify;
  background: #fff;
  box-shadow: 0 0 15px #b7b7b785;
  margin: 0px 0;
  transition: all ease-in-out .3s;
  padding:7px;
}
.imgBox img {
  width: 100%;
  border: 5px solid #05361C;
  min-height: 200px;
  max-height: 200px;
}

.text-justify {
  text-align: justify;
}
.h-message {
  color: #05361c;
  margin-bottom:25px;
}
small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent) !important;
  --bs-card-border-radius: var(--bs-border-radius) !important;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width))!important) ;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color) !important;
  word-wrap: break-word;
  background-color: var(--bs-card-bg) !important;
  background-clip: border-box !important;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
  border-radius: var(--bs-card-border-radius) !important;
}
.card .card-header {
  background: transparent;
  border: none;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn.btn-link {
  background: unset !important;
}
.card {
  border: 1px solid gray !important;
  border-radius: 5px !important;
  background: #fff;
  box-shadow: 0 0 15px #b7b7b785;
  margin: 30px 0;
  transition: all ease-in-out .3s;
}
.popular-package.competent-authority-msg {
  background: #fff;
  box-shadow: 0 0 15px #b7b7b785;
  margin: 30px 0;
  transition: all ease-in-out .3s;
}
/*info desk*/
.list-group {
  width: 70%;
  margin: auto;
}
/* other menu*/
.navbar.navbar-default {
  margin: 0;
  padding: 0;
  height: auto;
  background: 0 0;
  border: none;
}
.logo-wrapper, .navbar-nav-wrapper, .nav-mini-wrapper {
  float: left;
}
.nav.navbar-nav {
  float: left;
  transition: all ease-in-out .3s;
  display: inline-block;
}
.nav.navbar-nav > li {
  position: relative;
  float: left;
  display: inline-block;
  margin: 10px 13px;
}
.nav.navbar-nav > li > a:hover, .nav.navbar-nav > li.active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #d60d45;
  background: 0 0;
  text-decoration: none;
}
.nav.navbar-nav li ul li a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 14px 20px;
  font-size: 13px;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  color: #333;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 1.25;
}
.pull-left.wow.fadeInLeft h2 {
  float: left;
  padding-right: 5px;
}
.about_us_page img:first-child  {
  width: 1100px;
}
/*our blogs*/
.destination-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  transition: all ease-in-out .3s;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 20px #cccccc67;
  background: #fff;
}
.destination-image {
  position: relative;
  overflow: hidden;
}
.destination-image img {
  transition: all ease-in-out 3s;
  width:100%;
  min-height:250px;
  max-height:250px;
}
.destination-overlay {
  position: absolute;
  background: linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease-in-out .3s;
}
.destination-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all ease-in-out .3s;
}
.btn-red {
  background: #d60d45 !important;
  border-color: #d60d45 !important;
}
.btn-blue {
  border: 1px solid #005294;
    border-top-color: rgb(0, 82, 148);
    border-right-color: rgb(0, 82, 148);
    border-bottom-color: rgb(0, 82, 148);
    border-left-color: rgb(0, 82, 148);
  padding: 7px 25px;
  display: inline-block;
  background: #005294;
  color: #fff;
  transition: all ease-in-out .3s;
  cursor: pointer;
}
.destination-item:hover img {
  transform: scale(1.1);
}
.destination-image img {
  transition: all ease-in-out 3s;
}
.btn-red:hover {
  background: #fff;
  color: #d60d45;
  border-color: #d60d45;
}
.destination-content {
  padding: 15px 0;
  text-align: center;
}
.destination-content h3 {
  margin-bottom: 0;
}
.destination-item:hover .destination-overlay {
  opacity: .5;
}
.destination-item:hover .destination-btn {
  opacity: 1;
  transform: translate(-50%,-50%);
}
.btn-red {
  background: #d60d45;
  border-color: #d60d45;
}
.destination-image {
 
  min-height: 250px;
  max-height: 250px;
  
}
.exploar-gb iframe {
  margin: auto !important;
  text-align: center;
  display: block;
}
.exploar-gb h3 {
  text-align: center;
  width: 100%;
}
.page_36 img {
  width: 100%;
  max-height: 400px;
}
.imgevt_36 {
  display: none;
}
.tour_map iframe {
  width: 100%;
  margin-top: 20px;
}
.blog-item.tour p {
  max-height: 350px;
  min-height: 314px;
  text-align:justify;
}
.carousel-caption{
  bottom:30%;
}
hr {
  border-top: 1px solid;
}
.nav-tabs .nav-link {
  
  color: #3B6D3D;
  font-weight: bold;
}


  
  button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 36% !important;
    right: 42px !important;
    width: 45px !important;
    height: 46px !important;
    background: url("../../images/next1_112409.png") !important;
    background-size: 45px !important;
  }
 
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 37%;
    left:39px;
    z-index: 1;
    width:45px;
    height:45px;
    background: url("../../images/farward-icon.png") !important;
    background-size:45px !important;
   
  }
  .blog-content a {
    color: #444 !important;
  }
  .package-content.text-left h5:first-child {
    font-weight: bold; 
    font-size:22px;
    text-align: center;

  }
  
  .package-info a {
    margin: 10px 0px;
  }
  
  .dropdown-menu a {
    border-bottom: 1px solid #e6e6e6 !important;
    display: block !important;
    padding: 14px 20px !important;
    font-size: 13px !important;
    -webkit-transition: all .2s ease-in-out 0s !important;
    -moz-transition: all .2s ease-in-out 0s !important;
    -ms-transition: all .2s ease-in-out 0s !important;
    -o-transition: all .2s ease-in-out 0s !important;
    transition: all .2s ease-in-out 0s !important;
    color: #333 !important;
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    line-height: 1.25 !important;
  }
  .carousel-control-next, .carousel-control-prev{
    display:inline-block;

  }
  .carousel-control-next, .carousel-control-prev {
    max-height: 50px;
    max-width: 50px;
  }

  .carousel-caption {
    bottom:100px !important;
  
  }

  .navbar-toggler {
   
    background-color: #DEDEDE !important;
  }
  .fw-bold {
    font-weight: 700 !important;
  }
  .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
  }
  .text-muted {
    color: #777777;
  }
  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  .container-fluid.page-header.py-5.mb-2.services-banner {
    padding-bottom: 0px !important;
    text-align: center;
  }
  .text-dark {
    color: #343a40 !important;
    text-align: center;
  }
  .table th {
    color: #29293a;
    padding: 13px 24px;
    border-top: 0;
    font-size: 16px;
    font-weight: 300;
  }
  .text-center {
    text-align: center !important;
  }
  .blog-content h3 {
    text-align: center;
  }
  .list-inline {
    margin-bottom: 0px;
  }
 

  

  #demo {
    height:100%;
    position:relative;
    overflow:hidden;
  }
  
  
  .green{
    background-color:#6fb936;
  }
          .thumb{
              margin-bottom: 30px;
          }
          
          .page-top{
              margin-top:85px;
          }
  
     
  img.zoom {
      width: 100%;
      height: 200px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
          
   
  .transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {
     
       border-bottom: none;
  }
      .modal-title {
          color:#000;
      }
      .modal-footer{
        display:none;  
      }
      element {
      }
      @media (min-width: 768px) {
         h4.h-message.competent-authority {
        font-size: 16px;
    }
        .d-md-block {
          display: block !important;
        }
      }
      
      .carousel-caption {
        
        top:40% !important;
      }
      .package-content.latest-events h3 {
        font-size:14px;
        font-weight: bold;
      }
      .blog-content h3 {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
      }
      .navbar-toggler {
        
        background-color:#3D6E3E !important;
        width: 100px;
        color: white;
        padding: 10px 13px 10px 20px !important;
        text-align: left;
      }
      .main {
        max-width: 1000px;
        margin: auto;
      }
      
      h1 {
        font-size: 50px;
        word-break: break-all;
      }
      
      .row {
        margin: 8px -16px;
      }
      
      /* Add padding BETWEEN each column (if you want) */
      .row,
      .row > .column {
        padding: 8px;
      }
      
      /* Create three equal columns that floats next to each other */
      .column {
        float: left;
        width: 33.33%;
        display: none; /* Hide columns by default */
      }
      
      /* Clear floats after rows */
      .row:after {
        content: "";
        display: table;
        clear: both;
      }
      
      /* Content */
      .content {
        background-color: white;
        padding: 10px;
      }
      
      /* The "show" class is added to the filtered elements */
      .show {
        display: block;
      }
      
      /* Style the buttons */
      .btn {
        border: none;
        outline: none;
        padding: 12px 16px;
        background-color: white;
        cursor: pointer;
      }
      
      /* Add a grey background color on mouse-over */
      .btn:hover {
        background-color: #ddd;
      }
      
      /* Add a dark background color to the active button */
      .btn.active {
        background-color: #666;
         color: white;
      }

      .search-content ul {
        max-height: 60px;
        margin-top: -41px;
      }
      .search-title.align-items-center.text-center {
        margin-top: 7px;
      }

      @media (max-width: 576px) {
    h4.h-message.competent-authority {
    font-size: 16px;
}
      .imgBox {

      margin: auto;
      }
      .blog-image img {
        transition: all ease-in-out .3s;
        width: 100% !important;
      }
      .blog-date p {
    
        text-align: center;
      }
       }


@media (max-width: 768px) { 
    h4.h-message.competent-authority {
    font-size: 16px;
}
  .imgBox {

  margin: auto;
  }
  .blog-image img {
    transition: all ease-in-out .3s;
    width: 100% !important;
  }
  
  .blog-date p {
    
    text-align: center;
  }
 }
 .blog.pb-5 div.mar-bottom-30 {
  margin-bottom: 30px;
}
.distric_details.section-title p {
  text-align:justify !important;
}
.our-district-detail p strong {
  text-align: center !important;
  display: block;
  margin: 0px !important;
}
/*extra css of home page cards*/
#headingOne1 {
  margin-top: 6%;
  padding-bottom: 0px;

}
.blog-image img {
  width: 100% !important;
  max-height: 250px;
  min-height: 250px;
}
.deal-content h3 {
  font-size: 24px;
}

      