

body{
   /* font-family: "Roboto Slab";*/
    line-height: 24px;
    font-style: normal;
    color: #646464;
    font-size: 14px;
    background-image: url(../image/back.jpg);

}
.mainheader{

}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -4px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-default {
    background-color: transparent; 
     border-color: transparent; 
   }
   .dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #a54949;
    border-bottom-style: dashed;
    color: #ad6a08;
    background: #efefef;
  }
  .dropdown-menu{
padding:2px 0px;
background-color: #a76606;
  }

  .navbar-default .navbar-nav>li>a {
    color: #77021d;
    background: #ffffff36;
    font-variant-caps: all-petite-caps;
    font-weight: 600;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
        color: #dc850c;
    background: #ffffff59;
  }
  .nav>li {
    position: relative;
    display: block;
    margin: 2px;
    padding: 10px 0px;
  }
  .navbar-nav>li>a {
    line-height: 1px;
  }
  .navbar-brand img{
        height: 79px;
    margin-top: -36px;
  }

.navbar-fixed-top{
  padding-top:25px;
  padding-bottom: 7px;

}

.logo a{
  position: fixed;
width: 500px;
height: 200px;
 z-index: 99;
left: 40%;

}
.logo a img{
  height: 107px;
}
@media (max-width: 768px) {
.logo a {left: 5%;
}
}

/*homepage about*/
.common-hader{
    text-align: center;
    padding: 20px 0px 40px;
    background: white;
}

.common-hader h1{
    font-family: serif;
    font-weight: 800;
        color: #ff9800;
}

/*  slider css*/
 #demo-1{
            margin: 0;
            padding: 0;
            background-color: #fff;
            font-family: Georgia, serif;
            line-height: 1.4;
        }
        
        code {
            display: block;
            background-color: #eee;
            padding: 2em;
            overflow: scroll;
            white-space: nowrap;
        }
        .body {
            max-width: 800px;
            padding: 40px;
            margin: 0 auto;
        }
        .meta {
            margin: 0 0 40px 0;
            font-size: 0.8em;
        }
        .properties-table {
            width: 100%;
            padding: 0;
            border-spacing: 0;
            margin-top: 2em;
            font-size: .85em;
            background-color: #eee;
        }
        .properties-table th, .properties-table td {
            text-align: left;
            padding: 10px;
        }
        .properties-table th {
            border-bottom: 1px solid #333;
            line-height: 2;
        }
        /* End Basic styling */

        
        #demo-1 {
            position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
            overflow: hidden; /* to bound the empty top space created by inner element's top margin */
            width: 100%;
            min-height: 400px;
            background-color: #999;
        }
        .demo-inner-content {
            position: relative; /* if position is not set, the script will set it to 'relative'. */
            z-index: 2; /* if z-index is not set, the script will set it to '2'. */
            margin: 180px auto;
            padding: 40px;
            max-width: 600px;
            color: #fff;
            text-align: center;
            font-size: 1.5em;
        }
        .demo-inner-content h1 {
            font-size: 2.5em;
            margin: 0;
        }
#demo-1{
      padding-top: 127px;
}
/*end slider css and stary services*/

/*.serviceblock{
  background-image:url(../image/snowfall.gif);
}*/

/*about sectino*/



.title h2{
    color: #382d44;
    font-family: 'Monotype Corsiva', cursive;
    font-size: 49px;
    margin-bottom: 41px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}
.title span{
    color: #de9324;
}
/*end about*/
/*about us css*/


/*allservicsa css*/




/*newevents*/



/*testimonial*/
#clientsRiview {
    background-image:url(../image/);
   /* padding-top: 100px;*/
    padding-bottom: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
/*team css*/
/*h1, h2, h3, h4, h5, h6 { font-weight: 300; color: #11181f; margin: 0px 0px 15px 0px; font-family: 'Lato', sans-serif; }
h1 { font-size: 44px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; font-weight: 400; }
h4 { font-size: 20px; font-weight: 400; line-height: 30px; }
h5 { font-size: 16px; font-weight: 400; }
h6 { font-size: 12px; font-weight: 400; }
p { margin: 0 0 20px; line-height: 1.7; }*/





