/* Header */
.award-header {
  padding: 0px;
}

.award-header img.awards-logo{
  width: 215px;
  transform: translatey(10px);
  cursor: pointer;
}

.award-header img.mobile-mene-icon {
  width: auto !important;
  display: none;
  cursor: pointer;
  transform: translateY(5px);
}

.top-mobile-menu{
  display: none;
}

.mobile-menu-close{
  cursor: pointer;
}

.nav-container {
  display: flex;
  flex-wrap: wrap;
}

.nav-top {
  margin-right: auto;
}

.nav-links{
  flex-basis: 100%;
  margin-top: -10px;
  display: flex;
  justify-content: end;
}

.nav-top .log-in,
.nav-top .time-schedule {
  background: #29B3B4;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 7px;
  margin-left: 15px;
  text-decoration: none;
}

.nav-top .log-in:hover {
  text-decoration: none;
}

.nav-top button {
  background-color: white;
  border: 0;
  color: #9d9d9d;
}

.nav-links a {
  color: #34346b;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0px 0px 40px;
  text-decoration: none;
}

.nav-links a:last-child {
  padding: 0px;
}

[dir="ltr"] .nav-links a {
  padding: 0px 40px 0px 0px;
}

@media only screen and (max-width: 992px) {
  .nav-links a {
    padding: 0px 0px 0px 20px;
  }
}

@media only screen and (max-width: 769px) {
  .award-header {
      padding: 0 10px;
  }

  .award-header img.awards-logo {
      width: 180px;
      transform: translatey(0px);
  }
  .award-header img.mobile-mene-icon {
    width: auto !important;
    display: block;
    transform: rotate(180deg) translateY(5px);
  }

  .nav-container {
    flex-direction: column-reverse;
  }

  .logo-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: -10px;
    margin-top: 10px;
  }


  .nav-top .log-in,
  .nav-top .time-schedule {
    font-size: 14px;
    padding: 7px 7px;
    margin-left: 0px;
  }
  .nav-links{
    display: none;
    background: #34346b;
    opacity: 0.85;
    width: 100%;
    height: 102vh;
    position: fixed;
    padding: 60px 30px;
    top: 0;
    left: 0;
    z-index: 11;
  }

  .logo-container > .mobile-mene-icon:active ~.nav-links{
    display: block;
  }
  .top-mobile-menu{
    display: flex;
    justify-content: space-between;
  }
  .menu-mobile-title{
    font-size: 30px;
    color: #29B3B4;
    font-weight: bold;
  }

  .nav-links a {
    color: white;
    display: inherit;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 426px) {
  .award-header {
      justify-content: normal;
      padding: 0 5px;
  }
}

@media only screen and (max-width: 375px) {
  .nav-top .log-in, .nav-top .time-schedule {
    padding: 7px 5px;
  }
}

/* Header End */

