header.uc-header .uc-navbar{
    border-bottom: 1px solid rgba(155, 155, 155, .2);
    margin-bottom: 20px;
}

.uc-navbar-nav li {
    position: relative;
}
.uc-navbar-nav ul.submenu {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    width: 200px;
    border: 1px dotted rgba(131, 131, 131, 0.25);
    left: -10px;
}
.uc-navbar-nav ul.submenu li a {
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    border-bottom: 1px dotted rgba(131, 131, 131, 0.25);
}
.uc-navbar-nav li:hover ul.submenu {
    display: block;
}
.uc-navbar-nav li:last-child ul.submenu, .uc-navbar-nav li:nth-last-child(2) ul.submenu {
    right: 0;
    left: auto;
}

.uc-navbar-nav ul.submenu a {
    color: #999;
}
.uc-navbar-nav ul.submenu a:hover {
    color: #000;
}

.uc-dark .uc-navbar-nav ul.submenu{
    background: #000;
}
.uc-dark .uc-navbar-nav ul.submenu a:hover{
    color: #fff;
}

.news-inner-indc {
    position: absolute;
    right: -100px;
    top: 50px;
    margin-top: -20px;
}
.sep-xa > :nth-child(2)::before{
    content: "";
    border: 0;
}
.hover\:min-w-72px:hover, .min-w-72px, .min-w-72px-hover:hover{
    min-width: 84px !important;
}
.hover\:max-w-72px:hover, .max-w-72px, .max-w-72px-hover:hover {
    max-width: 84px !important;
}
.uc-header.header-seven.uc-sticky-below .uc-bottom-navbar .uc-navbar {
    min-height: 130px!important;
}
@media (max-width: 768px) {
    .news-inner-indc {
        position: relative;
        right: auto;
        top: 0;
        margin-top: 0;
    }
}
@media (max-width: 400px) {
    .uc-logo img{
        width: 100px !important;
    }
}
.post-content p:first-child::first-letter{
    font-size: inherit;
    float: inherit;
    line-height: inherit;
    margin-right: inherit;
}
.group-button {
    padding: 5px 0 15px;
    text-align: right;
}
.group-button button.btn-primary{
    border-color: white;
}
.group-button button:nth-child(2), .group-button button:nth-child(3){
    border-left: 1px solid white;
}
.group-button button.btn-primary:hover{
    border-color: white;
}
.img-wrapper {
    text-align: center;   /* şəkil və yazı mərkəzdə olsun */
    margin: 10px 0;
}

.post-content .img-wrapper {
    text-align: center;
    display: inline-block;
}

.post-content .img-caption {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-style: italic;
}

@media (min-width: 1000px) {
    .news-title {
        padding-right: 100px;
    }
}
.news-text-wrapper p{
    text-align: justify;
}