/*asd*/
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(224, 223, 223, 0.521);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(224, 223, 223, 0.521);
}

body {
  font-family: 'Rubik', sans-serif;
  color: var(--font-color);
  background: var(--body-color);
}

a {
  color: #FDAF19;
  text-decoration: none;
}

a:hover {
  color: #303136;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}
/*.row {
    --bs-gutter-x: 1.1rem;
    --bs-gutter-y: 0;
}*/
.img-fluid {
  width: 100%
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2487ce;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
	padding:15px 15px;
}
.form-search{
    margin:0px auto 0px;
    /*text-align: center;*/
    font: bold 13px sans-serif;
     max-width: 100%;
    position: relative;
    text-align: center;
}

.form-search input {
    width: 50%;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 40%);
    padding: 11px 15px 11px 15px;
    border: 0px solid #b6c3cd;
    border-right: 0;
    color: #4E565C;
    outline: none;
    -webkit-appearance: none;
    font-size: 18px;
}

.form-search button{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color:#212529;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 13px 22px 13px;
    margin-left: -4px;
    cursor: pointer;
    border: none;
    outline: none;
}

.form-search i{
    font-size: 16px;
    color: #fff;
}

header {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 0px 0px;
  max-width: 360px;
  border-radius: 10px;
  z-index: 999;
  background: rgba(0, 0, 0, .8);

}

header .nav-bg {
  box-shadow: 0px 3px 8px #00000017;
  border-radius: 9px;
  background: #FFFFFF;
  padding: 0px 5px 0px 5px;
  line-height: 64px;
  text-align: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


.header-box {
  position: absolute;
  top: -45px;
  width: 50%;
  height: 73px;
  border-radius: 16px;
  margin: 0 auto;
  text-align: center;
  align-items: c;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  z-index: -1;
}

#ib-content {

  padding: 15px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;

}

.login a{color:#fff}
.login a:hover{color:#FDAF19}
.hide {
  display: none;
}

.show {
  display: block !important;
  animation: showMe 1.2s forwards;

}
.world-news-detail{}
.world-news-detail a{}
/**
* Desktop Navigation 
*/
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.padding-top{padding-top:40px}

.search-container input[type=text] {
  padding: 6px 10px;
  margin-top: 8px;
  font-size: 18px;
  border: none;
  width: 88%;
  border-radius: 5px 0px 0px 5px;
}

.search-container button {
  float: right;
  padding: 6px 10.3px;
  margin-top: 8px;
  margin-right: 0px;
  background: #4363EA;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  width: 12%;
}

.search-container button:hover {
  background: #000;
}

.menu-box {
  padding: 15px 15px 0px
}

.menu-box ul {
  padding: 0px;
  margin: 15px 5px;
}

.menu-box ul li {
  padding: 5px 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none
}

.menu-box ul li a {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase
}

.menu-box ul li a:hover {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #EC6C5A;
  font-weight: 500;
  text-transform: uppercase
}

.login {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}

.social {
  color: #fff;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding: 0px 18px 20px;
}

.social a {
  font-size: 28px;
  color: #CECCCF;
  font-weight: 500;
  width: auto;
}

.social a:hover {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  width: auto;
}

.more-link {
  padding: 0px 15px 0px
}

.more-link ul {
  padding: 0px;
  margin: 0px 5px;
}

.more-link ul li {
  padding: 5px 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  list-style: none
}

.more-link ul li a {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.more-link ul li a:hover {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #EC6C5A;
  font-weight: 500;
}

.copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  padding: 15px 18px 0px
}


@media screen and (max-width: 600px) {
  .search-container {
    float: none;
  }

  .topnav a,
  .topnav input[type=text],
  .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}

/**
* Mobile Navigation 
*/


.ib-active {
  /* min-height: 400px ;
animation: showMe 1.2s forwards; */

}

.nav-box {
  cursor: pointer;
  /* transition: 0.8s; */
}

#imgplus {
  transition: 1s;
}

#blur-bg {
  background: linear-gradient(180deg, rgb(250 116 66 / 75%) 0%, rgb(56 23 73 / 75%) 100%);
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: fixed;

}

.bg-black {
  background-color: #181819;
  border-radius: 0 6px 6px 0;

}

.blur-ib {
  /* animation: showMe 2s forwards; */
}

