





.baner-region {
    position: relative;
    /* background: url(https://clsite-file.s3.amazonaws.com/6858_cucet-Eligibility.jpg) center center/cover no-repeat; */
    overflow: hidden;
    padding: 40px 0;text-align: left;
}

/* .baner-region h3 {
    border-radius: 10px;
    clear: both;
    color: #ffce10;
    margin-top: 0px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
} */
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: #e9eaff;
}
.strip {
    background: #fbb49e;
    color: black;
    border-radius: 5px;
    margin-bottom: 10px;
}
.baner-region .btn {
    background-color: #f15a22;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 18px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 35px; margin-right: 15px;
}

/* .baner-region::before {
    content: '';
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
} */
/* .baner-region::after {
    content: '';
    position: absolute;
    z-index: 9;
    right: -325px;
    bottom: 0;
    background-image: url(https://www.careerlauncher.com/upsc/mentor-empanelment/img/home-corner-right.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 725px;
    background-position: right;
}   */

.bg {
animation: slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(
-60deg
, #ff0000 50%, #2900ff 50%);
bottom: 0;
left: -50%;
opacity: .3;
position: absolute;
right: -50%;
top: 0;
z-index: 1;
}
.bg2 {
animation-direction: alternate-reverse;
animation-duration: 4s;
}

.bg3 {
animation-duration: 5s;
}

@keyframes slide {
0% {
transform: translateX(-25%);
}
100% {
transform: translateX(25%);
}
}   
.home-content {
    position: relative;
    z-index: 99;
    color: #000;
}

.baner-region h1 {
    font-size: 27px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.baner-region .ms li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #000;
}


.theme-accordion-s1 .panel-heading .collapsed::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.theme-accordion-s1 .panel-heading a::before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 15px;
  font-size: 20px;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s
}
.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
  box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}
.theme-accordion-s1 .panel-heading a {
  background: #f16136;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative
}
.theme-accordion-s1 .panel-default {
  background: 0 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}
.panel-group .panel-heading {
  border-bottom: 0;
  border-bottom-color: currentcolor
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 15px 20px 5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
  box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}
.theme-accordion-s1 .panel + .panel {
  margin-top: 15px
}

.header-region .navbar-nav > li > a.stu-login1 img, .header-region .navbar-nav > li > a.stu-login img {
    vertical-align: middle;
}

.exam-btn ul {
    margin-top: 0px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exam-btn ul li {
    list-style: none;
    padding: 7px 5px;
    border: 1px solid #ccc;
    width: 33%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    line-height: 22px;
    align-items: center;
}

.exam-btn-new ul{
    display: block;

}

.exam-btn-new ul li{
    display: inline-block;
    align-items: inherit;
    justify-content: inherit;
    vertical-align: top;
    height: 100%;
    width: 49%;
}
.exam-btn-new2 ul li {
    display: inline-block;
    align-items: inherit;
    vertical-align: top;
    height: 100%;
    width: 23%;}


.exam-btn ul li:hover {
    color: #fff;
    background: #219ccf;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.exam-btn ul li:hover a{
       color: #fff; 
}

section h1.sub-heading2:before {
    position: absolute;
    /*content: "";*/
    width: 60px;
    height: 2px;
    background: #ff692e;
    bottom: 0;
}

section h2::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 55px;
}


@media only screen and (max-width: 767px) { 

.exam-btn-new2 ul li {
      width: 100%;
}

li.nhuop {
    line-height: 11px!important;
}
.exam-btn-new ul{
    display: flex;
    margin-right: 5px;
}
.exam-btn ul{
    display: flex;
     margin-right: 5px;
}


}

.per-bn {
    margin: 20px auto;
}

.r-articals { margin: 10px auto;}


.r-articals .mentor-descrip {
box-shadow: 0 5px 6px -6px #7c7c7c;
background: #b3afaf21;
border-radius: 20px;
padding: 0 20px 10px;
text-align: left;
min-height: 301px;
}
.r-articals .mentor-descrip a {
color: #e85728;
text-decoration: underline;
}


.r-articals .mentor-descrip h5 {
font-size: 17px;
font-weight: 300;
margin-top: 20px;
}
.r-articals .mentor-descrip h4 {
color: #000000;
font-size: 20px;
margin-bottom: 10px;
margin-top: 20px;
}

.r-articals .imag {
position: relative;
margin: 0 -20px;
}
.r-articals .imag img {
border-radius: 20px 20px 0 0;
}
.r-articals .imag span {
position: absolute;
bottom: 0;
left: 0;
background: #3e4c8d;
padding: 2px 20px;
color: #fff;
border-radius: 0 20px 0 0;
}


  /* @media only screen and (max-width: 767px) { */

    .r-articals .slick-arrow {
      position: absolute;
      z-index: 9;
      border: 0;
      background-repeat: no-repeat;
      font-size: 0;
      top: 50%;
      width: 30px !important;
      height: 30px !important;
      padding: 0;
      cursor: pointer;
      background-color: #e85222!important;
      background-size: 13px;
      background-position: center;
      border-radius: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
    .r-articals .slick-prev {
      background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
      left: 0!important;
    }
    .r-articals .slick-next {
      right: 0px;
      background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
    }

/* } */

@media only screen and (min-width: 768px) and (max-width : 1199px){

.r-articals .mentor-descrip {
    box-shadow: 0 5px 6px -6px #7c7c7c;
    background: #b3afaf21;
    border-radius: 20px;
    padding: 0 20px 10px;
    text-align: left;
    min-height: 390px;
}

}