/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 31, 2020, 9:46:13 AM
    Author     : Kanchana
*/

@font-face {
    font-family: 'Merriweather Regular';
    font-display: swap;
    src: url('../fonts/Merriweather-Regular.ttf');
  }
  
  @font-face {
    font-family: 'Merriweather Bold';
    font-display: swap;
    src: url('../fonts/Merriweather-Bold.ttf');
  }
  
  @font-face {
    font-family: 'Merriweather Italic';
    font-display: swap;
    src: url('../fonts/Merriweather-Italic.ttf');
  } 
  
   @font-face {
    font-family: 'Gotham Black';
    font-display: swap;
    src: url('../fonts/Metropolis-Black.otf'),
  } 
  
  #menu-main-menu{
    height:87px;
    align-items: center;
  }
  
  #ftco-nav{
    border-bottom: 1px solid rgb(255 255 255 / 50%);  
  }
  
  .ftco-navbar-light.scrolled #ftco-nav{
    border-bottom: none;  
  }
  
  .ftco-navbar-light  #menu-main-menu > .menu-item{
    padding: 1.1em 0.5em; 
    text-align:center;
  }
  
  .ftco-navbar-light #menu-main-menu > .menu-item.active{
      border-bottom:4px solid #ffffff; 
  }
  
  
  .ftco-navbar-light  #menu-main-menu > .menu-item > .nav-link {
    font-family:Open Sans;
    font-weight:600;   
    font-size: 14px;
    line-height: 20px;
     color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 1 !important;
  }
  
  .ftco-navbar-light  #menu-main-menu > .menu-item > .nav-link:hover {
      color: #fff;
  }

  .ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  }
  
  .ftco-navbar-light .navbar-brand{
   padding:0;
   margin:0px;   
  }
  
   .ftco-navbar-light.scrolled .nav-item > a {
    color: #313131 !important;
  }
  
  .ftco-navbar-light.scrolled .nav-item.active > a {
    color: #0f3d5b !important;
  }
  
  .ftco-navbar-light.scrolled .last-item.active > a {
    color: #ffffff !important;
  }
  
  
  .last-item{
   background-color:#0f3d5b; 
   width:160px;
   border-bottom: none !important;  
  }
  
  section{
      padding-top:60px;
      padding-bottom:60px;
  }
  
  .section-heading.padding-top{
     padding-top:120px; 
  }
  
  .no-padding{
      padding:0px;
  }
  
  a{
   color: #0f3d5b;   
  }
  
   a:hover, a:focus {
    text-decoration: none;
    color: #0f3d5b;
    outline: none !important; }
  
  /*Home Slider Styles */
  
   .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-family: 'Merriweather Regular';
          font-size: 55px;
          color: #ffffff;
          line-height: 1.36;
          font-weight: 400;
          }

          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px;
            } 
          }
          
        .owl-carousel.home-slider .slider-item .slider-text p {
          font-family:Open Sans;
          font-weight:400;   
          font-size: 16px;
          line-height: 1.81;
          color: #ffffff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        }
        
        .slide-text{
          padding-left: 8%;
          padding-right: 8%;  
        }
        

  /*Slider Styles Ends */
  
.blue-sec{
   background-color:#0f3d5b;
   height: 500px; 
   overflow: hidden;
  }
  
  .grey-sec{
   background-color:#f3f3f3;   
   height: 500px; 
   overflow: hidden;
  }
  
  .grey-bg{
   background-color:#f3f3f3;   
  }
  
  .section-heading{
   font-family:Merriweather Regular;
    font-size:25px;
    line-height: 32px;
    margin-bottom: 1em;
    color:#0f3d5b;
  }
  
  .regular-para, .regular-para p,p{
    font-family:Open Sans;
    font-weight:400;
    font-size:15px;
    line-height: 28px;
    color:#313131;    
  }
  
  h2{
    font-family: Merriweather Regular;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 1em;
    color: #0f3d5b;  
  }
 
  
  .white , .white p{
      color:#ffffff;
  }
  
  .black, .black p{
      color:#000000;
  }
  
  .green{
      color:#0f3d5b;
  }
  
   @media (min-width: 768px) {  
  .section-bg-image-right{
    float: right;
    width: 50%;
    height: 100%;
    object-fit: cover;   
  }
  
    .section-bg-image{
      float: left;   
      width: 50%;
      height: 100%;
      object-fit: cover;   
    }
   }
   
   .read-more-btn{
    font-family:Open Sans;
    font-weight:400;
    font-size:13px;
    line-height: 1.54;
    color: #0f3d5b !important;
    text-transform: uppercase;
    border:1px solid #0f3d5b;
    padding: 10px 30px;
   }
   
   .read-more-btn.white{
    color: #ffffff !important;
    border:1px solid #ffffff;
    display:inline-block;
   }
   
   /* Footer Styles */
   
   #green-footer {
    background: #0a2536;
    padding: 2em 0;
   }
   
  
    .ftco-footer-social li {
      list-style: none;
      margin: 0 25px 0 0;
      display: inline-block;
    }
    
  .ftco-footer-social li a {
    display: block;
    float: left;
    position: relative;
  }

    .ftco-footer-social li a:hover {
      color: #fff;
    }
   
    #menu-footer-menu{
     list-style: none;
     padding: 0;
    }
    
    #menu-footer-menu li a{
    font-family:Open Sans;
    font-weight:400;
    font-size:14px;
    line-height: 32px;
    color:#ffffff;
    padding: 5px;
    }
    
    .ftco-footer-social li a span:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      color: #ffffff;
      font-size: 18px;      
    }
    
    .icon-facebook:before{        
      content:"\f09a";      
    }
    
    .icon-linkedin:before{        
      content:"\f0e1";      
    }
    
     .icon-twitter:before{        
      content:"\f099";      
    }
    
     .icon-instagram:before{        
      content:"\f16d";      
    }
    
   /*Footer Styles Ends */
   
   .footer-para,.footer-para span{
    font-family:Open Sans;
    font-weight:400;
    font-size:14px;
    line-height: 28px;
    color:#ffffff;
    margin-bottom: 5px;
   }
   
    .footer-heading{
     font-family:Merriweather Regular;
     font-size:20px;
     line-height: 25px;
     margin-bottom: 1em;
     color:#ffffff;  
   }
   
   .footer-widget{
       padding-top:1em;
   }
   
   .footer-bottom-text,.footer-links a{
    font-family:Open Sans;
    font-weight:400;
    font-size:12px;
    line-height: 26px;
    color:#ffffff; 
    margin-bottom: 0px;
   }
   
   .footer-links a{
      text-decoration:underline; 
   }
   
   #green-footer .container{
       padding-bottom:1.5em;
   }
   
   #cta{
       background-repeat: no-repeat;
       background-position: center bottom;
       position:relative;
       overflow: hidden;
   }
   
   .cta-heading{
     font-family: 'Merriweather Regular';
     font-size:29px;
     line-height: 37px;
     color:#ffffff; 
   }
   
   /* Footer Styles */
   
   .inner-row{
       padding-top:275px;
       padding-bottom: 275px;
   }
   
   .service-line{
      font-family: 'Gotham Black';;
      font-size:12px;
      line-height: 20px;
      color:#0f3d5b;
      letter-spacing: 2.84px; 
      margin-bottom: 5px;
   }
   
   .service-heading{
       font-family: 'Merriweather Regular';
       font-size:30px;
        line-height: 59px;
        color:#0f3d5b;
        letter-spacing: 0.21px;
        margin-bottom: 5px;
   }
   
   .service-box{
     background: #ffffff;
     padding: 30px;
     transform: translateY(-50%); 
     box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);
   }
   
   #chauffeur-guides .service-box{
     transform: none;  
   }
   
   .black{
     color:#313131 !important;  
   }
   
   .artical-img{
       width:100%;
       height:100%;
       object-fit: cover;
   }
   
   
   @media (min-width: 1024px){
    .left-padding {
      webkit-transform: translateX(calc((100vw - 1140px)/2));
      -moz-transform: translateX(calc((100vw - 1140px)/2));
      -ms-transform:translateX(calc((100vw - 1140px)/2));
      -o-transform: translateX(calc((100vw - 1140px)/2));
        transform: translateX(calc((100vw - 1140px)/2));
        width: 100%;
    }
    
    .desktop{
        display:block;
    }
    
    .mobile{
        display:none;
    }
    
    .giving-back-text,.tour-text,.destination-text{
        padding-right:15%;
        padding-left: 0;  
      }
      
       #meet-team{
       height: 500px;
     }
     
     .article-bottom{
         height:100%;
     }
     
}