@keyframes showMe {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-r-7 {
  padding-right: 7px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.news-detail{padding: 30px 0px 50px !important;}
.large-img{    padding: 0px 20px;}
.news-detail img{border-radius:10px; width:100%}
.news-detail h1{font-size:18px; border-left:8px solid #EA4356; padding:0px 15px;}
.news-detail p{padding-left:20px;    font-size: 14px;}
.source{font-size:11px;color:#ACACAC; padding:15px 0px 0px}
.date{font-size:11px;color:#ACACAC;}
.readmored-red{color:#C94453; font-size:14px;}
.readmored-red:hover{color:#000; font-size:14px;}
.readmored-red img{width:50px}
.social1 {}
.social1 a{
	font-size: 18px !important;
    color: #000;
    font-weight: 500;
    width: auto;
	padding: 10px 10px;
}
.social1 a:hover{
	font-size: 18px !important;
    color: #ccc;
    font-weight: 500;
    width: auto;
	padding: 10px 10px;
}
.like{}
.like a{color:#000; font-size:14px; text-transform:uppercase;line-height: 50px;}
.like a:hover{color:#C94453; font-size:14px; text-transform:uppercase;line-height: 50px;}
.like .fa{font-size:18px; line-height: 30px;}
 
.nextback{padding:50px 0px} 
  
.nextback img{width:20px; padding:20px 0px} 

.world-news-detail .card {
    border: 0px;
    box-shadow: 0px 0px 5px 0px #d2cece;
    margin-bottom: 15px;
    background: var(--greybg-color);
    border-radius: 6px;
	  padding-bottom: 10px;
    /*height: 290px;*/
    min-height: 290px;
}

section.news-detail .news-list .card-body p.hashtag {
    word-break: break-all;
    padding-left: 15px !important;
    padding-right: 15px;
    margin-bottom: 0px;
    font-size: 12px;
}
.source-small{
  line-height: 20px;
  padding-left: 25px !important;
  margin-bottom: 10px;
}
.world-news-detail .card img {
 border-radius:5px 5px 0px 0px;
}
.world-news-detail .card .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
	border-left: 6px solid #FEE51C;
	padding: 0px 10px;
}
/*.world-news-detail .line-title{
    border-left: 6px solid #fdba3a;
    padding: 0px 5px;
    float: left;
    height: 30px;
    margin-top: 4px;
} */
/* .active{background:#626EFF} */
.active-1{background:#FD742B}
.active-2 {
    background: #EA4356;
    padding: 22px 25px 23px;
    border-radius: 8px 0px 0px 8px;
    margin-left: -5px;
}
.active-3 {
    background: #181819;
    padding: 22px 23px 23px;
    border-radius: 0px 7px 7px 0px;
}




.source-small {
    font-size: 11px !important;
    color: var(--font-color);
    padding: 2px 0px 0px 16px !important;
    margin: 1px 0px;
}

.world-news-detail .card small {
    color: var(--font-color);
    font-size: 11px;
    padding: 15px;
}

.content-fixed {
  position: sticky;
  top: 80px; /* the height of the header (60px) + its bottom margin (20px) */
  min-height: 500px;
}


.card-title-latest{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #FDAF19;
    padding-left: 10px;	
	color:#303136;
	padding-right: 10px;
} 
.card-title-non{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #A8E23A;
    padding-left: 10px;	
	padding-right: 10px;
} 
.card-title-non{
  color:var(--font-color);
}
.card-title
{
  color:var(--font-color);
}

.card-title-bus{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #3EFEB5;
    padding:0px 10px;	
    color:var(--font-color);
} 
.card-title-rec{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #C95EF0;
    padding-left: 10px;	
	color:#303136;
} 

.card-title-tech{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #2EAFFF;
    padding-left: 10px;	
	padding-right: 10px;
	color:#303136;
}
.card-title-ss{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #FD8888;
    padding-left: 10px;
padding-right: 10px;	
	color:#303136;
}


.card-rk {
 border: none;
 padding-bottom: 4px;
}
.card-rk img{
  width:100%;
  height: 10rem;
  max-height: 100%;
  vertical-align: inherit;
  border-radius: 10px;
}
.card-img-top img{
  border-radius: 12px;
  margin-bottom: 15px;
  width:100%
}
@media (min-width: 300px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }

}

@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
  }

}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 2;
  }
}
 .allnewsmobile{display:none;}
@media (max-width: 768px) {
  .card-rk img {
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
    height: 106px;
    object-fit: cover !important;
    width: 100%;
    overflow: hidden;
}
.card-rk .card-body{padding: 0px;}
 .allnewsmobile{position:fixed; right:0px; display:block;top:65%;z-index: 1000;}
 .active-2 {
  background: #EA4356;
  padding: 23px 30px 24px;
  border-radius: 8px 0px 0px 8px;
  margin-left: -5px;
}
}


.addClass .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}	
.form-control {
    width: 100%;
    padding: 10px 10px;
    border: #ccc solid 1px;
    border-radius: 5px;
	font-weight:500;
    margin-bottom:12px;
}
.form-control-textarea {
    width: 100%;
    padding: 10px 10px;
    border: #ccc solid 1px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 6px;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  padding: 10px 12px;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border:1px solid #000;
  width: 100%;
}
.ptf{padding: 10px 0px 10px 10px;}
.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.btn-black {
    background: #000000;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 0px 0px 0px 5px;
    font-size: 22px;
}
.btn-green {
    background: #43B934;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 0px 0px 5px 0px;
    font-size: 22px;
}
.p-0 {
    padding: 0px;
}
.mb-3{padding-bottom: 14px;}

@media (max-width: 767px)
.m-hide{display:none}

.news-section{ padding-bottom:15px}

/*---------------------------------------------------page slide css --------------------------------------------------------- */
.slide__navigation {
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  display: flex;
  flex-flow: column;
}
.slide__navigation .slide__navigation__control {
  width: 100%;
  height: 40px;
  border: 1px solid #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  color: #ebebee;
}
.slide__navigation .slide__navigation__control:first-child {
  border-bottom: 0;
}
.slides .slide {
  padding-top: 15px;
  height: 75vh;
  overflow: hidden;
  align-items: center;
  width:100%;
}
.slide.slide--profile .slide--profile__content {
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-image: #000;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 30px;
  border-radius: 3px;
  overflow: hidden;
}
.slide.slide--profile .slide--profile__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}
.slide.slide--profile .slide--profile__content .text {
  position: relative;
  z-index: 1;
}
.slide.slide--profile .slide--profile__name {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 40px;
}
.slide.slide--profile .slide--profile__job {
  color: #b4b4bf;
  position: relative;
  display: inline-block;
  width: 100%;
}
.slide.slide--profile .slide--profile__job:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 5px;
}
.slide.slide--profile .slide--profile__introduction {
  margin: 10px 0 10px 20px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .slide.slide--profile .slide--profile__content {
    padding: 40px 20% 40px 20px;
  }
  .slide.slide--profile .slide--profile__job, .slide.slide--profile .slide--profile__introduction {
    font-size: 14px;
    width: 100%;
  }
  .slide.slide--profile .slide--profile__name {
    font-size: 30px;
    line-height: 30px;
  }
 
.news-detail p {
    padding-left: 20px;
    font-size: 14px;
    padding-right: 15px;
    line-height: 15px;
}
.card-title-non {
  margin-top: 10px;
}
.world-news-detail .card {
  border: 0px;
  box-shadow: 0px 0px 5px 0px #d2cece;
  margin-bottom: 0px;
  background: #fff;
  min-height: 100px;
}
}
/*---------------------------------------------------page slide css --------------------------------------------------------- */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{background:#303136; padding:0px 0px 100px;color:#fff; font-size:16px; font-weight:400;}
footer .newsletter{background: #fff;padding: 0px 0px;color: #000;font-size: 16px;font-weight: 400;width: 400px; position: relative;
    top: -30px;margin: 0 auto; border-radius: 8px;}

.description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}


.input {
	width: 100%;
    padding: 15px 0px 0px 15px;
    text-align: center;
	letter-spacing: 0px;
    font-weight: 600;
}


.button {
  height: 36px;
  border: none;
}

  
#email {
  width: 96%;
  background: #fff;
  color: #737373;
  border-radius: 0px 0 0 0px;
  border-bottom: 2px solid #D6D4D4;
  text-align: center;
  font-size: 16px;
  margin:0px 5px;
}


