.logo img {
    width: 200px;
}
.subject-table thead th {
    background-color: #5b6be8;
    color: #fff;
    border-bottom: 0;
}
.subject-table tr td a {
    border-right: 1px solid #5b6be8;
    padding-right: 10px;
}
.subject-table tr td a:last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 10px;
}
.top-hd h4{
    display: inline-block;
}
.top-hd a {
    float: right;
    margin-bottom: 15px;
    top:-10px;
}
.s-box {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: block;
}
.red {
    background-color: red;
}
.green {
    background-color: green;
}
.blue {
    background-color: blue;
}
.lft-side h4 {
    border-bottom: 1px solid #eff3f6 !important;
    padding-bottom: 25px;
}
.lft-side .form-group {
    border-bottom: 1px solid #eff3f6;
    padding-bottom: 30px;
}
.lft-side .form-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.lft-side .form-group .btn-primary {
    width: 100%;
    margin-top: 15px;
}
.lft-img {
    width: 250px;
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: top;
}
.tutor-img {
    margin-right: 20px;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}
.tutor-img img {
    width: auto;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tutor-name {
    padding-top: 10px;
    line-height: 1;
    font-size: 18px;
}
.tutor-qualification {
    font-size: 14px;
    margin-bottom: 5px;
}
.rating ul {
    list-style: none;
}
.rating ul li {
    display: inline-block;
    padding: 0px 0px;
    color: #ffce0a;
    font-size: 16px;
}
.rth-info {
    display: inline-block;
    width: 395px;
    padding-left: 30px;
}
.price .fa-money {
    font-size: 22px;
    padding-right: 15px;
}
.price span {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btm-info ul {
    list-style: none;
    display: inline-block;
}
.btm-info ul li {
    display: inline-block;
    padding: 0 10px;
    color: #6b6a6a;
}
.btm-info .fa {
    padding-right: 5px;
}
.detail-btn {
    float: right;
    color: #8e54e9;
    border: 1px solid #8e54e9;
    padding: 7px 25px;
    border-radius: 2em;
    margin-bottom: 10px;
    clear: both;
    margin-top: -5px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.detail-btn:hover {
    background-color: #8e54e9;
    color: #fff;
}
.tu-main i {
    color: #5b6be8;
    font-size: 20px;
    padding-right: 5px;
}
.tu-main i {
    color: #5b6be8;
    font-size: 20px;
    padding-right: 5px;
}
.info-wraper {
    border-bottom: 1px solid #eff3f6;
    margin-bottom: 25px;
    height: 45px;
}
.info-wraper p:first-child {
    padding-right: 10px;
}
.info-wraper p {
    display: inline-block;
}
.btns a {
    margin-right: 10px;
}
.btns a:last-child {
    margin-right: 0;
}
.btns i {
    color: #fff;
}
/*.info-wraper:last-child {
    border-bottom: none;
    margin-bottom: 0;
}*/
.info-wraper span {
    padding-right: 5px;
}
.red-r .custom-control-input:checked~.custom-control-label::before {
    background-color: red;
}
.green-r .custom-control-input:checked~.custom-control-label::before {
    background-color: green;
}
.yellow-r .custom-control-input:checked~.custom-control-label::before {
    background-color: #f5f50b;
}
.top-hd {
    border-bottom: 1px solid #eff3f6;
    margin-bottom: 25px;
}
.desc-wraper {
    border-top: 1px solid #eff3f6;
    padding-top: 25px;
    margin-top: 20px;
    height: 100%;
}
.btn-primary:focus {
    color: #fff;
}
.modal-wrap {
    border-bottom: none;
}
.modal-wrap h5{
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.m-38 {
    margin-top: 37px;
}
/* Custom Style */

.login-sec {
    /*background-image: url("../images/login.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.login-sec .form-inner h1 {
    font-size: 28px;
    font-weight: bold;
}
.form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    background-color: #5dbcd2;
    margin-left: auto;
    height: 100vh;
    width: 100%;
}
.form-inner {
    width: 100%;
    max-width: 300px;
}
.form-inner a {
    color: #5b6be8;
}
.form-inner p {
    margin-bottom: 50px;
}
.form-inner p:nth-of-type(2) {
    margin-top: 20px;
    color: #343a40;
    margin-bottom: 20px;
}

.form-inner .form-group {
    position: relative;
    margin-bottom: 40px;
}
.form-inner .form-group label {
    position: absolute;
    top: -10px;
    left: 10px;
    margin-bottom: 0;
    line-height: 1.6;
    background-color: #fff;
    padding: 0 10px;
    color: rgba(1, 2, 12, 0.6);
}
.form-inner .form-group input::placeholder {
    color: #d6d7e1;
}
.form-inner .form-group input {
    height: 45px;
    border-radius: 5px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: 97% 19px;
}
.form-inner .form-group:nth-of-type(2) {
    margin-bottom: 15px;
}
.signup-sec .form-inner .form-group:nth-of-type(2) {
    margin-bottom: 40px;
}
.signup-sec .form-inner .form-group:nth-of-type(3) {
    margin-bottom: 15px;
}
.form-inner .form-group:nth-of-type(1) input {
    /*background-image: url("../images/user-icon.png");*/
}
.form-inner .form-group:nth-of-type(2) input {
    /*background-image: url("../images/password-icon.png");*/
}
.signup-sec .form-inner .form-group:nth-of-type(2) input {
    background-image: url("../images/mail-icon.png");
}
.signup-sec .form-inner .form-group:nth-of-type(3) input {
    /*background-image: url("../images/password-icon.png");*/
}
.form-inner .form-group button {
    width: 100%;
    /*margin-top: 17px;*/
    border: 2px solid #5b6be8;
    background-color: #5b6be8;
    color: #fff;
    padding: 10px 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -webkit-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
}
.form-inner .form-group button:hover {
    color: #5b6be8;
    background-color: #fff;
}
.social-login {
    display: flex;
    border-radius: 5px;
    margin-top: 50px;
}
.social-login p {
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 20px;
}
.social-login a {
    padding: 0 10px;
    color: #0073b1;
}
.bpv-form .form-inline {
    justify-content: space-between;
}
.bpv-form .form-inline .form-group {
    flex: 0 49%;
}
.bpv-form .form-inline:nth-of-type(1) .form-group {
    display: block;
    flex: 0 32%;
}
.bpv-form .form-group {
    margin-bottom: 25px;
}
.bpv-form .form-inline .form-group input, .bpv-form .form-inline .form-group select {
    width: 100%;
    border-radius: 5px;
}
.bpv-form #date-range {
    width: 100%;
}
#sidebar-menu ul ul a {
    padding: 12px 25px 12px 50px;
}
.finance-from .form-inline:nth-of-type(1) .form-group, .project-management .form-inline:nth-of-type(1) .form-group {
    flex: 0 49%;
}
.project-management .form-inline:nth-of-type(2) .form-group {
    flex: 0 32%;
}
.project-management .form-inline .input-daterange input {
    width: auto;
}
.project-management .form-inline .input-daterange input:first-child {
    border-radius: 5px 0 0 5px;
}
.project-management .form-inline .input-daterange input:last-child {
    border-radius: 0 5px 5px 0;
}
.donor-reg .form-inline:nth-of-type(2) .form-group {
    flex: 0 49%;
}
:root {
  --blue: #5e72e4;
  --indigo: #5603ad;
  --purple: #8965e0;
  --pink: #f3a4b5;
  --red: #f5365c;
  --orange: #fb6340;
  --yellow: #ffd600;
  --green: #2dce89;
  --teal: #11cdef;
  --cyan: #2bffc6;
  --white: #fff;
  --gray: #8898aa;
  --gray-dark: #32325d;
  --light: #ced4da;
  --lighter: #e9ecef;
  --primary: #5e72e4;
  --secondary: #f7fafc;
  --success: #2dce89;
  --info: #11cdef;
  --warning: #fb6340;
  --danger: #f5365c;
  --light: #adb5bd;
  --dark: #212529;
  --default: #172b4d;
  --white: #fff;
  --neutral: #fff;
  --darker: black;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Open Sans, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

figcaption,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #f8f9fe;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

h2,
h5 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dfn {
  font-style: italic;
}

strong {
  font-weight: bolder;
}

a {
  text-decoration: none;
  color: #5e72e4;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #233dd2;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #8898aa;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

h2,
h5,
.h2,
.h5 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #32325d;
}

h2,
.h2 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: .8125rem;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.col,
.col-auto,
.col-lg-6,
.col-xl-3,
.col-xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

.card-title {
  margin-bottom: 1.25rem;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.bg-info {
  background-color: #11cdef !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0da5c0 !important;
}

.bg-warning {
  background-color: #fb6340 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fa3a0e !important;
}

.bg-danger {
  background-color: #f5365c !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ec0c38 !important;
}

.bg-default {
  background-color: #172b4d !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #0b1526 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
}

.shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.m-auto {
  margin: auto !important;
}

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.text-white {
  color: #fff !important;
}

.text-success {
  color: #2dce89 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #24a46d !important;
}

.text-warning {
  color: #fb6340 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #fa3a0e !important;
}

.text-danger {
  color: #f5365c !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ec0c38 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-muted {
  color: #8898aa !important;
}

@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  p,
  h2 {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  @ page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
}

figcaption,
main {
  display: block;
}

main {
  overflow: hidden;
}

.bg-yellow {
  background-color: #ffd600 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ccab00 !important;
}

/*.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}*/

/*.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}*/

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

[class*='shadow'] {
  transition: all .15s ease;
}

.text-sm {
  font-size: .875rem !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}

[class*='btn-outline-'] {
  border-width: 1px;
}

.card-stats .card-body {
  padding: 1rem 1.5rem;
}

.main-content {
  position: relative;
}

@media (min-width: 768px) {
  .main-content .container-fluid {
    padding-right: 39px !important;
    padding-left: 39px !important;
  }
}

.footer {
  padding: 2.5rem 0;
  background: #f7fafc;
}

.footer .copyright {
  font-size: .875rem;
}

.header {
  position: relative;
}

.icon {
  width: 3rem;
  height: 3rem;
}

.icon i {
  font-size: 2.25rem;
}

.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape i {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  @ keyframes show-navbar-dropdown {
    0% {
      transition: visibility .25s, opacity .25s, transform .25s;
      transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes hide-navbar-dropdown {
    from {
      opacity: 1;
    }
    to {
      transform: translate(0, 10px);
      opacity: 0;
    }
  }
}

@keyframes show-navbar-collapse {
  0% {
    transform: scale(.95);
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes hide-navbar-collapse {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    transform: scale(.95);
    opacity: 0;
  }
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.fancy-border {
    border: 5px double #8c8c8c;
    border-radius: 15px;
    padding: 20px;
    background: linear-gradient(145deg, #f3f3f3, #ededed);
    box-shadow: 4px 4px 8px #bdbdbd, -4px -4px 8px #ffffff;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.curved-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #8c8c8c;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.curved-table th,
.curved-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.curved-table th {
    background-color: #f3f3f3;
}

.curved-table tbody tr:last-child td {
    border-bottom: none;
}

.curved-table tbody tr:first-child th:first-child {
    border-top-left-radius: 15px;
}

.curved-table tbody tr:first-child th:last-child {
    border-top-right-radius: 15px;
}

.curved-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.curved-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
@media all and (max-width:767px) {
    .bpv-form .form-inline:nth-of-type(1) .form-group, .bpv-form .form-inline .form-group, .donor-reg .form-inline:nth-of-type(2) .form-group, .project-management .form-inline:nth-of-type(2) .form-group {
        flex: 0 100%;
    }
}

