body{
    padding-right: 0!important;
}
a:hover{
color:green;

}
.current{
  background: white;
  color:black;
}


.header-top{
    
  background: #FF0066;
    max-height: 35px;
}
.address{
color:white;
margin-top:5px;
}
.con_info{
display:inline;


}
.enq-form span{color: red;}
.sticky-top{margin-right: 0!important;}
.modal-backdrop.show {opacity: 0!important; display: none;}

.navbar-light{
    padding: 0!important;
}

.navbar-brand img{
    height: 40px;
    width: auto;
}
.bg-menu {
    background: #d9d9d9;
    
}

.menu{
    
    margin-left: 25%;
}

.ch-form{
    
}





.slider-border{
    
    border-top:4px solid #ccc;
}




.short-des{
    
    
   margin: 50px 0; 
    
    
}

.short-des h1{
    
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    
}

.unique-visit{
    width: 150px;
    float: right;
}
.unique-visit h3{ font-size:18px;  }
/*-----Agent reg start------*/

.agent-reg h2{
    
   text-align: center;
    color: seagreen;
    font-size: 18px;
    margin-top: 30px;
    
}
.reg-form-top{
   max-width: 800px; 
    margin: 0px auto;
}
.reg-form{
    
  border:3px solid #007bff;
border-radius: 5px;
    padding: 10px;
    max-width: 800px;
    margin: 20px auto;
    
    
    
}




/*-----Agent reg end------*/
/*-----account and cheakout start------*/

.signup_form,.login_form{
        
        padding: 20px;
    }
    .form-title{
       border-bottom-style: ridge ;
	   border-color:white; 
       padding-top:20px; 
    }
    .form-title h3{
        font-size: 24px;
        text-align: center;
		
       
		 
        color: black;
    }
    .form-group lable{
        font-size: 18px;
        font-weight: 100;
		color:#555555;
       
    }
    .fo-text{
        
        height: 43px;
    }
    

 .signup_form,.login_form{
        
        padding: 20px;
    }
   
   
   .btn_s{
        width:47%!important;
        border-radius: 0;
		padding:8px 0 !important;
		border:none;
		}
		 .btn_cu{
        width:100%!important;
        border-radius: 0;
		padding:8px 0 !important;
		border:none;
		}
		.btn_p {
    width: 90% !important;
    border-radius: 0;
    padding: 8px 0 !important;
    border: none;
    margin: 8px 23px;
    
    box-sizing: border-box;
    font-size: 16px;
}
		 .btn_c{
        width:200px;
        border-radius: 0;
		border:none;
        float: right;
        font-size: 24px;
        margin-right: 20px;
        
    }
	
	
	.error{
padding:5px;
margin:0 -15px;
background:#FF0000;
color:#FFFFFF;
font:bold;
font-size:24px;
text-align:center;

}

.success{
padding:5px;
margin:0 -15px;
background:#00CC33;
color:#FFFFFF;
font:bold;
font-size:24px;
text-align:center;

}

.log_error{


color:#red;
font:bold;
font-size:18px;
text-align:center;

}

.log_success{
position:absolute;
font-size:16px;

width:75px;
left:0;
right:0;
bottom:0;
top:0;
margin:14px auto 0 auto;
}
.log_error{
font-size:16px;
}
.address span{
font-weight:600 !important;
color:red;

} 

/*-----account and cheakout end------*/




/*--------tour package start---------*/
.card-header h3{
    
   font-size: 14px;
    font-weight: 600;
    color:#007bff;
    text-transform: uppercase;
    text-align: center;
    height: 25px;
}


.card-header h3 span{
    
    margin-left: 5px;
    color: seagreen;
}
.card-header{
    
 padding: .75rem 0.25rem!important;   
}
.pack-title {
    overflow: hidden;
    padding: 0px 3px !important;
}
.card-header .hr-prc h3{
    
   font-size: 12px; 
    color:red;
   text-align: center;
    padding-top: 5px;
}
.card-header .hr-prc h3 span{
    color: black;
}
.card-inner .content p{
    
   font-size: 14px; 
    
}
.pack-des p{
    
    height: 90px;
    
}
.com-divider{
border-bottom: 2px solid #ccc;
    width: 95%;
    margin: 0 auto;
}
.book-now{
    background: #3c0008;
    width: 100%;
    color: #fff;
    border:0;
       box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px, rgba(0, 0, 0, 0.12) 0px -5px 10px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 5px 6px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    
}
.book-now:hover{
   box-shadow:none;
    transition: 1s;
    
}
.card-inner .content p a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.card-inner .content p a .fa-angle-double-right{
    
  margin-right: 5px;
    transition: 1s;
}
.card-inner .content p a:hover .fa-angle-double-right{
    
  margin-left: 5px;
    transition: 1s;
}
.card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#FFF;
}

