body,
html {
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    overflow-x: hidden;
    background: #1d052c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    line-height: 1.6;
    margin: 0 0 1.8em 0;
    font-size: 0.9em;
}

a,
button {
    outline: none;
    transition: all 0.5s ease-out;
}

img.w-100 {
    height: auto;
}

img {
    max-width: 100%;
}

.f-left {
    float: left;
}

.transition {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 21;
    top: 0;
    background: #ffffffa3;
    transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.transition.hide {
    opacity: 0;
    z-index: -1;
    display: none;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.mainwapper {
    width: 100%;
    display: inline-block;
    overflow-x: hidden;
}

.headerwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.headerwrapper header {
    background: #fff;
    padding: 1.000em 0 0 0;
}

.social_icon {
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0;
    list-style-type: none;
}

.social_icon li {
    display: inline-block;
}

.social_icon li a {
    color: #521081;
    font-size: 1.222em;
    margin: 0 0.4em;
}

.social_icon li a:hover {
    color: #950dbc;
}

.js {
    display: inline-block;
    background: #521081;
    padding: 0.4em 1em 0.6em 1em;
    color: #fff;
    font-style: normal;
    border-radius: 100px;
    font-weight: 400;
    font-size: 0.9em;
}

.language-picker__dropdown {
    background: #fff;
    top: 36px;
    left: -0.7em
}

ul.language-picker__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.language-picker__flag::before {
    height: 20px;
    width: 30px;
    margin-right: 0.4em;
}

.language-picker .btn:hover {
    color: #fff;
}

.language-picker__flag {
    font-weight: 400;
}

.language-picker__dropdown .language-picker__flag {
    font-weight: 400;
    color: #1d052c;
}

.language-picker__button .icon {
    height: 20px;
    width: 20px;
    margin-left: 0.3em;
}

.top_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-dark {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.container-fluid {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 0.944em;
    padding: 1em 1.6em;
    font-weight: 400;
}

.navbar-dark .navbar-nav .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #fff !important;
    background: #950dbc;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background: #950dbc;
}

.serch_bar {
    width: 100%;
    max-width: 30.889em;
    display: inline-block;
    position: relative;
}

.serch_bar i {
    position: absolute;
    right: 1.5em;
    top: 0.9em;
    color: #551a6b;
}

.serch_bar input {
    width: 100%;
    display: inline-block;
    background: #efeeee;
    border-radius: 100px;
    height: auto;
    padding: 0.8em 1.5em;
    font-size: 0.9em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}

.serch_bar ::-webkit-input-placeholder {
    color: #9b9b9b;
}

.serch_bar :-ms-input-placeholder {
    color: #9b9b9b;
}

.serch_bar ::placeholder {
    color: #9b9b9b;
}

.form-control:focus {
    color: #9b9b9b;
    background: #efeeee;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.navigation {
    width: 100%;
    display: inline-block;
    margin: 1.000em 0 0 0;
    background: #1d052c;
}

.navigation .navbar {
    background: #521081;
    padding: 0;
}


.marquee {
    width: 100%;
    display: flex;
    padding: 2em 0 0 0;
    align-items: center;
}

.marquee .row {
    align-items: center;
}

.marquee h4 {
    float: left;
    padding: 1em 2em;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    background: #950dbc;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.marquee marquee {
    float: left;
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    padding: 0em 0 0 0;
}

.marquee .container {
    background: #521081;
    padding-top: 0.9em;
    padding-bottom: 0.8em;
    position: relative;
    padding-right: 1.5em;
}

.card1::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(248, 80, 50, 0);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(29, 6, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#1d062c', GradientType=0);
}


.middle_wrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0;
}

.card .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5em 1.5em 1.5em 1.5em;
}

