﻿*{
    padding:0px;
    margin:0px;
}
body{
    scroll-behaviour:smooth;
}
.clrr{
    clear:both;
}

/*
    Header Section
*/

.p-header{
    background-color:#1a1a1a;
    height:75px;

}
.header{
    width:80%;
    margin:auto;
    display:flex;
    justify-content:space-between;
}
.left-head{
    padding-top:10px;
}
.right-head{
    padding-top:25px;
}
.right-head ul{
    list-style-type:none;
}
.right-head ul li{
    display:inline-block;

}
.right-head ul li a{
    text-decoration:none;
    color:#ffffff;
    padding:35px;
    font-size:20px;
}
.right-head ul li a:hover{
    color:#ffd800;
}


/*
    <!--First Header Section-->
*/

.p-section1{
    background-color:#1a1a1a;
    height:550px;
    padding-top:20px;
}
.section1{
    width:95%;
    margin:auto;
}
.section1-left{
    width:49%;
    float:left;
    margin-right:2%;
}
.s1-lch1{
        clear: both;
    margin-left: 23%;
    height:110px;
    background-color:#f8ca11;
    padding:20px;
    text-align:center;
}
.s1-lch1 h1{
    color:#ffffff;
    font-size:40px;
}
.s1-lch1 h2{
    color:#000000;
    font-size:40px;
}


.s1-lch2{
    width:90%;
    padding-top:40px;
}

.section1-right{
    width:49%;
    float:left;
    
}
.section1-right h1{
    color:#ffffff;
    font-size:26px;
    text-align:center;
    font-family:inherit;
    clear:both;
}
.s1-rch1{
    height:320px;
    background-color:#ffffff;
}
.s1-rch1 h1{
    color:#000000;
    font-size:26px;
}
.s1-rch1 input{
    display:block;
    height:40px;
    width:90%;
    margin:auto;
    background-color:#e1e1e1;
    border:none;
    outline:none;
    padding-left:10px;
    font-size:18px;
    border-radius:5px;
}

::placeholder{
    
}
.s1-rch1 button{
    height:50px;
    padding:0px 40px;
    background-color:#1a1a1a;
    color:#ffffff;
    font-size:18px;
    border:none;
    border-radius:5px;
    float:right;
        margin-right: 4%;
}




/*
    <!--Our Taxi Section-->
*/

.p-taxi{
    background-color:#1a1a1a;
    height:600px;
    margin-top:80px;
}
.taxi{
    width:80%;
    margin:auto;
}
.our-taxi{
    text-align:center;
    padding-top:50px;
}
.taxi h1{
    font-size:50px;
    display:inline;
}
.p-3divs{
    padding-top:60px;
}
.p-3divs .d1, .d3{
    width:32%;
    float:left;
    height:400px;
    background-color:#ffffff;
    text-align:center;
}
.p-3divs .d2{
    width:32%;
    float:left;
    height:400px;
    background-color:#ffffff;
    text-align:center;
    margin:0% 2%;
}
.p-3divs h2{
    padding:25px;
    background-color:#f8ca11;
    border-radius:50%;
    display:inline;
    color:#ffffff;
    font-size:28px;
}
.p-3divs h3{
    font-size:30px;
}
.p-3divs p{
    font-size:24px;
    color:#7c7c7c;
}
.p-3divs .our-taxi-img{
   width:85%;
   margin:auto;

}






/*
    <!--Why us Section-->
*/


.why-us{
    margin-top:60px;
    height:850px;
}
.why-us .h1{
    text-align:center;
}
.why-us h1{
    font-size:50px;
    display:inline;
}
.why-us .h1-border{
    border-bottom:1px solid #1a1a1a;
    width:40%;
    margin:auto;
}

.p-4divs{
    width:85%;
    margin:auto;
}
p-4divs .d1{
    width:100%;
    
}
.d1 .d1a{
    width:30%;
    
    float:left;
}
.d1 .d1b{
    width:64%;
    float:left;
}
.d1b p{
    font-size:20px;
    color:#7c7c7c;
    text-align:justify;
}
.d1b button{
    height:50px;
    padding:0px 25px;
    background-color:#f8ca11;
    border:none;
    color:#ffffff;
}
.flt-right{
    float:right;
}
.banner-left{
    width:100%;
    float:left;
}
.banner-right{
    width:20%;
   margin-left:77%;
   position:relative;
   top:-68%;
}




/*
     <!--Footer Section-->
*/


.p-footer{
    height:400px;
    background-color:#292828;
    margin-top:80px;
}
.footer{
    width:85%;
    margin:auto;
}
.footer-4divs{
    padding-top:80px;
    color:#ffffff;
}
.footer-4divs .d1{
    width:20%;
    margin-right:5%;
    float:left;
    text-align:justify;
}
.d1 h1{
    color:#ebebeb;
    font-size:30px;
}
.d1 ul{
    
}
.d1 ul li{
    line-height:28px;
    font-size:18px;
}
.d1 ul li a{
    color:#ebebeb;
    text-decoration:none;
}
.d1 ul li a:hover{
    color:#ffd800;
}
.d1 .pp{
    line-height:28px;
    font-size:18px;
}
.pp span{
    padding-right:5%;
}
.pp a{
    text-decoration:none;
    color:#ebebeb;
}
.pp a:hover{
     color:#ffd800;
}
.letter-form input{
    display:block;
    height:45px;
    padding-left:15px;
    font-size:16px;
    border:none;
    outline:none;
    border-radius:10px;
}
.letter-form button{
    height:45px;

    font-size:18px;
    border:none;
    outline:none;
    border-radius:10px;
    width:60%;
    background-color:#f8ca11;
    color:#ebebeb;
}


/*
    COPYRIGHT
*/

.copyright{
    height:50px;
    text-align:center;
     color:#000;
     font-size:20px;
     padding-top:25px;
}