/*=======Ooak CSS (25-March-2019)========*/

/*=====CSS File Titles=====

1.  Default CSS
2.  Header
3.  Banner
4.  Popular Destination
5.  About Section
6.  Second Slider
7.  Third Slider
8.  Industry Section
9.  Fourth Slider
10. Footer
12. Responsive

==*/


@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

 @import url('https://fonts.googleapis.com/css?family=Allura');
* {
    margin: 0 auto;
    padding: 0px;
    list-style-type:  none;
    outline: none;
    border: none;
    box-sizing: border-box;
}


body {
    font-family: 'Open Sans', sans-serif !important;
}


/*===========Default CSS==========*/

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
    text-decoration: none !important;
    cursor: pointer
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none !important;
    outline-style: none;
}

::selection {
    background-color: #2a5568;
    color: #fff
}

.color_white {
    color: #fff !important;

}

.section {
    float: left;
    width: 100%;
    padding: 30px 0px
}

h2.h2_heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #ff0000;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*===========Header==========*/


.header{
    border-top: 5px solid #ff3300;
    padding: 5px 0;
    float: left;
    width: 100%;
    display: table;
   -webkit-box-shadow: 0px 4px 10px -6px rgba(0,0,0,1);
-moz-box-shadow: 0px 4px 10px -6px rgba(0,0,0,1);
box-shadow: 0px 4px 10px -6px rgba(0,0,0,1);
}

.logo_txt{
    float: left;
}
.logo_txt span{
    font-size: 37px;
    font-weight: 600;
    color: #ed1b22;
font-family: 'Allura', cursive;
    display: table;
}

.header .contact_details{
    float: right;
}

.contact_details ul{
    margin: 0;
}

.contact_details p{
    margin:0px;
      margin-bottom: 10px;
    font-size: 14px;
    color: #ff3300;
}; 
}
.contact_details p img{
    margin:0 15px;
}
p.contact_support{ 
    margin-bottom: 0;
}
.phone_icon{
    display: none;
}
/*===========Banner==========*/


.banner{
    width: 100%;
    display: table;
    background: url(../images/banner_img.jpg);
    background-size: cover;
}

.package_box{
padding: 3px;
width: 100%;
display: table;
float: left;
margin: 30px 0 30px;
background-color: #ff3300;
position: relative;
}
.package_box_inner{
    display: table;
    float: left;
    width: 100%;
    padding: 10px;
    background:#800080; 
}
.package_box_inner h2{
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto;
    color: white;
    font-weight: 600;
    font-size:32px;
}

ul.package_detail{
    display: table;
    float: left;
    width: 100%;
    margin: 20px 0;
}

ul.package_detail li{
    width: 25%;
    float: left;
    text-align: center;
}
.package_detail p{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px ;
    border-right: 1px solid #fff;
}

.package_box_inner h3{
font-family: 'Allura', cursive;
margin: 15px auto;
float: left;
width: 100%;
display: table;
text-align: center;
font-weight: 700;
color: #fcff00;
font-size: 52px;
line-height: 45px;
}

.package_box_inner hr{
    position: relative;
    margin: 0 auto;
    float: left;
    display: table;
    width: 100%;
}
.package_box_inner hr:after{
position: absolute;
content: "\f005";
display:block;
font-family: "FontAwesome";
color:#fff;
background:#ed1b22;
padding: 0 8px;
font-size: 18px;
left: 50%;
top: -14px; 
}

.sale_img{
    position: absolute;
    bottom: 8%;
    right: -114px;
}
.get_quote_box{
        border-radius:5px;
        background-color: #fff;
        margin-top: 102px;


}
.getquote {
  position: relative;
  height: 90px;
  background:#ff3300;
      border-radius:5px;
      float: left;
      width: 100%;

}

.getquote h2 {
margin: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
  color: white;
  font-size: 25px;
}

.getquote svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29px;
}
form.call_back_form {
    padding: 10px;
}
form.call_back_form input{
 border:0;
 border-bottom: 1px solid #ed1b22;
 box-shadow: none;
 border-radius: 0;  
 padding-left: 0;
}
form.call_back_form input::placeholder{
    color: #1d1d1d;
}

form.call_back_form .btn{
    width: 100%;
    background:#ff3300;
    color: #fff;
    font-weight: 600;
    font-size:16px;  
}

