/*---------------------------------------------------------------
[Table of contents]
1. body css
2. header section css
3. service section css
4. booking section css
5. tour package section css
6. video section css
7. faq section css
8. testimonial section css
9. map section css
10. instagram section css
11. footer section css
------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
 1. body start
----------------------------------------------------------------------------------*/


html, body {
  height: 100%;
position: relative;
}

body {
    margin: 0;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color:#fff;
    -webkit-font-smoothing: antialiased;
	
	
	
}
::selection {
    background: #777777;
    color: #ffffff;
}
h1,h2,h3,h4,h5{
    font-family: 'Roboto', sans-serif;
}
.full_width{
    float:left;
    width:100%;
}
button,.booking_button{transition: .4s ease;}
button:hover,.booking_button:hover {
    transform: translateY(-2px);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.bottom_desc .view_more:hover{color: #e83f53;text-decoration: underline}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(43,43,43,1.00);
 
}
/*----------------------------------------------------------------------------------
 1. body end
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
2. header section css Start
----------------------------------------------------------------------------------*/
.header_banner_cover{
    width:100%;
    float:left;
    position:relative;
    z-index:1;
    background:url('../images/slider_img.jpg') no-repeat;
    background-size:cover;
    padding-bottom:100px;
background-attachment: fixed;
    background-position: center top;
	min-height: 100%;
}
.header_banner_cover:after{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-1;
}

.tr_header_section{
    width:100%;
    float:left;
    padding:37px 0;
}
.tr_logo{
    float:left;
    margin-top:4px;
}
.tr_logo > a{
    display:inline-block;
}
.header_right_part{
    float:right;
}
.header_right_part ul.menu {
    display:inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_right_part ul.menu li {
    float:left;
}
.header_right_part ul.menu li  a{
    font-size:13px;
    display:block;
    color:#ffffff;
    line-height:30px;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    letter-spacing: 0.02em;
    text-transform:uppercase;
    text-decoration:none;
    margin:0 11px;
}
.header_booking{
    display: inline-block;
}
.header_booking > div{
    float:left;
    font-size:13px;
    color:#ffffff;
    line-height:30px;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    letter-spacing: 0.02em;
    text-transform:uppercase;
}
.header_booking > .booking_number{
    margin-left: 14px;
    margin-right: 25px;
}
.header_booking .booking_btn {
    display: inline-block;
    text-decoration:none;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

/*-------- slider caption css Start --------*/
.header_content_part{
    float:left;
    width:100%;
	background: rgb(0,0,0,0.65);
}

.tr_slider_caption{
    margin-top:60px;
}
.tr_slider_caption h1 {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 55px;
}
.tr_slider_caption p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height:23px;
}
.tr_slider_caption .tr_read_more{
    color: #e83f53;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin-top: 20px;
}
/*-------- slider caption css End --------*/

 /*-------- slider form css Start --------*/
.tr_slider_form {
	margin-top: 15px;
	margin-bottom: 15px;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    padding:35px 40px 40px;
}
.tr_slider_form h3{
    margin-top:0px;
    font-size:25px;
    font-weight:900;
    color:#ffffff;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}
.tr_slider_form input,
.tr_slider_form select {
    width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    margin-top:18px;
    padding:0 10px;
    color:#000;
    font-family: 'Roboto', sans-serif;
}
.tr_slider_form .tour_btn {
    background-color: #e83f53;
    border: none;
    height: 45px;
    line-height: 45px;
    width: 100%;
    margin-top: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #f6f6f6;
    font-size: 13px;
}
.date_picker {
    position: relative;
}
.tr_slider_form .date_picker {
    margin-top: 18px;
}
.date_picker input {
    margin: 0;
    border-radius: 0;
}
.date_picker .calendar_icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-left: 1px solid #dadada;
    color: #999999;
}
 /*-------- slider form css End --------*/
/*----------------------------------------------------------------------------------
2. header section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
3. service section css Start
----------------------------------------------------------------------------------*/
/*------ middle heading css start -------*/
.tr_middle_heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 115px;
    margin-bottom: 51px;
}
.tr_middle_heading h1 {
    font-size: 32px;
    color: #222222;
    font-weight: 300;
    margin-top:0px;
}
.tr_middle_heading p {
    font-size: 15px;
    color: #777777;
    line-height: 27px;
    margin-bottom: 0;
}
/*------ middle heading css end -------*/

.tr_service_section{
    width: 100%;
    float:left;
}
.tr_service_cover {
    float: left;
    width: 100%;
}
.tr_icon_box {
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-bottom:100px;
}
.tr_icon_box i {
    font-size: 80px;
    color: #000000;
}
.tr_icon_box h4 {
    color: #222222;
    font-size: 18px;
    margin-top: 37px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.tr_icon_box p {
    font-size: 15px;
    line-height: 26px;
    color: #777777;
}
.tr_icon_box .learn_mr {
    display: inline-block;
    color: #e83f53;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 24px;
    margin-top: 8px;
}
/*----------------------------------------------------------------------------------
3. service section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
4. booking section css Start
----------------------------------------------------------------------------------*/
.tr_booking_section{
    width: 100%;
    float:left;
    background:url('../images/booking_bg.jpg') no-repeat;
    background-size:cover;
}
.black_overlay {
    background-color: rgba(0, 0, 0, 0.25);
}
.tr_booking_cover{
    text-align:center;
    padding:100px 0px 105px;
}
.tr_booking_cover h2 {
    color: #ffffff;
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 13px;
}
.tr_booking_cover p {
    color: #ffffff;
    font-size: 16px;
    line-height:28px;
}
.tr_booking_cover .booking_button {
    background-color: #e83f53;
    border: none;
    height: 60px;
    line-height: 60px;
    margin-top: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #f6f6f6;
    font-size: 15px;
    display: inline-block;
    padding: 0 48px;
    text-decoration:none;
}
/*----------------------------------------------------------------------------------
4. booking section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
5. tour package section css Start
----------------------------------------------------------------------------------*/
.tr_tour_section{
    width: 100%;
    float:left;
}
.tr_tour_cover{
    width: 100%;
    float:left;
    padding-bottom:80px;
}
.tour_package_box{
    width: 100%;
    float:left;
    margin-bottom:40px;
}
.tour_thumb, .tour_desc{
    width: 100%;
    float:left;
}
.tour_desc {
    border: 1px solid #ececec;
}
.tour_desc .tour_desc_inner {
    padding: 30px 25px;
}
.tour_desc_inner h4 {
    display: inline-block;
    color: #222222;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom:8px;
}
.tour_desc_inner .tour_price {
    float: right;
    color: #e83f53;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.tour_desc_inner p {
    font-family: 'Nunito', sans-serif;
    color: #777777;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.tour_desc_inner .including_facility{
    display:block;
    margin-top:25px;
}
.including_facility p span {
    color: #222222;
}
.tour_desc .bottom_desc {
    display: block;
    padding: 17px 25px;
    border-top: 1px solid #ececec;
}
.bottom_desc span {
    font-size: 14px;
    color: #777777;
    font-family: 'Roboto', sans-serif;
}
.bottom_desc .view_more {
    font-size: 13px;
    text-transform:uppercase;
    text-decoration:none;
    color: #222222;
    font-weight:600;
    float:right;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
    line-height: 24px;
}
/*----------------------------------------------------------------------------------
5. tour package section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
6. video section css Start
----------------------------------------------------------------------------------*/
.tr_video_section{

}
.tr_video_thumb{
    float: left;
    width: 100%;
    position:relative;
}
.vdopopup_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    font-size:13px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.vdo_close{
    cursor:pointer;
    position: absolute;
    right:30px;
    top: 30px;
    font-size:16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #ffffff;
    color:#e83f53;
    text-align:center;
}
.video_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.video_overlay .video_inner {
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
}
.video_overlay .video_inner iframe {
    width: 100%;
    height: 100%;
    border:none;
}

/*----------------------------------------------------------------------------------
6. video section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
7. faq section css Start
----------------------------------------------------------------------------------*/
.tr_Faq_section{
    background-color:#f9f9f9;
    padding-bottom:115px;
}
.faq_left_part h1 {
    font-size: 35px;
    color: #222222;
    font-weight: 300;
    margin-top: 0;
    line-height: 37px;
}
.faq_left_part .faq_list {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dedede;
}
.faq_left_part .faq_list li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.faq_list h4 {
    font-size: 16px;
    color: #232222;
    line-height: 24px;
}
.faq_list p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
}
.faq_contact {
    float: left;
    width: 100%;
}
.faq_contact h4{
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    margin:0;
    line-height: 30px;
}
.faq_contact h2 {
    font-size: 30px;
    color: #40c1b9;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 18px;
}
/*-------- faq form css start ----------*/
.faq_left_part, .faq_form{
    float: left;
    width: 100%;
    margin-top:115px;
}
.faq_form {
    padding: 45px 50px 50px;
    background-color: #fefefe;
    border: 1px solid #ececec;
    border-top: 2px solid #40c1b9;
}
.faq_form h4 {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0;
}
.faq_form h3 {
    font-size: 25px;
    color: #222222;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    margin-top: 8px;
    margin-bottom:0;
}
.faq_form form{
    margin-top: 35px;
    float: left;
    width: 100%;
}
.faq_form .form_control {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.faq_form .form_control:last-child {
    margin-bottom:0px;
}
.faq_form .form_control label {
    float: left;
    width: 30%;
    line-height:30px;
    font-size: 15px;
    color: #555555;
    font-family: 'Roboto', sans-serif;
}
.faq_form .form_control input,
.faq_form .form_control select {
    width: 70%;
    height: 40px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 0 10px;
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
}
.faq_form .tour_btn {
    background-color: #e83f53;
    border: none;
    height: 45px;
    line-height: 45px;
    width: 70%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #f6f6f6;
    font-size: 13px;
}
.faq_form .date_picker {
    width: 70%;
    float: left;
}
.faq_form .date_picker input {
    width: 100%;
}
/*-------- faq form css end ----------*/
/*----------------------------------------------------------------------------------
7. faq section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
8. testimonial section css Start
----------------------------------------------------------------------------------*/
.testimonial_section{
    padding:120px 0;
}
.tr_testimonial_crousel {
    float: left;
    width: 100%;
    text-align: center;
}
.tr_testimonial_crousel h5 {
    font-size:14px;
}
.tr_testimonial_crousel .test_heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}
.tr_testimonial_crousel .client_rating {
    display: inline-block;
    margin-bottom: 19px;
    margin-top: 40px;
}
.client_rating i {
    color: #e83f53;
    font-size: 15px;
}
.tr_testimonial_crousel p {
    color: #666666;
    font-size:16px;
    line-height:31px;
    font-style:italic;
}

.tr_testimonial_crousel .test_title {
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    margin-top: 14px;
}
.tr_testimonial_crousel .test_subtitle {
    font-weight: 400;
    text-transform: capitalize;
    color: #777777;
    margin: 0;
}
.tr_testimonial_crousel .owl-dot span {
    background-color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    background-color: #d3d3d3;
    border-radius: 100%;
    display: inline-block;
}
.tr_testimonial_crousel .owl-dot.active span {
    height: 6px;
    background-color: #40c1b9;
}
.tr_testimonial_crousel .owl-controls{
    margin-top:28px;
}
/*----------------------------------------------------------------------------------
8. testimonial section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
9. map section css Start
----------------------------------------------------------------------------------*/
.map_location_section{
    width:100%;
    float:left;
}
.map_location_section #big_googleMap {
    width: 100%;
    height: 410px;
}
/*----------------------------------------------------------------------------------
9. map section css Start
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
10. instagram section css Start
----------------------------------------------------------------------------------*/
.instagram_section{

}
.instagram_inner{
    float:left;
    width:100%;
    padding:95px 0px 100px;
    text-align: center;
}
.instagram_inner h2 {
    color: #1a1917;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.instagram_inner p {
    font-size: 15px;
    color: #777777;
    line-height: 25px;
    font-weight: 600;
}
.instagram_inner p a {
    color: #e83f53;
}
.instagram_images {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.instagram_images > div {
    padding: 2.5px;
}
.instagram_images > div img {
    width: 100%;
}
/*----------------------------------------------------------------------------------
10. instagram section css End
----------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------
11. footer section css
----------------------------------------------------------------------------------*/
.tr_footer_section{
    float:left;
    width:100%;
    background-color:#242625;
    padding:57px 0px;
	
}
.tr_footer_section .copyright_text {
    float: left;
    line-height: 27px;
    margin-bottom: 0;
    font-size: 14px;
    color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
}
.footer_social_icons {
    float: right;
}
.footer_social_icons a {
    color: #f9f9f9;
    font-size: 19px;
    line-height: 25px;
    display: inline-block;
    margin: 0 5px;transition: all .3s ease;
}
.footer_social_icons a:hover{
    color: #e83f52;
}
/*----------------------------------------------------------------------------------
11. footer section css
----------------------------------------------------------------------------------*/
ul.checks li {
    background: url(../images/checkmark.png) no-repeat;
    padding: 0 0 0 40px;
    margin: 0 0 0.5em 0;
    width: 460px;
    min-height: 35px;
    font-size:15px;
    font-weight: bold;
    line-height: 15px;
    list-style-type: none;
    color: #fff;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}

#status {
    width: 135px;
    height: 143px;
    background-size: 400px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/preloader.gif);background-size: 100px 100px;
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -70px 0 0 -50px;
    /* is width and height divided by two */
}
/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;font-size: 25px;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

@media(max-width:760px) {
    .back-to-top {
        bottom: 15px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .copyright{
        text-align: center;
    }
}
