body{margin:0;background: #efefef;}

html,body{
    scroll-behavior: smooth;
}
*{box-sizing:border-box;font-family: 'Raleway', sans-serif;}
header{
	background-color: #005bad;
	padding: 15px;
    height: 220px;
}
.icon{
	background-image: url(../img/icons-2.png) !important;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	
}
.back-icon {
    background-position: -42px -158px;
    width: 19px;
    height: 28px;
}

.search-icon{
	width: 28px;
    height: 28px;
    background-position: -81px -134px;
    background-size: 370px;
    margin-left: auto;
}

.headbar{
	color: #fff;
	display: flex;
    align-items: center;
    width: 100%;
    line-height: 0;
}

.headbar span{
	vertical-align: middle;
    margin: auto;
}
.search-box{
	display: flex;
    padding: 6px 12px;
    border-radius: 3px;
    background-color: #fff
}
.search-input{
	width: 90%;
    border: none;
    font-size: 18px;
    font-weight: 300;
    outline: none;
}
.search-bar{
	margin-top: 30px;
}

.suggested-categories{
	padding: 0 15px;
    margin-bottom: 30px;
}

.heading-txt{
	font-size: 18px;
    font-weight: 400;
    margin: 25px 0;
}

.topics-view {
    background: #fff;
    padding: 3px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    width: 95px;
}

a.topics-view{
    text-decoration: none;
}
.topics-view p {
        margin: 0;
    background: #efefef;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
    font-weight: 400;
    color: #000;
}

.topics-list{
    display: flex;
}

.categ--box{
	display: flex;
    width: 100%;
        margin-bottom: 15px;
}
.cat-img {
    height: 110px;
    width: 33.3333%;
    object-position: center;
    border-radius: 5px;
    position: relative;
    background-position: center;
    background-size: cover;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.28);
}

.cat-img:nth-child(2){
	margin: 0 10px;
}

.cat-img p {
    color: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 12px;
}

.cat-img:after {
    content: "";
    background: linear-gradient(0, #ee292533, rgba(255, 255, 255, 0.16));
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/*.cat-img:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #ee29255e, rgba(255, 255, 255, 0.35));
    width: 90%;
    height: 13px;
    z-index: -1;
    border-radius: 10px;
    margin: 0 auto;
    left: 5%;
    bottom: -9px;
}*/

.bottom-nav {
   position: fixed;
    bottom: 10px;
    width: 91%;
    padding: 10px 15px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    box-shadow: 0px -2px 7px 2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px -2px 7px 2px rgba(0, 0, 0, 0.11);
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-list{
     display: flex;
    align-items: center;
    text-align: center;
}
.menu-item {
    width: 20%;
    position: relative;
}

a.menu-item{
	text-decoration: none;
} 
.discover-icon{
	background-position: -45px -50px;
    width: 26px;
    height: 25px;
}
.menu-item.active .discover-icon {
    background-position: -45px -97px;
}

.feed-icon{
	background-position: -121px -50px;
    width: 26px;
    height: 25px;
}

.menu-item.active .feed-icon, .topics-view .feed-icon {
    background-position: -121px -97px;
}


.top-icon{
	background-position: -172px -50px;
    width: 33px;
    height: 25px;
}
.menu-item.active .top-icon {
    background-position: -172px -97px;
}


.profile-icon{
	background-position:-240px -50px;
    width: 26px;
    height: 25px;
}

.menu-item.active .profile-icon {
    background-position: -240px -97px;
}



.bTXT{
   font-size: 10px;
    margin-top: 6px;
    color: #c7c7c7;
    font-weight: 300;
}

.menu-item.active .bTXT{
    color: #ee2925
}


.bars {
  
    position: relative;
    width: 26px;
    height: 25px;
    margin: 0 auto;
}


.bar {
  background: #c3c3c3;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
}

.menu-item.active .bar{
    background: #ee2925;
}

.dark-mod{
    width: 25px;
    height: 24px;
    background-position: -295px -50px;
}

@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 26px;
  }
}

.bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}
.bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}
.bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}
.bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}
.bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}
.bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}


.feed-img{
    line-height: 1px;
    background: #fff;
    overflow: auto;
    position: relative;
}

.fd-img{
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: center;
}

.myfeed--section{
    margin-bottom: 140px;
    padding: 0 15px;
    margin-top: 10px;
}
.feed--box{
   background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: background: #efefef;
    border-radius: 10px;
    overflow: overlay;
    margin-bottom: 10px;
}