.card:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.card > .card-inner {
  padding:10px;
}
.card .header h2, h3 {
  margin-bottom: 0px;
  margin-top:0px;
}
.card .header {
  margin-bottom:5px;
}
.card img{
  width:100%;
}

.pack-img img{
   width:100%;
    height: 200px;
}
.cat-mar {
    
    margin-top: 40px;
    
    
}


.packagel-hol {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 12px 0 10px 0;
    border-radius: 3px;
}
/*--------tour package end---------*/


/*--------tour servic start---------*/

.short-des-ser{
    
    background: #ccc;
    padding: 20px 0;
    
    
    
}


.short-des-ser{
    
    
   margin: 50px 0; 
    
    
}

.short-des-ser h1{
    
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    
}



.service-img img{
   
   width: 100%;
    height: auto;
}

.service-con p{
    margin-top: 30px;
    padding: 20px;
    
}


.service-con p a {
    color: red;
    text-decoration: none;
    background-color: transparent;
}

/*--------tour servic end---------*/
/*----------testimonial start-----*/
.testimonial-hol{
    
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 12px 0 10px 0;
    border-radius: 3px;
    
}

.bt-border{
    
   border:1px solid #ccc; 
    
}

.testi-img {
    
    height: 100px;
    width: 100px!important;
    border-radius: 100%;
    margin: auto;
    
    border: 2px solid red;
    padding: 5px;
    
}


.place-dt{
    
    font-size: 12px;
    text-align: center;
    line-height: 2;
    
}

.ng-binding{
    
    font-size: 18px;
    text-align: center;
   
    
}


.card-text{
    
   height: 100px;  
    
    
}

story-holder{
    
  padding-right: 0px!important;  
    
   padding-left: 0px!important;   
}
.story-card{
    
   
    background-color: #f1f1f1;
    position: relative;
    border: 1px solid #ddd;
    
    padding: 10px;
    
    
}
.card-body p{
    
   font-size: 12px; 
    
}

h3.testi-title{
    
    font-size: 24px;
    line-height: 1;
}


h3.cliet-title{
    
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.fa-chevron-circle-right,.fa-chevron-circle-left{
    
    vertical-align: middle;
    color: #ccc;
    font-size: 30px;
    
    
}



.arrow-hol span a{
    
    background: red;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    width: 100px;
    margin-right:  20px;
    text-decoration: none;
}


.arrow-hol span{
    
    margin-bottom: 10px;
}

.all-story {
    
   background:url(../images/travel-plans.jpg) no-repeat center center ; 
    background-size: cover;
    min-height: 400px;
    
}
.all-story h1{
    text-align: center;
   padding-top:  10%;
}

.adon-des{
    
  height:20px; 
    overflow-y:auto;  
    
    
}
/*------testimonial end------*/


/*-----cart start--------*/
.cat-title h2{
    
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0;
}

.rate_sl{
float:left;

margin-top:45px;
padding-left:10px;
padding-right:10px;



}


.rate{

border:1px solid  #DDDDDD ;
overflow:hidden;
margin-bottom:15px;
background: #ccc;


}
.rate_rm{
width:200px;
height:200px;
float:left;
border:1px solid blue;



}
.rate_rm img{
width:200px;
height:200px;
float:left;




}
.rate_rt{
width: auto;
padding-left:20%;
font-weight: bold;




float:left;


}

.clear{
      text-decoration: none;
	font-size:15px;
	font-weight:bold;
	color:white;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:9px;
	padding-right:9px;
	 border: 0;
	float:right;
	
	background:red ;
}
.clear:hover{
     background:white ;
	 color:black;
    border: 1px solid red;

}


.remove{
      text-decoration: none;
	font-size:15px;
	font-weight:600;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:9px;
	padding-right:9px;
	border: 0;
	float:right;
	
	background:black ;
}
.remove:hover{
     background:lightgreen ;
 text-decoration: none;
}


.continue{
          font-size:18px;
          cursor: pointer; 
          color: white;
          text-transform:uppercase;
          background:seagreen;
          font-weight: 600;
		  padding:5px;
		  border:none;
          margin-top:5px;
		 
          border-radius:3px;
          
       }

.continue:hover {
          font-size:18px;
          
          font-weight: bold;
        
       
      
		 margin-left:2px; 
       }

.update{
          font-size:18px;
          cursor: pointer; 
          color: white;
          text-transform:uppercase;
          background:green;
          font-weight: bold;
		  padding:5px;
		 border-radius: 3px;
		  border:none;
          margin-top:5px;
		  margin-bottom:5px;
          
     
       }

.update:hover {
        
          
         
       
       
        color: #66FFFF;
		 
       }



.total_list{
border:1px solid gray;
background: #ccc;
text-align:center;
padding: 10px;



}
.total_list h8{
    font-size:12px;
	color:black;
	font-weight:bold;
	padding:6px;


}












*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}