/*footercss*/

/*all services*/
.footer{

    background-image: url(../image/footer.jpg);
    padding:0px 0px;
    font-family: 'Raleway', sans-serif;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footerback{
    background: #000000ad;
    color: white;
}
.foot{
    text-align: center;
    padding: 41px 15px;
}
.fotterimage{
    text-align: center;
    max-width: 100%;
    height: auto;
}
.social{
        padding: unset;
            padding-top: 10px;
}
 .foot ul a{
    background: #7b5306;
    font-size: 13px;
    padding: 9px 12px;
    margin: 10px;
    color: white;
 }
  .foot ul a:hover{
    background: white;
    font-size: 13px;
    padding: 9px 12px;
    margin: 10px;
    color: #7b5306;
 }
.mainimage img{
  width: 100%;

}

/*event gallery cvss*/
.gallery{

padding:70px 10px;
}
.list-quotes {
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    /*border-bottom: 1px solid blue;*/
}
.list-quotes img,
.list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-quotes h1{
       background: rgba(0, 0, 0, 0.53);
    bottom: 12px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    margin: 0;
    line-height: 1.5;
}

.list-quotes p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
       background: rgba(125, 91, 47, 0.8);
    width: 100%;
    color: #fff;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
}
.list-quotes:hover{
    box-shadow: 0 0 5px 2px rgba(51,153,153, 0.5);
}
.list-quotes:hover h1 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    text-shadow: 0px 0 15px #fff;
    transition: all 250ms ease;
}
.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.quotes span{
    color:#222;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

/*secondimage gallery*/
.folder{
      background: #e28f00;
    box-shadow: 3px 5px #7b520a;
    border-radius: 2px 22px;
}
.folder span{
  padding: 9px 0px;
    font-size: 54px;
    color: #fff;
}
.folder .info{ 
  padding: 6px 14px;
  text-align: center;
  }
 .info .GEtitle{
  color: #000;

 }
 .info .GEname{
    color: #9a0303;
 }
 .info .GEdate{
  color: white;

 }
.galleryimg img{
height: 197px
}
@media (max-width: 768px) {
 .galleryimg img{display: block;
    max-width: 100%;
    height: auto;
}}
.feturedimg{
height: 230px
}
@media (max-width: 768px) {
 .feturedimg {display: block;
    max-width: 100%;
    height: auto;
}}



#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 20px;
        }
.page-top{
     padding: 40px 10px;
    text-align: center;
      }
        
img.zoom {
    width: 250px;
    height: 200px;
    
    -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;  
    }

    /*enquiry form css*/

  
/*divider css*/
.divider{
padding-top:44px;
}

.testimonial-text{
  text-align: center;
    font-weight: 600;
    color: #e58321
}
/*/////////////////////////homepageenquery/////////////////////////*/
/*packages css*/
.package{
padding: 50px 10px;
}
 .package h1{

     text-align: center;
    font-weight: 600;
    color: #e58321
  }
  .allpackages h1{

     text-align: center;
    font-weight: 600;
    color: #e58321
  }
