/*pre defined csss*/



/* css for taxi page*/
.banner {
    background-color: #dd8e3a;
}
.section-texi img:hover {
    transform: scale(1.1);
}
.section-texi img{
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 10px;
}
.section-texi h3{
    background: #dd8e3a;
    color: #fff !important;
    font-weight: 800;
    padding: 7px;
    text-align: center;
    margin-bottom: 25px;
}
.section-texi small{
    color: #ff0000;
    font-size: 15px;
    font-weight: 600;
}
.inner-banner-title{
    font-weight: 800;
}
.table-container{
    overflow-x: scroll;
}

/* css for review page*/
.section-review .one-word{
    color: #000;
    font-weight: 800;
    width: auto;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
}
.review-content {
    border: 2px solid #ccc5c5;
    margin: 10px auto;
    padding: 10px;
}
.review-content h4{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}
.testimonial_subtitle {
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
}


@import url('https://fonts.googleapis.com/css?family=Armata|Barlow+Condensed:500&display=swap');

body{
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Armata', sans-serif;
    color: #7d7d7d;
}
.btn-warning{
    background: #dc8d3a!important;
}
p{
    font-family: 'Oswald', sans-serif;
}

.bold-1{
    font-weight: 600;
    color: #000;
}
.bold-2{
    font-weight: 600;
    color: #000;
}
.bold-3{
    font-weight: 800;
    color: #000;
}
section{
    margin-top:100px;
    margin-bottom:50px;

}
.deep-purple.accent-2 {
    background-color: #ffc61a!important;
}
.bg-warning{
    background-color: #dd8e3a !important;
}

/*navigation*/
nav{
    background-color: rgba(33, 36, 42, 0.88);
}
.news_ticker{
    margin-top: 78px;
    background: #012238;
}
.news_ticker a{
    font-size: 12px;
    color: #fff;
}


.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #dd8e3a;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link .active, .navbar.navbar-dark .navbar-nav .nav-item .nav-link .active {
    color: rgb(255, 198, 26);
}

.navbar .nav-item .nav-link {
    color: inherit;
    font-size: 13px;
    font-weight: 800 !important;
    padding-left: 19px;
    padding-right: 19px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}
.scrolled{
  background:#000;
}

/*slider*/

.carousel-inner h5{
    font-weight: 600;
    padding:5px;
}

/*welcome*/
.title-1 {
    font-weight: 800;
    font-family: unset;
    color: #000;
}
.title-2 {
    font-weight: 600;
    font-family: sans-serif;
    color: #000;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
}
.title-p {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 20px;
}
.focus{
    color:#dc8d3a;
}

/*keep touch section*/

.keep-touch .fas{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 2px solid #f39c12;
    line-height: 33px;
    text-align: center;
    margin-top:-5px;
    -webkit-font-smoothing: antialiased;
}

/*footer*/
.footer-content {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
#weatherWidgetInner, #weatherWidget {
    background-color: #1c2331 !important;
    
}

.whatsapp{
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 17px;
    z-index: 999;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display:none;
    padding-bottom: 5px !important;
}


/*responsive view*/

@media (max-width: 860px){

    .carousel-caption{
        bottom:0%;
    }
    .carousel-caption img{
        display: none;
    }
}

@media (max-width: 570px){
    .title-1{
        font-size: 30px;
    }
    .bold-1{
        font-weight: 600 !important;
    }
    .welcome .img-part{
        text-align: center;
    }
    .social-media{
        padding:30px !important;
    }
    .social-media .pb-5{
        padding-bottom: 20px !important;
    }
    .service h5{
        margin-top:20px;
        font-weight: 600;
}
@media (max-width: 500px){
    .title-1 {
        font-size: 26px;
    }
    .bold-1 {
        font-size: 20px;
    }
    .firtsection{
        margin-top: 50px !important;
    }
}