.card h6 {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.card h2 {
    font-size: 1.556em;
    color: #fff;
    font-weight: 600;
}

.card h3 {
    font-size: 1.4em;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.card::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(248, 80, 50, 0);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(29, 6, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#1d062c', GradientType=0);
}

.hero-banner .col-lg-3 {
    padding: 0;
}

.hero-banner {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.card {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 0;
}

.card img {
    max-width: inherit;
    width: 100%;
}

.whats_new_section {
    width: 100%;
    display: inline-block;
    padding: 3.750em 0;
}

.whats_new_section h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0em 0;
    font-size: 2.375em;
    color: #fff;
    font-weight: 600;
}

.new-box {
    width: 100%;
    display: inline-block;
}

.new-box .images {
    position: relative;
    width: 100%;
    display: inline-block;
}

.new-box .images::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(248, 80, 50, 0);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(29, 6, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#1d062c', GradientType=0);
}

.new-box .info {
    padding: 1.563em 0 0 0;
}

.new-box .info h6 {
    font-size: 1em;
    color: #950dbc;
    text-transform: uppercase;
    padding: 0 0 0.4em 0;
    margin-bottom: 0;
}

.new-box .info h6 span {
    float: right;
    text-transform: capitalize;
}

.new-box .info h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.most_popular {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    background: #170323;
    margin: 1.5em 0 0 0;
}

.most_popular h4 {
    font-size: 1.750em;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0.8em 0.8em 0.3em 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.most_popular h4 a {
    font-size: 0.5em;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-decoration: none;
    float: right;
}

.most_popular h4 a:hover {
    color: #950dbc;
}

.popular_list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.popular_list li {
    width: 100%;
    display: flex;
    margin: 0 0 0 0;
    padding: 1em 1em 1em 1em;
    justify-content: space-between;
    border-bottom: 0.063em solid #330a4d;
    align-items: center;
}

.popular_list li:last-child {
    border-bottom: 0;
}

.popular_list li .images {
    width: 32%;
    display: inline-block;
}

.popular_list li .images img {
    border-radius: 100px;
    border: 0.250em solid #521081;
}

.popular_list li .info {
    width: calc(100% - 35%);
    display: inline-block;
    padding-left: 0.7em;
}

.popular_list li .info p {
    margin: 0;
    font-size: 0.9em;
    color: #950dbc;
    font-weight: 500;
}

.popular_list li .info h5 {
    font-size: 1em;
    font-weight: 600;
    padding: 0 0 0 0;
}

.add_banner {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
}

.stories_week {
    width: 100%;
    display: inline-block;
    padding: 3.750em 0;
}

.stories_week h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0.8em 0;
    font-size: 2.375em;
    color: #fff;
    font-weight: 600;
}

.card .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5em 1.5em 1.5em 1.5em;
}

.stories_card {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    position: relative;
}

.stories_card img {
    width: 100%;
}

.stories_card::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(248, 80, 50, 0);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(29, 6, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#1d062c', GradientType=0);
}

.stories_card .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5em 1.5em 1.5em 1.5em;
}

.stories_card .caption h3 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0em 0;
    font-size: 2.2em;
    color: #fff;
    font-weight: 600;
}

.stories_card .caption h6 {
    font-size: 1em;
    color: #950dbc;
    text-transform: uppercase;
    padding: 0 0 0.4em 0;
    margin-bottom: 0;
}

.stories_card .caption h6 span {
    color: #ffffff;
    text-transform: capitalize;
    padding-left: 0.4em;
}

.stories_list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.stories_list li {
    width: 100%;
    display: flex;
    margin: 0 0 2em 0;
    padding: 0 1em 0 0;
    justify-content: space-between;
    background-color: #170323;
    align-items: center;
}

.stories_list li:last-child {
    margin-bottom: 0;
}

.stories_list li .images {
    width: 40%;
    display: inline-block;
}

.stories_list li .info {
    width: calc(100% - 40%);
    display: inline-block;
    padding-left: 0.7em;
}

.stories_list li .info a {
    margin: 0 0 0.5em 0;
    font-size: 0.9em;
    color: #fff;
    font-weight: 500;
    background: #950dbc;
    padding: 0.4em 1.5em;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
}

.stories_list li .info a:hover {
    background: #521081;
}

.stories_list li .info h5 {
    font-size: 1.338em;
    font-weight: 600;
}

.monthly_highlights {
    width: 100%;
    display: inline-block;
    padding: 3.750em 0;
    background: #310a4a;
}