.allpackages{
  padding: 50px 10px;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
  left: -12px;
    height: 40px;
  width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
  right: -12px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
/*css tour*/
  .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-image:linear-gradient( to top, hsl(30, 80%, 52%), hsl(48, 92%, 71%));
            transition: opacity .3s ease-in 0s,transform .3s ease-in 0s,-webkit-transform .3s ease-in 0s;
            opacity: 0;
            overflow: hidden;
        }

        .img-content:hover .overlay {
            opacity: 1;
        }

        .img-content:hover .overlay .text {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .text {
            -moz-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transition: opacity .3s ease-out .1s, -webkit-transform .3s ease-out .1s;
        }
/*package block*/
.packageimg {
/*  min-width: 1380px;
  margin: 70px auto 0;
  display: flex;*/
  /*flex-direction:row;
  flex-wrap:wrap;*/
}
.packageimg .box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 10px;
  box-sizing:border-box;
  display: inline-block;
}
.packageimg .box .imgBox {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
.packageimg .box .imgBox img {
  width: 100%;
  height: 100%;
  transition: transform 2s;
}
.packageimg .box:hover .imgBox img {
  transform: scale(1.2);
}
.packageimg .box .details {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  background: rgba(0,0,0,0.8);
  transform: scaleY(0);
  transition: transform 1s;
}
.packageimg .box:hover .details {
  transform: scaleY(1);
}
.packageimg .box .details .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff;
}
.packageimg .box .details .content h2 {
  margin: 0;
  padding: 0;
  font-size:22px;
  color: #ff0;
}
.packageimg .box .details .content p {
  margin: 10px 0 0;
  font-size:12px;
  padding: 0;
}

.//////////////////////////////////////////
.services{
    margin: 20px auto;
    }
    .services h1{
       text-align: center;
       font-weight: 600;
     color: #e58321
    }
figure.snip1174 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #1a1a1a;
  color: #ffffff;
  text-align: left;
  margin: 10px;
  width: 100%;
  border-radius: 0px;
}
figure.snip1174 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1174 img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: top;
  opacity: 0.7;
}
figure.snip1174 figcaption {
  position: absolute;
  padding: 40px 25px;
  top: 0;
  left: 0;
}
figure.snip1174 h2,
figure.snip1174 p {
  margin: 0;
  padding: 0;
}
figure.snip1174 h2 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 100;
  font-size: 1.8em;
}
figure.snip1174 p {
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.4em;
}
figure.snip1174 a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
figure.snip1174 a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
figure.snip1174.blue {
  background-color: #20638f;
}
figure.snip1174.yellow {
  background-color: #c87f0a;
}
figure.snip1174.green {
  background-color: #1e8449;
}
figure.snip1174.navy {
  background-color: #222f3d;
}
figure.snip1174.red {
  background-color: #962d22;
}
figure.snip1174:hover img,
figure.snip1174.hover img {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.snip1174:hover a,
figure.snip1174.hover a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*iternory page css*/
  .itenory 
  { background: #ffbe00;
    padding: 10px;
    margin: 50px 0px;
    box-shadow: -1px 1px 9px 2px;
    text-align: center;
  }
  .itenory:hover{
     background: #ffffff;
    padding: 10px;
  ;
    box-shadow: 0px 2px 4px 3px #ff9f45;
    transition: 0.5s;

  }
 .itenory h1{
  text-align: center;
  font-weight: 600;
    color: #74021b;
  }

  .itenory h2{
   font-size: 22px;
    text-align: center;
    font-weight: 600;
  }

  .itenory-heading h1{
    padding: 10px;
    background: #e4e2e0;
    box-shadow: 0px -1px 1px 1px;
    border-radius: 39px;
    color: #76021e;
    font-weight: 600;
    text-align: center;
  }
  .subheading{
    padding: 10px;
  }
  .subheading h2{
        font-size: 26px;
    font-weight: 600;
    color: #ef7403;
   
  }
  .itenery-day img{
  padding: 0px 10px;
  }
  .itenery-day p{
    text-align: justify;

  }

  .endtour{
    text-align: center!important;
      color: green;
    }    
  .itenery-day h4{
    border-radius: 76px 3px;
    background: #ef7403;
    padding: 6px;
    box-shadow: 0px 0px;
    color: #fff2f5;
    text-align: center;
    font-weight: 600;
  }


/*  contact page css*/

   .corporate-off {
    padding: 35px 38px;
    background: #ff9d4a;
    color: #76021e;
    border-radius: 14px 132px 132px 18px;
    font-size: 24px;
    line-height: 2;
    
  }

    .branch-off{
      padding: 35px 38px;
    background: #ff9d4a;
    color: #76021e;
    border-radius: 60px 60px 60px 60px;
    font-size: 24px;
    line-height: 1.3;
    
  }

   .address{
        padding: 39px 1px 39px 62px;
    background: #ff9d4a;
    color: #76021e;
    border-radius: 132px 58px 61px 132px;
    font-size: 18px;
    line-height: 2;
    
  }
  .addressbox{
    padding:  50px 0px;
  }
  .backimg{
    background-image: url(../image/theme/background.jpg);
  }

   #enqform{
     padding: 30px;
    background: #ec7600ab;

  }
   #enqform h4{
    background: #e48229;
    text-align: center;
    font-size: 30px;
    padding: 5px;
    border-radius: 25px;
    color: #73031f;
    font-weight: 600;
  }
  .enqform{
        padding: 60px 10px;
  }

