/********** Template CSS **********/
@font-face {
  font-family: "zen-font";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("webfonts/century-gothic.woff2") format("woff2");
 /* unicode-range: U+0000-00FF, U+0100-017F;*/
}
@font-face {
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Michroma.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F;
}

:root {
  --primary: #37bf60;
  --secondary: #777777;
  --light: #f5f5f5;
  --dark: #252525;
  --primary-dark: #23a554;
  --main-font: "zen-font","Trebuchet MS", sans-serif;
}



body{
   font-family: var(--main-font);
}


.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.zen-pad {
  padding: 5rem 0 5rem 0 !important;
}
.zen-pad-bottom {
  padding: 2.5rem 0 5rem 0 !important;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.bg-green {
  background-color: var(--primary);
}

.link-green {
  color: var(--primary);
  cursor: pointer;
  transition: 0.5s;
}
.link-green:hover {
  color: var(--primary-dark);
  cursor: pointer;
  transition: 0.5s;
}
.text-primary {
  color: var(--primary) !important;
}
/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
  transition: 0.5s;
  border: 0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: var(--primary-dark);
}
.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 42px;
  height: 42px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}



.info-course{
  font-weight: bold !important;

}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 20px 0;
  color: #ffffff;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--dark);
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 8px 0;
  }

  .navbar .navbar-nav {
    margin-top: 8px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }

}
.top-message{
  padding:1.5rem !important;
  font-size:.9rem;
  width:45%;
}
/*** Header ***/
#header-carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
  width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.logo-col {
  padding-right: 0;
  padding-left: 0;
}
.main-logo {
  /*max-width: 2.45rem;*/
  max-width: 2.22rem;
}

.tel-info {
  margin-right: 0;
}

.tel-numb h6 {
  font-size: 0.95rem !important;
}
.tel-numb {
  padding: 0;
}
.numb-text {
  max-width: 10rem !important;
}

.btn-zen {
  border: 5px solid rgba(255, 255, 255, 0.5);

  padding: 0.5rem 0 0.5rem 0;
  border-radius: 6px;
}
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.carousel-subtitle {
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1rem;
  /*border: 5px solid #37bf60;*/
  /*border: 1px solid rgba(255,255,255,.35);
padding: 2rem 0 2rem 0;*/
  border-radius: 6px;
}
.project-item {
  transition: 0.5s;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.project-item {
  border-color: #37bf60;
}
.project-item h6 {


  font-size: .95rem;
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
  line-height: 1.25;
  text-transform: uppercase;

  letter-spacing:1px;
}

.project-item p {
  font-size:.95rem;
  line-height: 1.25;
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}
.card-font {
  font-size: 1rem;
  text-transform: uppercase;
  z-index: 3 !important;
  line-height: 1.15;

  color: var(--secondary);
}

.section-title {
  position: relative;
  display: inline-block;

  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1.25 !important;
  color: var(--secondary) !important;
}
/*.navbar-brand h1 {
  font-size: 1.7rem;
  font-family: "Michroma", sans-serif;
}*/
.main-text-logo {
  font-weight: 600;
  font-style: normal;
}

.main-logo-title span {
  color: var(--primary);
}
.main-logo-title small {
  font-size: 0.65rem;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-top: 0.28rem;
}

.more-info {
  max-width: 100 !important;
}

@media (max-width: 768px) {
  .bg-sm-light {
    background: var(--light);
    padding: 1.5rem 0;
    padding-left: 1rem;
  }
  .border-sm{
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding-bottom:1rem;

}
 .top-message{
  width:93% !important;
}
.project-item h6{
  font-size:1.2rem;
}
.project-item p {
  font-size:1rem;
  line-height: 1.4;
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}
  .padding-small {
    padding: 0.75rem 0 1.5rem 0;
  }
  .clear {
    margin: 0 auto;
  }

  .navbar-brand {
    margin-bottom: 1.25rem !important;
  }
  .main-header {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }

  #header-carousel .carousel-item {
    position: relative;
    min-height: 500px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#header-carousel .carousel-indicators [data-bs-target] {
  width: 60px;
  height: 60px;
  text-indent: 0;
  margin-bottom: 15px;
  border: 2px solid #ffffff;
  border-radius: 60px;
  overflow: hidden;
}
.dropdown-item.active {
  background: var(--primary) !important;
}
.dropdown .dropdown-item {
  padding: 0.9rem 0 0.9rem 1rem;

  line-height: 1.5 !important;
}
.getNewPass,
.useNewPass {
  padding: 0 1.5rem;
}
.getNewPass span,
.useNewPass span {
  font-size: 1rem !important;
}
.area-icon {
}
.dropdown-item:hover {
  background: rgba(0, 0, 0, 0.085);
}
#header-carousel .carousel-indicators [data-bs-target] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reverse {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
thead td a,
.td-correction {
  font-weight: bold;
  font-size: 1.15rem;
  color: var(--primary);
}
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../image/general/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../image/general/bg_about.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../image/general/bg_contact.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-course {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../image/general/bg_course.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-courses {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../image/general/bg_courses.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-booking {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../image/general/bg_booking.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-account {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../image/general/bg_account.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-download {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../image/general/bg_download.jpg) center center no-repeat;
  background-size: cover;
}
.courses {
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--secondary);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Img Border ***/
.img-border {
  position: relative;
 /* height: 100%;*/
  min-height: 400px;
}

.img-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 5px solid var(--primary);
  border-radius: 6px;
}


.img-border img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: calc(100% - 3rem);
  object-fit: cover;
  border-radius: 6px;
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
  .img-border img {
    position: relative;
  }

}

.wrapper-img{
    height: calc(100% - 3rem);
}
/*** Facts ***/
.fact-item {
  transition: 0.5s;
  position: relative;

  border-radius: 6px;
  /*border-radius:0 !important;*/
}
.numb {
  font-size: 5.5rem;

  color: var(--primary) !important;
}

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  box-shadow: none;
  border: 1px solid #dee2e6;
}

/*** Feature ***/
.progress {
  height: 5px;
}

.progress .progress-bar {
  width: 0px;
  transition: 3s;
}

/*** Project ***/
.project-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px 6px 0 0;
  opacity: 0;
  transition: 0.5s;
  text-decoration: none;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:bold;
  font-size:.9rem !important;
}