.select-cart select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.select-cart select::-ms-expand {
  display: none;
}

.select-cart {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    min-width: 15px;
    width: 60px;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.select-cart select, .select-cart::after {
  grid-area: select;
}
.select-cart:not(.select-cart--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.select-cart select option{
    
    
 text-align: center;
width: 20px;
    
}

.gend span{
    line-height: 0!important;
    color: seagreen;
    left: 18px;
    margin-bottom: 0!important;
}
.gender-holder{
    
   
    width: 175px;
    margin: auto;
    overflow: hidden;
    
}

.st-de-hol{
    width: 200px;
    margin: auto;
    overflow: hidden;
    
    width: 218px;
    
}

.gend{
    
    
    float: left;
    margin-left: 10px;
}




/*----tour single page-----*/
.pkage-title h2{
    font-size: 14px;
    text-align: left;
    color: dimgray;
    text-transform: uppercase;
    font-weight: 600;
    
}
.left-side-bar{
    
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    
    background: #fff;
   border-radius: 5px;
    min-height: 500px;
    padding: 10px 0;
}

.left-side-bar h3{
    
    background: gray;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    
    
}
.left-side-bar table{
    
    margin: 7px;
    width: 95%;
    border-bottom: 1px solid #cccccc;
}
.left-side-bar h2{
    
    text-align: center;
    font-size: 18px;
    color: forestgreen;
    border-bottom: 1px solid #cccccc;
    
}

.left-side-bar table tr td{
    
    text-align: center;
}

.left-side-bar a:hover{
        
     text-decoration: none;   
}
.st-dt{
    
    text-align: center;
    color: seagreen;
}
.tur-lth{
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
}
.tur-lth b{
    font-size: 14px;
    
}
.dis-price h5{
    text-align: center;
    font-size: 14px;
}
.dis-price h4{
    
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}
.dis-price span{
    text-decoration: line-through;
}
/*------page body------*/
.btour-bg {
    padding-top: 30px;
    overflow: 
    background: rgba(204,204,204,0.3);
}

.food-icon {
    float: right;
}


.food-icon ul li{
    display: inline-block;
    width: 100px;
    
}
.food-icon ul li span{
    float: left;
    font-size: 12px;
}
.food-icon ul li .fa{
    float: left;
     border-radius: 50%;
    width: 32px;
    display: block;
    color: #fff;
    height: 32px;
    cursor: pointer;
    
    margin-right: 10px;
text-align: center;
    line-height: 28px;
}

.bfirst{background: #33CCFF;} .lunch{background:#FF9900;}.dinner{background: #FF99FF}
/*----laft side bar end-----*/
/*---------single page slider-start------*/


.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.tr-slide{
    width: 100%;
    max-height: 400px;
}
.tr-slide img{
    width: 100%;
    position: relative;
}
.tr-slide h2{
    position: absolute;
   top: 10px;
    z-index: 1;
    text-align: left;
    
    width: 100%;
    text-transform: uppercase;
    color: #3c0008;
   padding-left: 0.2%;
    font-size: 18px;
}
.tr-slide h2 a{
    
    background: #fff;
    border-radius: 3px;
    padding:0 5px;
    text-decoration: none;
    color: #3c0008;
    cursor:auto;
    
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    width: 100%;
    height: 50px;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
@media (max-width:676px){
    
  .lSSlideOuter .lSPager.lSGallery img {
   
    height: auto;
    width: 50px;
    height: auto;
}  
    
}
    
    
    


.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}


/*---------single page slider-end------*/
.accordion-hol h7{
    color: red;
    font-size: 14px;
    
    font-weight: 600;
}
.tr-details h3{
    margin-top: 20px;
    background: #cccccc;
    font-size: 18px;
     font-weight: 600;
    padding: 10px;
}

.tr-details h2{
    margin-top: 20px;
    background: #cccccc;
    font-size: 18px;
    color: seagreen;
    font-weight: 600;
    padding: 10px;
    
}

.tr-details h4{
    margin-top: 20px;
   
    font-size: 18px;
    
    font-weight: 600;
    padding: 10px;
    text-align:center;
}


.tr-details h4 a{
    
   background: #3c0008;
   padding:5px 10px;
   color:#fff;
   border-radius:5px;
   text-transform:uppercase;
    transition:1s;
   
}

.tr-details h4 a:hover{
    
    text-decoration:none;
    background:dodgerblue;
}
.tr-details h5{
    color: #333333;
   font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    
}

.tr-details h5 span{
    
   color: dodgerblue; 
}

.tr-details .ten-val h5 span{
    background: dodgerblue;
   color: #fff;
    margin: 0 2px;
    padding: 2px;
    border-radius: 3px;
}


.short-brif h5{
     font-size: 16px;
    color: dodgerblue;
    font-weight: 600;
    
}
.short-brif h5 span{
    color: gray;
}

.tour-des h8{
    
    font-size: 18px;
    color: seagreen;
    font-weight: 600;
}

.tour-des p{
    
    font-size: 14px;
    color: #333333;
    
    
}

.special-note h7{
    
    font-size: 18px;
    color: red;
    font-weight: 600;
}


.special-note p{
    
    font-size: 14px;
    color: #333333;
    
    
}


.include_or_not h8{
    
  font-size: 18px;
    color: dodgerblue;
    font-weight: 600;  
    
}


.include_or_not p{
    
  font-size: 14px;
    color: #333333;  
    
}
/*-------accordion start---------*/
.accordion-hol .accordion {
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: 32px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 10s;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.accordion-hol .active, accordion-hol .accordion:hover {
  background-color: #007bff; 
}

.panel {
  padding: 0 18px;
  display: block;
  background-color: white;
  overflow: hidden;
    transition: 2s!important;
}

.panel p{
    color: #333333;
    font-size: 14px;
    
}
.accordion h6 {
    width: 32px;
    display: block;
   color: #fff;
    height: 32px;
    
    cursor: pointer;
   background: red;
    z-index: 99;
    display:inline-block;
  
   
    line-height: 28px;
   margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}
.accordion h6 span{
    display:inline;
    margin-left: 200px;
}


.accordion h6:hover{
    
    border: 2px solid red;
    background: transparent;
    color: #fff;
    transition: 1s;
    
    
}
/*-------accordion end---------*/




/*-------contact page start---------*/
.con-bg{
    
  background: url(../images/conntact-top-bg.jpg)no-repeat;
    background-size: cover;
    
    
}
.con-bg h2{
    vertical-align: middle;
    margin: 200px 0;
    color: #fff;
  
    
}

.overlay-bg {
 
  
  width: 100%;
    height: 400px;
  
  background: rgba(0,0,0,0.5);
  z-index: 2;
  
}



.cont-main{
    
    margin-top: 30px;
    
}

.contact-info .fa {
  padding-right: 5px;
}

#contact .form-control {
  border: none;
  border-bottom: 2px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom-color: #999999;
}

#contact input {
  height: 55px;
}

#contact button#submit {
  background: #2b2b2b;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  height: 50px;
  margin-top: 24px;
}

#contact button#submit:hover {
  background: #7682cc;
  color: #ffffff;
}
/*-------contact page end---------*/

