/*general*/
@import url("../../../gogies3d/css/gogies.min.css");

body {
    background: none;
    background-color: transparent;
}

.body-wrap,
.wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.wrap {
    max-width: 1200px;
    padding: 0px 5px;
}

.required input {
    background: url(../images/required.png) no-repeat right;
    padding-right: 12px;
}

.required .datepicker {
    background: url(../images/calendar-required.png) no-repeat right center #fff;
    padding-right: 29px;
}

.nav-menu .brand,
.nav-menu li.brand a {
    padding: 1px 10px;
    margin: 1px;
    border-top: 0;
}

.table-head {
    padding: 12px 3px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}

.cell,
.hover {
    padding: 4px 4px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.hover {
    line-height: 1.4;
    border-bottom: none;
}

.cell:hover,
.hover:hover {
    background-color: #eee;
}

.loader {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 9999;
    vertical-align: middle;
    display: table;
}

.loader span {
    display: table-cell;
    vertical-align: middle;
}

.loader i {
    color: #fff;
}

.redirect {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    background: #444;
    color: #eee;
    padding-top: 20px;
}

.list-group {
    list-style: none;
    border: 1px solid #ccc;
    padding: 0;
}

.list-group li {
    padding: 9px 5px;
    border-bottom: 1px solid #ccc;
}

.list-group li a {
    display: block;
}

.rating {
    color: #ccc;
    white-space: nowrap;
    text-shadow: #999 0px 0px 1px;
}

.rating i {
    margin-right: 2px;
}

.rating .active {
    color: #FFCC00;
    text-shadow: rgba(150, 138, 29, 1.00) 0px 0px 1px;
}

.login-box {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.section-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    color: #444;
    font-weight: bold;
    position: relative
}

.section-title:after {
    content: "";
    z-index: 1;
    border-bottom: 5px solid #F9EA5D;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 100%;
}

.section-title-center {
    padding-bottom: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.section-title-center:before {
    content: "";
    z-index: 1;
    border-bottom: 5px solid #F9EA5D;
    bottom: 0px;
    left: 46%;
    margin: auto;
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
}

/*general end*/
/*tours style*/
.slider.tour {
    width: 100%;
    max-height: 514px;
    display: block;
    overflow: hidden;
}

.slider.tour img {
    height: 100%;
    margin: auto;
}

.tour_price {
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    padding: 6px;
    position: absolute;
    top: 5px;
    left: -2px;
    background: #8A0B0D;
    z-index: 4
}

.tour_price small {
    font-size: 11px;
    font-family: sans-serif;
    font-style: italic;
}

.tour_rating {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 4;
}

.tour-search-img {
    height: 100%;
    max-height: 200px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page-loader .loader {
    position: inherit;
    background-color: transparent;
    
    padding: 4px;
    border: 2px dashed  #f0f0f0;
    margin: auto;
}

#page-loader .loader i {
    color: #333;
    font-size: 28px;
    padding: 0px;

}
#page-loader .spinner {
    width: 45px;
    display: inline-block;
    height: 45px;}


.tour-search-label {
    position: absolute;
    top: 6px;
    
    z-index: 20;
    display: block;
    padding: 4px;
}
   .tour-search-box,.blog-box { 
        transition: all 1s ease;
        margin: 15px auto;
box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 7px 0px;
}
   .tour-search-box:hover,.blog-box:hover {
box-shadow: rgba(100, 100, 111, 0.6) 0px 3px 7px 0px;
}
.tour-search-box .description{
   min-height: 66.39px;
   max-height: 66.39px;
    padding:8px;
text-align: justify;
    
}
    .tour-search-img img {
        width:auto;
        min-width: 100%;
        min-height: 193px;
        height: 193px; display: block;
    }
@media (max-width: 768px) {
    .tour-search-box {
        width: 100%;
        max-width: 450px;
      height: auto;
        margin: 9px auto; overflow: hidden;
    }

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


 

    .tour-search-box-bottom {
        position: inherit;
        width: 100%;
        left: 0;
        top: 0;
        padding: 2px;
    }
}

/*tours end*/
/*footer*/
.footer-sep {
    border-bottom: 6px solid #333333;
    width: 100%;
    padding: 15px;
}

.footer {
    background: #333333 url('../images/footer.jpg');
    color: #F0F0F0;
    display: table;
    width: 100%;
    margin: auto;
}

.footer a {
    color: #F0F0F0;
}

#search-block {
    background: hsla(0, 0%, 0%, 0.25);
    border: solid hsla(0, 0%, 0%, 0.2) 1px;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: block;
    color: #FFFFFF;
    padding-bottom: 16px;
    padding-right: 25px;
}

.latest_tours_alt {
    margin: auto;
    max-width: 350px;
    position: relative;
    background: #fafafa;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.latest_tours_alt:hover {
    background: #f0f0f0;
}

.latest_tours_alt img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-width: 100%;
    height: 240px;

}

.latest_tours_alt .tour-desc {
    height: 65px;
    padding: 7px;
    display: table-cell;
    vertical-align: middle;
}

