/*=================table of content =======

1.head
2.About
3.work
4.event
5.why chosse us
6.Demo
7.Progress
8.View
9.Subscribe
10.service
11.contact

=============================================*/
@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}


/*global*/

section{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 1;
}

h2{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;

}
p{
    font-family: 'Roboto', sans-serif;
}
.title {
    padding: 10px 20px;
    position: relative;
    background: rgb(255, 137, 3);
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
}
.title::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #db7500, rgba(191, 120, 38, 0.5));
    /*border: 2px solid rgb(255, 137, 3);*/
    top: 5px;
    left: 5px;
    z-index: -1;
}
.icon{
    margin-bottom: 30px;
    color: #ff8900;
}
/*global end*/

/*header section start*/
/*========================menu section start=========*/
#mainNav{
    background: rgba(0,0,0,0.5);
}
.navbar-brand {
    font-size: 1.5rem;
    font-family: 'Khand', sans-serif;
    color: #fff !important;
}

.navbar-brand p {
    font-size: 0.84rem;
    margin-top: -5px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.navbar {
    -webkit-transition: all 2s;
    /* Safari */
    transition: width 2s;
    padding: 0 15px;
}
.nav-item a {
    color: #fff !important;
}

.navbar-nav .nav-link.active {
    background: #ff8900 !important;
}

.nav-item:hover {
}

.navbar-shrink {
    background: #000;
    box-shadow: 3px 0 5px 3px #ddd;
    position: fixed;
    z-index: 99999;
}

.navbar-toggler{
    background: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover{
    background: #ff8900;
    color: #fff !important;
}
section{
    padding: 30px 0;
}
/*======== menu section end*/

/*Home*/
#home{
    background: url(../images/Limousine-Services.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    text-align: center;
}
#home:before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0, 0.7);
}
#home .container{
    position: relative;
}
.banner{
    margin-top: 20%;
}
#home h3{
    color: #fff;
    margin-bottom: 30px;
}
.btn-custom{
    background: #ff8903;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0px;
    position: relative;
}
.btn-custom:before{
    content: "";
    position: absolute;
    width: 105%;
    height: 120%;
    padding: 10px;
    top: -5px;
    left: -5px;
    border:1px solid #ff8903;
}
.sml{
    text-align: center;
    margin:20px 0;
}
.sml .btn-custom{
    padding: 5px 15px;
}
.sml .btn-custom:before{
    height: 130%;
}
/*how_to_content*/
.how_to_content{
    padding-top: 20px;
}

/*CTA*/
#cta{
    background: url(../images/Limousine-Services.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}
#cta:before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}

#cta .container{
    position: relative;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
#cta .button{
    padding-top: 30px;
}

/*How Book*/
#how_book{
    background: rgb(255, 137, 0);
}
#how_book .title{
    background: #000;
}
.book li{
    font-size: 1.3rem;
    padding-bottom: 20px;
    list-style: none;
}
.book li .fas{
    color: #fff;
}

/*Collection*/
.car{
    min-height: 250px;
    line-height: 250px;
    border:1px solid #ff8900;
    box-shadow: 0 0 5px #ff8900;
    margin-bottom: 10px;
}

/*Service*/
#service{
    padding-bottom: 0;
}
#service .row:nth-child(odd){
    background: rgba(255, 137, 3, 0.2);
}
#service .title{
    margin-top: 40px;
}

/*Footer*/
footer{
    background: #ff8900;
    padding: 10px;
}

#modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: red;
    border: 2px solid #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.form{
    background: #fff;
    padding: 30px;
    height: 100vh;
    scroll-behavior: auto;
}

.second, .final{
    display: none;
}

.ui-datepicker{
    padding: 10px;
    border:1px solid #eee;
    background: #fff;
}

.ui-datepicker-prev, .ui-datepicker-next{
    padding:2px 5px;
    background: #ddd;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.ui-datepicker-prev{
    left: 0;
}
.ui-datepicker-next{
    right: 0;
}
.ui-datepicker-title{
    text-align: center;
}
.ui-datepicker-calendar td{
    border:1px solid #ddd;
    padding: 10px;
}