@font-face {
  font-family: "MOLarabic";
  src: url("../fonts/MOLarabic-Regular.woff2") format("woff2"), url("../fonts/MOLarabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MOLarabic";
}

.login {
  font-family: "MOLarabic", sans-serif;
  background: url("../img/osh-bg.jpg") no-repeat top center;
  background-size: cover;
  height: 100vh;
  padding: 0;
}

.login a {
  text-decoration: none !important;
  position: relative;
}

.login a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1rem;
  right: 0;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.login a:hover:after {
  width: 100%;
}

.coe-info {
  padding: 3em;
  height: 100vh;
  position: relative;
}

.coe-info h3 {
  position: absolute;
  top: 45%;
  line-height: 1.8;
  color: #fff;
}
.coe-info .info-footer {
  position: absolute;
  bottom: 3em;
  color: rgba(255, 255, 255, 0.48);
  width: 88%;
  font-size: 12px;
  text-align: center;
  left: 6%;
}

.coe-info .info-footer .info-links {
  margin-bottom: 15px;
}

.coe-info .info-footer .info-links ul {
  padding: 5px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px !important;
}

.coe-info .info-footer .info-links ul li {
  list-style: none;
  display: block;
  margin: 5px 0;
  float: right;
  width: 33%;
  text-align: right;
  padding: 5px 15px;
}

.coe-info .info-footer a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  text-align: right;
}

/* .coe-info .info-footer a:hover:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 14px;
  height: 14px;
  background: url(../img/link-arrow.png) no-repeat;
} */

.coe-info .info-footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.coe-info .info-footer a:after {
  border-bottom: 1px solid #fff;
  opacity: 0.3;
}

.copy-rights {
  font-size: 11px;
}
.login-container {
  background: #fff;
  height: 100vh;
  padding: 0;
}

.login-container h5 {
  color: #74788d;
  font-size: 13px;
  font-weight: 600;
  margin: 3em 0 0 02em;
}

.login-container h5 a {
  color: #00693b;
  margin-right: 8px;
}

.login-container h5 a:after {
  border-bottom: 1px solid #00693b;
  opacity: 0.3;
}

.login-container .login-form-container {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 285px;
}

.login-container .login-form-container h3 {
  color: #67666e;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}

.login-container .login-form-container input[type="text"],
.login-container .login-form-container input[type="password"] {
  border: 1px solid #ddd;
  height: 50px;
  margin-top: 1.25rem;
  background-color: rgba(247, 247, 249, 0.7);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: right;
}

.login-container .login-form-container .form-actions {
  margin-top: 40px;
  text-align: left;
}

.login-container .login-form-container .form-actions a.pull-left {
  margin-top: 10px;
  color: #00693b;
  font-weight: 600;
  padding-bottom: 5px;
}

.login-container .login-form-container .form-actions a.pull-left:after {
  border-bottom: 1px solid #00693b;
  opacity: 0.3;
}

.login-container .login-form-container .form-actions .btn {
  font-weight: 500;
  font-size: 13px;
  height: 46px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.18) !important;
  box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.18) !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #00693b;
  border-color: #00693b;
  color: #fff;
  border-radius: 4px !important;
  line-height: 33px;
  margin-right: 10px;
}

.login-container .login-form-container .form-actions .btn:hover {
  background-color: #005430;
  border-color: #005430;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.27) !important;
  box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.27) !important;
}

.login-container .login-form-container .form-actions .mt-checkbox {
  margin-top: 13px;
  font-size: 13px;
  font-weight: 400;
  color: #74788d;
  padding-right: 25px;
  margin-bottom: 0;
  float: right;
}

.login-container .login-form-container .form-actions .mt-checkbox > span {
  border: 1px solid #ddd;
  background-color: rgba(247, 247, 249, 0.7);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  right: 0;
  left: auto;
}

.alert {
  border-radius: 4px !important;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.alert a {
  color: #00693b;
  font-weight: 600;
  text-decoration: underline !important;
  margin-right: 15px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-dismissable .close,
.alert-dismissible .close {
  top: 5px;
}

.login-container .login-choices {
}

.login-choices .services-list {
  padding: 0;
  overflow-y: auto;
}

.login-choices .services-list li {
  list-style: none;
  display: block;
  overflow: hidden;
  min-height: 320px;
  padding: 25px 50px;
}

.login-choices .services-list li:nth-child(odd) {
  background-color: #fff;
}

.login-choices .services-list li:nth-child(even) {
  background-color: #f0f0f0;
}

.login-choices .services-list li h2 {
  font-size: 18px;
  font-weight: 600;
  color: #00693b;
  margin-bottom: 30px;
}

.login-choices .services-list li h2:after {
  content: "";
  background-color: #00693b;
  display: block;
  height: 2px;
  width: 60px;
  margin-top: 10px;
}

.login-choices .services-list li p {
  color: #787878;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 30px;
}

.login-choices .services-list li a {
  font-weight: 500;
  font-size: 14px;
  padding: 7px 15px;
  margin-left: 20px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.18) !important;
  box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.18) !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #00693b;
  border-color: #00693b;
  color: #fff;
  border-radius: 4px !important;
}

.login-choices .services-list li a:hover {
  background-color: #005430;
  border-color: #005430;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.27) !important;
  box-shadow: 0 4px 16px 0 rgba(0, 117, 190, 0.27) !important;
}