#articals,#testimonials,#experiance,#responsibiities{
    overflow: hidden;
}

.articals-swiper,.testimonial-swiper,.affiliations-swiper{
   padding-top: 1em !important; 
   
}


.articals-swiper .swiper-slide{
  overflow: hidden;
  height: 450px !important;  
}


.artical-overlay{
  position:absolute;
  bottom:-15px;
  width:100%;
  height: 413px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);  
}

.overlay-text{
  position:absolute;
  bottom:0px;
  left:0px;
  width:80%;
  height: 100%;
  padding:20px 40px;
}

#experiance .container-fluid{
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#experiance .mask{
  position:absolute;
  bottom:0px;
  width:100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.artical-heading{
  font-family: 'Merriweather Regular';
  font-size:20px;
  line-height: 40px;
  color:#ffffff; 
  margin-bottom: 1em;
}

.testimonial-box{
   position:relative;   
   width:100%; 
/*   background-color: #ffffff; */
   padding:30px;
   height: 315px;
}

.testimonial-box.white{
  background-color: #ffffff;  
}

.testimonial-box.green{
  background-color: #0f3d5b;
}

.testimonial-image{
    width:30%;
    float:left;
    display:inline-block;
}

.person-img{
    max-width:100%;
}

.testimonial-text{
    width:100%;
    display:inline-block;
}

