﻿
.body {
    font-family: Roboto !important
}

ul {
    margin: 0;
    padding: 0
}

    ul li {
        list-style: none;
        margin: 0
    }

h2 {
    font-size: 38px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
}

.navbar {
    background: #f3e5c2
}

    .navbar ul {
        display: flex;
    }

        .navbar ul li {
            font-size: 18px;
            font-family: Roboto;
            display: inline-flex;
            margin-left: 50px;
            display: flex;
            align-items: center;
        }

.icon-circle {
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin-right: 15px
}

.banner {
    padding: 10px;
    background-image: url();
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 435px;
    color: #fff;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

    .banner h1 {
        font-size: 44px;
        color: #fff;
        font-family: Roboto;
        font-weight: bold
    }

.banner-content {
    text-align: center;
}

p {
    font-size: 16px
}

.banner-content p {
    width: 40%;
    margin: 40px auto;
}

.btn {
    padding: 12px 20px;
    border: 1px solid #fff;
}

.transparent-white {
    border-radius: 35px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    min-width: 210px;
    margin: 10px 5px 0;
    background: #78251A;
    transition: background ease .5s, color ease .5s
}

    .transparent-white:hover {
        background: #fff;
        color: #000;
    }

.icons-box-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center
}

.icons-box {
    width: 260px;
    text-align: center;
    margin: 10px 0
}

    .icons-box h4 {
        color: #fff;
        transition: all .2s;
    }

.icons-circle {
    transition: all .2s;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    border: 5px solid greenyellow;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 20px auto;
    align-items: center;
    font-size: 34px;
    color: #ee4441;
    font-weight: 500
}

    .icons-circle:hover {
        transform: scale(1.1);
        background: #fff
    }

        .icons-circle:hover + h4 {
            color: #fff
        }

.orange-line {
    background: #f48235;
    height: 4px;
    width: 50px;
    margin: auto;
}

footer {
    background: #f3ac04;
    padding: 15px 0;
    text-align: center;
    color: #000;
}

.modal input {
    padding: 25px 15px
}

.modal select {
    height: 52px
}

.button-class {
    background: #f48235;
    color: #fff;
    font-weight: 500
}

.incident-innerbox {
    padding: 0 30px;
    text-align: center;
}

.content-bg, header {
    background: #f5f1e8;
}

.modal-header .close {
    padding: 0 0 6px;
    margin: 0;
    background: #5a130f;
    border-radius: 35px;
    color: #fff;
    width: 30px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0 none;
}

.icons-absolute {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.carousel-inner .carousel-item {
    width: 100%;
    height: calc(100vh - 155px);
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

.height-VH .footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.banner-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-one {
    background-image: url('../images/banner-bus.png')
}

.slide-two {
    background-image: url('../images/ban1.jpg')
}

.slide-three {
    background-image: url('../images/ban2.jpg')
}
.slide-four {
    background-image: url('../images/ban3.jpg')
}
.slide-five {
    background-image: url('../images/ban4.jpg')
}

.banner-slide:before {
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
    display: inherit;
}

.modal-header {
    background: #f3e5c2;
}

.modal-title {
    width: 100%;
    text-align: center;
}

.section-inner-container .icons-box {
    width: 170px;
    cursor: pointer;
}

.section-inner-container {
    display: flex;
}

.left-icons {
    width: 575px;
    background: #78251A;
    padding: 20px
}

.right-slider {
    width: calc(100% - 575px);
    background: #ccc
}

.list-view li img {
    width: 35px;
    margin-right: 5px
}

.left-icons .list-view ul li {
    margin: 5px 0;
    padding: 10px 5px !important
}

    .left-icons .list-view ul li:hover {
        background: #bda19f
    }

.left-icons .list-view a {
    color: #fff;
}

    .left-icons .list-view a:hover {
        color: #000;
        text-decoration: none
    }

    .left-icons .list-view a ul li:hover {
        color: #000 !important
    }

@media screen and (max-width:767px) {
    .banner-content p {
        width: 100%;
        margin: 40px auto;
    }

    .banner h1 {
        font-size: 30px
    }

    .transparent-white {
        font-size: 18px;
        min-width: 175px;
        padding: 10px 20px;
    }

    .navbar ul li {
        font-size: 18px;
        font-family: Roboto;
    }

    .navbar ul {
        flex-direction: column;
    }

        .navbar ul li {
            margin: 10px 0;
            font-size: 16px
        }

    .mob-mt-3 {
        margin-top: 1rem
    }

    .banner {
        padding: 40px 10px;
    }

    .icons-box h4 {
        color: #000
    }

    .navbar-brand img {
        width: 100%
    }

    .icons-box {
        width: 160px;
        text-align: center;
        margin: 10px 0;
    }

    .carousel-inner {
        height: 150px
    }

    .footer-fixed {
        position: initial;
    }

    .icons-absolute {
        position: initial;
        transform: translate(0, 0);
    }

    .banner-slide {
        background-size: contain;
    }

    .section-inner-container {
        display: initial;
    }

    .left-icons {
        width: 100%;
        background: #78251A;
        padding: 20px
    }

    .right-slider {
        width: 100%;
        background: #ccc
    }

    .section-inner-container .icons-box {
        width: 160px;
    }

        .section-inner-container .icons-box h4 {
            color: #fff;
        }

    .carousel-inner .carousel-item {
        height: 150px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-inner-container {
        display: initial;
    }

    .left-icons {
        width: 100%;
        background: #78251A;
        padding: 20px
    }

    .right-slider {
        width: 100%;
        background: #ccc
    }

    .carousel-inner .carousel-item {
        height: 300px
    }
}