.latest_tours_alt .child {
    height: 220px !important;

    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.latest_tours_alt:hover img ,.zoom-img:hover,.destinations:hover img{
    transform: scale(1.3);
    filter: grayscale(80%);
}

.zoom-img {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.latest_tours_alt .toprating {
    position: absolute;
    width: 100%;
    padding: 7px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    z-index: 3
}

.latest_tours_alt .bottom_info {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #FFFFFF;
    padding: 7px;
    width: 100%;
    z-index: 3
}

.navbar .brand-small {
    max-height: 36px;
    top: 2px;
}

.faq-square {
    position: relative;
    display: block;
}

.faq-square::before {
    display: block;
    border: 2px solid #444;
    width: 30px;
    height: 30px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}

.headbar {
    background-color: #f5aa42;
    color: #FFFFFF;
    padding-top: 4px;
    width: 100%;
    z-index: 9;

}

.headbar a {
    color: #fff
}

@media (min-width: 768px) {
    .headbar {
        display: table;
    }


}

.orange {
    background-color: #f5aa42;
}
.alert2{background-color:#f0b097; color:#333}
/*navbar orange */
.home_nav.navbar {
    font-family: 'Poppins', sans-serif;
    z-index: 9998;
    color: #fff;
    background-color: #f5aa42;
    height: auto;
    overflow: visible;
}

@media (min-width: 768px) {

    .home_nav.navbar {
        background-color: rgba(255, 255, 255, .6);
        position: absolute;

    }

    .home_nav .nav-menu>li>a {
        color: #000;
        font-weight: 600;
    }

}

.home_nav .nav-toggle span {
    color: #fff;
}


.home_nav .nav-menu>li ul {
    background-color: rgba(0, 0, 0, .8);
    color: #ccc;
    min-width: 200px;
    top: 100%;
}

@media only screen and (min-width :767px) {
    .home_nav.navbar.fixed-nav {
        background-color: #fff;
        border-bottom: 1px solid #999
    }

    .home_nav .nav-menu>li>a {
        padding: 30px 10px;
    }

    .home_nav .nav-menu>li.brand>a {
        padding: 7px 15px;
    }
}

.home_nav .nav-menu>li.brand {
    float: left;
    border-top: none;
    padding: 0;
}
.h-170{height:170px;}

.home_nav .nav-menu li li {
    font-weight: normal;
    background: transparent;
}

.home_nav .navbar .brand-small {
    color: rgba(0, 0, 0, 1.00);
    padding: 1px 12px 1px 12px;
    text-shadow: 2px 2px 2px rgba(255, 253, 253, 0.74);
    margin: 2px;
}

.home_nav .navbar>span.brand-small {
    height: 40px;
    max-height: 40px !important;
    background-color: #fff !important;
}

.home_nav .nav-menu>.user {
    display: none;
}

.home_nav .nav-menu>.user ul {
    left: auto;
    right: 0;
}

/*navbar orange end */
.header {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 0;
}

/*slider conents*/
#gogies_slide {
    z-index: 0
}

@media only screen and (min-width :900px) {
    .home_page_slider_contents h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width :767px) {
    #gogies_slide .home_page_slider_contents {
        display: none;
    }

    .home-slide .slider-img {
        min-height: 300px !important;
        max-height: 400px;
        width: auto;
        min-width: 100%;
    }
}

.home-slide {
    overflow: hidden;
    max-height: 500px;
    overflow: hidden
}

.kalam-l {
    font-family: "Kalam", cursive;
    font-weight: 300;
    font-style: normal;
}

.kalam-r {
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-style: normal;
}

.kalam-b {
    font-family: "Kalam", cursive;
    font-weight: 700;
    font-style: normal;
}

.custom-select {
    width: 100%;
    position: relative;
}

.custom-select select {
    appearance: none;
    /*  safari  */
    -webkit-appearance: none;
    /*  other styles for aesthetics */
    width: 100%;
    font-size: 1.08rem;
    padding: 0.675em 1.1em 0.685em 0.675em;
    background-color: #fff;
    height: 45px;
}

.custom-select2 input,
.custom-select2 button {
    appearance: none;
    /*  safari  */
    -webkit-appearance: none;
    /*  other styles for aesthetics */
    width: 100%;
    font-size: 1.08rem;
    height: auto;
    padding: 0.675em 1.25em 0.675em 0.675em;

    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: auto;
    height: 45px !important;
}

.custom-select2 button {
    border: none;
    color: #fff;
}

.custom-select::before,
.custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 0.5rem;
    pointer-events: none;
}

.custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
}

.custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top:  var(--size) solid black;
    top: 55%;
}

