/* Common Css */
.mb-2
{
    margin-bottom: 2rem !important;
}
.mb-3
{
    margin-bottom: 3rem !important;
}
.mb-4
{
    margin-bottom: 4rem !important;
}
.mb-5
{
    margin-bottom: 5rem !important;
}
.mb-0
{
    margin-bottom: 0px !important;
}
.mt-5
{
    margin-top: 5rem !important;
}
.mt-3
{
    margin-top: 3rem !important;
}
.pt-5
{
    padding-top: 5rem !important;
}
.pt-4
{
    padding-top: 4rem !important;
}
.pt-3
{
    padding-top: 3rem !important;
}
.pt-2
{
    padding-top: 2rem !important;
}
.pl-3
{
    padding-left: 3rem;
}
.pl-2
{
    padding-left: 2rem;
}
.pl-1
{
    padding-left: 1rem;
}
.py-3
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.d-flex
{
    display: flex;
}
.text-white 
{
    color:#fff;
}
/* Common Css */
#footer .footer-menu li 
{
    background: transparent;
    border:0;
    color:#fff;
    padding-left: 0;    
}
#footer .footer-menu li a 
{
    color:#fff;
    text-decoration: none;  
}

#footer .footer-heading
{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
#footer .copy-right
{
    border-top: 1px solid #777;
    padding-top: 30px;
}
#footer .copyright-text
{
    margin-bottom: 0
}
#footer .fh5co-social-icons
{
    margin-bottom: 0;
}


.custom-slider {
    position: relative;
}
.custom-slider.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    /* height: 100px; */
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.custom-slider.owl-carousel .owl-nav button.owl-next i, .custom-slider.owl-carousel .owl-nav button.owl-prev i, .custom-slider.owl-carousel button.owl-dot{
    font-size: 2rem;
    color: #fdb813;
    border: 1px solid #fdb813;
    padding: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.custom-slider.owl-carousel .owl-nav button.owl-prev, .custom-slider.owl-carousel .owl-nav button.owl-next
{
    top:50%;
}

.custom-slider.owl-carousel .owl-nav button.owl-prev:disabled, .custom-slider.owl-carousel .owl-nav button.owl-next:disabled
{
    opacity: 0.3;
    background-color: #fff;
}
.custom-slider.owl-carousel .owl-nav button.owl-prev:focus, .custom-slider.owl-carousel .owl-nav button.owl-next:hover, .custom-slider.owl-carousel .owl-nav button.owl-prev:focus, .custom-slider.owl-carousel .owl-nav button.owl-next:hover
{
    background-color: #fff;
}
.custom-slider.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}
.custom-slider.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.category_sidemenu li.heading
{
    background: #fdb813;
    color:#fff;
    font-weight: bold;
}

.category_sidemenu li a
{
    color: #000;
    font-weight: 500;
}
.category_sidemenu li a:hover
{
    color:#fdb813;
    font-weight: 500;
}
.package-booking-form
{
    margin-bottom: 50px;
}
.page-inner-container
{
    padding: 0px 70px;
}

#home-slider .carousel-indicators .active 
{
    border:1px solid #fff;
    background-color: #fdb813;
}
.adventure-pack-card
{
    margin: 100px auto 70px;
}

/* Social Icons */
#social_side_links {
    position: fixed;
    top: 35%;
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 99999;
}
#social_side_links li a {
    display: block;
}
#social_side_links li a img {
    display: block;
    max-width: 45px;
    padding: 10px;
    transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
#social_side_links li a:hover img {
    background: rgba(0, 0, 0, .2);
}