/*-----Gallery start----*/

.demo-gallery > ul > li {
    float: left;
  
   
    width: 200px;
    margin: 0 auto 15px auto;
}
.demo-gallery > ul > li .addon-box { 
  border: 3px solid lightgray;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
    padding-bottom: 3px;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 245px;
  width: 100%;
}




.blackbox{
    margin:20px auto;
    max-width: 800px;
    
}

 .gentxt{
        
        border: 1px solid #EDEDED;
     font-size: 14px;
    }
.btn-inc a.btn-plus{
  font-size: 18px; 
    text-decoration: none;
    background: lightgray;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 0px 5px;
}
.btn-inc a.btn-plus:active{
 
    box-shadow:none;
    
    
}
.btn-inc a.btn-minus{
  font-size: 18px; 
    text-decoration: none;
    background: lightgray;
    padding: 0px 7px 1px 7px;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btn-inc a.btn-minus:active{
    
  box-shadow:none ; 
}
a.btn-rev {
    
   font-size: 14px; 
    text-decoration: none; 
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background: red;
    padding: 7px;
    border-radius: 4px;
}
a.btn-rev:active{
    
  box-shadow:none ; 
}
.mm-rupe span{
    
    color: seagreen;
}
/*-----Gallery extra------*/
.lg-outer #lg-share,#lg-download {
   
    display: none!important;
}
.img-gallery {
    width: 167px !important;
    height: 120px !important;
}

