body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    position: relative;
}
.main-bg:before {
    content: "";
    background: url(../images/bg-1.png);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}
.top-header {
    background: #fff;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    transition: all 0.5ms ease;
}
.logo-desk img {
    width: auto;
    height: 95px;
    margin: 8px 0;
}
.header-social-inline {
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.archive {
    font-size: 14px;
    color: #ffffff;
    background: #733289;
    padding: 5px 10px;
}
.header-social-list-icon {
    width: 30px;
    height: 30px;
    background: #373850;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 14px;
    display: inline-block;
}
.inline-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}
.section-padding {
    padding: 20px 0 20px 0;
}
.main-news img {
    border: 1px solid #eee;
}
.main-news img {
    width: 100%;
    height: 100%;
}
.body-section iframe {
    width: 100%;
    height: 350px;
    border: 0;
}
.body-section img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border: 1px solid #eee;
    background: #eee;
    padding: 5px 5px;
}
.body-section a {
    margin-bottom: 15px;
    display: block;
}
.body-section h4 {
    font-size: 14px;
    background: #5f007e;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
.main-heading-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #373850;
    padding: 10px 15px;
}
.main-heading-area .right-area {
    display: flex;
    align-items: center;
}
.main-heading-area .right-area p{
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 20px;
    color: #fff;
}
.main-title {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.right-area .form-select {
    height: 30px;
    padding: 0 15px;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    width: 140px;
    outline: 0;
    cursor: pointer;
}
.form-select:focus {
    box-shadow: 0 0 #eee;
    border-color: #ffffff;
}
footer {
    background: #430158;
    padding: 20px 15px;
    text-align: center;
}
.item-link a {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
}
footer .header-social-list-icon:hover {
    color: #fff;
}
.item-link a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 solid #ffffff;
}
.copy-right, .copy-right a {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
footer .header-social-inline {
    justify-content: center;
    margin-bottom: 10px;
}
footer .header-social-list-icon {
    background: #5e2372
}
.main-news iframe {
    width: 100%;
    max-height: 100%;
    min-height: 930px;
    border: 0;
}
.arrow-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    background: #5f007e;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
}
.arrow-btn:hover {
    background: #5f007e;
    color: #fff;
}
.arrow-inline{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    transition: all 0.3ms ease;
}
.main-news:hover .arrow-inline {
    display: flex;
}
.right-menu .text {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    margin-right: 15px;
}
.ads-area.body img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.other-pages h4 {
    font-size: 14px;
    background: #5f007e;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
.other-pages img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #eee;
    background: #eee;
    padding: 5px 5px;
}
.other-pages {
    height: 1040px;
    overflow-y: scroll;
}
#scroll-style::-webkit-scrollbar {
    width: 5px;
}
#scroll-style::-webkit-scrollbar-track {
    background: #eee;
}
#scroll-style::-webkit-scrollbar-thumb {
    background: #c8c8c8;
}
#scroll-style::-webkit-scrollbar-thumb:hover {
    background: #5f007e;
}