.monthly_highlights h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0.8em 0;
    font-size: 2.375em;
    color: #fff;
    font-weight: 600;
}

.monthly_list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.monthly_list li {
    width: 100%;
    display: flex;
    margin: 0 0 2em 0;
    padding: 0 0 0 0;
    justify-content: space-between;
    align-items: center;
}

.monthly_list li:last-child {
    margin-bottom: 0;
}

.monthly_list li .images {
    width: 42%;
    display: inline-block;
}

.monthly_list li .info {
    width: calc(100% - 42%);
    display: inline-block;
    padding-left: 0.7em;
}

.monthly_list li .info a {
    margin: 0 0 1em 0;
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    color: #950dbc;
    padding: 0;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.monthly_list li .info a span {
    float: right;
    color: #fff;
}

.monthly_list li .info a:hover {
    color: #521081;
}

.monthly_list li .info h5 {
    font-size: 1.750em;
    font-weight: 600;
}

.monthly_list li .info p {
    font-size: 1em;
    font-weight: 400;
    margin: 1em 0 0 0;
}

.readmore_btn {
    margin: 1em 0 0 0 !important;
    font-size: 1em;
    color: #fff !important;
    font-weight: 500;
    background: #950dbc;
    padding: 0.6em 2em !important;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    width: auto !important;
}

.readmore_btn:hover {
    background: #521081;
}

.recently_socials {
    width: 100%;
    display: flex;
    padding: 1.5em 0 1.5em 0;
    margin: 0 0 0 0;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recently_socials h2 {
    font-size: 1.750em;
    font-weight: 700;
    color: #fff;
    padding: 0 0 0.8em 0;
    margin: 0;
}

.recently_socials li {
    display: inline-block;
    width: 48%;
}

.recently_socials li a {
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
    font-weight: 500;
    color: #302e44;
    text-decoration: none;
    padding: 0.8em 0;
    text-align: center;
    margin-bottom: 0.8em;
    background: #fff;
}

.recently_socials li a:hover {
    background: #521081;
    color: #fff;
}

.add_banner-3 {
    width: 100%;
    display: inline-block;
    padding: 3.750em 0;
}

.most_videos {
    width: 100%;
    display: inline-block;
    padding: 0 0 3.750em 0;
}

.most_videos h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0.8em 0;
    font-size: 2.375em;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.video_box {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    position: relative;
}

.video_box::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(248, 80, 50, 0);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(29, 6, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#1d062c', GradientType=0);
}

.video_box .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5em;
}

.video_box .caption h6 {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.video_box .caption h6 span {
    float: right;
}

.video_box .caption h3 {
    font-size: 1.550em;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1em;
    transform: translate(-50%, -50%);
}


.footer_wrapper {
    width: 100%;
    display: inline-block;
    padding: 3em 0 0 0;
    background: #10001b;
}

.news_latter {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    max-width: 37.222em;
    text-align: center;
}

.news_form input {
    width: 100%;
    display: inline-block;
    padding: 0.8em 1.2em;
    background: transparent;
    border: 0.063em solid #2c0a42;
    font-weight: 400;
    margin-top: 0.3em;
    border-radius: 100px;
    font-size: 0.9em;
}

.news_form input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.news_form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.news_form input::placeholder {
    color: #fff;
}

.news_form button.subscribe {
    display: inline-block;
    padding: 0.7em 2em;
    background: #950dbc;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    margin: 1.5em 0 0 0.5em;
    border-radius: 100px;
}

.news_form button.subscribe:hover {
    background: #521081;
}

.footer .row {
    justify-content: space-between;
}

.footer {
    width: 100%;
    display: inline-block;
    padding: 0em 0 0 0;
}

.footer .col1 {
    display: inline-block;
}

.footer .col1 h4 {
    padding: 0 0 0.5em 0;
    font-size: 1.333em;
    color: #950dbc;
    font-weight: 600;
    text-transform: uppercase;
}

.footer .col1 h4 span {
    color: #fff;
}

.footer p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
}

.footer_social {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    width: 100%;
}

.footer_social li {
    display: inline-block;
}

.footer_social li a {
    color: #fff;
    font-size: 1.222em;
    margin: 0 0.2em;
    width: 2.3em;
    height: 2.3em;
    display: inline-block;
    border: 0.063em solid #494761;
    border-radius: 100px;
    text-align: center;
    line-height: 2.3em;
}

.footer_social li a:hover {
    color: #950dbc;
    border: 0.063em solid #950dbc;
}

.fp_post1 {
    width: 100%;
    display: inline-block;
    padding: 0.3em 0;
    margin: 0 0 0 0;
}

.fp_post1 .images {
    width: 28%;
    float: left;
    padding: 0 0 0 0;
}

.fp_post1 .content {
    float: left;
    padding: 0 0 0 1em;
    width: calc(100% - 30%);
}

.fp_post1 .content h6 {
    display: inline-block;
    padding: 0 0 0.3em 0;
    width: 100%;
    font-size: 0.8em;
    font-weight: 500;
    color: #950dbc;
}

.fp_post1 .content h6 span {
    color: #fff;
    float: right;
}

.fp_post1 .content h5 {
    display: inline-block;
    padding: 0 0 0 0;
    width: 100%;
    font-size: 0.9em;
    font-weight: 500;
    color: #fff;
}

.footer_nav {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
}

.footer_nav li {
    display: inline-block;
    width: 48%;
}

.footer_nav li a {
    display: inline-block;
    font-size: 0.9em;
    color: #fff;
    padding: 0.4em 0;
    text-decoration: none;
}

.footer_nav li a:hover {
    color: #950dbc;
}

.footer_nav li a i {
    color: #950dbc;
}

.footer_nav.full_w li {
    width: 100%;
}

.copyright {
    width: 100%;
    display: inline-block;
    padding: 1em 0 1em 0;
    font-size: 1em;
    color: #fff;
    border-top: 0.026em solid #290d3b;
    margin-top: 1.5em;
    text-align: center;
}

.copyright span {
    color: #950dbc;
    font-weight: 600;
}

.copyright p {
    margin-bottom: 0;
}





/* INNER PAGE CSS */

.marquee2 {
    padding-top: 0.5em;
}

.add_2 {
    margin-top: 2em;
}

.detail_part {
    width: 100%;
    display: inline-block;
    padding: 3.750em 0;
}

.detail_part h2 {
    font-size: 1.750em;
    font-weight: 700;
    color: #fff;
    padding: 0 0 0.8em 0;
    margin: 0;
    width: 100%;
}

.mt_0 {
    margin-top: 0;
}

.details_img {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 2em;
}

.details_img::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(248, 80, 50, 0);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(29, 6, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(29, 6, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#1d062c', GradientType=0);
}

.detail_part h5 {
    font-size: 1.550em;
    font-weight: 700;
    color: #fff;
    padding: 1.5em 0 0.5em 0;
}

.detail_part p {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1em;
    line-height: 1.5;
}

.top_user_line {
    width: 100%;
    display: inline-block;
}

.top_user_line .user {
    width: auto;
    display: inline-block;
}

.top_user_line .user img {
    width: 3.5em;
    height: 3.5em;
    border-radius: 100px;
}

.top_user_line p {
    display: inline-block;
    margin: 0 0 0 1em;
    font-weight: 500;
    color: #9c9c9c;
    font-size: 1em;
}

.top_user_line .purple {
    color: #950dbc;
}

.top_user_line .u_right {
    float: right;
    padding: 1em 0;
    font-weight: 500;
    text-decoration: none;
    color: #9c9c9c;
    font-size: 1em;
}

.detail_part .recently_articles {
    width: 100%;
    display: inline-block;
    padding: 1em 0 0 0;
}

.recently_articles .detail_part h2 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7em;
}

.recently_articles a {
    text-decoration: none;
}

.recently_articles .cat_date {
    font-size: 0.875em;
    font-weight: 500;
    color: #950dbc;
    text-transform: uppercase;
    width: 100%;
    padding: 1.5em 0 0.5em 0;
    display: inline-block;
}

.recently_articles .cat_date span {
    float: right;
}

.recently_articles h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.sidebar2 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}