/*
  	Flaticon icon font: Flaticon
  	Creation date: 11/12/2019 09:57
  	*/

@font-face {
    font-family: "Flaticon";
    src: url("../../fonts/Flaticon.eot");
    src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff2") format("woff2"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("truetype"), url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-old-typical-phone:before {
    content: "\f100";
}

.flaticon-arrow-down-sign-to-navigate:before {
    content: "\f101";
}

.flaticon-download-arrow:before {
    content: "\f102";
}

.flaticon-black-back-closed-envelope-shape:before {
    content: "\f103";
}






.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}





.top-header {
    height: 94px;
    overflow: hidden;
    padding: 14px 0px;
}
.logo img, .Tour-box img {
    width: 100%;
    text-align: center;
}



.contact-dtl span {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}
    .contact-dtl span i {
        display: block;
        margin-bottom: 7px;
        color: #ff3501;
    }
    .contact-dtl span i::before {
        font-size:25px;
        margin:0px;
    }
        .contact-dtl {
    padding-top: 15px;
}


.header-menu {
    background: #28a745;
    position:relative;
}

    .header-menu ul{padding:0px; margin:0px;}
    .header-menu ul li{list-style:none; display:inline-block; color:#fff; padding:13px 24px; cursor:pointer;}
        .header-menu ul li a i::before{margin-left:6px; font-size:12px;}

        .header-menu ul li ul {
       width:250px;
         position:absolute;
         z-index:99;
         background:#fff;
         top:50px;
         padding:0px 4px;
     
        }

            .header-menu ul li ul li{ color:#000; width:100%; padding:10px; border-bottom:solid 1px #ddd; transition-duration:0.4s;}
                .header-menu ul li ul li:hover {
                    color: #ff3501; 
                    padding-left:20px;
                }
                .header-menu ul li ul li:last-child {
                    border-bottom: none;
                }



.main-slider .carousel-caption {
    top: 40%;
    text-shadow: 2px 3px 5px #000;
}

.main-slider img{width: 100%;}

.main-slider .carousel-caption h5{font-size:40px;}




.heading-penal {
   
    font-family: 'Handlee', cursive;
    padding:60px 0px 60px 0px;
    text-align:center;
}
    .heading-penal h4 {
        font-size: 29px;
        text-decoration: underline;
        text-decoration-color: red;
        text-underline-position: under;
    }

.Welcome-penal img{width:100%; vertical-align:top;}

.Welcome-penal p{text-align:justify; font-size:17px;}


.Tour-Packages{padding-bottom: 50px;}



.Tour-box{padding:10px; cursor:pointer; }




.tour-box-inner {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}


.tour-box-inner {
    box-shadow: inset 0px 0px 38px 0px rgba(0,0,0,0.8);
}

.tour-box-inner .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tour-box-inner:hover .content-overlay {
    opacity: 1;
}

  

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tour-box-inner:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.5em;

}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}