/* Breadcrumb */
.breadcrumb{
  margin-top: 22px;
  background: transparent linear-gradient(91deg, #00B0B2 0%, #0397B2 0%, #4162A8 67%, #754C9E 100%) 0% 0% no-repeat padding-box;
  padding: 24px 0;
  border-radius: 0px;
}

.breadcrumb-link a,
.breadcrumb-link span{
  font-size: 12px;
  color: white;
  padding-left: 10px;
  text-decoration: none;
}

.breadcrumb .page-title{
  font-size: 32px;
  color: white;
  font-weight: bold;
}

.breadcrumb-content .icons{
  margin-right: auto;
}

.breadcrumb-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.breadcrumb-content button {
  background-color: inherit;
  border: 0;
  color: white;
  font-size: 12px;
}

.breadcrumb-content button i {
  padding-left: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 476px) {
  .breadcrumb-content .icons{
    margin-right: 0px;
  }
}
/* Breadcrumb End */

/* Footer */
footer{
  margin-top: 100px;
  background-color: #37326D;
  color: white;
  padding-top: 30px;
}
.footer-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

footer .other-links h4{
  font-weight: bold;
  margin-bottom: 12px;
}

footer .other-links a{
  color: white;
  padding-left: 90px;
  font-size: 14px;
  text-decoration: none;
}

footer .other-links a:last-child{
  padding-left: 0px;
}

footer .contact-us h4{
  font-weight: bold;
  margin-bottom: 12px;
}

.footer-social-media-btn {
  /* border: 1px solid #00B0B1;
   border-radius: 5px;*/
  padding: 0px 5px;
  margin-right: 10px;
  margin-top: 5px;
}

.image-social-media {
 width:31px;
}

.footer-social-media-btn:first-child{
  margin-right: 0px;
}

.footer-social-media-btn:hover{
  text-decoration: none;
}

.footer-social-media-btn i {
  color: white;
  font-size: 12px;
}

footer .copyright{
  background-color: #4B467B;
  margin-top: 20px;
  padding: 5px 0;
}

footer .copyright .container{
  padding: 0px;
}

footer .copyright a{
  font-size: 14px;  
  color: white;
  text-decoration: none;
}

footer .copyright a:first-child{
padding-left: 70px;
}

footer .copyright span{
  font-size: 14px;
  float: left;
}

@media only screen and (max-width: 600px) {
  footer .copyright a:first-child{
    padding-left: 15px;
    }
}

@media only screen and (max-width: 500px) {

  .footer-container {
      display: block;
      text-align: center;
  }

  footer .other-links h4 {
      margin-bottom: 0px;
  }

  footer .other-links a{
      display: block;
      padding-left: 0px;
      margin-top: 15px;
  }

  footer .contact-us h4 {
      margin-top: 20px;
  }
  
  footer .copyright{
      text-align: center;
  }

  footer .copyright span{
      float: none;
      display: block;
  }

  .line-img{
      display: none;
  }
}
/* Footer End */

/* FAQ */
.faq-card {
  background-color: white;
  border-radius: 24px;
  box-shadow: 0px 3px 14px #0000000b;
  padding: 20px 30px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.faq-header {
  padding-bottom: 20px;
}

.faq-header button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px;
}

.faq-header button:focus {
  box-shadow: none;
}
.faq-header h5 {
  margin-bottom: 0px;
  color: #6F6F6F;
  font-weight: bold;
}

.faq-header i {
  color: #29B3B4;
  font-size: 18px;
  transition: 0.3s;
}

.faq-body {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #6F6F6F;
  border-top: 1px solid #acacac4d;
}

.faq-header button[aria-expanded="true"] h5 {
  color: #29B3B4;
}

.faq-header button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

@media only screen and (max-width: 426px) {
  .faq-header h5 {
    font-size: 18px;
  }
  .faq-header i {
    font-size: 13px;
  }
  .faq-card {
    padding: 14px 20px;
    padding-bottom: 0px;
  }
  .faq-header {
    padding-bottom: 14px;
  }
}
/* FAQ End */

/* Conditions */
.countedSteps > ul li {
  line-height: 25px;
  position: relative;
  padding: 20px 15px 30px 0px;
  color: #575756;
}

.countedSteps > ul li:before {
  position: absolute;
  right: -52px;
  background: #ffffff;
  content: counter(item) " ";
  counter-increment: item;
  border: 1px solid #29B3B4;
  border-radius: 5px;
  display: inline-block;
  width: 45px !important;
  height: 45px !important;
  text-align: center;
  vertical-align: middle;
  margin-inline-end: 10px;
  line-height: 44px;
  color: #29B3B4;
  top: 10px !important;
  font-weight: bold;
  font-size: 24px;
}

.countedSteps > ul {
  margin-left: 22px;
  margin-right: 32px;
  padding-right: 18px;
  counter-reset: item;
  list-style-type: none;
}

.countedSteps > ul li:after {
  content: " ";
  background: #dcdcdc;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  right: -31px;
  top: 55px;
}

.countedSteps > ul li:last-child:after {
  content: none;
}

.countedSteps > ul > li:last-child {
  margin-bottom: 16px;
}

[dir="ltr"] .countedSteps > ul li {
  padding: 20px 0px 15px 30px;
}

[dir="ltr"] .countedSteps > ul li:before {
  left: -52px;
  right: 0px;
}

[dir="ltr"] .countedSteps > ul li:after {
  left: -31px;
  right: 0px;
}

/* Conditions End */

/* Contact */

.contact-form {
  margin-top: 30px;
  padding: 30px 30px 30px 50px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 6px 14px rgb(0 0 0 / 5%);
}

.contact-form .custom-select,
.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  resize: none;
  width: 80%;
}
.contact-form .custom-select {
  /* background: none; */
  background: #fff url("../images/angle-down-solid.svg") no-repeat left 1rem
    center/11px 25px;
}

.contact-form .form-group {
  display: flex;
  justify-content: space-between;
}

.btn-send {
  padding: 1px 50px;
  border-radius: 10px;
  background: #37326D;
  border-color: #37326D;
  color: white;
}

.btn-send:hover {
  color: white;
}

.btn-send:focus {
  box-shadow: 0 0 0 0.2rem #37326d3d;
}

