body {
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #F8F8FF;
    text-align: justify;
}

a {
    color: #4066E0;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #4d4d4d;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 15px 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #4d4d4d;
    font-weight: 600;
}



hr {
    border-bottom: 3px ridge rgba(128, 64, 191, 0.6);
}

.center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bord-left {
    border-left: 2px solid #720e9e;
}

.bord-right {
    border-right: 2px solid #720e9e;
}

.full-bord {
    border: 3px ridge rgba(128, 64, 191, 0.6);
}

.bord-bot {
    border-bottom: 2px solid #720e9e;
}

a.mirr:hover {
    text-decoration: overline underline;
}

.sidebar-padding {
    position: relative;
    padding-left: 30px;
}


.brand {
    margin: 15px 0;
}

.brand .b-logo {
    text-align: left;
    overflow: hidden;
}

.brand .b-logo a img {
    max-width: 100%;
    max-height: 60px;
}

.brand .b-ads {
    overflow: hidden;
}

.brand .b-ads a img {
    max-width: 100%;
    max-height: 100%;
}

.brand .b-search {
    width: 100%;
}

.brand .b-search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.brand .b-search input[type=text]:focus {
    border-color: #8040bf;
}

.brand .b-search button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 15px;
    border: none;
    background: none;
    color: #8040bf;
    border-radius: 0 4px 4px 0;
}

.brand .b-search button:hover {
    background: #8040bf;
    color: #ffffff;
}

@media (min-width: 768px) {
    .brand {
        max-height: 90px;
    }
}

@media (max-width: 767.98px) {

    .brand .b-logo,
    .brand .b-ads,
    .brand .b-search {
        text-align: center;
        margin-bottom: 15px;
    }

    .brand .b-search {
        margin-bottom: 0;
    }
}


.nav-bar {
    position: relative;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 2px solid #4d4d4d;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {

    .nav-bar,
    .nav-bar .navbar {
        background: #8040bf !important;
    }

    .nav-bar .navbar-brand {
        display: none;
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .nav-bar,
    .nav-bar .navbar {
        padding: 3px 0;
        background: #8040bf !important;
    }

    .nav-bar a.nav-link {
        padding: 5px;
    }

    .nav-bar .dropdown-menu {
        box-shadow: none;
    }

    .nav-bar .social {
        display: none;
    }
}

.nav-bar .social {
    font-size: 0;
    overflow: hidden;
}

.nav-bar .social a {
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    font-size: 14px;
    background: #8040bf;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.nav-bar .social a:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.nav-bar .social a i {
    color: #ffffff;
}

.nav-bar .social a:hover i {
    color: #8040bf;
}


.top-news .tn-img {
    position: relative;
    overflow: hidden;
}

.top-news .tn-img img {
    width: 100%;
}

.top-news .tn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.top-news .tn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.top-news .tn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.top-news .tn-left .tn-title a {
    font-size: 30px;
    font-weight: 600;
}

.top-news .tn-title a:hover {
    color: #8040bf;
}


.tab-news {
    position: relative;
}

.tab-news .col-md-6 {
    margin-bottom: 60px;
}

.tab-news .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #4d4d4d;
    border-radius: 0;
}

.tab-news .nav.nav-pills .nav-link:hover,
.tab-news .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #8040bf;
}

.tab-news .tab-content {
    padding: 30px 15px 15px 15px;
    background: rgba(0, 0, 0, .05);
}

.tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;

}

.tab-news .tn-img {
    width: 150px;
}

.tab-news .tn-img img {
    width: 150px;
}

.tab-news .tn-title {
    padding: 10px 15px;
}

.tab-news .tn-title a {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
}

.tab-news .tn-title a:hover {
    color: #8040bf;
}


.sn-content {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
    margin-bottom: 15px;
}

.sn-content .sn-img {
    position: relative;
    overflow: hidden;
}

.sn-content .sn-img img {
    max-width: 100%;
}