.instagram-icon
{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.instagram-icon:hover 
{
    background-color: #dc2743;
    background: -moz-linear-gradient(45deg, #dc2743 0%, #dc2743 25%, #dc2743 50%, #dc2743 75%, #dc2743 100%); 
    background: -webkit-linear-gradient(45deg, #dc2743 0%,#dc2743 25%,#dc2743 50%,#cc2366 75%,#dc2743 100%); 
    background: linear-gradient(45deg, #dc2743 0%,#dc2743 25%,#dc2743 50%,#cc2366 75%,#dc2743 100%);
}

.show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
list-style: none;
}

.glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 35px;
}

.inactive { 
    color: #ccc;
    background-color: #fafafa;
} 



.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 999999999999999999999999999;
    overflow: hidden;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #fdb813;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite ease;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact-layout
{
  padding: 50px;
}
.contact-layout .heading
{
    font-size: 24px;
    color: #fdb813;
    font-weight: bold;
}
.contact-layout .contact-icon
{
    margin-top: 5px;
    font-size: 18px;
    color: #fdb813;
}

.contact-layout .contact-info li {
    border:0;
    padding: 0;
    margin-bottom: 20px;
}
.contact-layout .sub-heading
{
    font-size: 16px;
    color: #777;
    font-weight: bold;
} 

.moreless-button
{
    border:1px solid #fdb813;
    background-color: #fff;
}
.moreless-button.btn:hover, .moreless-button.btn:focus
{
    border:1px solid #fdb813;
    background-color: #fff !important;
    color:#fdb813 !important;
} 
.cs-select ul
{
    max-height: 200px;
    overflow-y: auto
}

@media(max-width:767px)
{
    .backgalore-pack-slide
    {
        display: none;
    }
}
.backgalore-pack-slide
{
    display: none;
}


/*Material Input */
.mi-input-field {
    position: relative;
    margin: 10px 0;
    color: #000;
}
.mi-input-field input{    
    height: 40px;
}

.mi-input-field input, .mi-input-field textarea {
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    width: 100%;
    font-size: 1.4em;
    border-bottom: 1px solid #777;
    color: inherit;
    padding: 0;
    font-size: 14px;
    transition: 0.2s ease;
}
.mi-input-field input::placeholder, .mi-input-field textarea::placeholder {
    color: transparent;
}
.mi-input-field input:focus, .mi-input-field input:not(:placeholder-shown),
.mi-input-field textarea:focus, .mi-input-field textarea:not(:placeholder-shown) {
    border-bottom: 1px solid #f09433;
    box-shadow: 0 1px 0 0 #f09433;  
}
.mi-input-field input:focus + label, .mi-input-field input:not(:placeholder-shown) + label,
.mi-input-field textarea:focus + label, .mi-input-field textarea:not(:placeholder-shown) + label  {
    transform: translateY(-14px) scale(0.85);
    color: #000;
}
.mi-input-field label {
    color:rgba(0, 0, 0, .3);
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 1em;
    cursor: text;
    transform-origin: 0% 100%;
    transform: translateY(14px);
    transition: 0.2s ease-out;
}
.contact-btn{
    height: 55px;
  }
  .social_side_links{
    width: 60px;
    left: 0;
    right: auto;
  }
  .social_side_links li{
    height: 60px;
    position:relative;
  }
  .social_side_links li a{
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
    padding-left:25%;
    border-bottom: 1px solid rgba(0,0,0,.4);
    transition: all .3s linear;
  }
  .social_side_links li:nth-child(1) a{
    background: #4267B2;
  }
  .social_side_links li:nth-child(2) a{
    background: #1DA1F2;
  }
  .social_side_links li:nth-child(3) a{
    background: #E1306C;
  }
  .social_side_links li:nth-child(4) a{
    background: #2867B2;
  }
  .social_side_links li:nth-child(5) a{
    background: #333;
  }
  .social_side_links li:nth-child(6) a{
    background: #ff0000;
  }
  .social_side_links li a i{
    position:absolute;
    top: 17px;
    left: 20px;
    font-size: 27px;
  }
  .social_side_links li a span{
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .social_side_links a:hover {
    z-index:1;
    width: 200px;
  }
  .social_side_links li:hover a span{
    padding-left: 30%;
    display: block;
  }
  .inner-page-layout .heading-section:after
  {
    display: none;
  }
  .single-tabs li{
    width: 100%;
  }
  .single-tabs li a {
    border-radius: 15px 15px 0px 0px !important;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
  }
  .mob-no{
    position: relative;
  }
  .mob-no:after{
    content: '9606406060';
    position: absolute;
    left: 0;
    top: -2px;
    padding:0px 3px;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  #topbar .pad-right{
    padding-right: 110px;
    cursor: pointer;
  }