@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Quicksand", sans-serif;
    outline:none !important;
    font-size:110%;
}
:root{
  --primary-color:rgb(212, 175, 55);
  --primary-color-hover:#c3980b;
  --secondary-color:#050505;
  --secondary-color-hover:#111;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Quicksand", sans-serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 100%;
  color: #111;
  font-size: 16px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.btn-primary-k{
  background:#333;
  color:#FFF;
  border-color: #333;
}
.btn-primary-k:hover, .btn-primary-k:active, .btn-primary-k:focus{
  background:#555 !important;
  color:#FFF !important;
  border-color: #555 !important;
}
.btn-secondary-k{
  background:var(--secondary-color);
  color:#FFF;
  border-color: var(--secondary-color);
}
.btn-secondary-k:hover, .btn-secondary-k:active, .btn-secondary-k:focus{
  background:var(--secondary-color-hover) !important;
  color:#FFF !important;
  border-color: var(--secondary-color-hover) !important;
}
.w-40{width:40px;}.fs-13{font-size:14px;}.white-space-nowrap{white-space: nowrap;}.fw-900{font-weight: 900;}.transition{transition: all 0.4s;}.text-primary-k{color:var(--primary-color);}.bg-secondary-k{background:var(--secondary-color)}.bg-primary-k{background:var(--primary-color)}.fs-10{font-size:11px;}.fs-11{font-size:12px;}.fs-12{font-size:13px;}.line-height-150{line-height: 150%;}.line-height-170{line-height: 170%;}
h1, h2, h3, h4, h5, h6{
  font-weight: 500 !important;
}
.h3, h3{
  font-size: 2rem;
}
/***************************** Default CSS Ends Here *****************************/

.border-primary-k{
  border:1px solid var(--primary-color-hover);
}
.social li a{
  color:#EEE;
}
.social li a:hover, .social li a:active, .social li a:focus{
  color:var(--primary-color);
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding:15px;
  position: relative;
}
.navbar-nav .nav-link.active, .nav-link:focus, .nav-link:hover{
  color:var(--primary-color);
}
.navbar-nav .nav-link.active:after{
  content:"";
  position: absolute;
  left:0;
  right: 0;
  bottom: -8px;
  height: 1px;
  border-bottom:4px solid var(--primary-color);
}
.search-filed{
  top:47px;
  width: 250px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.search-filed.show{
  opacity: 1;
  visibility: visible;
}
.home-banner{
  background:url(../images/home-banner.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.mt-n1{
  margin-top:-16px;
}
.home-banner:before, .why-choose:before{
  content:"";
  position: absolute;
  left:0;
  right:0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.home-banner .student{
  margin-bottom:-25px;
}
.categories{
  background:#F5F5F5;
  color:#666;
}
.categories:hover{
  background-color: var(--primary-color);
  color:#FFF;
}
.why-choose{
  background:url(../images/why-choose.jpg) no-repeat center center;
  background-size: cover;
}
.why-choose .col-md-4:hover img{
  transform: rotate(5deg) !important;
  transition: all 1.4s !important;
}
.why-choose:before{
  background: rgba(0, 0, 0, 0.8);
}
.mentors-box, .reviews-slider .r-box{
  margin:0 15px;
}
.mentors-box:hover .top-par img{
  transform: scale(1.05);
}
.mentors-box:hover h4{
  color:var(--primary-color);
}
.mentors-box:hover .top-par span.status{
  animation: blinker 0.6s infinite ease-in-out alternate;
}
.mentors-box .img-box .btn{
  display: none;
}
.mt-1-5{
  margin-top: 6px;
}
.plans:hover{
  background: #FFF !important;
}
.plans:hover span.bg-secondary{
  background: var(--primary-color-hover) !important;
}
.book-btns .btn{
  background:#777;
  color:#FFF;
}
.book-btns .btn.active{
  background:var(--primary-color-hover);
}
.mentors-box:hover .img-box .btn{
  display: block;
}
.book-dtails{
  display: none;
}
.hiw:hover{
  background: #FFF !important;
}
.accordion-button:not(.collapsed){
  background-color:var(--primary-color);
  color:#FFF;
  box-shadow: none !important;
}
@keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.slick-dots li button:before{
  font-size:13px;
}
.slick-dots li.slick-active button:before{
  color:var(--primary-color);
  opacity: 1;
}
.slick-dots{
  bottom:-60px;
}
.stats:hover img{
  transform: scale(1.1);
}
.slick-prev:before, .slick-next:before{
  color:#000;
}
footer a:hover, footer a:active, footer a:focus{
  color:var(--primary-color) !important;
}
.ready{
  background:url(../images/student-dashbaord.jpg) no-repeat center center;
  background-attachment:fixed ;
}
/*****************Landing Page CSS Ends Here*********************/

.mentor-box .img-box:before{
  content: '';
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(195, 152, 11, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.mentor-box .img-box img{
  margin-bottom: -2px;
}
.mentor-box:hover .img-box:before{
  opacity: 1;
  visibility: visible;
}
.mentor-box .img-box ul{
  opacity: 0;
  visibility: hidden;
}
.mentor-box:hover .img-box ul{
  opacity: 1;
  visibility: visible;
}
.search-montor{
  margin-top: -70px;
  z-index: 1;
}
.search-boxe{
  padding: 30px;
}
.view-filters a{
  background:#EEE;
}
.view-filters a.active{
  background: var(--primary-color);
  color:#FFF;
}
#listView{
  display: none;
}

/****************Mentors Page CSS Ends Here***************/

.login-bg{
  min-height: 100vh;
}
.login-bg .nav-tabs .nav-link{
  color:#333;
}
.login-bg .nav-tabs .nav-link.active{
  background:var(--primary-color);
  color:#FFF;
  border-color:var(--primary-color);
}

/****************Login Register Pages CSS Ends Here********************/

.socials li a{
  color:#999;
}
.socials li a:hover, .socials li a:active, .socials li a:focus{
  color:var(--primary-color);
}
.opportunity{
  background:url(../images/about-bg.png) no-repeat center center rgba(240, 240, 240, 0.6);
}
.opp img{
  margin-top:-90px;
}
.opp:hover img{
  margin-top:-110px;
}

/*****************Responsive CSS Starts From Here******************/
.dashboard{
  min-height: 100vh;
}
.side-nav{
  width:260px;
  min-height: 100vh;
  max-height: 100vh;
}
.side-nav .scrollable{
  height:calc(100vh - 75px);
  overflow-y: auto;
  overflow-x: hidden;
}
.side-menu li a{
  color:#FFF;
}
.side-menu li a:hover, .side-menu li a:active, .side-menu li a:focus, .side-menu li.active a{
  background:var(--primary-color);
  color:#FFF;
}
.side-menu li a i{
  width:15px;
}
.main-content{
  width:100%;
  padding-left: 260px;
  min-height: 100vh;
}
.top-nav-dashboard{
  left:260px;
}
.arro-none .dropdown-toggle::after{
  display: none;
}
.w-200{
  width:200px;
  min-width:200px;
}
.closed-nav{
  margin-left:-280px;
}
.closed-content{
  padding-left: 0;
}
.closed-content .top-nav-dashboard{
  left:0;
}
.mw-120{min-width: 120px;}
.paginations a{
  color:#333;
}
.paginations a.active{
  color:#FFF;
  background: var(--primary-color);
  border-color:var(--primary-color);
}
.counters-steps{
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
}
#step2, #step3, #step1.hide-step{
  display: none;
  visibility: hidden;
  opacity: 0;
}
#step2.show-step, #step3.show-step{
  display: block;
  visibility: visible;
  opacity: 1;
}
/******************Mentor Dashbaord CSS Ends Here************************/
.cover-photo{
  background:url(../images/student-dashbaord.jpg) no-repeat center center;
  min-height: 400px;
  background-attachment: cover;
}
.cover-photo span{
  opacity: 0.8;
}
.student-pic{
  width: 250px;
  margin-top: -180px;
}
.s-menu li a{
  color:#333;
}
.s-menu li a:hover, .s-menu li a:active, .s-menu li a:focus, .s-menu li a.active{
  color:var(--primary-color);
  font-weight: 800;
}
.active-session{
  animation: ripple-animation 2s infinite;
}
@keyframes ripple-animation {
  0% {
      box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7);
      transform: scale(1);
  }
  50% {
      box-shadow: 0 0 50px 25px rgba(25, 135, 84, 0);
      transform: scale(1.02);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
      transform: scale(1);
  }
}
.suggestions-box{
  margin-top:-13px;
  margin-left: 25px;
}
.suggestions-box li a{
  color:#333;
}
.suggestions-box li a:hover, .suggestions-box li a:active, .suggestions-box li a:focus{
  cursor: pointer;
  background: #F1F1F1;
  color:var(--primary-color);
}










.slider {
  display: flex;
  max-height: auto;
  overflow-y: hidden;
  overflow-x: scroll !important;
  padding: 16px;
  transform: scroll(calc(var(--i,0)/var(--n)*-100%));
  scroll-behavior: smooth;
}
.slider::-webkit-scrollbar {
  height: 5px;
  width: 150px;
  display: none;
}
.slider::-webkit-scrollbar-track {
  background: transparent;
}
.slider::-webkit-scrollbar-thumb {
  background: #888;
}
.slider::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#slider-container .slide img {
  width: 100px;
  height:100px;
  cursor: pointer;
  transition: .25s ease-in-out;
}
#slider-container2 .slide{
  position: relative;
  cursor: pointer;
  transition: .25s ease-in-out;
  margin-bottom: 30px;
}
#slider-container2 .slide .mentors-box{
  cursor: pointer;
  transition: .25s ease-in-out;
  width: 320px;
}