@media (max-width:1200px)
{
    
    
.img-gallery {
    width: 132px !important;
    height: 100px !important;
}
    
    
}

@media (max-width:990px)
{
    
    
.img-gallery {
    width: 100px !important;
    height: 75px !important;
}
    
    
}

@media (max-width:767px)
{
    
    
.img-gallery {
    width: 140px !important;
    height: 90px !important;
}
    .service-cou{
        
        width: 50%
    }  
    
}


 
    
.img-gallery {
    width: 165px !important;
    height: 116px !important;
}
    
    
}







.btn-addon{
    
}


/*--image effect start--*/
.singal_img {
    position: relative;
    width: 100%;
	
}
.stock{
position:absolute;
color:red;
left:0;
right:0;
top:70%;
bottom:0;
margin:0;
font-weight:bold;
font-size:24px;
text-shadow:2px 2px 2px white;
}
.image {
  opacity: 1;
  display: block;
  
 
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  bottom:0;
  left: 0;
  right:0;
  margin:auto;
  
}
.singal_img h4{
    
   font-size: 14px; 
    
}
.singal_img:hover .image {
  opacity: 0.3;
  
}

.singal_img:hover .middle {
  opacity: 1;
}

.singal_img .p-text a {
  background-color: #4CAF50;
  color: white;
  font-size: 14px;
  padding: 5px 8px;
  width:100%;
 
  text-transform:uppercase;
  cursor:pointer;
  text-decoration:none;
  
}

/*--image effect end--*/
/*-----Gallery end------*/



/*--------cart end-------*/





/*FOOTER*/

footer {
  background: #16222A;
  background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #3A6073, #16222A);
  color: white;
  margin-top:100px;
}

.footer-about p{
   font-size: 12px; 
    
    
}



footer a {
  color: #fff;
  font-size: 12px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}



.cheak-fr{
    
    border: 1px solid #ccc;
    padding: 10px ;
    border-radius: 3px;
   
}

.cheak-bg{
    padding: 3% ;
    background: #ccc;
    border-radius: 3px;
}






/*--------cart end-------*/


/*--------front-page-popup start-------*/
#langing-page-popup .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}

.tr-title h2{
    text-align: center;
    font-size: 24px;
    background: rgba(255,255,255,0.5);
    color: seagreen;
    
}

.tr-btn{
    
    width: 100px;
    left: 0;
    right: 0;
    bottom: 10px;
    position: absolute;
    margin: auto;
    
}
.md-img{
    position: relative;
    background:url(../images/mad-tou.jpg)center center no-repeat;
     background-size: cover;
    min-height: 250px;
    min-width: 250px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 5px;
    margin-top: 20px;
}
.gm-img{
    position: relative;
    background:url(../images/gm.jpg)center center no-repeat;
     background-size: cover;
    min-height: 250px;
    min-width: 250px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 5px;
    margin-top: 20px;
}

.wel-img{
    position: relative;
    background:url(../images/well-img.jpg)center center no-repeat;
     background-size: cover;
    min-height: 250px;
    min-width: 250px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 5px;
}

.md-img img{
    width: 100%;
    height: 100%;
}

.gm-img img{
    width: 100%;
    height: 100%;
}

.wel-img img{
    width: 100%;
    height: 100%;
}

.wl-mg{
    margin: 20px auto;
}
/*--------front-page-popup end-------*/


/*FOOTER*/

footer {
  background: #16222A;
  background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #3A6073, #16222A);
  color: white;
  margin-top:100px;
}

.footer-about p{
   font-size: 12px; 
    
    
}



footer a {
  color: #fff;
  font-size: 12px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}



.cheak-fr{
    
    border: 1px solid #ccc;
    padding: 10px ;
    border-radius: 3px;
   
}

.cheak-bg{
    padding: 3% ;
    background: #ccc;
    border-radius: 3px;
}
.whatsapp-chat{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.whatsapp-chat img{width: 70px;}
/*---footer end----*/