/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Adventure Landing Page
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------

## Genaral Styles
## Typography
## Buttons & Links #STYLING
## Forms #STYLING
## Primary Navbar
## Testimonial
## Blog Cards
## Icon Text
## Partners Slider
## Card
## Footer

font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
--------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
 1. body start
----------------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
	color:#777777;
	-webkit-font-smoothing: antialiased;
}
::selection {
	background: #2885d0;
	color: #ffffff;
}
h1,h2,h3,h4,h5{
	font-family: 'Roboto', sans-serif;
}
.full_width{
	float:left;
	width:100%;
}
.center{
	text-align:center;
}
.center_button{
	float:left;
	width:100%;
}
/*----------------------------------------------------------------------------------
 1. body end
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
2. header section css Start
----------------------------------------------------------------------------------*/
.nav_toggle {
    width: 50px;
    height: 30px;
    float: right;
    cursor: pointer;
}
.nav_toggle i {
    float: left;
    width: 50px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.nav_toggle.toggle_open i:nth-child(2) {
    width: 40px;
    margin-left: 5px;
}
.nav_toggle.toggle_open i:nth-child(3) {
    width: 35px;
    margin-left: 7px;
}
.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: 220px;
	background-attachment: fixed;
}
.header_banner_cover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: -1;
    opacity: 0.65;
}