.popular-tour{background: url("../images/tour-bg.jpg"); padding: 50px 0px;}
.popular-tour h5{font-size: 29px; padding-bottom: 30px; text-align: center; color: #fff;}

    .popular-tour .owl-carousel .item img:hover {
      opacity:0.8;
    }
    .popular-tour .owl-carousel .item{padding:10px; cursor:pointer;}
        .popular-tour .owl-carousel .item .populartour-name {
            width:100%;
            background:#fff;
            padding:14px 5px;
            text-align:center;
           
        }
            .popular-tour .owl-carousel .item .populartour-name h3 {
                font-size: 15px;
                margin:0px;
            }





            .testmonial{
                padding: 50px 0px;
            }


.video-inner{margin-bottom: 20px;}



.testmonial-slider .carousel-item img, .trip-advisorbox{height: 468px;}


.testmonial-btn button {
    width: 100%;
}

.testmonial-slider .testmonial-btn{
    padding: 0px;
    margin-top:20px;
}

    .trip-advisorbox {
        background: #ddd;
    }


footer{background: #302939; color: #fff; padding:40px 0px 20px 0px;}
.footer-inner h6{font-size: 22px; margin-bottom: 20px;}

.copyright {
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    background: #463758;
    color: #a497b5;
}

.footer-inner ul {
    margin: 0px;
    padding: 0px;
}
.footer-inner ul li{list-style: none; font-size: 14px; cursor: pointer; transition-duration: 0.5s; padding:3px 0px;}
.footer-inner ul li:hover{color:#ff3501; }

.footer-inner span{font-size: 13px; display: block; padding: 5px 0px; color: #c4becb;}

.responcive-menu{display:none;}

/*inner pages css*/


.page-name{position:absolute; top:40%; }


    .page-name h4 {
        color: #fff;
        font-size: 42px;
        text-shadow: 2px 3px 5px #000;
    }

    .inner-pges-slider {
        position: relative;
    }
        .inner-pges-slider img {
            width: 100%;
           height:100%;
        }

.inner-pges-slider {
    height: 500px;
    overflow:hidden;
}

.inner-pges-contant{padding:40px 0px 60px 0px;}

    .inner-pges-contant .contant-heading {
        font-size: 22px;
        width: 100%;
        margin: 20px 0px 20px 0px;
        position: relative;
    }


    .inner-pges-contant .contant-heading::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        background: #000;
        bottom: -8px;
        left: 0px;
    }

    .inner-pges-contant p {
        font-size: 15px;
        width: 100%;
        margin-bottom: 15px;
    }

.showgmail{color:#497ede; margin-left:10px; cursor:pointer;}

.inner-pges-contant .card{transition-duration:0.5s; margin-top:20px; cursor:pointer;}
.inner-pges-contant .card:hover {
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.21);
}

.Enquiry-form input, .Enquiry-form select, .Enquiry-form textarea {
    margin-bottom: 20px;
}
.Enquiry-form textarea{height:98px;}



    .inner-pges-contant table {
    border: solid 1px #28a745;
    padding: 0px;
    width: 100%;
  

}

        .inner-pges-contant table tbody {
            height: 500px;
            overflow-y: scroll;
            display:block;
        }

    .inner-pges-contant table tbody tr:nth-child(odd) {
        background: #e0fee7;
    }

    .inner-pges-contant table tbody tr {
        border-bottom: solid 1px #28a745;
    }
        .inner-pges-contant table tbody tr:last-child{border-bottom:none;}

        .inner-pges-contant table tbody tr td:first-child {
            border-right: solid 1px #28a745;
        }

    .inner-pges-contant table tbody tr td {
        padding: 10px
    }
.tour-menu li a{color: #fff;}
 .tour-menu li a:hover{color: #fff; text-decoration: none;}
 .header-menu ul li ul li a{color: #000!important;}
 .content-title a{color: #fff; text-decoration: none;}

.g-map iframe {
    border: solid 1px #28a745 !important;
}


.Privateday-Tour table tbody{height:inherit; overflow:auto;}
    .Privateday-Tour table tbody tr{width:100%; float:left;}

    .Privateday-Tour table tbody tr td:first-child {
        border-right: inherit;
    }

    .Privateday-Tour table tbody tr:first-child {
        background: #28a745;
        color:#fff;
        font-weight:bold;
    }

.our-gallery .modal-body, .our-gallery .modal-body img {
    padding: 0px;
}

.gallery-header{position:absolute; z-index:99; width:100%; padding:10px;}

#show-next-image, #show-previous-image {
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    padding: 0px;
    line-height: 22px;
    background: none;
    border: none;
    user-select: none;
}

.gallery-arrow{position:absolute; z-index:99; top:50%; width:100%; padding:0px 30px;}

    .gallery-arrow img {
        width: 30px;
        box-shadow: 0px 0px 27px -5px rgba(250,10,10,0.94);
        border:solid 2px #fff;
        border-radius:50%;
    }
    .gallery-arrow #show-next-image{float:right; }

.gallery-header button img {
    width: 30px;
    color: #000;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 50%;
    opacity: 0.9;
    user-select: none;
}

.gallery-header button:focus, .gallery-arrow button:focus {
    outline: 0;
}
    .gallery-header button img {
        height: 30px;
    }

    @media (min-width:320px) and (max-width: 576px) {
        .logo, .trip-advisor {
        width: 50%;
    }

        .trip-advisor img{width:100%; margin-TOP:5PX;}

        .contact-dtl {
            display: none;
        }
    .header-menu{background:none;}

    .header-menu ul {
        display: none;
        background: #fff;
    }
        .header-menu ul li a {
            padding: 8px 26px;
          width:100%;  
        display:block;
        }
        .header-menu ul li {
            width: 100%;
            color: #000;
            border-bottom: solid 1px #ddd;
           padding:0px;
        }

           
            .header-menu ul li i::before {
                float: right;
                line-height:22px;
            }
            .header-menu ul li ul {
                position: inherit;
                display: block;
                width: 100%;
                background: #f3f3f3;
            }

                .header-menu ul li ul li {
                    font-size: 13px;
                    padding: 0px 0px;
                }

    .responcive-menu {
        display: block;
        padding: 10px 25px;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        background: #28a745;
    }
    .top-header{height:auto;}

    .responcive-menu i::before {
        font-size: 15px;
        float: right;
    }

    .heading-penal {
        padding: 27px 20px 30px 20px;
    }

        .heading-penal h4{font-size:22px; line-height:34px;}
    .Welcome-penal p{margin:10px 0px; font-size:14px;}

    .video-inner{padding:0px;}
    .trip-advisorbox{margin-top:20px;}
    .testmonial-slider .carousel-item img{width:100%;}
    .testmonial-btn{padding:0px;}
    .testmonial-slider {
        margin-top: 20px;
    }
    

    .footer-inner{margin-bottom:20px;}

        .footer-inner h6 {
            margin-bottom: 10px;
        }

    footer{padding:30px 0px 20px 0px;}

    .inner-pges-contant p, .page-name h4, .contant-heading {
        padding: 0px 15px;
    }

    .inner-pges-contant .contant-heading::after {
        left: 15px;
    }

    .page-name {
        width: 100%;
        text-align: center;
    }

        .page-name h4 {
            font-size: 30px;
        }

    .top-header {
        padding: 10px 0px;
    }


}


.table-striped {background: rgba(0, 0, 0, 0); width: 100%;}

.table-striped td {border-top: 1px solid #dee2e6;   
 padding: .75rem; vertical-align: top;}

.table-striped th{padding-top: .75rem;    
    padding-left: 10px;}

.td1{width: 20%;}

.panel-entry h3{margin-bottom: 22px;
 margin-top: 23px; font-size: 23px;}

.panel-entry p{color: #555454;
    font-size: 17px;
    font-weight: 500;}

    .tour-frame li{font-size: 18px; 
color: #212529; font-weight: 500;}

.rajsthan-tour-map1{background: rgb(77,106,121); height: 68px;}
.rajsthan-tour-map1 h3{color: #fff;
    font-size: 19px;
    line-height: 22px;
    padding-top: 20px;
    padding-left: 19px;
    width: 50%;}

    .golden-triangle-map{background: rgb(77,106,121); height: 68px;}
.golden-triangle-map h3{color: #fff;
    font-size: 19px;
    line-height: 22px;
    padding-top: 20px;
    padding-left: 19px;
    width: 100%;}



@media (min-width:576px) and (max-width: 768px) {
    .top-header {
        padding: 10px 0px;
    }

    .trip-advisor,.logo{min-width:50%;}
    .trip-advisor img {
       width:100%;
       padding-top:6px;
    }
    .contact-dtl{display:none;}

    .header-menu {
        background: none;
    }

        .header-menu ul {
            display: none;
            background: #fff;
        }

            .header-menu ul li a {
                padding: 8px 26px;
                width: 100%;
                display: block;
            }

            .header-menu ul li {
                width: 100%;
                color: #000;
                border-bottom: solid 1px #ddd;
                padding: 0px;
            }

                .header-menu ul li i::before {
                    float: right;
                    line-height: 22px;
                }

                .header-menu ul li ul {
                    position: inherit;
                    display: block;
                    width: 100%;
                    background: #f3f3f3;
                }

                    .header-menu ul li ul li {
                        font-size: 13px;
                        padding: 0px 0px;
                    }

    .responcive-menu {
        display: block;
        padding: 10px 25px;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        background: #28a745;
    }

    .top-header {
        height: auto;
    }

    .responcive-menu i::before {
        font-size: 15px;
        float: right;
    }

    .heading-penal {
        padding: 27px 20px 30px 20px;
    }

        .heading-penal h4 {
            font-size: 22px;
            line-height: 34px;
        }

    .Welcome-penal p {
        margin: 10px 0px;
        font-size: 14px;
    }

    .video-inner {
        padding: 0px;
    }

    .trip-advisorbox {
        margin-top: 20px;
    }

    .footer-inner {
        margin-bottom: 20px;
        min-width:50%;
    }

        .footer-inner h6 {
            margin-bottom: 10px;
        }

    footer {
        padding: 30px 0px 20px 0px;
    }


    .Welcome-penal .col-sm-4, .Welcome-penal .col-sm-8, .video-testmonial, .testmonial-slider, .tripadvisorb {
        min-width: 100%;
    }
        .testmonial-slider img {
            width: 100%;
        }

        .Welcome-penal p {
            font-size: 16px;
        }

    .Tour-box{min-width:50%;}

    .inner-pges-contant p, .page-name h4, .contant-heading {
        padding: 0px 15px;
    }

    .inner-pges-contant .contant-heading::after {
        left: 15px;
    }

    .page-name {
        width: 100%;
        text-align: center;
    }

        .page-name h4 {
            font-size: 30px;
        }

    .top-header {
        padding: 10px 0px;
    }

}


@media (min-width:769px) and (max-width: 992px) {

    .header-menu ul li{padding:13px 7px; font-size:13px;}
    .header-menu ul li i::before{margin-left:3px; font-size:10px;}
    .trip-advisor img{height:45px;}
    .contact-dtl span i::before{font-size:15px; margin-bottom:5px;}
    .contact-dtl{padding:0px;}
        .contact-dtl span{font-size:13px;}
    .mobile-no{padding:0px;}
    .top-header{height:auto;}
    .content-details h3{font-size:20px;}
    .footer-inner{overflow:hidden;}
    .header-menu ul li ul{top:46px;}
}

@media (min-width:993px) and (max-width: 1200px) {

    .header-menu ul li {
        padding: 13px 17px;
        font-size: 15px;
    }

        .header-menu ul li i::before {
            margin-left: 3px;
            font-size: 13px;
        }



    .contact-dtl span i::before {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contact-dtl {
        padding-top: 10px;
    }

        .contact-dtl span {
            font-size: 15px;
        }

    .mobile-no {
        padding: 0px;
    }

    .top-header {
        height: auto;
    }

    .content-details h3 {
        font-size: 20px;
    }

    .footer-inner {
        overflow: hidden;
    }
}

@media(max-width:768px){
    
    .header-menu ul li a{color:#000;}
    .inner-pges-slider img, .inner-pges-slider{height:auto;}
    
}
