
@import url('https://fonts.maateen.me/kalpurush/font.css');

#flash{
    display: none;
}

.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #13597d;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.top-bar-area {
    background: rgb(52 105 152);
}
form.white-popup-block button[type="submit"] {
    background: rgb(52 105 152) !important;
    color: #fff;
}
footer .footer-bottom {
    background: rgb(52 105 152);
}
.top_title h2 {
    padding-top: 80px;
    font-size: 25px;
    font-family: inherit;
}
footer .footer-bottom h4 {
    margin: 0;
    padding-top: 10px;
}
.about-area .our-features .item {

    margin-bottom: 30px;

}
.course-details-area .course-details-info .course-meta .item {
    /*margin-left: 100px;*/
    /*padding-left: 20px;*/
}
.flex_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    flex-wrap: wrap; 
}
.padding-half {
	padding-top: 70px;
    padding-bottom: 70px;
}
.exam_content {
	padding-bottom: 50px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
}
.course-meta .btn {
    background: rgb(52 105 152);
    border-color: rgb(52 105 152);
}

.answer_area.row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 35px;
}

.answer_list {
    flex: 0 0 50%;
    width: 50%;
    list-style: bengali;
    font-weight: 500;
}

.question_area .col-md-6 {
    padding: 0 50px;
}

.single_question h3 {
    line-height: 31px;
    /*height: 75px;*/
    font-weight: 600;
    font-size: 21px;
}

.single_question {
    margin-bottom: 25px;
    min-height: 140px;
}
.answer_list .single_answer {
    /* list-style: bengali; */
    font-size: 16px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.answer_list .single_answer::before {
    position: absolute;
    top: 4px;
    left: -36px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    /* background: #000; */
    content: '';
    border: 1px solid #000;
}

.answer_list .single_answer.active::after {
    position: absolute;
    top: 4px;
    left: -36px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
     background: #000; 
    content: '';
    /*border: 1px solid #000;*/
}
.user-login ul#navBar a {
    background: none;
    min-height: 30px;
    color: #fff;
    width: 100%;
    font-weight: 500;
}

.user-login ul#navBar {
  float: right;
}
ul#user-menu li a {
    color: rgb(0 0 0)!important;
}

ul#user-menu li {
    border-bottom: 1px solid rgb(242 241 241);
}

ul#user-menu li:nth-child(3) {
    border-bottom: none;
}

.user-login nav.navbar.bootsnav {
	z-index: 999;
}
.user-login nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 15px;
    color: #fff;
    font-size: 18px;
}
.user-login nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    background: none;
    width: 100%;
}
.user-login nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 150px;
}

.user-login .wrap-sticky {
    height: auto!important;
}

.top-bar-area .user-login span {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0;
}

.about-area.default-padding h2 {
    margin-bottom: 50px;
    font-size: 25px;
    text-align: center;
}

.mobile-user-login {
  display: none;
}

.details-result tr td:nth-child(1) {
    font-weight: 900;
    width: 150px;
    font-size: 17px;
    padding-bottom: 5px;
}

h2.subject-title {
    text-align: left!important;
    margin-bottom: 15px!important;
    color: #337ab7;
    font-weight: 700;
    font-family: 'Kalpurush', sans-serif!important;
}

.exam-result-list {
    margin-bottom: 30px;
    box-shadow: 0 0 5px #ddd;
    padding: 25px;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: rgb(255 255 255);
    box-shadow: 0 0 5px #ddd;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 100px !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
    margin-top: 30px;
    padding: 0 15px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

nav.navbar.bootsnav .navbar-brand {
    padding: 5px 15px;
}

img.logo {
    max-height: 90px;
}



@media only screen and (max-width: 767px) {

  .exam_content {
      font-size: 25px;
  }
  .answer_list {
      flex: 0 0 100%;
      width: 100%;
  }
  .answer_list .single_answer {
      padding-bottom: 9px;
  }
  .single_question {
      margin-bottom: 10px;
      height: auto;
  }
  .single_question h3 {
      line-height: 28px;
      font-size: 17px;
  }

  .mobile-user-login .nav-pills {
      text-align: left;
  }
  ul#user-menu li a {
      color: rgb(0 0 0)!important;
      padding: 5px 0;
      width: 100%;
  }
  ul#user-menu li {
      width: 100%;
  }
  .mobile-user-login.text-right ul li a {
      padding: 10px 0;
  }

  .mobile-user-login.text-right ul li ul li a {
      padding: 0 0;
  }
  .mobile-user-login {
    display: block;
  }

  .mobile-user-login a {
      color: rgb(51 122 183);
      background-color: rgb(0 0 0 / 0%) !important;
      text-transform: capitalize;
      font-weight: 600;

      display: block;
      width: 100%;
      border-bottom: solid 1px rgb(224 224 224);
      padding: 10px 0 !important;
      border-top: solid 1px rgb(224 224 224);
      margin-bottom: -1px;
  }
  .course-details-area .course-details-info .top-info .course-meta {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 0;
  } 
  .course-details-area .course-details-info .top-info .course-meta .item {
      flex: 0 0 46%;
      width: 50%;
      margin: 0 0 20px;
      padding: 0;
  }
  .course-details-info {
      padding: 0 30px;
  }
  .about-area.default-padding h2 {
      margin-bottom: 0;
  }

  .default-padding {
      padding-top: 50px!important;
      padding-bottom: 50px!important;
  }
  .course-details-area .course-details-info .title h2 {
      line-height: 1.5;
  }
  .course-details-area .course-details-info .top-info .course-meta .align-left {
      flex: 0 0 100%;
  }
  .course-meta .btn {
      width: 100%;
  }


}