/*  <tailormade tour*/

#pootfolio{
  background:#e2e2e2;
}
.btn-primary {
                background-color: #E7A331;
                color: #ffffff;
                border: 2px solid #E7A331;
                text-transform: uppercase;
                border-radius: 4px;
            }
            .btn-primary:hover {
                background-color: #d6962c;
                border-color: #d6962c;
                color: #fff;
            }

.portfolio{
                background:url(assets/images/portfoliobg.jpg) center top no-repeat;
                -moz-background-size: cover;
                -webkit-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                width: 100%;
                overflow: hidden; 
            }

            .portfolio_content{
                padding-bottom:120px;
                display:inline-block;
            }
            .portfolio .portfolio_content .head_title h3{
                color:#000000;
            }
            .portfolio .portfolio_content .head_title h4{
                color:#000000;
            }

            .single_portfolio_text{
                display:inline-block;
                padding:0;
                position:relative;
                overflow:hidden;
                padding:2px;

            }
            .single_portfolio_text img{
                width:100%;
            }

            .single_portfolio_text:hover .portfolio_images_overlay{
                top:5%;
                left: 5%;
            }

            .portfolio_images_overlay{
                width: 90%;
                height: 90%;
                background: rgba(0, 0, 0, .5);
                padding: 20px;
                margin: 0 auto;
                top:-100%;
                left: 5%;
                position: absolute;
                transition:.6s;
            }
            .portfolio_images_overlay h6{
                text-transform:uppercase;
                color:#fff;
                font-size:2rem;
                line-height:2.575rem;
                font-weight: 500;
                margin-bottom: 1rem;
                margin-top: 1rem;
            }

            .portfolio_images_overlay p.product_price{
                font-size:2.5725rem;
                color:#fff;
                line-height:3rem;
            }
            .portfolio_images_overlay .btn{
                margin-top: 25px;
            }

            @media (min-width:769px) and (max-width:991px) {
                .portfolio_images_overlay {
                    padding: 0px;
                }
            }
            @media (max-width:768px) {
                .portfolio_images_overlay{
                    padding: 170px 20px;
                }
            }
            @media (max-width:580px) {
                .portfolio_images_overlay{
                    padding: 100px 20px;
                }
            }
            @media (max-width:480px) {
                .portfolio_images_overlay{
                    padding: 40px 20px;
                }
            }
            @media (max-width:320px) {
                .portfolio_images_overlay{
                    padding: 20px;
                }
            }

        /*    connam enqueiry*/

  .connanenq{

     background: #78041e;
    margin-top: 10px;
    margin-bottom: 42px;
    box-shadow: 0px 0px 0px 6px #ef7403;
    border-radius: 3px 58px 56px 0px;
    color: #fff;
    font-size: 20px;
  }
   .enquerynow
    {
      margin: 19px 10px 20px;
      }  
   .enqbtn    
   {
    color: #ef7403;
    box-shadow: 3px 2px 2px 2px #946d6d;
    border-radius: 9px 4px;
    padding: 3px 20px;
}
 /*  fotter texet*/

 .foottext{
  text-align: center;
      background: black;
    margin: 0px;
    color: #fff;
 }

 .foottext a{
  color: #e78931;
}