.feed--box:last-child{margin-bottom: 0;}
.feed--article{
    /*padding: 15px;*/
}
.article-box{
    padding: 15px;
}
.topics{
    margin: 0;
    font-size: 16px;
    color: #005bad;
    font-weight: 400;
}
.heading{
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.para{
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.text-repeat{
    width: 29px;
    height: 28px;
    background-position: -167px -159px;
    position: relative;
}
.back-news{
    width: 29px;
    height: 28px;
    background-position: -260px -159px;
    transform: rotate(180deg);
}
.forward-news{
     width: 29px;
    height: 28px;
    background-position: -260px -159px;
}
.close-btn{
    width: 29px;
    height: 28px;
    background-position: -306px -159px;
}

.play-btn{
    width: 40px;
    height: 40px;
    background-position: -337px -154px;
    background-color: #ee2925;
    border-radius: 50%; 
}
.pause-audio .play-btn{
    background-position: -376px -154px;
}
.audio-list{
    padding: 10px 0 20px 0;
    display: none;
}

.no-repeat .text-repeat:after{
        content: "";
    position: absolute;
    border-top: solid;
    width: 42px;
    border-color: #d5d5d5;
    transform: rotate(45deg);
    left: -10px;
    top: 11px;
}

.music-item{
    display: none;
}

.music-active .menu-item{
    width: 25%;
} 

.profile-view{
   position: fixed;
    right: -500px;
    background-color: #f3f3f3;
    top: 0;
    width: 240px;
    height: 100%;
    z-index: 9999;
    transition: 0.5s all;
    overflow: auto;
}
.profile-view.active{
    right: 0;
    transition: 0.5s all;
}
.pr-heading{
    background: #0169c0;
    padding: 20px;
    display: flex;
}

.pro-img{
    background: #bd2020;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    margin-right: 15px;
    color: #fff;
    border: solid 2px #fff;
    font-weight: 600;
    overflow: hidden;
}
.pro-img img{
    object-fit: cover;
    object-position: center;
    width: 50px;
    height: 50px;
}
.name{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px;
    overflow: hidden;
    max-height: 50px;
}
.pro-logout {
    font-size: 13px;
    color: #fff;
}

.listing-nav ul, .listing-menu ul{
    -webkit-padding-start:0;
    -moz-padding-start:0;
    margin: 0;
    padding: 20px;
}

.listing-nav li{
    list-style: none;
    margin-bottom: 20px;
    color: #543339;
}
.listing-nav li:last-child{
    margin: 0;
}
.language{
   width: 25px;
    height: 24px;
    background-position: -295px -97px;
}

.refresh-icon .top-icon{
    background-position: -380px -96px
}

.refresh-icon.active .top-icon{
    background-position: -380px -56px
}

.lang-btn {
    background: #fff;
    border: solid 1px;
    color: #6dbcff;
    border-radius: 31px;
    padding: 8px 21px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}


.notfication{
    width: 25px;
    height: 24px;
    background-position: -344px -97px;
}
.notif-box{
    display: flex;
    align-items: center;
}
.notif-acion{
    margin-left: auto;
}

.listing-nav li .icon{
    margin-right: 10px;
}
.switch {
  position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
  background-color: #2196F3;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.profile--box{
    background: #fff;
}
.pro-name{
    width: 133px;
}
.overlay{
    position: fixed;
    background: rgba(0, 0, 0, 0.19);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.listing-menu li{
    list-style: none;
    margin-bottom: 15px;
}
.listing-menu li:last-child{
    margin-bottom: 0;
}
.listing-menu li a{
    font-size: 18px;
    text-decoration: none;
    color: #404040;
    font-weight: 400;
}

.social-media .icon, .m-details .icon {
    width: 31px;
    height: 31px;
    background-color: #ececec;
    border-radius: 50%;
}
.m-details .icon{
    background-color: transparent;
}

.m-details{
        display: flex;
    align-items: center;
    top: 10px;
    width: 100%;
    position: absolute;
    padding: 0 10px;
}
.m-details img{
        margin-right: auto;
    border-radius: 5px;
}

.search{
    background-position: -38px -5px;   
}
.night-mode{
    background-position: -68px -7px;
}
.bookmark{
    background-position: -101px -6px;
}
.whatsapp{
        background-position: -134px -6px;
}
.feed-box{
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 10px 15px;
}
.feed-box .bookmark{
    margin: 0 5px;
}
.social-media{
    margin-left: auto;
    display: flex;
}

.date{
        font-size: 12px;
    color: #afafaf;
    font-family: 'Raleway', sans-serif;

}
.h-topics{
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
}

.topics-view .icon{
    width: 31px;
    height: 36px;
    margin: 15px 0;
}
.topics-list{
    margin-top: -50px;
    padding: 0 15px;
}

.topics-view .feed-icon{
    background-position: -213px -6px;
}

.topics-view .bookmark{
    background-position: -173px -5px;
}

.search-list{
    background: #fff;
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 5px;
    display: none;
}

.search-list li {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 13px;
    color: #676767;
}

.darkmod .feed--box, .darkmod .bottom-nav, .darkmod .profile--box, .darkmod .profile-view, .darkmod .lang-btn, 
.darkmod .feed-header, .darkmod .search-list{
        background: #252323;
}

.darkmod .social-media .icon, .darkmod .m-details .icon{
        background-color: #333333;
}

.darkmod .m-details .icon{
    background-color: transparent;
}

.darkmod .listing-nav li, .darkmod .heading, .darkmod .listing-menu li a, 
.darkmod .lang-btn, .darkmod .search-list li{
    color: #ffffff;
}

.lang-btn.active{
    color: #0169c0;
}

.darkmod .overlay{
    background: rgba(255, 255, 255, 0.53);
}

.darkmod .feed-box{
        background: #444444;
}

.darkmod header{
    background-color: #252525;
}
.darkmod .topics-view, .darkmod .search-input, .darkmod .search-box{
    background: #404040;
}
.darkmod .topics-view p{
        background: #252525;color: #ffffff;
}

body.darkmod{
    background: #000000;
}
.search-header{
    position: fixed;
    width: 100%;
    top: -100px; 
    padding: 10px;
    z-index: 11;
    transition: 0.5s all;
}
.search-header.active{
    top: 0;
    transition: 0.5s all;
}

.feed-header + .myfeed--section{
    margin-top: 70px;
}
.feed-header .logo{
    margin: 0 auto;
}

.search-header.search-bar{
    margin-top: 0;
}