/*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;
}
h2{
  color: var(--font-color);
}

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);
  }
}
.ins-head{border-left: 10px solid #FDAF19;}
.ins-head h1{border-left: 0px solid #EA4356 !important;}
/*--------------------------------------------------------------
# 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: 1;
	padding:20px 0px;
	background: var(--body-color);
}
.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: 90%;
    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: -44px;
  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;

}

/**
* 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: #fff;
  font-weight: 500;
  width: auto;
}

.social a:hover {
  font-size: 28px;
  color: #CECCCF;
  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
--------------------------------------------------------------*/
.ins-detail{padding:30px 0px 170px;}
.ins-img{    padding: 0px 20px;}
.ins-detail img{border-radius:10px; width:100%}
.ins-detail h1 {
    font-size: 24px;
    border-left: 8px solid #EA4356;
    padding: 0px 15px;
    margin-bottom: 0px;
    font-weight: 800;
}
.ings-detail p{padding-left:20px;    font-size: 14px;}
.ins-head p{padding-left:15px;    font-size: 14px; margin-bottom:0px}

.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}

.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;
    margin-bottom: 15px;
    border-radius: 6px;
    padding-bottom: 0px;
    line-height: 18px;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
	position:relative
}


.world-news-detail .card img {
 border-radius:5px 5px 5ppx 5px;
}


.date-one {
	width: 58px;
    background: #fff;
    margin-top: -38px !important;
    margin-left: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0px 2px 5px #d3d3d3;
    position: relative;
}
.month-one {
    background: #FD742B;
    color: #fff;
    font-size: 10px;
    border-radius: 5px 5px 0px 0px;
    padding: 4px;
    height: 24px;
	font-weight: 400;
}
.date-calender{
  padding:10px 0px;
  background: var(--greybg-color);
 }
.world-news-detail p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    color:  var(--font-color);}
.card-rk  a
{ color:var(--font-color);}
.world-news-detail small{font-size:11px}
.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;
}
.pt-5{padding-top:50px}
.pt-3{padding-top:30px}
.plr-50{padding:0px 50px; text-align:center;  position: relative;top: 50%; -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
/*.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 30px 23px;
    border-radius: 8px 0px 0px 8px;
    margin-left: -5px;
}
.active-3 {
    background: #181819;
    padding: 22px 23px 23px;
    border-radius: 0px 7px 7px 0px;
}

.active-33 {
    background: #FD742B;
    padding: 22px 10px 23px;
    border-radius: 0px 0px 0px 0px;
}


.source-small {
    font-size: 11px !important;
    color: #ACACAC;
    padding: 7px 0px 0px 16px !important;
    margin: 3px 0px;
}

.world-news-detail .card small {
    /* color: rgba(0, 0, 0, 0.62); */
    font-size: 11px;
    padding: 15px 0px;
}

