/*setting default*/ 

            #m_583277266, #m_583277266 a {
             color: #FFFFFF;
            }
            #m_552424236, #m_552424236 a {
             color: #00AA55;
            }
            #m_368418827, #m_368418827 a {
             color: #fff;
            }
            #m_688324601, #m_688324601 a {
             color: #000055;
            }
            #m_431619170, #m_431619170 a {
             color: #fff;
            }
body {
    font-family: "Time New Roman", Sans-Serif;
}
.sub-header {
    background-color: #0a2e3e;
    color: white;
    padding: 12px 0;
}
.megamenu .col-megamenu h6.bp_megamenu_h6 a.bp_megamenu_title,
.megamenu .col-megamenu ul li a.bp_megamenu_item {
    font-size: 12px;
}
#navbar-ul-menu {
    justify-content: end;
}
.dropdown {
    transition: all 0.3s linear;
}

#menu_hor {
    justify-content: end;
}
.header {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.blog-sidebar .row {
    margin: 0;
}
.contact-list {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.contact-item svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.contact-item a {
    color: white;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}
.main-footer {
    padding: 30px 0;
}
.footer .tp-post__title {
    border-bottom: 1px solid #4a4a4a;
    padding: 10px 0;
}
.footer .contact-list {
    flex-direction: column;
    color: #fff;
    align-items: start;
    gap: 20px;
    padding: 0;
    margin-top: 30px;
}

.footer .contact-item {
    align-items: start;
    font-size: 16px;
}
.footer .contact-item span {
    line-height: 1.2;
}
.footer .tp-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.footer .module-content-text {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
}
.footer .module-content-top {
    position: relative;
    margin-bottom: 20px;
}
.footer .module-content-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: yellow;
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    overflow-y: scroll;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
    .navbar .dropdown-menu {
        left: -15%;
    }
    .megamenu .row {
        display: grid;
        grid-template-columns: repeat(5, auto);
    }
    .megamenu .row .col-lg-3 {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact-list {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