.login-choices .services-list li span {
  display: block;
  height: 250px;
  width: 100%;
  margin-top: 15px;
  border-radius: 10px !important;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  padding-top: 55px;
}

.login-choices .services-list li span svg {
  height: 120px;
  width: 120px;
  display: block;
  margin: auto;
}

.login-choices .services-list li span svg path,
.login-choices .services-list li span svg rect {
  fill: #005430 !important;
}

.footer {
  padding: 0 50px;
  border-top: 3px solid #f0f0f0;
}

.footer h2 {
  font-size: 18px;
  font-weight: 600;
  color: #00693b;
  margin-bottom: 30px;
}

.footer ul {
  padding: 17px;
  background-color: #f0f0f0;
}

.footer ul li {
  list-style: none;
  margin: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 105, 59, 0.1);
  padding-bottom: 10px;
}

.footer ul li:last-child {
  border: 0;
}
.footer ul li a {
  color: #787878;
  font-size: 16px;
  background: url(../img/link-bg.png) no-repeat right;
  padding-right: 25px;
}

.footer ul li a:hover {
  color: #005430;
}

.video-con iframe {
  width: 100%;
}
.ch-grid {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  clear: both;
  /* overflow: hidden; */
}

.ch-grid h4 {
  color: #8a6d43;
  font-weight: normal;
  margin: 20px auto 15px;
}
.ch-grid:after,
.ch-item:before {
  content: "";
  display: table;
}

.ch-grid:after {
  clear: both;
}

.ch-grid li {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 10px 50px 120px;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
  background-size: 0;
  background-repeat: no-repeat;
  background-color: #8a6d43;
  background-image: none !important;
  cursor: pointer;
}

.ch-info-wrap,
.ch-info {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50% !important;
}

.ch-info-wrap {
  top: 10px;
  left: 10px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.16), inset 0 0 3px rgba(138, 109, 67, 0.25);
}

.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  background-position: center center;
  -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
  opacity: 0;
  background: #fff;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 {
  background-image: url(../img/mIcon.png);
  background-repeat: no-repeat;
}

.ch-img-2 {
  background-image: url(../img/lIcon.png);
  background-repeat: no-repeat;
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 15px;
  padding: 40px 0 0 0;
  height: 80px;
  font-family: "Open Sans", Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #00693b;
  padding: 91px 5px 0;
  /* font-style: italic; */
  margin: 0 30px;
  font-size: 17px;
  text-align: center;
}

.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: "Open Sans", Arial, sans-serif;
}

.ch-info p a:hover {
  color: #fff;
}

.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  opacity: 0;
}

.ch-item:hover .ch-info-back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  opacity: 1;
  pointer-events: auto;
}

.ch-grid a {
  display: inline-block;
  background: #00693b;
  text-decoration: none;
  color: #fff;
  padding: 5px 30px;
  border-radius: 0 5px !important;
  margin: 10px auto;
}

.portlet.box.green > .portlet-title > .caption {
  font-size: 15px;
  float: right;
  width: 84%;
}

.portlet.box.green > .portlet-title > .caption b {
  font-weight: normal;
}

table {
  width: 100%;
  margin-bottom: 25px;
}

table thead {
  background: #f0ffe2 !important;
  color: #00572c;
  font-weight: bold;
}

table tr td {
  padding: 10px;
  border: 1px solid #ddd;
}

table tr td p {
  margin: 0;
}

@media (max-width: 1200px) {
  .coe-info .info-footer .info-links ul li {
    width: 50%;
  }
}

@media (max-width: 440px) {
  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }
  .choices-title h4 {
    font-size: 14px;
    margin-top: 15px;
  }
  .ch-grid li {
    margin: 10px auto 120px;
  }
  .coe-info .info-footer a {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .login,
  .coe-info,
  .login-container {
    height: auto;
  }
  .coe-info h3 {
    position: relative;
  }
  .coe-info .info-footer {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
  }
  .login-container .login-form-container {
    position: relative;
    clear: both;
    margin-top: 50px;
    overflow: hidden;
    height: auto;
    padding: 0 15px 30px;
  }
  .choices-container {
    padding: 0;
  }
  .login-choices .services-list li,
  .footer {
    padding: 15px;
    padding-bottom: 30px;
  }
}
.logo-img {
  height: 100px;
}

.info-numbers {
  gap: 8px;
  position: absolute;
  top: 31%;
  color: white;
}

.info-numbers__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.info-numbers__subtitle {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}

.col-6 {
  width: 50%;
  padding: 0.5rem;
}

.info-numbers__item {
  gap: 8px;
  display: flex;
  align-items: flex-start;
}

.info-numbers__item > div {
  gap: 8px;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.d-flex {
  display: flex;
}

.info-numbers__item p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.info-numbers__item label {
  font-weight: normal;
  font-size: 10px;
}

.coe-info h3 {
  position: absolute;
  top: 18% !important;
  line-height: 1.8;
  color: #fff;
  font-size: 21px;
}
.coe-info {
  padding: 2em;
  height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  .coe-info h3,
  .info-numbers {
    position: relative;
  }
  .login,
  .coe-info,
  .login-container {
    height: auto;
  }
}
