    * {
        font-family: 'Montserrat', sans-serif;
    }
    
    .navbar-brand img {
        width: 258px;
    }
    
    .carousel-caption {
        color: #fff !important;
        background-color: #000000a6 !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
    }
    
    .navbar-light .navbar-nav .nav-link {
        font-size: 19px !important;
    }
    
    .slider {
        /* height: 820px !important; */
        z-index: 111;
    }
    
    .nav-item a {
        color: #f88c29 !important;
        /* font-style: italic !important;
     */
        font-weight: 100;
    }
    
    a.sliderButtons {
        padding: 20px;
        border-radius: 45px;
        margin: 1px;
        display: inline-block;
        color: #f88c29;
        text-decoration: none;
    }
    
    .card.mx-auto {
        background-image: linear-gradient(#FC501B, #F98D29);
        color: #fff;
        width: 80% !important;
        padding: 19px;
        box-shadow: 5px 10px #888888;
        height: 330px;
    }
    
    .card-body {
        height: 259px !important;
    }
    
    .footer {
        background-color: #000000ba;
        height: 70px;
    }
    
    .AnimationCol {
        background: black;
        color: #fff;
        width: 80% !important;
        padding: 19px;
        box-shadow: 5px 10px #888888;
        /* height: 330px;    */
        text-align: center;
        padding-top: 50px;
    }
    
    .AboutUS {
        background: black;
        color: #fff;
        width: 80% !important;
        padding: 19px;
        box-shadow: 5px 10px #888888;
        /* height: 330px;    */
        text-align: center;
        padding-top: 50px;
    }
    
    .ul_custom {
        display: inline-flex;
        list-style: none;
        margin: -4px;
    }
    
    .ul_custom li {
        padding: 20px;
        font-size: 23px;
        margin-bottom: 0px;
        color: #fff;
    }
    
    .icons i {
        font-size: 103px;
    }
    
    .col-md-6.mx-auto.title {
        background-image: linear-gradient(#FC501B, #F98D29);
        border-radius: 47px;
        padding: 51px;
        text-align: center;
        color: #fff;
    }
    /* .conatactlinks li a:hover {
    color: rgba(17, 17, 17, 0.479);
    font-size: 100px;
}
 */
    
    .whatappicon {
        position: fixed;
        bottom: 37px;
        color: aliceblue;
        right: 47px;
        font-size: 38px;
        background: #00ff37;
        padding: 4px 15px;
        border-radius: 107px;
    }
    
    .whatappicon a {
        color: white;
    }
    
    @media screen and (max-width: 320px) {
        .ul_custom li {
            padding: 13px;
        }
        .footer {
            background-color: #000000ba;
            height: 104px;
        }
        .navbar-brand img {
            width: 162px;
        }
    }