.testi-heading{
  font-family: 'Merriweather Regular';
  font-size:20px;
  line-height: 25px;
}

.designation{
  font-family:Open Sans;
    font-weight:400;
    font-size:13px;
    line-height: 24px;
    display:inline-block;
    margin-bottom: 1em;
}
   
.testimonial-text p{
  font-family: 'Merriweather Italic';
  font-size:14px;
  line-height: 27px;  
}

.testimonial-box.white .testimonial-text p,.testimonial-box.white .designation,.testimonial-box.white .testi-heading{
   color:#0f3d5b;  
}

.testimonial-box.green .testimonial-text p,.testimonial-box.green .designation,.testimonial-box.green .testi-heading{
   color:#ffffff;  
}

.affiliation{
   height:auto !important;
}

.tour-container{
   height:500px;
   width:100%;
   overflow: hidden;
   background-repeat: no-repeat;
   position:relative;
   background-position: center center;
}

.title-box{
  position:absolute;
  bottom:0px;
  width:70%;  
  background:#ffffff;
  padding: 15px 20px;
  text-align: center;
  margin-left: 15%;
  opacity:1;
  visibility:visible;
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
}

.title-box span{
  font-family: 'Merriweather Regular';
  font-size:16px;
  line-height: 20px;  
  color:#0f3d5b; 
  text-transform: none;
}

.tour-overlay{
  position:absolute;
  bottom:0px;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  -webkit-filter: none;
  filter: none;
  box-shadow: none;
  background-color: #000000;
  transition: all 0.15s ease-in-out;  
}

.tour-container:hover .tour-overlay{
  opacity: 0.58;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.15s ease-in-out;
}


.tour-container:hover .title-box{
    opacity:0;
    visibility:hidden;
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
}

.text-overlay{
  position:absolute;
  top:0px;
  left:0px;
  width:100%; 
  height:100%;
}

.green-title-box{
  position:relative;
  top:0px;
  left:0px;
  width:65%;  
  background:#0f3d5b;
  padding: 35px 40px;
  min-height: 154px;
  text-transform: none;  
}

.text-overlay{
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;  
}

.tour-container:hover .text-overlay{
  opacity:1;
  visibility:visible;
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;  
}

.green-title-box span{
  font-family: 'Merriweather Regular';
  font-size:16px;
  line-height: 26px;  
  color:#ffffff;   
}

.bottom-text{
  padding: 40px;
  position: relative;
  top: 0;  
}

.bottom-text p{
    font-family:Open Sans;
    font-weight:400;
    font-size:15px;
    line-height: 1.53;
    color:#ffffff;       
}

.team-text,.tailor-text,.chauffer-text{
   padding-left:15%;
   padding-right: 0;
}

/*Inner Page banner styles */