.contact-form .custom-select:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #c6c9cb;
  box-shadow: none;
}
.contact-text {
  color: #37326D;
  font-weight: bold;
}
.contact-container {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-box {
  color: #37326D;
  border: 1px solid #29B3B4;
  border-radius: 25px;
  padding: 5px 10px;
  margin-top: 5px;
}

.contact-box span {
  margin-right: 5px;
}

.location-box {
  margin-bottom: 5px;
}

.location-box i {
  color: #29B3B4;
}

.location-box span {
  color: #37326D;
  margin-right: 5px;
  font-size: 14px;
}

.social-media-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.social-media-btn {
  background-color: white;
  border: 1px solid #29B3B4;
  border-radius: 5px;
  padding: 3px 9px;
  padding-top: 5px;
  margin-right: 10px;
  margin-top: 5px;
}

.social-media-btn i {
  color: #37326D;
}

@media only screen and (max-width: 426px) {
  .contact-form {
    margin-top: 5px;
    margin-bottom: 26px;
    padding: 20px 20px 20px 20px;
  }
  .contact-form .form-group {
    display: block;
  }
  .contact-form .custom-select,
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
}
/* Contact End */

/* Categories */

.categories-text {
  font-size: 30px;
  color: #37326D;
  font-weight: bold;
  margin-bottom: 20px;
}
.categories-card {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 30px 40px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05);
}

.categories-card-img {
  margin-left: 40px;
}

[dir="ltr"] .categories-card-img {
  margin-left: 0px;
  margin-right: 40px;
}

.categories-card .categories-card-des h5 {
  font-size: 24px;
  color: #37326D;
  font-weight: bold;
}

.categories-card .categories-card-des p {
  margin-bottom: 0px;
  color: #575756;
}

.criterions-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-bottom: 80px;
}

.criterions-card {
  flex: 1 1 15%;
  margin-left: 20px;
  text-align: center;
  margin-top: 10px;
  padding: 40px 10px;
  border-radius: 24px;
  border: 1px solid #e8e8e83d;
  box-shadow: 0px 6px 14px rgb(0 0 0 / 5%);
  background-color: #fcfcfc;
}

.criterions-card:last-child {
  margin-left: 0px;
}
.criterions-card img {
  margin-bottom: 20px;
}

.criterions-card-des h5 {
  font-size: 20px;
  color: #37326D;
  font-weight: bold;
}

.criterions-card .criterions-card-des p {
  margin-bottom: 0px;
  color: #575756;
}