.content-fixed {
  position: sticky;
  top: 0px; /* 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;	
} 
.card-title-non{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #A8E23A;
    padding-left: 10px;	
} 

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

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


.card-rk {
    border: none;
    padding-bottom: 10px;
}
.card-rk img{
  width:100%;
  vertical-align: inherit;
  border-radius: 10px;
}
.card-img-top img{
  border-radius: 12px;
  margin-bottom: 15px;
  width:100%
}

.qut{font-size: 18px;font-weight: 600;text-align: center;margin-bottom: 0px;}

.ins-btn {
    font-size: 11px;
    border-radius: 3px;
    padding: 5px 2px 50px;
}
.ins-btn a {
    font-size: 11px;
    color: #fff;
    background: #000;
    padding: 8px 16px;
    text-align: center;
    width: 100%;
    border-right: 1px solid #fff;
    line-height: 19px;
}
.f12{font-size:12px;}
@media (min-width: 300px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
  }
}

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


main#main .sticky-top {
    overflow-x: hidden;
}
}

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

@media (min-width: 1200px) {
  .card-columns {
    column-count: 3;
  }
}
 .allnewsmobile{display:none;}
@media (max-width: 768px) {
 .allnewsmobile{position:fixed; right:0px; display:block;top:50%;z-index: 1000;}
 .active-2 {
    background: #EA4356;
    padding: 22px 30px 23px;
    border-radius: 8px 0px 0px 8px;
    margin-left: -13px;
}
.pt-5{padding-top: 0px !important;}
.ins-head {
    border-left: 10px solid #FDAF19;
    margin-bottom: 30px;
}
.date-one {
    width: 58px;
    background: #fff;
    position: absolute;
    bottom: -22px;
    left: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0px 2px 5px #d3d3d3;
}

.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}
.ins-btn {
    font-size: 11px;
    background: #F0F3F7 !important;
    border-radius: 3px;
    padding: 5px 2px 30px!important;
    margin-right: 15px;
    width: 100% !important;
}
}

.date-one-1 {
    width: 58px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0px 2px 5px #d3d3d3;
}
.date-calender-1 {
    padding: 0px 0px;
}
@media (max-width: 767px){
.date-one-1 {
    width: 58px;
    background: #fff;
    position: absolute;
    bottom: -24px;
    left: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0px 2px 5px #d3d3d3;
}
}

/*--------------------------------------------------------------
# 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 7px;
    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 .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;}

/* Sachin */
.date-one{
    margin-top: 0px ;
  }
  .card-columns {
    column-count: 2;
    }
@media screen and (max-width:767px){
    p.qut {
         font-size:14px;   
    }
    p#test{
        font-size:13px;
}

}
.card-img-top{
  height: 244px;
  object-fit: cover;
}
@media screen and (max-width:1200px){
  .world-news-detail .card small{
      font-size: 10px;
      padding: 8px 0px;
}
  .world-news-detail p{
    margin-top: 15px;
}
  .world-news-detail p{
    font-size: 12px
}
  .date-one{
    margin-top:220px ; 
    width: 34px;
    height: 36px;
    font-size: 12px;
}
  .date-calender{
    padding: 0px;
  }
  .month-one{
    height: 18px;
    padding: 0px;
}
}
@media screen and (max-width:991px){
  .card-columns {
    column-count: 1;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1367px){ 
.ins-text .ins-btn {
    display: grid;
    background: unset;
}
.ins-text .ins-btn a {
    border-bottom: 2px solid;
    border-right: unset;
}
 .ins-btn a{
    margin: -1px;
}
}
.ins-btn a{font-size: 11px;color: #fff; background: #000; padding: 8px 16px; text-align: center; width: 100%; border-right: 1px solid #fff;line-height: 19px;}
.ins-btn a:hover{font-size: 11px;color: #FD742B; background: #000;padding: 8x 16px; text-align: center;border-right: 1px solid #fff;line-height: 19px;}
@media screen and (max-width:991px){
 
  #copyText{
    font-size: 14px
}
  #test{
    font-size: 13px;
    margin-bottom: 2px;
}
  .ins-btn{
  padding-bottom: 10px;
}
  .date-one-1{
    width: 58px;
    height: 58px;
    padding: 0px;
    margin-bottom: 3px;
}
  .date-one-1 .month-one{
    font-size: 12px;
}
  .date-one-1 .date-calender-1{
    font-size: 26px;
    padding-top: 2px;
}
}
@media screen and (min-width:1200px){
  .ins-btn{
  margin: auto;  
width: 100%;
}
}
@media screen and (max-width:767px){
  .card-img-top{
    height: auto;
    }
}
@media screen and (max-width:767px){
  .ins-head p{
    font-size: 11px;
}
.card{margin: 0px 15px;}
}

.card-img-top-first {
  height: auto;
}
.date-calender-1 {
    padding: 0px 0px;
    border-radius: 0px 0px 5px 5px;
}
.date-calender {
    padding: 10px 0px;
    background: var(--greybg-color);
    border-radius: 6px;
}
/* Sachin */