#submit {
    width: 100%;
    height: 90px;
    background: #FFE200;
    font-family: inherit;
    font-weight: bold; 
    color: inherit;
    letter-spacing: 1px;
    border-radius: 0 7px 7px 0;
    cursor: pointer;
    transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #000;
  color:#fff;
}
  

input:focus {
  outline: none;
  box-shadow: 0 0 2px #fff;
}	
	
	
footer {
    background: #303136;
    padding: 0px 0px 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
	
footer .logo{padding-bottom:30px;padding-top: 20px;}
footer p{line-height:26px; opacity:0.6}
.text-center{text-align:center}
footer ul{margin:20px 0px; padding:0px;}
footer ul li{padding:0px;margin:0px 15px;display:inline; list-style:none; text-transform:uppercase; font-size:16px;font-weight:500;}
footer ul li a{color:#fff}
footer ul li a:hover{color:#FDAF19}

footer .social {padding: 0px 0px 0px;}
footer .social ul{padding: 0px 0px 0px;margin: 10px 0px;}
footer .social ul li{font-size: 22px;color: #fff;font-weight: 500; padding: 0px 5px 0px !important;margin: 0px;}
footer .social ul li a {font-size: 22px;color: #CECCCF;font-weight: 500;}
footer .social ul li a:hover {font-size: 22px;color: #fff;font-weight: 500;}

footer .flink ul { padding: 0px!important;margin: 0px;}
footer .flink ul li{font-size: 12px;color: #fff; padding: 0px 8px 0px 5px !important ;margin: 0px; text-transform:capitalize; border-right:1px solid #fff}
footer .flink ul li a {font-size: 12px;color: #CECCCF;}
footer .flink ul li a:hover {font-size: 12px;color: #fff;}
footer .flink ul li:last-child{  border-right: 0px solid #fff;}
footer .copyright{font-size: 12px; padding-top:30px; padding-bottom:30px;line-height:20px;}