@media only screen and (max-width: 426px) {
  .categories-text {
    font-size: 28px;
  }
  .categories-card {
    justify-content: space-around;
    padding: 25px 20px;
    flex-wrap: wrap;
  }
  .categories-card-img {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .categories-card-des {
    text-align: center;
  }

  .criterions-card {
    flex: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 40px 20px;
  }
}
/* Categories End */

/* Landing Page */
.line-img{
  position: absolute;
  z-index: -1;
  right: -135px;
  top: -235px;
  width: 600px;
}
.award-section{
  text-align: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

.award-section h1 {
  font-weight: bold;
  color: #29B3B4;
  font-size: 45px;
  margin-bottom: 5px;
}

.award-section p {
  width: 60%;
  color: #34346b;
  margin: auto;
  margin-bottom: 25px;
}

.award-section a {
  padding: 1px 40px;
  border-radius: 10px;
  background: #29B3B4;
  border-color: #29B3B4;
  color: white;
  transition: 02s;
}

.award-section a:hover{
  color: white;
}
.award-section a:hover img{
  transform: translateX(-5px);
}
.award-section a img{
margin-right: 16px;
}

.award-container{
  display: flex;
}

.award-container .award-box{
  margin-right: 19px;
}

.award-container .award-box span:first-child{
  display: block;
  font-weight: bold;
  font-size: 40px;
  color: #29B3B4;
}

.award-container .award-box span:last-child{
  color: #29B3B4;
  font-size: 22px;
}

.vision{
  margin-right: 30px;
}

.vision .award-container .award-box span:first-child{
  display: block;
  font-weight: bold;
  font-size: 40px;
  color: #34346b;
}

.vision .award-container .award-box span:last-child{
  color: #34346b;
  font-size: 22px;
}

.message p,
.vision p {
color: #9d9d9d;
margin-top: 16px;
}

.goals-section h1{
  color: #6F4B99;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}

.goals-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.goals-card{
  flex: 25%;
  flex-grow: inherit;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 24px;
  border: 1px solid #e8e8e83d;
  box-shadow: 0px 6px 14px rgb(0 0 0 / 5%);
  background-color: #fcfcfc;
}

.goals-card img {
  margin-bottom: 20px;
}

.goals-card p {
  color: #34346b;
}

/* schedule-section */

.schedule-section{
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 20px 0px;
  background-color: #fff;
  border-radius: 20px;
}
.schedule-section h1{
  color: #34346b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.schedule-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.schedule-card{
  padding: 20px 10px;
  min-width: 146px;
  margin-left: 10px;
  margin-top: 20px;
  text-align: center;
  z-index: 1;
  position: relative;
 
}

.schedule-card .card-img{
  padding: 19px 15px 30px 10px;
  background: linear-gradient(#eae9f3, white 59%);
  border-radius: 100%;
  width: 144px;
  height: 144px;
  margin: 0px auto -53px auto;
}

.schedule-card .card-body{
  background-color: #eff3fa;
  padding: 0px 2px 11px 1px;
  border-radius: 10px;
  margin-bottom: 25px;
  display: block;
  font-weight: bold;
  color: #575756;
  box-shadow: 0px 6px 14px rgb(0 0 0 / 5%);
  min-width: 198px;
}

.schedule-card .card-body span{
  display: block;
}
.schedule-card .card-body .title{
  padding-top: 20px;
}
.schedule-card .card-body p  {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 100px;
  right: 20px;
  background: #34346b;
  color: white;
  padding: 0px;
  border: 0px solid;
  border-radius: 10px;
  font-size: 14px;
  width: 100px;
}

.schedule-card .card-body p span.name{
  color: white;
  padding: 2px 10px;
}
.schedule-card .card-body p span.number{
  display: inline;
  background: #29B3B4;
  border-radius: 10px;
  padding: 2px 10px;
  color: white;
}

.schedule-card .card-body span.title{
  color: #34346b;
  font-size: 16px;
}

.schedule-card .card-body span.date{
  color: #34346b;
  font-size: 20px;
  font-weight: bold;
}

.schedule-card::before{
  content: "";
  width: 93%;
  background-color: #afafaf;
  height: 1px;
  position: absolute;
  left: -79px;
  top: 150px;
  z-index: -1;
}
.schedule-card:last-child:before{
display: none;
}



/* end schedule-section */

[dir="ltr"] .line-img {
  left: -135px;
  right: 0;
}

[dir="ltr"] .nav-top {
  margin-left: auto;
  margin-right: 0px;
}

[dir="ltr"] .vision {
  margin-right: 0px;
  margin-left: 30px;
}

[dir="ltr"] .award-container .award-box {
  margin-right: 0px;
  margin-left: 19px;
}

[dir="ltr"] .schedule-card::before {
  left: 40px;
}




@media only screen and (max-width: 500px) {
  .line-img{
    display: none;
}
.award-section{
  margin-top: 0px;
}
.goals-card {
  flex: 100%;
}
}

@media only screen and (max-width: 426px) {
  .award-section h1 {
    font-size: 35px;
  }
  
  .award-section p {
    width: 100%;
  }
  .vision,
  [dir="ltr"] .vision {
    margin-right: 0px;
    margin-left: 0px;
  }

.award-container .award-box span:first-child,
.vision .award-container .award-box span:first-child{
  font-size: 30px;
}

.purple-section {
  padding: 40px 30px;
}

.goals-section h1 {
  font-size: 30px;
}

.schedule-container {
  display: block;
}
.schedule-section {
  padding: 20px 16px;
}

/* schedule-section */
.schedule-card::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: -1;
  width: 1px;
  background-color: #afafaf;
  height: 110%;
  top: 21px;
}

[dir="ltr"] .schedule-card::before {
  right: 0px;
  left: 50%;
}

.schedule-card:after {
  right: auto;
  transform: translateX(0.25rem);
  top: -10%;
}

.schedule-section h1{
  font-size: 30px;
  margin-bottom: 50px;
}
/* end schedule-section */
}
/* Landing Page End */

/* About Us Page */
.about-us-title {
  font-size: 30px;
  color: #37326D;
  font-weight: bold;
  margin-bottom: 20px;
}

.vision-title,
.mission-title{
  font-size: 20px;
  color: #575756;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;

}

.about-us-page > p{
  font-size: 16px;
  color: #6F6F6F;
  margin-bottom: 20px;
}

@media only screen and (max-width: 426px) {
  .about-us-title {
    font-size: 24px;
  }
}
/* End About Us Page */

/* No profile page */

.main-sys-awards-agncy-empty {
  text-align: center;
  margin-top: 60px;
}

.main-sys-awards-agncy-empty-content {
  margin-top: 16px;
  color: #37326c;
}
.main-sys-awards-agncy-empty-content .welcome{
  font-size: 24px;
}

.main-sys-awards-agncy-empty-content .welcome span{
  font-weight: bold;
}

.main-sys-awards-agncy-empty-content .empty-title {    
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}

.main-sys-awards-agncy-empty-content .empty-des {    
  font-size: 16px;
  color: #808080;
  width: 37%;
  margin: auto;
  padding: 20px 0px 24px 0px;
}

.main-sys-awards-agncy-empty-content a{
  color: #808080;
  border: 1px solid #808080;
  padding: 6px 30px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
}

.footer-copyrights-links a {
  padding-left: 25px;
}
@media (max-width: 426px){
  .main-sys-awards-agncy-empty-content .empty-title{
    font-size: 25px;
    padding-top: 10px;
  }
  .main-sys-awards-agncy-empty-content .empty-des{
    width: 100%;
  }
  .no-data-icon{
    width: 85%;
  }
}

/* End No profile page */

/* Terms and conditions page */
.terms-cond-container{
  width: 70%;
  margin: auto;
}

.login-info h4{
  font-size: 24px;
  font-weight: bold;
  color: #37326D;
}

.login-info span{
  font-size: 18px;
  font-weight: bold;
  color: #37326D;
}

.terms-cond-content{
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 0px 25px;
  padding-top:30px ;
  margin-top: 15px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}

.terms-cond-content h3{
  font-weight: bold;
  color: #37326D;
}

.terms-cond-content p{
  color: #808080;
  margin-bottom: 30px;
}

.agree-bnt .custom-control-label{
  padding-right: 1rem;
  margin-top: 2rem;
  padding-top: 4px;
  cursor: pointer;
}

.agree-bnt .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
}

.agree-bnt .custom-control-label::after {
  width: 1.5rem;
  height: 1.4rem;
}

.btn-complete-registration {
  color: #fff;
  background-color: #37326D;
  border-color: #37326D;
  border-radius: 10px;
  padding: 10px 35px;
  line-height: normal;
}

.btn-complete-registration:hover{
  color: #fff;
}

@media (max-width: 425px){
  .terms-cond-container{
    width: 90%;
  }
  
}

/* End Terms and conditions page */

/* Errors and Success Cards */

.error-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 15px 14px 0px #efeded;
  border-radius: 15px;
  padding: 16px 20px 50px;
  border-top: 15px solid #c60033;
}

.error-card-icon img,
.success-card-icon img {
  width: 100px;
  height: 100px;
  margin-top: 5px;
}

.error-card-box-content .box-title {
  margin-top: 20px;
  margin-bottom: 2px;
  text-align: center;
  color: #c60033;
  font-weight: bold;
  font-size: 24px;
}

.error-card-box-content .box-info {
  color: gray;
  text-align: center;
  font-size: 14px;
}

.success-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 15px 14px 0px #efeded;
  border-radius: 15px;
  padding: 16px 20px 40px;
  border-top: 15px solid #17a47a;
}