.welcome-letter {
    background-image: url("https://johtt.com/uploads/filemanager/home-blocks/welcome-bg2.jpg");

    /* Set a specific height */
    min-height: 100px;
    padding: 50px 15px;
    font-size: 19px;
    line-height: 1.3;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.counter-box {
    background-image: url("https://johtt.com/uploads/filemanager/home-blocks/counters-bg.jpg");

    /* Set a specific height */

    padding: 90px 15px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.counter {
    font-size: 40px;
    font-weight: bold;


}

.counter-box .counter {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.block-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.carousel-body.home {
    height: 140px !important;
}

.carousel-body.home li img {
    filter: grayscale(90%);
}

.carousel-body.home li img:hover {
    filter: grayscale(0%);
}

.home_nav.relative {
    position: relative !important;
    border-bottom: 1px solid #999;
}

.relative.fixed-nav {
    position: fixed !important;
}

.carousel-body.relative-tours {
    height: 175px;
}

.carousel-body.relative-tours>ul>li>div {
    position: relative;
    height: 165px;
    overflow: hidden;
    margin: 5px;
    max-width: 250px;
}

.carousel-body.relative-tours>ul>li>div img {
    
    
    min-width: 100%;
    min-height: 165px;
    max-width: 300px;
    width:auto;
    height: auto;
    


}

.carousel-body.relative-tours .item-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    z-index: 10;
    font-weight: bold;
    -webkit-text-shadow: none;
    text-shadow: none
}
.category-box{
    height: 290px;
    margin: 5px;
    -webkit-border-radius: 25px;
    position: relative;
    border-radius:25px;
    overflow: auto;
    color: #fff;
    


}
.category-box._50{
    background: url(../../../uploads/filemanager/other-layouts/tour-categories/50.jpg);
      background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.category-box._53{
    background: url(../../../uploads/filemanager/other-layouts/tour-categories/53.jpg);
      background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.category-box._62{
    background: url(../../../uploads/filemanager/other-layouts/tour-categories/62.jpg);
    background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.category-box._65{
    background: url(../../../uploads/filemanager/other-layouts/tour-categories/65.jpg);
    background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.category-box._56{
    background: url(../../../uploads/filemanager/other-layouts/tour-categories/56.jpg);
    background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.category-box._59{
    background: url(../../../uploads/filemanager/other-layouts/tour-categories/59.jpg);
    background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.category-box a {display:block;  margin:1px; padding:4px 18px; color:#fff;}
.category-box a:hover{color:#f5aa42;}
.category-box .overlay{ position:absolute; display:block; height:100%;
    width: 100%; background-color: rgba(0,0,0,.7); transition: 1.5s;
}
.category-box:hover .overlay{  background-color: rgba(0,0,0,.85);
}
.letter-spacing1 {
    letter-spacing:1px;
}
.x1 {
    zoom:1.2
}
.x2 {
    zoom:1.4
}
.about-us img{max-width:450px;}

.team-box {
    padding: 15px;
    max-width: 350px;
    margin: auto;
    transition-duration: 0.8s;
    background-color:#fff;box-shadow: rgba(100, 100, 111, 0.1) 0 3px 7px 0;
border: 1px solid #f0f0f0;
    border-radius:20px ;
    height: 282px;
}
.team-box:hover{
    box-shadow: rgba(100, 100, 111, 0.6) 0px 3px 7px 0px;
        border: 1px solid #ccc;
        background: #f0f0f0;

} 
.team-box img{width:200px}
.w-120{width:120px}
.w-320{width:320px}

.review-box{height:331px; overflow:hidden;}
.kb_categ_box{height:150px;
    background-color: #fff;
    padding: 8px;
    width: 100%;

    
}
.kb_categ_box:hover{
       box-shadow: rgba(100, 100, 111, 0.6) 0px 3px 7px 0px;
        
        background: #f0f0f0;
}
.destinations{
    margin: auto;
    width: 100%;
    max-width: 560px;
    
    height: 340px;
    overflow: hidden;
    position: relative;
        border-radius: 8px;
    
}
.destinations.places{ height:240px;}
.destinations img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
.destinations-box{
    height:100%;
    width:100%; color:#fff;
    background-color: rgba(0,0,0,.2);
}
.accord h3{
    margin-top: 10px ; padding:6px;
    font-size:16px;

    cursor: pointer;
    border-bottom:1px solid #f0f0f0; 
 
}
.accord h3 i{font-size:14px; margin-bottom:2px;} 
.accord > .brief{ border-bottom:1px solid #f0f0f0; padding:8px; background-color:#f9f9f9; padding-left:16px; text-align:justify;}
.blog-box{overflow:hidden; position:relative; border-radius:8px;}
.blog-box > .desc {height:68px; padding:12px}
.blog-box > .img {width:100%; height:260px; overflow:hidden; position:relative}
.blog-box > .img .title{position:absolute;bottom:0; left:0; background-color:rgba(0,0,0,.55); z-index:9; color:#fff; display:block; width:100%; padding:12px;}
.nav-search{
    color: #fff;
    position: absolute;
top: 1px;
    right:36px;
    font-size: 20px;
}
.nav-search a{
    color: #fff;
    padding: 8px;
    display: inline-block;
    margin: 0;
    border-left: 1px solid #f79205;
    border-color: #f79205;
}