.sn-img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.sn-content .sn-content {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.sn-content .sn-content h1.sn-title {
    display: block;
    width: 100%;
    color: #4d4d4d;
}

.sn-content {
    margin-bottom: 45px;
}


.sn-content .sn-slider .sn-img {
    position: relative;
    overflow: hidden;
}

.sn-content .sn-slider .sn-img img {
    width: 100%;
}


.sn-content .sn-slider .sn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.sn-content .sn-slider .sn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.sn-content .sn-slider .sn-title a:hover {
    color: #8040bf;
}

.sn-content .sn-slider .slick-prev,
.sn-content .sn-slider .slick-next {
    top: -62px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #4d4d4d;
    border-radius: 4px;
}

.sn-content .sn-slider .slick-prev {
    left: calc(100% - 85px);
}

.sn-content .sn-slider .slick-next {
    right: 14px;
}

.sn-content .sn-slider .slick-prev:hover,
.sn-content .sn-slider .slick-prev:focus,
.sn-content .sn-slider .slick-next:hover,
.sn-content .sn-slider .slick-next:focus {
    color: #ffffff;
    background: #8040bf;
}

.sn-content .sn-slider .slick-prev::before,
.sn-content .sn-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.sn-content .sn-slider .slick-prev::before {
    content: "\f104";
}

.sn-content .sn-slider .slick-next::before {
    content: "\f105";
}

.sidebar {
    position: relative;
    width: 100%;
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}


.sidebar .sidebar-widget .news-list {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .news-list .nl-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar .news-list .nl-item .nl-img {
    width: 100px;
}

.sidebar .news-list .nl-item .nl-img img {
    width: 100px;
}

.sidebar .news-list .nl-item .nl-title {
    padding-left: 15px;
}

.sidebar .news-list .nl-item .nl-title a {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.sidebar .news-list .nl-item .nl-title a:hover {
    color: #8040bf;
}

.sidebar .sidebar-widget .tab-news {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .tab-news .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #4d4d4d;
    border-radius: 0;
}

.sidebar .tab-news .nav.nav-pills .nav-link:hover,
.sidebar .tab-news .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #8040bf;
}

.sidebar .tab-news .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-news .tab-content .container {
    padding: 0;
}

.sidebar .tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar .tab-news .tn-img {
    width: 100px;
}

.sidebar .tab-news .tn-img img {
    width: 100px;
}

.sidebar .tab-news .tn-title {
    padding: 0 0 0 15px;
}

.sidebar .tab-news .tn-title a {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.sidebar .tab-news .tn-title a:hover {
    color: #8040bf;
}

.sidebar .sidebar-widget .category {
    position: relative;
}

.sidebar .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category ul li a {
    display: inline-block;
    color: #4d4d4d;
    line-height: 23px;
}

.sidebar .category ul li a:hover {
    color: #8040bf;
}

.sidebar .category ul li::before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #4d4d4d;
    left: 1px;
}

.sidebar .category ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tags {
    position: relative;
}

.sidebar .sidebar-widget .tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #4d4d4d;
    background: #ffffff;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
}

.sidebar .sidebar-widget .tags a:hover {
    color: #ffffff;
    background: #8040bf;
    border: 1px solid #8040bf;
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden;
}


.img-banner a {
    display: block;
    max-width: 370px;
    max-height: 106px;
    overflow: hidden;
    border: 3px ridge rgba(128, 64, 191, 0.6);
    margin-left: auto;
    margin-right: auto;
}

.img-banner img {
    max-width: 100%;
    height: 100px;
    transition: .3s;
}

.img-banner img:hover {
    transform: scale(1.1);
}


.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #8040bf;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #ffffff;
}

@media (max-width: 768.98px) {

    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center;
    }
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: .6s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 600px;
    max-height: 200px;
    width: 60%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 1.2rem;
}

.popuptext {
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4rem;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner,
.popup-inner-ref {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.closepopup {
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 400;
    border-radius: 0%;
    background-color: #8040bf;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}


.popup-inner2 {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 600px;
    max-height: 400px;
    width: 60%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.9);
}

.popuptext {
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4rem;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner2 {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.closepopup {
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 400;
    border-radius: 0%;
    background-color: #8040bf;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.accordion .content {
    background: #E6E6FA;
    overflow: hidden;
    font-size: 16px;
    height: 0;
    transition: 0.75s;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: left;
    text-align: center !important;

}

.accordion label {
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    background: #699bd8;
    width: 280px;
    display: inline-flex;
    align-items: center;
    justify-content: left;


}

.accordion label:hover,
.accordion label:focus {
    background: #4066E0;

}

.accordion .handle label:before {
    font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
    content: "\f107";
    display: inline-block;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.556em;
    vertical-align: middle;
    transition: 0.75s;
}

.accordion > input[name="collapse"]:checked ~ .handle label:before {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.75s;
}

.accordion > input[name="collapse"]:checked ~ .content {
    height: 86px;
    transition: height 0.75s;
}


.acc-featured .content-fe {
    background: inherit;
    overflow: hidden;
    font-size: 16px;
    height: 0;
    transition: 0.75s;
    text-align: start;
}

.acc-featured label {
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    background: #8040bf;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: left;


}

.acc-featured label:hover,
.acc-featured label:focus {
    background: #720e9e;

}

.acc-featured .handle label:before {
    font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
    content: "\f107";
    display: inline-block;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.556em;
    vertical-align: middle;
    transition: 0.75s;
}


.acc-featured > input[name="collapse2"]:checked ~ .handle label:before {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.75s;
}

.acc-featured > input[name="collapse2"]:checked ~ .content-fe {
    height: 484px;
    transition: height 0.75s;
}



#dnsites {
    border-collapse: collapse;


}

#dnsites td,
#dnsites th {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;


}

#dnsites tr:nth-child(even) {
    background-color: #f2ecf9;
}

#dnsites tr:hover {
    background-color: #cab1e7;
}

#dnsites th {
    text-align: left;
    background-color: #00377a;
    color: white;
}

.ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    border: 3px ridge rgba(128, 64, 191, 0.6);

}

.ticker-wrapper-h .heading {
    background-color: #8040bf;
    color: #fff;
    padding: 5px 10px;
    flex: 0 0 auto;
    z-index: 1000;
}

.ticker-wrapper-h .heading:after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 20px solid #8040bf;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
}


.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 90%;
    z-index: 999;

    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 60s;

}

.news-ticker-h:hover {
    animation-play-state: paused;
}

.news-ticker-h li {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
}

.news-ticker-h li a {
    color: #4d4d4d;
    font-weight: bold;
}

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