.hero-wrap {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  
}

  @media (max-width: 1199.98px) {
    .hero-wrap {
      background-position: center center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #000000;
  }     
      
      .banner-heading{
        font-family: 'Merriweather Regular';
        font-size: 55px;
        color: #ffffff;
        line-height: 1.36;
        font-weight: 400;   
      }
      
      .article-heading{
        font-family: 'Merriweather Regular';
        font-size: 35px;
        color: #0f3d5b;
        line-height: 1.36;
        font-weight: 400;   
      }
      
      .banner-text{
       font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.81;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);   
      }

/*Inner Page banner styles Ends*/

.member-image{
    width:100%;
}

.member-name{
   font-family: 'Merriweather Bold' !important;
   font-size: 18px !important;
   line-height: 23px !important;
   margin-bottom: 10px;
   color:#0f3d5b !important;
}

.member-designation{
  font-family: 'Merriweather Regular';
   font-size: 16px;
   line-height: 20px;
   display: block;
    margin-bottom: 1.5em;
}

.short-separator{
  display: inline-block;
  vertical-align: super;
  color: #8b8b8b;
  margin-right: 10px;  
}

.next{
  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #0f3d5b;
  display: inline-block;
  margin-right: 10px;    
}

.title{
   font-family: 'Merriweather Bold';
    font-size: 20px;
    line-height: 25px;
    color: #0f3d5b;
}

#tour-plans .green-title-box{
  width:75%;  
}

#tour-plans .tour-container{
    height:375px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.blue-box{
  background-color:#0f3d5b;
  padding: 30px 20px;
  display:flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  max-height: 126px;  
}

#intro .blue-box{
  min-height: 126px;
  padding: 30px 18px;  
}

.box-heading{
  font-family: 'Merriweather Regular';
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;  
}

.responsibility-icon{
  float: left;
  margin-right: 30px;  
}

.swiper-pagination-affiliations, .swiper-pagination-testimonials ,.swiper-pagination-articals{
  position:relative !important;
  text-align: center;  
}

.swiper-pagination-affiliations .swiper-pagination-bullet, .swiper-pagination-testimonials .swiper-pagination-bullet,.swiper-pagination-articals .swiper-pagination-bullet{
    background:#d8d8d8;
    opacity: 1;
    border-radius: 0;
    margin-right: 10px;
}

.swiper-pagination-affiliations .swiper-pagination-bullet-active,.swiper-pagination-testimonials .swiper-pagination-bullet-active,.swiper-pagination-articals .swiper-pagination-bullet-active{
    background:#0f3d5b;
    border-radius: 0;
    width:10px;
    height:10px;
}

.swiper-pagination-affiliations .swiper-pagination-bullet:focus, .swiper-pagination-testimonials .swiper-pagination-bullet:focus,.swiper-pagination-articals .swiper-pagination-bullet:focus{
    outline:none;
}

.testimonial-arrows .swiper-button-next {
    background-image: url(../images/next-nav.svg);
    background-size: 52px 52px;
    width: 52px;
    height: 52px;
    position: relative;
    display: inline-block;
    top: 0;
}

.testimonial-arrows .swiper-button-prev{
    background-image: url(../images/prev-nav.svg);
    background-size: 52px 52px;
    width: 52px;
    height: 52px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    left: 0;
    top: 0;
}

.testimonial-arrows .swiper-button-next:focus, .testimonial-arrows .swiper-button-prev:focus{
    outline: none;
}

.testimonial-arrows .swiper-button-next:after,.testimonial-arrows .swiper-button-prev:after{
    content:'';
    display:none;
}

.testimonial-arrows{
    float:right;
    transform: translateX(calc((1140px - 100vw )/2));
     webkit-transform: translateX(calc((1140px - 100vw )/2));
      -moz-transform: translateX(calc((1140px - 100vw )/2));
      -ms-transform:translateX(calc((1140px - 100vw )/2));
      -o-transform: translateX(calc((1140px - 100vw )/2));
}

.read-more-div{
   position:absolute;
   right:0px;
   bottom:0px;
}

.read-more{
  font-family:Open Sans;
  font-weight:400;   
  font-size: 13px;
  color: #ffffff;
  line-height: 28px;  
}

.read-more-div img{
   margin-left: 15px;  
}

.sub-heading{
 font-family: 'Merriweather Regular';
 font-size: 18px;
 line-height: 23px;
}

.link a{
 font-family: 'Merriweather Bold';
 font-size: 17px;
 line-height: 1.29; 
 color: #0f3d5b;
 text-decoration: underline; 
}