form.call_back_form  .form-control:focus{
 border-color: #ed1b22;
 box-shadow: none;
}

/*===========Popular Destination==========*/
.destination_slider{
    float: left;
    width: 100%;
}

.carousel-wrap {
  margin: 0px auto;
  padding: 0 5%;
  width: 100%;
  float: left;
  position: relative;
}

.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 35px;
}

.owl-nav .owl-prev {
  left: -5%;
}

.owl-nav .owl-next {
  right: -5%;
}

.owl-nav > div{
    color: #ed1b22;
    text-align: center;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    background:#fff;
   -webkit-box-shadow: 0px 1px 14px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 14px -6px rgba(0,0,0,0.75);
box-shadow: 0px 1px 14px -6px rgba(0,0,0,0.75);
border-radius: 50%;

}


.owl-carousel .item .destination_info{
    padding-left: 15px;
    position: absolute;
    bottom: 0%;
    transition: 0.5s all ease;
}
.destination_info span{
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.destination_info p{
    color: #fff;
    font-size: 13px;
}

/*===========Best Selling Packages==========*/

.pkg{
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
   border: 1px solid #ebebeb;
margin-bottom: 30px;
transition: 0.5s all ease;
}

.pkg:hover{
     -webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
transition: 0.5s all ease;

}

.pkg_infobox{
    float: left;
    width: 100%;
    display: table;
    
}

.pkg_info {
    float: left;
    width: 100%;
    text-align: left;
}

/*
.pkg_price{
    float: right;
    text-align: right;
}
*/
.pkg_info span {
    font-size: 13px;
    text-transform: uppercase;
    color: #838283;
}
.pkg_info p{

    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
    margin-top: 7px;
}
/*
.pkg_price span{
    color: #000;
     font-size: 14px;
     font-weight: 700;
     display: block;
}
.pkg_price small{
font-size:10px;
font-weight: 600;
color:#ee8b0b; 
margin-top: 5px;
}
.pkg_price del{
text-decoration: line-through;
font-weight: 600;
font-size: 12px;
color: #ed1c24;
margin-left: 5px;
margin-top: 5px;
}
.pkg_price p{
    color: #303030;
    font-size: 9px;
    margin: 5px 0 10px;

}
*/
.pkg_city span{
    color: #838283;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}
ul.city_list{
    margin: 8px 0 20px;
}
ul.city_list li{
    float: left;
    width: 50%;
    text-transform: uppercase;
    color: #7c7c7c;
    margin-bottom: 6px;
    font-weight: 600;
    font-size:12px;  
}
ul.city_list li:nth-child(2n){
    text-align: right;
}
.pkg hr{
    float: left;
    width: 100%;
    display: table;
    margin:0;  
}

ul.pkg_detail{
    float: left;
    width: 100%;
    display: table;
    padding:  20px 0 10px;
    margin: 0;
}

ul.pkg_detail li{
    float: left;
    text-align: center;
    width: 20%;
}

ul.pkg_detail li img{
    width: 20px;
}

ul.pkg_detail li p{
    color: #7c7c7c;
    margin: 5px 0 0;
    font-size: 11px;
    font-weight: 500;
}
.pkg_inclusion {
    float: left;
    width: 100%;
    display: table;
}
.pkg_inclusion h3{
    color: #333;
    margin: 0px 0 10px;
}
ul.pkg_list{
    margin: 16px 0 10px 0 ;
}
ul.pkg_list li{
    padding-left: 15px;
    margin: 5px 0;
    color: #333;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat;
    background-position: left 7px;
}

.pkg_list a,.pkg_list a:hover,.pkg_list:focus{
    background:none;
    border:none;
    color: #ed1b22; 
    font-size: 14px; 
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    float: right;

    
}
.pkg_list a:hover{
text-decoration: underline !important; 
}


.pkg_list a[aria-expanded="false"] > .expanded,
.pkg_list a[aria-expanded="true"] > .collapsed {
  display: none;
}

a.enquiry_btn{
    border-radius: 5px;
    background-color: #ff3300;
    color: #fff;
    font-weight: 600;
    width: 106%;
    padding: 10px 0;
    font-size: 16px;
    margin: 10px -10px -10px -10px;
}
a.enquiry_btn:hover{
    color: #fff;
}
.modal-header .close{
    font-size: 30px;
    color: #484848;
    opacity: 1;
    line-height: 5px;
}
.modal-header{
    padding: 15px 10px 0; 
}

.modal-header form.call_back_form{
    padding-top: 0;
}

.book_box{
    margin-bottom: 30px;
    border:1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 40px;
    text-align: center;
    transition: 0.5s all ease;
}
.book_box:hover{
        -webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
transition: 0.5s all ease;
}



.book_box img{
    margin: 10px 0;
}
.book_box h3{
    color: #ff3300;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin: 20px 0;
}
.book_box p{
    font-size: 17px;
    color: #8b8b8b;
    margin: 10px 0;
}


.review{
    text-align: center;
    padding:15px;
    border:1px solid #d3d3d3;
    transition: 0.5s all ease;
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 30px;

}

.review i{
    font-size: 65px;
}

.review:hover{
-webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
transition: 0.5s all ease;
}

.review h3{
    color: #ed1b22;
    font-weight: 600;
}

.review p{
    color: #4f5150;
    font-weight: 500;
    font-size: 14px;
}
.review span{
    color: #ed1b22;
    margin-right: 10px;
}
.review_txt{
    padding: 10px 0 0;
    border-top:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}
.review_txt p{
    color: #6f6f6f;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}
.review_txt h3{
    margin: 0 0 10px;
    color: #ed1b22;
    font-weight: 600;
    font-size: 16px;
}


.review_stars{
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    color:#ed1b22; 
}
.review_stars i{
font-size: 20px;
color:#ffd400;
}
.footer{
    float: left;width: 100%;
    display: table;
    margin-top: 30px;
    background-color: #222;
    padding: 15px 0;
}
.footer p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.footer span{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

ul.social_links {
    float: left;
    text-align: right;
    width: 100%;
    margin-top: 25px;
}
ul.social_links li{
display: inline;
 float: none;
 margin: 0 8px;
 text-align: center;
}
ul.social_links li i{
 font-size: 33px;
 color: #fff;
}

/*======Thank You Page=========*/
.thankyou_box{
    width: 50%;
    display: table;
}

.thankyou_box i{
 font-size: 60px;
 color: #ed1b22;
}
.thankyou_box h3{
    font-size: 45px;
}

.thankyou_box  p{
    color: #333;
}
.thankyou_box a{
 font-size: 15px;
 background-color: #ed1b22;
 color: #fff;
 padding: 8px 14px;
 border-radius: 5px;
 margin-top: 30px;
display: table;
}

/*===========Responsive Part==========*/

@media screen and (max-width: 1200px){
.package_box_inner{
    padding:5px; 
}
.package_box_inner h2{
    margin:20px auto;
}
ul.package_detail{
    margin:10px auto; 
}
.package_box_inner h3{
    margin:10px auto;
}
a.enquiry_btn{
    width: 107.5%;
}
.get_quote_box{
    margin-top: 62px;
}

}

@media screen and (max-width: 991px){
.sale_img{
    bottom: 0%;
    right: -114px;
}
.package_box_inner h3{
    font-size: 45px;
}
.footer_logo{
    margin-top: 10px;
}

ul.social_links li i{
 font-size: 35px;
}
a.enquiry_btn{
    width: 102.9%;
}

}

@media screen and (max-width: 767px){
 .sale_img{
        bottom: -2%;
        right: -3px;
        transform: rotate(-20deg);
    }
.get_quote_box{
    margin-bottom: 30px;
}
a.enquiry_btn{
margin:10px 0 0;
width: 100%; 
}
.footer_logo{
    display: table;
    margin: 0 auto 15px;
}
ul.social_links{
    margin-top: 15px;
}
 .footer .text-left{
text-align: center;
 }
}

@media screen and (max-width: 599px){

.owl-nav{
    display: block;
}
}

@media screen and (max-width: 550px){
    .logo_txt{
        float: left;
        text-align: left;
    }
    .logo_txt span{
                font-size: 32px;

    }
    .header .contact_details{
        display: none;
    }
    .phone_icon{
        display: block;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
    }
    .sale_img{
        bottom: -1%;
        right: -3px;
        transform: rotate(-20deg);     
    }
  .package_box_inner h3{
    font-size: 40px;
  }  
  .package_box_inner h2{
    font-size: 30px;
  }
  .social{
    text-align: center;
    width: 100%;
    margin: 0;
  }
ul.social_links{
    text-align: center;
  }

}

