﻿body
{
    font-family: 'Poppins', sans-serif;
    font-weight:200;
}

html
{
	scroll-behavior: smooth;
}

ul,li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.section
{
    margin-top:60px ;
}

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;
}

.itinerary h3
{
    text-transform:capitalize;
}

.inclution
{
	padding-top:10px;
	padding-bottom: 30px;
}

hr
{
	margin: 0px;
	padding-bottom: 10px;
}

.package_right
{
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(237,237,237,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(237,237,237,1);
box-shadow: 0px 0px 10px 0px rgba(237,237,237,1);
	padding: 10px;
}

.package_right h4
{
	font-size: 16px;
}

.form-comtrol
{
	font-size: 12px;
	width: 100%;
	height: 35px;
	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: #179674;
}

.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-size: 15px !important;
	font-weight:bold;
}

.overview span
{
    font-size:13px;
}

.package_detail ul li
{
	font-weight: 300 !important;
	font-size: 13px;
}

.package_detail p
{
	font-size: 12px; 
	font-weight: bold;
}

.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 !important;
	}
	
	.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;
	}
}

.pclass
{
    font-size:15px !important;
}

.itinerary h1,h2,h3,h4,h5,h6
{
    font-size:15px !important;
    font-weight:bold;
}

.itinerary p
{
    font-size:13px !important;
    font-weight:300 !important;
    color:#000 !important;
}

/*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;
        line-height:25px;
    }
    
    #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;
      }
      
.carousel-caption 
{
    position: absolute;
    top: 10%;
    left: 12%;
}

.carousel-caption h1 {
    text-align: left;
    font-size: 25px !important;
    font-weight: bolder;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.carousel-caption p {
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
}

.tourism h1
{
    font-size:18px;
    font-weight:bold;
    color:#28a745;
}

.hr_line
{
    border:1px solid #dashed;
}

.package_right p
{
    color:#28a745;
}

.tourismbg
{
    background:#f2f2f2;
    padding:20px;
}