@media (min-width:1201px) and (max-width:1400px){
  .categories-main h3.h6{
    font-size:13px !important;
  }
}
@media (min-width:992px) and (max-width:1200px){
  .categories-main h3.h6{
    font-size:10px !important;
  }
  .stats img{
    width: 50px;
  }
  #gridView .d-flex .d-flex span, #gridView .d-flex .d-flex i{
    font-size:11px;
  }
  .search-montor{
    margin-top:-60px;
  }
  .top-stats i{
    font-size:25px !important;
  }
  .u-session .fs-13{
    font-size:11px;
  }
  #myBookings i.fa-briefcase {
    padding-left:30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width:768px) and (max-width:991px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 0 5px 0;
  }
  .home-banner h1{
    font-size:25px !important;
  }
  .stats{
    text-align: center;
  }
  .stats img{
    margin-bottom: 15px;
  }
  .search-boxe{
    padding: 25px;
  }
  .search-montor{
    margin-top:-60px;
  }
  .f-none{
    flex:none;
  }
  .s-menu li a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 12px !important;
  }
  .student-pic{
    width:234px;
  }
}
@media(max-width:767px){
  .start-auto{
    left:auto !important;
  }
  .use-ino{
    display: none;
  }
  .f-none{
    flex:none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 0 5px 0;
  }
  .home-banner .row .col-lg-6:nth-child(1){
    order: 2;
  }
  .home-banner{
    text-align: center;
  }
  .home-banner .col-lg-6:nth-child(2){
    order: 1;
  }
  .top-bar .d-flex{
    justify-content: center !important;
  }
  .achivements .col-md-6.text-white{
    margin-top:30px;
  }
  .slick-next {
    right: -17px;
  }
  .slick-prev {
    left: -17px;
  }
  footer form{
    margin-top: 15px;
  }
  .search-boxe{
    padding: 20px;
  }
  .search-montor{
    margin-top:-55px;
  }
  .opp{
    margin:20px 0 !important;
    height: auto !important;
  }
  .opportunity{
    padding-bottom: 0 !important;
  }
  .student-pic{
    float: none !important;
    text-align: center;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .s-menu{
    justify-content: center;
  }
  .u-session .fs-13{
    font-size:11px;
  }
  #navbarSupportedContent{
    background: #FFF;
    border-radius: 8px;
    padding: 5px 15px 15px 15px !important;
    margin-top: 15px;
  }
  #navbarSupportedContent ul li:first-child a{
    color:#333 !important;
    margin-bottom: 15px;
  }
}
@media(max-width:574px){
  .home-banner .row .col-lg-6:nth-child(1){
    order: 2;
  }
  .home-banner{
    text-align: center;
  }
  .home-banner .col-lg-6:nth-child(2){
    order: 1;
  }
  .top-bar .d-flex{
    justify-content: center !important;
  }
  .achivements .col-md-6.text-white{
    margin-top:30px;
  }
  .slick-next {
    right: -7px;
  }
  .slick-prev {
    left: -7px;
  }
  footer form input{
    margin: 15px 0;
  }
  footer form button{
    width: 100%;
    padding: 12px !important;
  }
  .search-boxe{
    padding: 15px;
  }
  .ps-20-m{
    padding-left:20px !important;
  }
  .student-pic{
    float: none !important;
  }
  .s-menu{
    display: block !important;
  }
  .s-menu li a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-session .fs-13{
    font-size:11px;
  }
}