.success-card-box-content .box-info {
  text-align: center;
  margin-top: 25px;
}

.success-card-box-content .box-title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #17a47a;
  font-weight: bold;
  font-size: 24px;
}

.success-card-box-content .back-menu-bnt {
  border: 1px solid #c7c6c6;
  border-radius: 20px;
  color: gray;
  background: white;
  text-align: center;
  font-size: 14px;
  padding: 10px 30px;
  margin-top: 20px;
}

.success-card-box-content .back-menu-bnt:hover {
  text-decoration: none;
}
@media only screen and (max-width: 426px) {
  .error-card {
    padding: 16px 10px 50px;
  }
  .success-card {
    padding: 16px 10px 40px;
  }
}
/* End Errors and Success Cards */


/* honnors awards page */
.honnors-awards-container{
  font-size: 22px;
  margin-bottom: 40px;
}
.honnors-section {
  padding: 5px 30px;
}
.honnors-section .img-border {
  border: 17px solid #37326d5c;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.honnors-section .img-border:after {
  content: '';
  position: absolute;
  top: 148px;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 28px solid #37326D;
}
.honnors-section .img-border img{
  width: 65px;
}
.honnors-section .awards-text{
  margin-top: 35px;
}
.honnors-section .awards-text h4{
  text-align: center;
  color: #37326D;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
.honnors-section .awards-text p{
  margin-bottom: 8px;
  font-size: 18px;
  font-weight:600;
  color: #575756;
}

.honnors-section .awards-text p span{
  color: #37326D;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  transform: translate(3px, 5px) rotate(180deg);
}

.honnors-section.green .awards-text h4{
  color: #29B3B4;
}
.honnors-section.green .awards-text p span{
  color: #29B3B4;
}
.honnors-section.green .img-border {
  border: 17px solid #29b3b44a;
}
.honnors-section.green .img-border:after {
  border-top-color:#29B3B4;
}

.honnors-section.blue .awards-text h4{
  color: #3498c4;
}
.honnors-section.blue .awards-text p span{
  color: #3498c4;
}
.honnors-section.blue .img-border {
  border: 17px solid #3499c445;
}
.honnors-section.blue .img-border:after {
  border-top-color:#3498c4;
}

@media only screen and (max-width: 426px) {
  .honnors-section {
    padding: 16px;
  }
}
/* End honnors awards page */

/* added bnt abd modal categories page */
.btn-standard {
  padding: 2px 30px;
  line-height: inherit;
  border-radius: 100px;
  background: #fff;
  border-color: #37326d5c;
  color: #37326d5c;
  margin-top: auto;
}

.btn-standard:hover{
  color: #37326d5c;
}

.btn-standard:focus{
  box-shadow: 0 0 0 0.2rem #37326d5c;
}
.btn-standard:hover img{
  transform: translateX(-5px);
}
.btn-standard img{
margin-right: 16px;
margin-bottom: 0px;
width: 14px;
}

[dir="ltr"] .btn-standard img {
  margin-left: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 14px;
  transform: rotate(180deg);
}

.criterions-card > img {
  width: 85px;
  margin: 0px auto 20px auto;
}
.criterions-card {
  display: flex;
  flex-direction: column;
}
.criterions-card .criterions-card-des p {
  padding-bottom: 24px;
}

.modal-content{
  border-radius: 1.3rem;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem auto;
}

.modal-header{
  border-bottom: 0px;
  padding-bottom: 0px;
}
.modal-title {
  font-size: 24px;
  color: #37326D;
  font-weight: bold;
}
.modal-body{
  padding-top: 0px;
}
.modal-body h4{
  margin-top: 16px;
  font-size: 20px;
  color: #37326D;
  font-weight: bold;
}
.modal-body p{
  margin-bottom: 0px;
}
/* added bnt abd modal categories page */
.dropdown-service-container{
  display: inline-block;
}
.dropdown-service-bnt {
  border: 1px solid #30346E;
  padding: 7px 15px;
  margin-right: auto;
  background-color: #fff;
  color: #30346E;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 15px;
}
.dropdown-service-bnt:focus {
  outline: none;
}
.dropdown-service-bnt img{
  margin-right: 12px;
  width: 12px;
  margin-bottom: 1px;
}
[dir="ltr"] .dropdown-service-bnt img{
  margin-right: 0px;
  margin-left: 12px;
}
.dropdown-service-body{
  margin-top: 17px;
  background-color: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  padding: 20px 15px;
  border-radius: 10px;
  position: absolute;
  display: none;
  z-index: 111;
  margin-right: 40px;
}
.dropdown-service-body a{
  border-bottom: 1px solid #DBDBDB;
  display: block;
  margin-bottom: 5px;
  color: #30346E;
  padding-bottom: 4px;
  font-size: 14px;
}

.dropdown-service-body a:hover{
  text-decoration: none;
  color: #30346E !important;
}

.dropdown-service-body a:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dropdown-service-body:before{
  content: "";
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  left: 25px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #fff;
}


/* user-guide */
.user-guide-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.user-guide-card{
  flex: 30%;
  flex-grow: inherit;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 24px;
  border: 1px solid #e8e8e83d;
  box-shadow: 0px 6px 14px rgb(0 0 0 / 5%);
  background-color: #fcfcfc;
  text-decoration: none;
}

.user-guide-card:hover{
  text-decoration: none;
}

.user-guide-card img {
  margin-bottom: 15px;
}

.user-guide-card:last-child img {
  margin-bottom: 30px;
}
.user-guide-card h4 {
  font-size: 1.35rem;
  font-weight: bold;
}

@media only screen and (max-width: 500px){
  .user-guide-card {
    flex: 100%;
  }
}

/* user-guide end */

 /* versions */

 .versions-list > ul > li .year {
  color: #29B3B4;
  font-size: 30px;
  font-weight: bold;
}

 .versions-list > ul li {
  line-height: 25px;
  position: relative;
  padding: 20px 15px 60px 0px;
}

.versions-list > ul li:before {
  position: absolute;
  right: -42px;
  background: #ffffff;
  content: " ";
  border: 4px solid #29B3B4;
  border-radius: 100px;
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
}

.versions-list > ul {
  margin-left: 22px;
  margin-right: 32px;
  padding-right: 18px;
  list-style-type: none;
}

.versions-list > ul li:after {
  content: " ";
  background: #dcdcdc;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  right: -31px;
  top: 45px;
}

.versions-list > ul > li:last-child {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.version-contanier h3{
  font-size: 26px;
  color: #30346E;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}

.version-contanier p{
  color: #575756;
  font-size: 14px;
}

.version-contanier .link-bnt-contanier {
  display: flex;
}

.version-contanier .link-bnt-contanier .link-bnt{
  border: 1px solid #30346E;
  border-radius: 10px;
  background: #fff;
  color: #30346E;
  font-weight: bold;
  padding: 5px 20px;
  margin-left: 15px;
  text-decoration: none;
}

.version-contanier .link-bnt-contanier .link-bnt.coming-soon{
  color: #C4C4C4;
  border-color: #C4C4C4;
  pointer-events:none;
}

[dir="ltr"] .version-contanier .link-bnt-contanier .link-bnt{
  margin-left: 0px;
  margin-right: 15px;
}

[dir="ltr"] .versions-list > ul li {
  padding: 20px 0px 60px 10px;
}

[dir="ltr"] .versions-list > ul li:before {
  right: 0px;
  left: -42px;
}

[dir="ltr"] .versions-list > ul {
  margin-left: 32px;
  margin-right: 22px;
  padding-right: 0px;
  padding-left: 18px;
}

[dir="ltr"] .versions-list > ul li:after {
  right: 0px;
  left: -31px;
}

@media (max-width: 500px){
  .version-contanier h3 {
    font-size: 22px;
  }

  .version-contanier .link-bnt-contanier {
    display: inline-grid;
  }

  .version-contanier .link-bnt-contanier .link-bnt {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* versions End */

/* version-details */
.description-text{
  font-size: 14px;
  color: #575756;
  margin-bottom: 20px;
}
.award-card{
  flex: 25%;
  flex-grow: inherit;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 24px;
  border: 1px solid #e8e8e83d;
  box-shadow: 0px 6px 14px rgb(0 0 0 / 5%);
  background-color: #fcfcfc;
  text-decoration: none;
}

.award-card:hover{
  text-decoration: none;
}
.award-card:first-child img {
  margin-bottom: 10px;
}
.award-card img {
  margin-bottom: 25px;
}

.award-card:last-child img {
  margin-bottom: 30px;
}

.award-card .title{
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-card .title h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: unset;
}

.award-card .title img{
  margin-bottom: unset;
  margin-left: 10px;
  margin-right: 10px;
}

[dir="ltr"] .award-card .title img{
  transform: rotate(180deg);
}
@media (max-width: 500px){
  .award-card {
    flex: 100%;
  }
}

/* version-details end */

/* winners */
.winners-container{
  display: flex;
  flex-wrap: wrap;
}
.winner-card{
  flex: 24%;
  flex-grow: inherit;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 45px;
  border-radius: 14px;
  border: 1px solid #e8e8e83d;
  position: relative;
  display: flex;
  height: 350px;
}
.winner-card-header{
  position: absolute;
  top: -25px;
  padding:5px 15px;
  background: #6F4B99;
  border-radius: 10px;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.winner-card-header span{
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
}
.winner-card-footer{
  position: absolute; 
  bottom: 0; 
  width: 100%;
}
.winner-card-footer h3{
  font-size: 24px;
  color: #6F4B99;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}
.winner-card-footer span{
  font-size: 16px;
  color: #6F4B99;
  display: block;
  text-align: center;
  padding-bottom: 18px;
}
.winner-card img{
  border-radius: 4%;
  width: 100%;
  mask-image:linear-gradient(0deg, rgba(255,255,255,0) 21%, rgba(255,255,255,0.9389880952380952) 45%, rgba(255,255,255,1) 100%);
  -webkit-mask-image:linear-gradient(0deg, rgba(255,255,255,0) 21%, rgba(255,255,255,0.9389880952380952) 45%, rgba(255,255,255,1) 100%);
}

@media (max-width: 500px){
  .winner-card {
    flex: 100%;
  }
}
/* winners end */


/* switcher  */
.language-link {
  color: #37336d!important;
  display: inline-block;
  padding: 0 !important;
  margin: 5px 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  /* font-family: 'dga-font-en';  */
}

[dir="ltr"] .language-link {
  font-family: 'dga-font';
}

.field-validation-error, .field-validation-error * {
    color: red;
}

/* winners section */
.winners-section .title-section {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.winners-section .title-section .select-years {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 5px 10px;
}
.winners-section .title-section .select-years label {
  color: #34346b;
  margin: 0 10px;
  font-weight: bold;
  font-size: 16px;
}

.winners-section .title-section .select-years #select-year {
  border: none;
  padding: 5px 10px;
  outline: none;
}
.select-years option:hover {
  background: #34346b !important;
  color: #fff;
}
.select-years option:checked {
  background: #34346b;
  color: #fff;
}

.winners-section h1 {
  margin-top: 72px;
  margin-bottom: 32px;
  color: #34346b;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.winners-tab {
  justify-content: center;
}

.winners-tab .nav-item .nav-link {
  margin: 8px;
  padding: 8px;
  font-size: 24px;
  color: #2A206A;
  background: rgba(124, 50, 201, 0.10);
  border: 0px;
  border-radius: 8px;
}

.winners-tab .nav-item.active .nav-link,
.winners-tab .nav-item .nav-link.active {
  color: #fff;
  background: #00ABAF;
}

.winners-tab .nav-item .nav-link:focus {
  outline: 0px;
}

/* .winner-slider-card */
.winner-slider-card {
  height: 448px;
  margin-top: 36px;
  margin-bottom: 15px;
  padding: 0px;
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: 0px 0.783px 23.493px 0px rgba(213, 219, 222, 0.40);
}

.winner-slider-card .title {
  height: 80px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 24px;
  color: #00ABAF;
  text-align: center;
  padding: 0px 16px;
  padding-bottom: 0px;
}

.winner-slider-card .winner-image {
  height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* background: rgba(239, 239, 240, 0.30); */
}

.winner-slider-card .winner-image img:first-of-type {
  width: auto;
  height: 180px;
  margin: auto;
}

.winner-slider-card .winner-image .tag-title {
  min-width: 102px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 8px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #7C32C9;
  border-radius: 8px;
}

.winner-slider-card .winner-image .qiyas-tag {
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
}

.winner-slider-card .winner-information {
  padding: 5px;
  margin: 0px 16px;
  margin-top: 30px;
}

.winner-slider-card .winner-information span {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  color: #2A206A;
}

.winner-slider-card .winner-information .name {
  font-size: 16px;
  font-weight: bold;
  color: #2A206A;
}

.tab-content > .tab-pane { 
  display: block !important;
  height: 0px;
  overflow: hidden;
}

.tab-content>.active { 
  height: auto;
}

.winners-group-slick .slick-slide {
  margin: 0 6px;
}

.winners-group-slick .slick-list {
  margin: 0 -6px;
}

@media (max-width: 768px) {
  .winners-section h1 {
    font-size: 30px;
  }

  .winners-section .title-section {
    display: block;
  }

  .winners-section .title-section .select-years {
    margin-bottom: 20px;
  }
  
  .winners-tab .nav-item .nav-link {
    font-size: 16px;
  }
  
  .winner-slider-card .winner-image {
    height: 220px;
  }

  .winner-slider-card .title {
    font-size: 20px;
    height: 60px;
   }

   .winner-slider-card {
    min-height: 460px;
   }

   .winner-slider-card .winner-image img:first-of-type {
    width: auto;
    height: 100%;
    margin: auto;
  }
}
/* end winners section */

.slick-track {
  margin-bottom: 30px;
}
.slick-dots li button:before {
  content: '' !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 15px;
  background: #757575;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  background: #7C32C9;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    position: initial;
  }
}

.goals-section h1 {
  color: #34346b;
}

/* categories awards */
.categories-awards-container {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding: 12px;
  justify-content: center;
}

.categories-awards-card {
  width: 299px;
  padding: 16px;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

@media (max-width: 768px) {
  .categories-awards-container {
    flex-wrap: wrap;
  }
}

.categories-awards-card h6 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #2A206A;
  font-weight: bold;
}

.categories-awards-card p {
  color: #6C737F;
  font-size: 16px;
  text-align: right;
}

.category-evaluation-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #D2D6DB;
}

.category-evaluation-card img {
  margin-bottom: 12px;
}

.category-evaluation-card .box-title {
  height: 70px;
}

.category-evaluation-card h6 {
  margin-bottom: 12px;
  color: #2A206A;
  font-size: 18px;
  font-weight: bold;
}

.category-evaluation-card .tag-gray {
  padding: 0px 8px;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
}

.category-evaluation-card p {
  margin-bottom: 12px;
  color: #1F2A37;
  font-size: 14px;
}

.category-evaluation-card .title {
  margin-bottom: 12px;
  display: block;
  color: #00ABAF;
  font-size: 16px;
  font-weight: bold;
}

.category-evaluation-card ul {

}

.category-evaluation-card li {
  color:#1B1651;
  font-size: 14px;
}

.category-evaluation-card .show-more-btn {
  display: block;
  float: inline-end;
  cursor: pointer;
  transition: all .2s;
}

.category-evaluation-card .show-more-btn.active {
    transform: rotate(180deg);
}
.category-evaluation-card .content-box {
  display: none;
}

.category-evaluation-slick .slick-slide {
  margin: 0 6px;
}

.slick-slide p {
    min-height: 44px;
}

.tag-new {
    color: #3246A8;
    padding: 0px 8px;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #BEDBFF;
    background: #F1F8FF;
}

.categories-awards-card h6 {
    min-height: 38px;
}