.hotel-image{
    float:left;
    width: 50%;
    margin-right: 25px;
}

.featured-card{
   background-color:#ffffff; 
   padding: 25px;
}

.chauffeur-bg{
 background-size: cover;
 background-repeat: no-repeat;
}

.hotel-image img{
  width:100%;
  height:100%;
  object-fit: cover;  
}


.small-text{
    font-size: 14px;
}

#updates-tab{
    border-bottom: none;
}

#updates-tab .nav-item{
    border:none;
    font-family: 'Merriweather Regular';
    font-size:25px;
    line-height:25px;
    color:#0f3d5b;
}

#updates-tab .nav-item.active{
   font-family: 'Merriweather Bold';
   border-bottom: 4px solid #0f3d5b;
   padding-bottom: 15px;
}

.news-img{
    width:100%;
    height: 489px;
    object-fit: cover;
    object-position: center;
}

.post-title{
  font-family: 'Merriweather Regular'; 
  font-size:22px;
  line-height:25px;
  color:#0f3d5b;  
}

.white-box{
    background-color: #ffffff;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3em;
}

.date{
   font-family: 'Merriweather Regular'; 
   font-size:16px;
   line-height:25px;
   color:#6d7278;   
}

.cf-form label{
    font-family:Open Sans;
    font-weight:400;   
    font-size: 18px;
    line-height: 25px;
    color: #6d7278; 
}

.cf-form input[type="text"], .cf-form input[type="email"], .cf-form input[type="tel"]{
  height: 45px; 
  padding: 10px 15px;
}

.cf-form input[type="text"], .cf-form input[type="email"], .cf-form input[type="tel"], .cf-form textarea{
    width:100%;
    border: 1px solid #0f3d5b;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

#Monthly-updates span.wpcf7-list-item{
    margin: 0;
}


.cf-form input[type="text"]:focus, .cf-form input[type="email"]:focus, .cf-form input[type="tel"]:focus, .cf-form textarea:focus,.send-contact:focus{
    outline:none;
}

.cf-form .form-group{
    margin-bottom: 1.25em;
    padding-bottom: 0.75em;
}

.send-contact{
    background:#0f3d5b;
    font-family:Open Sans;
    font-weight:400;   
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    padding: 10px 45px;
}

.footer-mask{
   position: absolute;
    width: 110%;
    height: 110%;
    top: 0;
    left: -5%;
    bottom: -5%;
     -webkit-filter: blur(10px);
  filter: blur(10px);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000),linear-gradient(to left, rgba(0, 0, 0, 0), #00000096);
}

.hero-overlay{
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity:0.59;
   -webkit-filter: blur(10px);
  filter: blur(10px);
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

.excursion-img{
    width:100%;
    height:400px;
    object-fit: cover;
}

.white-bg{
    background: #ffffff;
    padding: 25px;
    width: auto;
    margin: 0px;
    z-index: 10;
    margin-top: -2em;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    height: 330px;
}

.page-template-page-contact-us #cta{
  display: none;  
}

.article-img{
    width:100%;
    height:375px;
    object-fit: cover;
}

.read-more-link{
    font-family: 'Merriweather Bold';
    font-size:18px;
   line-height:23px;
   color:#0f3d5b !important; 
   display:inline-block;
}

.white-bg .read-more-link,.white-box .read-more-link{
   float:right; 
}

.gallery-thumb{
 width:100%;
 height:325px;
 object-fit: cover;
 object-position: center;
}

.single-excursions .hero-wrap,.single-articles .hero-wrap{
  height:80vh;  
}

.article-content .container{
/*    margin-top: -10%;*/
/*    background: #ffffff;
    position: relative;
    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);
     -webkit-box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);    */
}

.up-next{
  display:inline-block;  
  float:left;
}

.next-sec{
    display: flex;
    justify-content: flex-end;
    align-items: center;
   }
   
   .next-sec a.read-more-btn{
       display: block;
   }

   .header-social{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);  
   }
   
   .header-social li{
       margin-bottom: 10px;
   }
   
   .header-social li a span:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 19px;
}

.footer-para a{
    color:#ffffff;
}

.contact-para,.contact-para a{
    font-family:Open Sans;
    font-weight:600;
    font-size:14px;
    line-height: 28px;
    color:#313131;
}