.project-item:hover a {
  opacity: 1;
  text-decoration: underline;
}

.project-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.project-carousel .owl-dot {
  width: 35px;
  height: 35px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 35px;
  transition: 0.5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
  color: #ffffff;
  border-color: var(--primary);
  background: var(--primary);
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item .team-text {
  position: relative;
  height: 65px;
  overflow: hidden;
}

.team-item .team-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team-item:hover .team-title {
  top: -65px;
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 65px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: 0.5s;
}

.team-item .team-social .btn {
  margin: 0 3px;
}

.team-item:hover .team-social {
  top: 0;
}

/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
  width: 60px;
  height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
  transition: 0.3s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
  color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  border-color: var(--primary);
  background: var(--primary);
}

#save{
  padding:1.05rem 1.45rem;
}
/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--secondary);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer a{
  text-decoration:none;
}
.designer{
letter-spacing:1px;
}
.copyright {
  color: var(--light);
}
.copyright a {
  color: var(--primary) !important;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--secondary);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

/*******************/
/* ZEN STYLE START*/
/*******************/

.zen-custom .card {
  padding-bottom: 15px;
  border: none;
}
.zen-custom .card-header {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: none;
}
.zen-custom a:not(.btn) {
  color: #5ab578;
  text-decoration: none;
}
.zen-custom a:not(.btn):hover {
  text-decoration: underline;
}

/* bootstrap modal centering */
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*magnific modal styling*/
/*login*/
.zen-modal-login .nav-tabs > li {
  width: 48%;
  border: 1px solid #ddd;
  background: #fff;
}
.zen-modal-login .nav-tabs > li > a {
  text-align: center;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #d5d5d5;
  margin: 0px;
  color: #808080;
}
.zen-modal-login .nav-tabs > li > a {
  padding: 20px 40px;
}
/*.zen-modal-login .nav-tabs > li#course-tab,*/
.zen-modal-login .nav-tabs > li#login-tab {
  margin-right: 1%;
  float: right;
}

.zen-modal-login .nav-tabs > li > a.active,
.zen-modal-login .nav-tabs > li > a.active:hover,
.zen-modal-login .nav-tabs > li > a.active:focus {
  border: 1px solid #37bf60;
  box-shadow: 2px 2px 2px #d5d5d5;
  color: #37bf60;
}
.zen-modal-login .nav-tabs > li > a:hover {
  box-shadow: none;
  background: #fff;
  color: #262834;
}

