body
{
    font-family: 'Poppins', sans-serif;
    font-weight:200;
}

html
{
	scroll-behavior: smooth;
}

ul,li
ul,li
ol,li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol
{
	margin: 0px;
	padding: 0px;
}


a
{
	color: #000;
	text-decoration: none;
}

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

.nav-link
{
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

.heading h1
{
	font-size: 22px;
}

.package_container
{
    padding:10px;
	margin: 6px;
	min-height: 250px;
    background:#fff;
    -webkit-box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
    -moz-box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
    box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
	transition: all cubic-bezier(0.42, 0, 0.86, 0.25) 0.6s;
}

.package_container:hover .img_container img
{
	opacity: 0.7;
	overflow: hidden;
}

.name_container
{
	font-weight: 600;
	font-size: 14px;
	padding-top: 10px;
}
.price_btn .day_night
{
	font-weight: 300;
	font-size: 13px;
	width: 40%;
}

.btnc a
{
	text-decoration: none;
	color:#000;
	font-weight: 500;
	font-size: 13px;
	padding: 2px;
	text-align: center;
	background: #ffd902;
}

.right_sidebar
{
	padding:5px;
    background:#ebebeb;
    -webkit-box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
    -moz-box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
    box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
	transition: all cubic-bezier(0.42, 0, 0.86, 0.25) 0.6s;
}


.rheading 
{
	font-size: 15px; background: #f2f2f2; padding-left: 10px; height: 30px; line-height: 30px; border-radius: 5px;
}

.right_nav
{
	list-style: 
}

.right_nav li
{
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
	white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.right_nav li a
{
	color: #000;
}

.about_sec
{
	width: 100%;
	height: auto;
	padding: 20px 10px;
	background: :#fff;
	-webkit-box-shadow: 0px 0px 34px 0px rgba(245,245,245,1);
-moz-box-shadow: 0px 0px 34px 0px rgba(245,245,245,1);
box-shadow: 0px 0px 34px 0px rgba(245,245,245,1);
}

.about_sec p
{
	font-weight: 300;
	font-size: 13px;
}

.borderline .b5
{
	width: 160px;
	height: 3px;
	background: #fc3f35;
	text-align: center;
	margin: 0px auto;
}

.borderline .b6
{
	width: 80px;
	height: 3px;
	background: #fc3f35;
	text-align: center;
	margin: 0px auto;
}


.b1
{
	background: #dd3a31 !important;
}

.b2
{
	background: #f1c204 !important;
}

.b3
{
	background: #1dc9f4 !important;
}

.b4
{
	background: #3de2f1 !important;
}


.breadcrumbs {
	position: relative;
	padding-bottom: 50px;
	padding-top: 70px;
	z-index: 2;
	
	
}

.bbg1{ }

.breadcrumbs.overlay::before {
	background-color: #00adee;
	opacity: .9
}

.breadcrumbs .breadcrumbs-content {
	position: relative;
	text-align: center
}

.breadcrumbs .breadcrumbs-content .page-title {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	position: relative;
	line-height: 20px
}

.breadcrumbs-content p
{
	color: #fff;
	font-weight: 300;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
	background: 0 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	display: inline-block
}

.breadcrumbs .breadcrumb-nav {
	text-align: center;
	margin-top: 7px
}

.breadcrumbs .breadcrumb-nav li {
	display: inline-block;
	position: relative;
	text-transform: capitalize
}




.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.breadcrumbs .breadcrumb-nav li a {
	position: relative
}

.breadcrumbs .breadcrumb-nav li a:hover {
	text-decoration: underline
}


.picture_con
{
	padding: 10px;
	background: #f2f2f2;
}

.tab_container
{
	padding: 10px;
	background: #f2f2f2;
	margin-top: 15px;
}


.nav-pills
{
	display: flex;
    justify-content: left;
}

.mylinks
{
	background:none;
	width:100%;
}


.nav-pills .nav-item 
{
	line-height:40px;
	background:#f2f2f2;
	font-weight:600;	
}

.nav-pills .nav-item a
{
	color:#333;
	font-weight: bold;
	font-size: 16px;
}

.nav-pills .nav-item .active
{
	border-bottom:3px solid #ff5951;
	background:none;
	border-radius:0px;
	color:#ff5951;
}

.overview
{
	padding-bottom: 25px;
}

.overview ul li
{
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
}

.overview ul li:before
{
   font-family:'FontAwesome';
   content: "\f105 ";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
	margin-top: -3px;
}

.special
{
	padding: 10px;
	border:1px solid #333;
	margin-top: 15px;
	border-radius: 40px;
}

.special p
{
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}

.day {
    border:1px solid #F33;
    padding: 7px;
    width: 70px;
    font-size: 15px;
    text-align: center;
    color: #dd3a31;
	margin-top: 7px;
    border-radius: 7px;
}

.myin li
{
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
}

.myin li:before
{
	 font-family:'FontAwesome';
   content: "\f105 ";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
	margin-top: -3px;
}

.tab-content h3
{
	font-size: 20px !important;
}

.itinerary
{
	padding-bottom: 30px;
	margin-top: 30px;
}

.inclution
{
	padding-top:10px;
	padding-bottom: 30px;
}

hr
{
	margin: 0px;
	padding-bottom: 10px;
}

.package_right
{
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(240,235,240,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(240,235,240,1);
box-shadow: 0px 0px 5px 2px rgba(240,235,240,1);
	padding: 10px;
}

.package_right h4
{
	font-size: 16px;
}

.form-comtrol
{
	font-size: 14px;
	width: 100%;
	height: 50px;
	border:1px solid #d8d4d4;
	padding-left: 7px;
	border-radius: 5px;
	
}

.form-comtrol::placeholder
{
	font-size: 12px;
}

.form-group
{
	margin-bottom: 5px;
}

.btn-warning
{
	font-size: 14px;
	margin-top: 8px;
}

.booking_form
{
	padding: 10px;
	margin-bottom: 10px;
	background: #ebebeb;
    -webkit-box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
    -moz-box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
    box-shadow: 0px 0px 25px -8px rgba(232,232,232,1);
	transition: all cubic-bezier(0.42, 0, 0.86, 0.25) 0.6s;
}


/** CONTACT DEtAILS AREA START **/
.contact-details {
    padding: 20px;
    background: #efefef;
}

.contact-body hr {
    margin: 50px 0;
}

.contact-body h1 {
    font-size: 30px;
}

.contact-details .media .media-left i {
    width: 50px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #000;
    text-align: center;
}

.contact-details .media .media-left {
    padding-right: 30px;
}

.contact-details .media .media-body h4 {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.opening-hours {
    padding: 25px;
    background: #efefef;
}

.opening-hours .list-style-none {
    margin: 0;
    padding: 0;
}

.opening-hours .list-style-none li {
    list-style: none;
    line-height: 25px;
    color: #5a5959;
}

.opening-hours strong {
    width: 100px;
    display: inline-block;
    color: #363636;
    font-weight: 600;
}

.contact-details .media .media-body p {
    color: #5a5959;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
	font-weight: 500;
}

.contact-details .media .media-body p a {
    text-decoration: none;
    color: #5a5959;
}

.contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-details .media {
    margin: 0 0 30px;
}

.contact-form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 0;
}

.contact-form textarea {
    min-height: 210px;
}

.contact-box .button-theme {
    float: right;
}

.contact-map {
    height: 250px !important;
}

.contact-map-content .map-content {
    width: 250px;
}



.header_top
{
	width: 100%;
	height: 35px;
	background: #000;
}

.header_top ul li
{
	color: #fff;
	display: inline-block;
	line-height: 35px;
	font-size: 13px;
	font-weight: 500;
}

.navbar-light .navbar-nav .nav-link
{
	font-weight: bold;
}

.top_header_social ul li
{
	display: inline-block;
}

.top_header_social ul li i
{
	color: #fff;
	font-size: 20px;
	padding: 5px;
	height: 35px;
	line-height: 25px;
	vertical-align: middle;
}

.package_detail h3
{
	font-weight: bold;
	font-size: 15px;
}

.package_detail ul li
{
	font-weight: 500;
	font-size: 12px;
}

.package_detail ul  li:before {
    font-family: 'FontAwesome';
    content: "\f105 ";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-top: -3px;
}

.package_detail p
{
	font-size: 12px; 
	font-weight: 500;
}

.table-bordered
{
	font-weight: bold;
	font-size: 12px;
}

.package_detail a
{
	color: #D11C1F;
}


@media only screen and (max-width: 767px)
{
	.breadcrumbs .breadcrumbs-content .page-title
	{
		font-size: 20px;
	}
	
	.nav-pills .nav-item {
    line-height: 20px;
    background: #f2f2f2;
    font-weight: 600;
		padding: 5px !important;
}
	
	.nav-item
	{
		padding: 5px !important;
	    font-size: 13px;
	}
	
	.nav-link {
    display: block;
    padding: 5px 10px;
   }
	
	.nav-pills .nav-item a
	{
		font-size: 12px;
	}
	
	.package_detail h3
	{
		font-size: 14px !important;
	}
	
	.header_top ul li
{
	color: #fff;
	display: inline-block;
	line-height: 25px;
	font-size: 13px;
	font-weight: 500;
}
	
}

/*google translator START */
        .goog-te-gadget {
            color: transparent !important
        }

        #google_translate_element select.goog-te-combo {
            color: #171717 !important;
            width: 100%;
            font-family: 'Poppins' !important;
            padding: 3px;
            height:32px;
            /*max-width: 70%;*/
        }

        #google_translate_element a.goog-logo-link {
            display: none !important
        }

        .goog-te-gadget .goog-te-combo {
            margin: 9px 0 !important;
        }

        .goog-te-banner, .goog-te-banner > table, .goog-te-banner-frame {
            display: none !important
        }

        .goog-te-combo:focus-visible {
            outline: none !important
        }

        body {
            top: 0 !important
        }
        /*google translator END */




@media only screen and (max-width: 767px)
{
    
    .header_top{ height:auto;}
    .top_header_detail ul{width:100%;}
    .top_header_detail ul li{display:inline-block;font-size:10px; }
    
    #google_translate_element select.goog-te-combo {
            color: #171717 !important;
            width: 100%;
            font-family: 'Poppins' !important;
            padding: 3px;
            height:32px;
            /*max-width: 70%;*/
        }
        
      .tsocial{display:none;}
.contact_container{margin-top:30px;background:#f2f2f2;padding:20px;border-radius:20px;}
.contact_container h2{font-size:20px;}
.h1{background:#fff;margin-top:7px;
   -webkit-box-shadow: 0px 0px 9px 0px rgba(209,209,209,1);
-moz-box-shadow: 0px 0px 9px 0px rgba(209,209,209,1);
box-shadow: 0px 0px 9px 0px rgba(209,209,209,1);
}
.hotels{margin-top:30px;}
.hotels h3{width:100%;padding-left:11px;font-size:22px;}
.hotels h4{font-size:13px;padding:6px;text-align:center;}

}




.section{padding:50px;}
.heading h1{font-size: 40px;}
.heading p {font-size: 13px;}

.img_overlay 
{
position: absolute; top: 0; 
padding-top: 160px;
 
}
.pic {border-radius: 20px;}
.img_overlay h1 { font-size: 20px; color: #fff; padding-left: 20px; margin: 0px;}
.img_overlay a {color: #000; font-size: 12px; margin-left: 20px; display: block; width: 70px; border:1px solid #fff; background: #fff; text-align: center;}
.pic_overlay {margin-top: 20px; border-radius: 20px; }

/*Tour Packages*/

.tour_packages{background: #f2f2f2; padding: 50px;}
.tour_details
{
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}
.tour_inner{padding: 20px; background: #fff; border-radius: 0px 0px 15px 15px;}
.price {float: left; font-size: 14px;}
.daynight {float: right; color: #727272; font-size: 13px;}
.tour_title {font-weight: bold; margin-bottom: 20px;}
.tour_pic, .tour_pic img {border-radius: 15px 15px 0px 0px;}
.devider {height: 1px; background: #727272; margin-bottom: 20px;}
.tour_pic{ overflow: hidden;}
.tour_pic img {transition: transform .9s ease;}
.tour_pic:hover img {transform: scale(1.2);}
.tour_title a {color: #000; text-decoration: none;}
.tour_title a:hover{text-decoration: none; color: #000;}
.p_detal_top
{
    width:100%;
    padding:40px;
    text-align:center;
    background-image: linear-gradient(to right top, #018167, #36995d, #6aae48, #a7bf2b, #ecca01);
	color: #fff;
}
.p_detal_top h1 {font-weight: bold;}

.top_bar{width:100%; height: 40px; border-top:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0;}
.top_bar ul li {display: inline-block; line-height: 40px; font-size: 14px;}
.top_bar ul li a {font-weight: bold;}
.ml-100 {margin-left: 30px;}
.tours_details {background: #f2f2f2; padding: 20px;}
.pheading {font-size:16px; font-weight: 600;}
.package_in li {line-height: 22px; font-size: 12px;}
.package_in p {line-height: 22px; font-size: 12px;}
.package_in li:last-child {margin-bottom: 10px;}
.package_in ul li::before
{
  content: "\f105 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-right: 10px;
}

.package_in p::before
{
  content: "\f105 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-right: 10px;
}
.package_in ol li::before
{
  content: "\f105 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-right: 10px;
}

.btnheight {height: 50px;}
.item p {font-size: 12px;}

.destination
{
	border-radius: 15px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
   -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
   box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

.destination_title h3 {margin-top: 20px;}
.other_pages p {margin-top: 20px;}

@media only screen and (max-width: 767px)
{
	.section {padding: 30px 10px;}
	.tour_packages{background: #f2f2f2; padding: 30px 10px;}
	.heading h1{font-size: 25px;}
	.top_bar {display: none;}
	
}

.package_in h3
{
	font-size: 15px;
}

.package_in h2
{
	font-size: 21px;
}

.tour_price
{
	width: auto;
	height: auto;
	padding: 7px;
	color: #fff;
	position: absolute;
	background: rgba(9,163,0,1.00);
	left: 20px;
	top: 20px;
}

.tours_img
{
	position: relative;
}
	


