body{font-family: "Lexend", sans-serif;font-size: 16px;font-weight: 400;overflow-x: hidden;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 15px;}
.row {margin: 0 -15px;/* align-items: center; */}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 80px 0;clear: both;position: relative;margin: 0 auto;}
h1,h2,h3,h4{font-family: "Oswald", sans-serif;color: #000000;}
h5,h6{font-family: "Lexend", sans-serif;}
p {color: #010c2f;font-size: 1rem;font-weight: 400; margin-bottom: 1.6rem}
img{max-width: 100%;}
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
span{ vertical-align:baseline;  }

.container{
    max-width: 1440px;
}

a:hover{
    color: #050483 !important;
}

/*Reset Css*/

header {
    padding: 30px 30px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    background: url("../images/header-bg.png") no-repeat;
    background-size: cover;
    background-position: 30%;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 5px 16px;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #ffffff !important;
    font-weight: 500;
    transition: .5s all;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

header ul li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {background: #2eaaa2;color: #ffffff !important;}

a.menu-bottom {
    display: none;
}

header ul {
    position: relative;
    text-align: right;
}

header ul.btn-ul {
    text-align: right;
}

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}
header ul li.btn-head a.btn-out-green {
    color: #00c6c0 !important;
    border-color: #00c6c0;
    padding: 15px 25px;
    background: transparent;
}


img{
    max-width: 100%;
}


.btn {
    border-radius: 30px;
    padding: 14px 35px;
    color: #000000 !important;
    font-size: 1.125rem;
    text-transform: capitalize;
    transition: .5s all;
    font-weight: 700;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

header ul.social-icons {
    display: inline-block;
    margin: 0 15px 0 0;
}

header ul.social-icons li {
    padding: 0 6px;
}

a.btn.btn-white {
    background: #fff;
}



header .btn {
    padding: 16px 35px !important;
}
.sidebar-trend h4 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
}

.sidebar-trend h4 > a {
    font-size: .85rem;
    text-decoration: underline;
}

.side-box figure {
    margin: 0 0 30px;
}

h6.headline {
    font-size: 12px;
    font-weight: 400;
    color: #616161;
    margin: 0 0 18px;
}

h6.headline  span.tag {
    text-transform: uppercase;
    padding: 4px 12px 3px;
    border: 1px solid #616161;
    border-radius: 9px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    color: #616161;
    transition: .5s all;
}

h6.headline  span {
    display: inline-block;
}

h6.headline  span.tag::before {
    position: absolute;
    content: "";
    right: -14px;
    top: 22.5%;
    background: #616161;
    width: 1px;
    height: 55%;
}

.side-txt h5 {
    font-size: 1.125rem;
    font-weight: 400;
}

.side-box {
    padding: 0 0 40px;
}

.side-box.side-border-end {
    border-bottom: 1px solid;
}

.side-box.side-border-up {
    padding-top: 40px ;
}

.side-box-no-img {
    padding-bottom: 30px;
}

.btn.btn-black {
    background: #000;
    color: #fff !important;
}

.info-mnews.side-txt figure {
    margin: 0 0 50px;
}

.info-mnews.side-txt h6.headline {
    margin: 0 0 20px;
}

h2 {
    font-size: 2.75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-mnews.side-txt h5 {font-size: 1.25rem;line-height: 28px;margin: 0 0 28px;}

.info-mnews.side-txt {
    padding: 0 0 50px;
    border-bottom: 1px solid #616161;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    opacity: 0.5;
    margin: 0 5px;
    transition: .5s all;
}

.owl-theme .owl-dots {
    display: inline-table;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    margin: auto !important;
}

.owl-main-news.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
    width: 25px;
}

.row.row-sub-news {
    padding: 50px 0 0;
}

.side-txt h3 {
    font-size: 1.5rem;
}

.side-box:last-child {
    padding-bottom: 0;
}

.row.row-top-news {
    padding-top: 30px ;
}

.our-entertain {
    background: #4D4D4D;
    z-index: 1;
    position: relative;
}

.our-entertain * {
    color: #fff;
}

h2 > a.btn-all {
    font-size: 1.375rem;
    font-weight: 600;
    text-decoration: underline;
}

.head {
    margin-bottom: 50px;
}

.our-entertain h6.headline span.tag {
    color: #fff;
    border-color: #fff;
}

.our-entertain h6.headline span.tag::before {
    background: #fff;
}

span.tag:hover {
    color: #ce0f25 !important;
}

.our-entertain::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url("../images/border-ent.png") no-repeat;
    width: 88%;
    height: 20px;
    background-size: 100%;
    z-index: -1;
}

.info-mnews.side-txt.sub-main-news.bod-none {
    border: none;
    padding-bottom: 0;
}

h2.bod-down-head {
    padding-bottom: 35px;
    border-bottom: 1px solid #000000;
}


ul.side-exp li {
    min-height: 95px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 0 0 0 118px;
    flex-direction: column;
    margin: 0 0 26px;
}

ul.side-exp li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.side-exp li a {
    font-size: 1rem;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 3px;
}

ul.side-exp li span a {
    color: #616161;
    font-weight: 400;
    font-size: 12px;
}

.our-main-news.lifestyle-news .owl-theme .owl-dots {
    bottom: 60px;
}

.btn-viewall.text-center {
    margin: 40px 0 0;
}

.our-main-news.health-news {
}


.more-videos-box {
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}

.more-videos-box .side-txt {
    margin: 0 0 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.more-videos-box .vid-box {
    min-width: 50%;
    position: relative;
    z-index: 1;
}

.our-videos [class*='col'] {
    padding: 0;
}

.more-videos-box span.play {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.more-videos-box .vid-box figure {
    margin: 0;
}

.more-videos-box .side-txt h6.headline  span.tag {
    color: #616161;
    border-color: #616161;
    font-size: 8px;
}

.more-videos-box .side-txt h6.headline span.tag::before {
    display: none;
}

.more-videos-box .side-txt h5 a {
    color: #000;
}

.more-videos-box .side-txt h5 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 500;
}

.more-videos-box .side-txt span.time-span {
    font-weight: 300;
    color: #616161;
    font-size: 10px;
}

.sidebar-trend.videos-sidebar h4 a {
    color: #000;
}

.sidebar-trend.videos-sidebar {
    background: #fff;
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.more-videos-box .side-txt h6.headline {
    margin: 0 0 15px;
}

.more-videos-box:last-child {
    margin-bottom: 0;
}
.sidebar-trend.videos-sidebar h4::before {
    position: absolute;
    content: "";
    bottom: -20px;
    background: #000;
    height: 1px;
    width: 100%;
    z-index: -1;
}

.info-you {
    border: 3px solid transparent;
    position: relative;
}

.info-you::before {
    position: absolute;
    content: "";
    background: rgb(5,4,131);
    background: linear-gradient(180deg, rgba(5,4,131,1) 0%, rgba(114,116,115,1) 100%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: -1;
    top: -3px;
    left: -3px;
}

.head.headup {
    margin: 100px 0 50px;
}

.head.headup h2.bod-down-head {
    font-size: 2rem;
    border-bottom: 2px solid #fff;
}

.more-videos-box.info-rel {
    display: block;
    width: 100%;
}

.more-videos-box.info-rel figure {
    margin: 0 0 20px;
}

.more-videos-box.info-rel .side-txt {
    margin: 0;
    display: block;
}

.more-videos-box.info-rel .side-txt * {
    color: #fff;
}

.more-videos-box.info-rel .side-txt span, .more-videos-box.info-rel .side-txt span a, .more-videos-box.info-rel .side-txt span.tag {
    color: #fff !important;
    border-color: #fff !important;
}

.more-videos-box.info-rel .side-txt h5 {
    font-weight: 400;
}

footer {
    padding: 80px 0;
    background: #F2F2F2;
}

footer h4 {
    font-size: 2rem;
    color: #050483;
    font-weight: 600;
    margin: 0 0 15px;
}

footer h3 {
    color: #050483;
    margin: 15px 0 22px;
    font-size: 1.5rem;
    font-weight: 600;
}

footer ul.social li {
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0 5px 14px #00000038;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    transition: .5s all;
}

footer ul.social li:first-child {margin-left: 0;}

footer ul.social li:hover {
    background: #160280;
}

footer ul.social li:hover img {filter: brightness(0) invert(1);}

footer ul.social li img {
    transition: .5s all;
}

footer ul.social li a {
    display: flex;
    align-items: center;
}
footer ul.cont-det li,footer ul.cont-det li a {
    font-size: 1.2rem;
    color: #000;
    line-height: 21px;
}

footer ul li {
    margin-bottom: 13px;
}

footer ul li:last-child {
    margin: 0;
}

footer .pl-30 {
    padding-left: 90px;
}

footer h6 {
    font-size: 1rem;
    margin: 33px 0 28px;
}

footer .subs-box h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 25px;
}

footer p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

footer .subs-box .form-control {
    height: 64px;
    font-size: 16px;
}

footer .subs-box 
 .form-group {
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
}

footer .subs-box 
 input.btn.btn-purp {
    position: absolute;
    right: 0;
    height: 64px;
    background: #050483;
    top: 0;
    color: #fff !important;
    padding: 12px 52px;
    font-weight: 500;
}

.info-podcast a.pod-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    z-index: 1;
    opacity: 0;
    transition: .5s all;
}

.info-podcast a.pod-play img {
    width: 80px;
    height: 80px;
}

.our-entertain .row {
    align-items: self-start;
}



.info-podcast figure {
    margin: 0;
    position: relative;
    z-index: 1;
}

.info-podcast:hover a.pod-play {
    opacity: 1;
}

.info-podcast figure::before,.info-podcast figure::after {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    background: #050483;
    width: 40px;
    height: 40px;
    z-index: -1;
}

.info-podcast figure::after {
    left: inherit;
    top: inherit;
    bottom: -10px;
    right: -10px;
}

.owl-pod .owl-stage-outer {
    padding: 10px;
    margin-left: -20px;
}

.text-pod {
    height: 80px;
    position: absolute;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -100px;
    z-index: 1;
    transition: .5s all;
}

.text-pod h5 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.text-pod::before {
    position: absolute;
    content: "";
    background: url("../images/bg-backpod.png") no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    z-index: -1;
    background-size: cover;
}


.info-podcast:hover .text-pod {bottom: 0;}

.our-entertain.our-podcast {
    background: transparent;
}

.our-podcast .row {
    align-items: center;
}

.our-entertain.our-podcast::before {
    position: absolute;
    content: "";
    left: 0;
    background: url("../images/bg-pod.png") no-repeat;
    width: 100%;
    background-size: cover;
    height: 280px;
    top: 20px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background-position: 100%;
}

.about-section {
    text-align: center;
    padding-bottom: 0;
}

.about-section h2 {
    justify-content: center;
}

.about-section .info-mnews.side-txt h5 {
    width: 80%;
    margin: 40px auto 0;
}

span.tag-image {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 0;
}

label.lb-block {
    display: block;
}

.rd-form {
    display: inline-block;
    margin-right: 20px;
}

.our-subscribe p > a {
    vertical-align: baseline;
    text-decoration: underline;
    color: #160280;
}

.form-text {
    margin-bottom: 50px;
}

.our-main-news.main-news-dots .owl-theme .owl-dots {
    bottom: 80px;
}

header .row [class*='col'] {
    width: auto;
}

header .row .col-md-9 {}

header .row {
    justify-content: space-between;
}

header .row [class*='col']:last-child {
    display: none;
}

.head-rg-side {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

header .btn[data-toggle="modal"] {
    padding: 6px !important;!i;!;
    !i;!;!;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

#searchModal .modal-body {
    padding: 40px 20px;
}

#searchModal .modal-body .close {
    position: absolute;
    top: 1px;
    right: 8px;
    font-size: 24px;
}

#searchModal .modal-body .form-control {
    padding: 10px 10px;
}