.ad_header_section {
    width: 100%;
    float: left;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ad_logo {
    float: left;
    margin-top: 4px;
}
.ad_logo > a{
	display:inline-block;
}
.ad_logo img{
	display:inline-block;
	max-width:100%;
}
.header_right_menu{
	float:right;
}
.header_right_menu ul.menu {
    display:inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_right_menu ul.menu li {
	float:left;
}
.header_right_menu ul.menu li a {
    font-size: 16px;
    display: block;
    color: #ffffff;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin: 7px 26px 0px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.header_right_menu ul.menu li a:hover{
	color:#2885d0;
}

 /*-------- slider form css Start --------*/
 .header_content_part{
	float: left;
    width: 100%;
 }
.ad_slider_form {
    margin-top: 260px;
    float: left;
    width: 100%;
    text-align: center;
}
.ad_slider_form p{
	font-size:18px;
	color:#ffffff;
	font-style:italic;
	line-height: 28px;
	text-align: center;
	 margin-bottom: 0px;
}
.ad_slider_form h1 {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    margin-top: 22px;
}
.ad_slider_form .input_control {
    float: left;
    width: 33.33333%;
    padding: 0 10px;
	margin-top:40px;
}
.ad_slider_form input, 
.ad_slider_form select {
    width: 100%;
    height: 50px;
	font-size:14px;
	font-weight:300;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
	padding:0 20px;
	color:#777777;	
}
.date_picker {
    position: relative;
}

.date_picker input {
    margin: 0;
    border-radius: 0;
}
.date_picker .calendar_icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    height: 50px;
    width: 40px;
    text-align: center;
    line-height: 50px;
    color: #b7b7b7;
}
.ad_slider_form .input_button {
    float: left;
    width: 100%;
}
.ad_slider_form .tour_btn {
    height: 50px;
    line-height: 50px;
    border: 0;
    padding: 0 50px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    background-color: #2885d0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
	margin-top:40px;
    transition: all 1s ease;
}

.ad_slider_form .tour_btn:hover {
     background-color: #FFF;
    color:#2885d0
}
 /*-------- slider form css End --------*/
/*----------------------------------------------------------------------------------
2. header section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
3. about section css Start
----------------------------------------------------------------------------------*/
.ad_about_section{
	padding-top:150px;
}
.about_description{
	width: 100%;
	float: left;
	margin-bottom:100px;
}
.about_description h1 {
    margin-top: 0;
	margin-bottom: 28px;
    font-size: 38px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
	letter-spacing: -0.025em;
}
.about_description p{
    font-size: 16px;
    color: #777777;
    line-height: 28px;
}
.read_m_btn {
    height: 50px;
    line-height: 48px;
    padding: 0 55px;
    color: #2885d0;
	display:inline-block;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    border: 2px solid;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.read_m_btn:hover{
	text-decoration: none;
}
.about_description .read_m_btn {
    margin-top: 25px;
}
.about_thumbs_cover{
	float: left;
	width: 100%;
	margin-bottom:100px;
}
.about_thumbs_cover .about_thumb{
	float: left;
	width: 50%;
	padding-left:20px;
}
.about_thumbs_cover .about_thumb img{
	width: 100%;
}
/*----------------------------------------------------------------------------------
3. about section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
4. client logo section css Start
----------------------------------------------------------------------------------*/
.ad_clientlogo_section{
	padding-bottom:100px;
}
.logo_crousel{
	float: left;
	width: 100%;
}
.logo_crousel .item{
	text-align:center;
}
.logo_crousel .item img{
	display:inline-block;
}
/*----------------------------------------------------------------------------------
4. client logo section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
5. service section css Start
----------------------------------------------------------------------------------*/
.middle_heading_part{
	float: left;
	width: 100%;
	text-align:center;
	margin-bottom:50px;
}
.middle_heading_part h1{
	margin-top: 0;
	margin-bottom:30px;
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    letter-spacing: -0.025em;
}
.middle_heading_part p{
    font-size: 16px;
    line-height:30px;
    color: #777777;
}
.ad_service_section {
    background-color: #fafafa;
    padding: 150px 0;
}
.adventure_body{
	display:table;
	margin:0 auto;
	margin-bottom:50px;
	position: relative;
}
.adventure_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 17px 0px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.adventure_body:hover .adventure_overlay {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    bottom: 50%;
}
.adventure_overlay h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fafafa;
    line-height: 28px;
	margin:0px;
}
.adventure_overlay .social_icons {
    display: block;
}
.social_icons a {
    color: #fafafa;
    line-height: 28px;
    font-size: 14px;
    margin: 2px 5px 0px;
    display: inline-block;
}
.center_button .read_m_btn{
	display: inline-block;
	float: none;
    transition: all 1s ease;
}
/*----------------------------------------------------------------------------------
5. service section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
6. adventure section css Start
----------------------------------------------------------------------------------*/
.ad_adventure_section{
	position: relative;
    background: url(../images/adventure_bg.jpg) no-repeat;
    background-size: cover;
}
.black_overlay{
	background-color:rgba(0, 0, 0, 0.65);
	float: left;
    width: 100%;
	padding-top: 147px;
	padding-bottom: 120px;
}

.black_overlay .middle_heading_part h1{
	color:#fafafa;
}
.black_overlay .middle_heading_part p{
	color:#ededed;
}
.adventure_box_cover {
    float: left;
    width: 100%;
}
.adventure_box_body {
    float: left;
    padding: 0 14px;
    width: 25%;
}
.adventure_box_inner {
    float: left;
	width:100%;
	padding:50px 0;
	background-color: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
}
.adventure_box_inner h4 {
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 23px;
}
.adventure_box_inner h4:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 1px;
    background-color: #2885d0;
    bottom: 0;
    left: 50%;
    margin-left: -8.5px;
}
/*----------------------------------------------------------------------------------
6. adventure section css End
----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
7. offers section css Start
----------------------------------------------------------------------------------*/
.ad_offers_section {
    padding-bottom: 90px;
    padding-top: 44px;
}
.ad_box_cover{
	float: left;
	width: 100%;
}
.offer_box{
	display:table;
	margin:0 auto;
	margin-bottom:50px;
	position: relative;
}
.offer_thumb, .offer_description{
	float: left;
    width: 100%;
}
.offer_thumb{
	position:relative;
}
.offer_thumb img{
	display:inline-block;
	max-width:100%;
}
.offer_description ul.feature_list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
    padding-top: 25px;
    padding-bottom: 30px;
}
.offer_description ul.feature_list li {
    display: inline-block;
    color: #777777;
    font-size: 14px;
    line-height: 12px;
	border-right: 2px solid;
	margin-right: 10px;
	padding-right: 10px;
}
.offer_description ul.feature_list li:last-child {
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}
.offer_description ul.feature_list li i{
    color: #2885d0;
	font-size:13px;
}
.trip_offers {
    float: left;
    width: 100%;
}
.offer_description .trip_offers h3 {
    margin: 0;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
    line-height: 28px;
}
.offer_description .trip_offers span {
    float: right;
    color: #2885d0;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.offer_paragraph {
    float: left;
    width: 100%;
    margin-top: 11px;
}
.offer_description p{
	color: #777777;
	font-size: 15px;
	line-height: 28px;
}
.offer_description .read_m_link{
	color: #2885d0;
	font-size: 16px;
	line-height: 28px;
	font-weight:700;
	text-decoration:none;
	font-family: 'Quattrocento Sans', sans-serif;
	display: inline-block;
	margin-top: 5px;
    transition: all 1s ease;
}