#tours{
    margin-top:60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .left-padding{
      margin-left:calc((100vw - 1140px)/2);  
    }  
}

#experiance .service-box,#chauffeur-guides .service-box{
    padding:45px 30px;
}

.grecaptcha-badge{
    display:none !important;
}

.main-mask{
    position:absolute;
    width:100%;
    bottom:0;
    height: 100%;
    opacity: 0.59;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-image: linear-gradient(to top, #000000, rgb(0 0 0 / 4%));
}

.contact-info{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    color: #313131;  
}

.mandatory{
    color:red;
}

.post-date{
    font-family: 'Merriweather Regular';
    font-size: 18px;
    line-height: 25px;
    color:#6d7278;
}

.post-author{
    font-family: 'Merriweather Regular';
    font-size: 18px;
    line-height: 25px;
    color:#0f3d5b;
}

.directions iframe{
    width: 95%;
    overflow: hidden;
    max-height: 350px;
    float: right;
}

.single-hotels .ftco-navbar-light #menu-main-menu > .menu-item > .nav-link,.single-excursions .ftco-navbar-light #menu-main-menu > .menu-item > .nav-link, .single-articles .ftco-navbar-light #menu-main-menu > .menu-item > .nav-link{
 color: #313131;   
}

.single-hotels #ftco-nav,.single-excursions #ftco-nav,.single-articles #ftco-nav{
  border-bottom: 1px solid #313131;  
}

 .ftco-navbar-light.scrolled .last-item > a {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
      color: #ffffff !important;
  }
  
  .single-hotels .ftco-navbar-light #menu-main-menu > .last-item > .nav-link, .single-excursions .ftco-navbar-light #menu-main-menu > .last-item > .nav-link, .single-articles .ftco-navbar-light #menu-main-menu > .last-item > .nav-link{
      color:#ffffff;
  }


  .page-template-page-parivacy-policy main,.error404 main{
     padding-top: 100px; 
  }  
  
  .article-bottom a{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .contact-para br{
      display:none;
  }
      
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.pagination-row a{
   font-family: 'Merriweather Bold';
   font-size: 17px;
   line-height: 1.29;
   color: #0f3d5b; 
}

.magnify-icon{ 
    position: relative;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.magnify-overlay{  
   display: block;
    position: absolute;
    height: 325px;
    left: 15px;
    right: 15px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    background-color: #000000;    
}

.magnify-icon{
  opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    pointer-events: none;
}

.image-container:hover .magnify-overlay{
    opacity: 0.58;
    visibility:visible;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.15s ease-in-out;   
}


.image-container:hover .magnify-icon{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    }
    
    
    .loadmore-btn{
        cursor:pointer;
    }
    
    .loadmore-btn:disabled,
    .loadmore-btn[disabled]{
      cursor: not-allowed;
      opacity: 0.4;
    }
    
    .magnify-icon:hover{
        cursor:pointer;
    }
    
    .ekko-lightbox-nav-overlay {
      left: -25%;
      width: 150%;  
    }
    
    /*404 page styles */
    
    #not-found-heading{
        font-family: Open sans;
        font-weight: 800;
        letter-spacing: 3px;
        font-size: 65px;
        line-height: 80px;
        color: #0f3d5b;
    }
    
    #not-found-heading span{
      color: #7b7777;   
    } 
    
    
    .not-found-sub{
        font-family: 'Merriweather Bold';
        font-size:30px;
        line-height:58px;
        color:#333333; 
    }
    
    #not-found-content{
       padding-top: 20px;
       padding-bottom: 80px; 
    }
    
     .searchpage input.search-field{
        padding:5px;
        height: 40px;
        width: 100%;
        border: 2px solid #0f3d5b;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 15px;
    }
    
    .searchpage input.search-field:focus{
        outline-offset: 0px; 
    }
    
    .searchpage .screen-reader-text{
        display:none;
    }
    
    .searchpage .search-submit{
    height: 40px;
    padding: 5px 15px;
    background: #0f3d5b;
    color: #ffffff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.54;
    }
    
    @media (min-width: 1024px){
        
     .searchpage label{
      width:22%;  
      }
        
    }
        
    
    /*404 page styles ends*/
    
    
  label.error {
    color: red;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 105%;
}

#inquiry_form .wpcf7-form-control-wrap{
   display: block; 
}