/*.zen-modal-login select,
.zen-modal-login input[type="text"],
.zen-modal-login input[type="password"] {
	height: 60px;
}*/

select,
input[type="text"],
input[type="password"] {
  height: 60px;
}
.form-control:focus {
  border-color: #37bf60;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(55, 191, 96, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(55, 191, 96, 0.6);
}
.login,
.logout {
}
#login-form #recover,
#recover-form #back-login {
  color: #262834;
  text-decoration: none;
}
#login-form #recover:hover,
#recover-form #back-login:hover {
  color: #262834;
  text-decoration: underline;
}
.btn {
  text-transform: uppercase;
  font-size: 0.73rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.btn-success {
  color: #fff;
  background-color: #37bf60;
  border-color: #28a44d;
}
.btn-success:hover {
  color: #fff;
  background-color: #34b75c;
  border-color: #398439;
  box-shadow: inset 0px 0px 1px #2b692b;
}
.shadow-button {
  box-shadow: 2px 2px 2px #d5d5d5;
}
.shadow-button:hover {
  box-shadow: none;
}
/* general*/
.zen-modal-content {
  margin: 0 auto;
  max-width: 60%;
  position: relative;
  box-shadow: 0 0 95px 25px rgba(0, 0, 0, 0.8);
  padding: 3.5rem 0;
  background: var(--light);
}
.login-register {
  padding: 0.62rem 1.25rem;
}

.text-term {
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .zen-modal-content {
    max-width: 98%;
    padding: 3.5rem 2rem;
  }
}
.modal-row {
  margin: 3px 0px;
  border-top: 1px solid #cacaca;
}
.container-zen {
  /*
  background-image: -moz-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#dedede)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -o-linear-gradient(top, #f5f5f5, #dedede);
  background-image: linear-gradient(to bottom, #f5f5f5, #dedede);
  background-repeat: repeat-x;
  min-height: 20px;
  padding: 19px;
  border: 1px solid #373737;
  border-radius: 4px;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}
.term-container {
  line-height: 1.5 !important;
}
.term-container h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}
.fa-warning {
  color: red !important;
}

/*#input-color{color:transparent !important;}*/
#address-tabs > li:not(.active) > a:hover {
  color: #fff;
  background-color: #44885a;
}
/*forms*/
.mb {
  margin-bottom: 15px;
}
.bold {
  font-weight: bold;
  /*  font-family: arial black;*/
}
.permission-label {
  width: 100%;
  margin-bottom: 0px;
}

.required:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.label-error,
.text-danger {
  color: #f00;
}

.input-error {
  border-color: #f00 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/*top messages*/
.top-message {
  position: absolute;
  top: 170px;
  z-index: 10000;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*pagination */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5ab578;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #44885a;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #5ab578;
  border-color: #44885a;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #44885a;
  background-color: #fff;
  border-color: #44885a;
  box-shadow: inset 0 0 3px #44885a;
}

/****  rating ****/

.rating-label {
  float: left;
}
.rating-widget > label {
  font-size: 20px;
}

@media (max-width: 767px) {
  .rating-widget > label {
    font-size: 17px;
  }
}

.rating-widget {
  border: none;
  float: left;
  clear: both;
  margin-top: -10px;
  margin-left: -8px;
}

.rating-widget > input {
  display: none;
}
.rating-widget > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  content: "\f005";
}

.rating-widget > label {
  color: #ddd;
  float: right;
  width: auto;
  max-width: none;
  font-weight: normal;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating-widget > input:checked ~ label,
.rating-widget:not(:checked) > label:hover,
.rating-widget:not(:checked) > label:hover ~ label {
  color: #f6b707;
}

.rating-widget > input:checked + label:hover,
.rating-widget > input:checked ~ label:hover,
.rating-widget > label:hover ~ input:checked ~ label,
.rating-widget > input:checked ~ label:hover ~ label {
  color: #ffd700;
}

#rating-comments {
  margin-top: 2rem;
}

#rating-comments .student-rating {
  padding: 20px 30px;
  margin-bottom: 30px;

  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
}
#rating-comments .student-rating:hover {
  background: #37bf60;
}
#rating-comments .rating-student-comment {
  text-align: justify;
  min-height: 100px;
}
#rating-comments .student-stars {
  margin-left: -8px;
}
/*#rating-comments .rating-student{margin-top:40px;}*/
#rating-comments .student-rating h4 {
  font-size: 22px;
}

/*readonly stars */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