.offer_description .read_m_link:hover{
    color:#101010;
}

/*----------------------------------------------------------------------------------
7. offers section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
8. testimonial section css Start
----------------------------------------------------------------------------------*/
.ad_testimonial_section{
	background:url('../images/testimonial_bg.jpg') no-repeat;
	background-size:cover;
}
.ad_testimonial_section .color_overlay {
    float: left;
    width: 100%;
    background-color: rgba(40, 133, 208, 0.85);
	padding:90px 0;
}
.ad_testimonial_crousel{
	float: left;
	width: 100%;
	text-align:center;
}
.ad_testimonial_crousel .test_icon {
    color: #fafafa;
    font-size: 53px;
    margin-bottom: 20px;
    display: inline-block;
}
.ad_testimonial_crousel .test_icon i{
	border: 3px solid;
	border-radius: 100%;
	padding: 2px;
}
.ad_testimonial_crousel p{
	color: #fafafa;
	font-size: 16px;
	font-style:italic;
	line-height: 28px;
}
.ad_testimonial_crousel h4{
    color: #fafafa;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
	margin-bottom:0;
	margin-top:23px;
}
/*----------------------------------------------------------------------------------
8. testimonial section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
9. newsletter section css End
----------------------------------------------------------------------------------*/
.ad_newsletter_section{
	padding:140px 0 145px;
}
.newsletter_input_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.newsletter_input_wrapper input {
    width: 100%;
    height: 50px;
	padding: 0 215px 0 18px;
    background-color: transparent;
    border: 2px solid #2885d0;
    font-size: 14px;
    color: #777777;
    font-weight: 300;
}
.newsletter_input_wrapper .news_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #2885d0;
    border: none;
    padding: 0 60px;
	font-family: 'Quattrocento Sans', sans-serif;
}
/*----------------------------------------------------------------------------------
9. newsletter section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
10. footer section css Start
----------------------------------------------------------------------------------*/
.ad_footer_section{
	background-color:#222222;
	padding:60px 0;
}
.ad_footer_cover{
	float: left;
	width:100%;
	text-align:center;
}
.ad_footer_cover .footer_text {
    float: left;
}
.footer_text p {
    font-size: 14px;
    color: #dddddd;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 13px;
}
.footer_text p a{
    color: #2885d0;
}
.ad_footer_cover .footer_logo {
    display: inline-block;
    margin-top: 7px;
}
.footer_logo img {
    max-width: 100%;
    display: inline-block;
}
.ad_footer_cover .booking_btn {
	float:right;
}
/*----------------------------------------------------------------------------------
10. footer section css End
----------------------------------------------------------------------------------*/

/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
}

#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px){
    #preloader > img {
    margin: 350px auto;
    display: block;
  }
}

@media(min-width:576px) and (max-width:767px){
    #preloader > img {
    margin: 300px auto;
    display: block;
  }
}


@media(min-width:300px) and (max-width:575px){
    #preloader > img {
    margin: 200px auto;
    display: block;
  }
}

/* ----------------------------------
Page Preloder
---------------------------------- */
/* ----------------------------------
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: 3.4rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top.show {
    opacity: 1;
    background-color:#2885d0;
}

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

.pe-2x {
    font-size: 2.4em;
}

@media(max-width:768px) {    
    .copyright {
        text-align: center;
    }
}
/* ----------------------------------
Back to top
---------------------------------- */