/****************************************************************************************************
Media Query css start here
****************************************************************************************************/
#topbar.style-elementor {
    background: #f19117;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.style-elementor {
    transition: 0.5s;
}

#topbar.style-elementor .topbar-items {
    align-items: center;
    flex-wrap: wrap;
}

ul.st-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/*dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}*/

/*ol, ul {
    padding-left: 2rem;
}*/

/*ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}*/

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

ul.st-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.upperText {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.social {
    padding: 7px;
}

.liDisplayInlineBlock {
    display: inline-block;
}
/*.d-none {
    display: none !important;
}*/

.aboutuscontAl {
    background-color: #f8a830;
    border-radius: 10px;
    border: 2px solid #f8a830;
    padding: 30px;
    color: #1e1e1e;
    width: 360px;
    font-size: 15px;
    margin-top: -322px;
    margin-left: 380px;
}

    .aboutuscontAl a {
        color: #094bc3;
        text-decoration: underline;
        font-size: 13px;
    }

.aboutUsIframe {
    width: 100%;
    height: 375px;
}

@media screen and (max-width : 1080px) {
}

@media screen and (max-width : 992px) {

    .d-lg-flex {
        display: flex !important;
        margin-left: 40px;
    }
}

@media screen and (max-width : 767px) {
    .liDisplayInlineBlock {
        display: inline-block;
    }

    #topbar.style-elementor .topbar-items > li:not(:last-child) {
        margin-right: 12px;
        position: relative;
    }

    .aboutuscontAl {
        width: 90%;
        padding: 15px 20px;
        font-size: 14px;
        margin: 15px auto 0px auto;
    }

    .aboutUsIframe {
        width: 100%;
        height: 322px;
    }

    .upperText {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

    #topbar.style-elementor {
        background: #f19117;
        color: rgba(255, 255, 255, 0.8);
        /*padding: 0px 15px 0px 40px;*/
        padding: 0px 15px 0px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width : 480px) {
}

@media screen and (max-width : 375px) {
}
