:root {
  --primary-color: #ffffff;
  --secondary-color: #ffcc2a;
  --black-color: #222222;
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Open Sans", sans-serif;
  --tarnary-font: "Montserrat", sans-serif;
}

/*=========1st Section herosection======== */
.herosection {
  margin-top: 100px;
}
.herobtn {
  display: none !important;
}
/*============ 2nd Section============= */
.sec2nd {
  background-color: #061423;
  font-family: var(--primary-font);
  margin-top:1px;
}

.sec2nd p {
  margin-top: 1rem;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

/* =====7th section start=============== */
.section7th {
  background-image: url("../images/section7thbg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.feature {
  width: 20%;
  text-align: center;
  padding: 2rem 1rem;
  background-color: transparent;
}

.feature img {
  width: 120px;
  margin-bottom: 10px;
}
.feature h6 {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: var(--black-color);
}
.feature.borderButton {
  border-bottom: 1px solid #adadad;
}
.feature.borderleft {
  border-left: 1px solid #adadad;
}


.section7th-2 {
  background-image: url("../images/section7thbg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.curr_bd{
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}

h4.curr_title {
    font-size: 16px;
}
.curr_author {
    font-size: 13px;
    color: #626262;
}
.curr_author span {
    float: right;
}
.curr_publi{
	font-size:20px;
	font-weight:500;
}
.curr_publi span{
	font-size:18px;
	color:#818181;
}
.curr_no {
    font-size: 16px;
    font-weight: 600;
}
.curr_no span{
	color:#818181;
}
.shod_content_body{
	text-align:justify;
}
.img-sty-1{
	border:2px solid #ccc;
}
.apply-btn img {
    width: 20px;
}
.text-light-content{
	text-align:justify !important;
	color:#fff;
}
.text-light-content p{
	text-align:justify !important;
}
.rankingCard-2{
	background-color:#ccc;
}
.rankingCard-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.0549) 100%);
    font-family: var(--primary-font);
    border-radius: 25px;
    padding: 2.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 200px;
	border:1px solid #ccc;
}