/**********************************************/
/*Body And Fontface*/
/**********************************************/
@font-face {
  font-family: cairo;
  src: url(../fonts/Cairo-Regular.ttf);
}
@font-face {
  font-family: cairoBold;
  src: url(../fonts/Cairo-Bold.ttf);
}
body{padding: 0;margin: 0;font-family: 'cairo', sans-serif;overflow: hidden;}
*{font-family: 'cairo', sans-serif;}
.d-center{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  justify-content: center;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.dirction-rtl{direction: rtl;}
.margin-2{margin-top: 5%;}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.d-inline-block {
  display: inline-block !important;
}
.text-light {
  color: #f8f9fa !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.d-inline-block {
  display: inline-block !important;
}
.center-container {
    z-index: 999;
    width: 85%;
    border-radius: 0;
    box-shadow: 0 0 20px #dcdcdcb5;
    padding: 60px;
}

.center-container {
    width: 50%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 80px;
    border-radius: 12px;
}
.img-container span {/* font-size:14px; *//* position: absolute; *//* left: 0; *//* right: 57%; *//* bottom: 11px; */}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: .25rem;
  -webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
.form-group {
  margin-bottom: 1rem
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}
.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}
.d-none {
  display: none !important
}
.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}
justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}
.w-100 {
  width: 100% !important
}
.mt-0,.my-0 {
  margin-top: 0 !important
}
.mb-0,.my-0 {
  margin-bottom: 0 !important
}
.mt-2,.my-2 {
  margin-top: .5rem !important
}
.mr-3,.mx-3 {
  margin-right: 1rem !important
}
.ml-3,.mx-3 {
  margin-left: 1rem !important
}
.mt-4,.my-4 {
  margin-top: 1.5rem !important
}
.mb-4,.my-4 {
  margin-bottom: 1.5rem !important
}
.mb-5,.my-5 {
  margin-bottom: 3rem !important
}
.pr-1,.px-1 {
  padding-right: .25rem !important
}
.pl-1,.px-1 {
  padding-left: .25rem !important
}
.pt-4,.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,.px-4 {
  padding-right: 1.5rem !important
}
@media (min-width: 992px) {
  .m-lg-0 {
      margin:0 !important
  }

  .mt-lg-0,.my-lg-0 {
      margin-top: 0 !important
  }

  .mr-lg-0,.mx-lg-0 {
      margin-right: 0 !important
  }

  .mb-lg-0,.my-lg-0 {
      margin-bottom: 0 !important
  }

  .ml-lg-0,.mx-lg-0 {
      margin-left: 0 !important
  }

  .m-lg-1 {
      margin: .25rem !important
  }

  .mt-lg-1,.my-lg-1 {
      margin-top: .25rem !important
  }

  .mr-lg-1,.mx-lg-1 {
      margin-right: .25rem !important
  }

  .mb-lg-1,.my-lg-1 {
      margin-bottom: .25rem !important
  }

  .ml-lg-1,.mx-lg-1 {
      margin-left: .25rem !important
  }

  .m-lg-2 {
      margin: .5rem !important
  }

  .mt-lg-2,.my-lg-2 {
      margin-top: .5rem !important
  }

  .mr-lg-2,.mx-lg-2 {
      margin-right: .5rem !important
  }

  .mb-lg-2,.my-lg-2 {
      margin-bottom: .5rem !important
  }

  .ml-lg-2,.mx-lg-2 {
      margin-left: .5rem !important
  }

  .m-lg-3 {
      margin: 1rem !important
  }

  .mt-lg-3,.my-lg-3 {
      margin-top: 1rem !important
  }

  .mr-lg-3,.mx-lg-3 {
      margin-right: 1rem !important
  }

  .mb-lg-3,.my-lg-3 {
      margin-bottom: 1rem !important
  }

  .ml-lg-3,.mx-lg-3 {
      margin-left: 1rem !important
  }

  .m-lg-4 {
      margin: 1.5rem !important
  }

  .mt-lg-4,.my-lg-4 {
      margin-top: 1.5rem !important
  }

  .mr-lg-4,.mx-lg-4 {
      margin-right: 1.5rem !important
  }

  .mb-lg-4,.my-lg-4 {
      margin-bottom: 1.5rem !important
  }

  .ml-lg-4,.mx-lg-4 {
      margin-left: 1.5rem !important
  }

  .m-lg-5 {
      margin: 3rem !important
  }

  .mt-lg-5,.my-lg-5 {
      margin-top: 3rem !important
  }

  .mr-lg-5,.mx-lg-5 {
      margin-right: 3rem !important
  }

  .mb-lg-5,.my-lg-5 {
      margin-bottom: 3rem !important
  }

  .ml-lg-5,.mx-lg-5 {
      margin-left: 3rem !important
  }

  .p-lg-0 {
      padding: 0 !important
  }

  .pt-lg-0,.py-lg-0 {
      padding-top: 0 !important
  }

  .pr-lg-0,.px-lg-0 {
      padding-right: 0 !important
  }

  .pb-lg-0,.py-lg-0 {
      padding-bottom: 0 !important
  }

  .pl-lg-0,.px-lg-0 {
      padding-left: 0 !important
  }

  .p-lg-1 {
      padding: .25rem !important
  }

  .pt-lg-1,.py-lg-1 {
      padding-top: .25rem !important
  }

  .pr-lg-1,.px-lg-1 {
      padding-right: .25rem !important
  }

  .pb-lg-1,.py-lg-1 {
      padding-bottom: .25rem !important
  }

  .pl-lg-1,.px-lg-1 {
      padding-left: .25rem !important
  }

  .p-lg-2 {
      padding: .5rem !important
  }

  .pt-lg-2,.py-lg-2 {
      padding-top: .5rem !important
  }

  .pr-lg-2,.px-lg-2 {
      padding-right: .5rem !important
  }

  .pb-lg-2,.py-lg-2 {
      padding-bottom: .5rem !important
  }

  .pl-lg-2,.px-lg-2 {
      padding-left: .5rem !important
  }

  .p-lg-3 {
      padding: 1rem !important
  }

  .pt-lg-3,.py-lg-3 {
      padding-top: 1rem !important
  }

  .pr-lg-3,.px-lg-3 {
      padding-right: 1rem !important
  }

  .pb-lg-3,.py-lg-3 {
      padding-bottom: 1rem !important
  }

  .pl-lg-3,.px-lg-3 {
      padding-left: 1rem !important
  }

  .p-lg-4 {
      padding: 1.5rem !important
  }

  .pt-lg-4,.py-lg-4 {
      padding-top: 1.5rem !important
  }

  .pr-lg-4,.px-lg-4 {
      padding-right: 1.5rem !important
  }

  .pb-lg-4,.py-lg-4 {
      padding-bottom: 1.5rem !important
  }

  .pl-lg-4,.px-lg-4 {
      padding-left: 1.5rem !important
  }

  .p-lg-5 {
      padding: 3rem !important
  }

  .pt-lg-5,.py-lg-5 {
      padding-top: 3rem !important
  }

  .pr-lg-5,.px-lg-5 {
      padding-right: 3rem !important
  }

  .pb-lg-5,.py-lg-5 {
      padding-bottom: 3rem !important
  }

  .pl-lg-5,.px-lg-5 {
      padding-left: 3rem !important
  }

  .m-lg-n1 {
      margin: -.25rem !important
  }

  .mt-lg-n1,.my-lg-n1 {
      margin-top: -.25rem !important
  }

  .mr-lg-n1,.mx-lg-n1 {
      margin-right: -.25rem !important
  }

  .mb-lg-n1,.my-lg-n1 {
      margin-bottom: -.25rem !important
  }

  .ml-lg-n1,.mx-lg-n1 {
      margin-left: -.25rem !important
  }

  .m-lg-n2 {
      margin: -.5rem !important
  }

  .mt-lg-n2,.my-lg-n2 {
      margin-top: -.5rem !important
  }

  .mr-lg-n2,.mx-lg-n2 {
      margin-right: -.5rem !important
  }

  .mb-lg-n2,.my-lg-n2 {
      margin-bottom: -.5rem !important
  }

  .ml-lg-n2,.mx-lg-n2 {
      margin-left: -.5rem !important
  }

  .m-lg-n3 {
      margin: -1rem !important
  }

  .mt-lg-n3,.my-lg-n3 {
      margin-top: -1rem !important
  }

  .mr-lg-n3,.mx-lg-n3 {
      margin-right: -1rem !important
  }

  .mb-lg-n3,.my-lg-n3 {
      margin-bottom: -1rem !important
  }

  .ml-lg-n3,.mx-lg-n3 {
      margin-left: -1rem !important
  }

  .m-lg-n4 {
      margin: -1.5rem !important
  }

  .mt-lg-n4,.my-lg-n4 {
      margin-top: -1.5rem !important
  }

  .mr-lg-n4,.mx-lg-n4 {
      margin-right: -1.5rem !important
  }

  .mb-lg-n4,.my-lg-n4 {
      margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,.mx-lg-n4 {
      margin-left: -1.5rem !important
  }

  .m-lg-n5 {
      margin: -3rem !important
  }

  .mt-lg-n5,.my-lg-n5 {
      margin-top: -3rem !important
  }

  .mr-lg-n5,.mx-lg-n5 {
      margin-right: -3rem !important
  }

  .mb-lg-n5,.my-lg-n5 {
      margin-bottom: -3rem !important
  }

  .ml-lg-n5,.mx-lg-n5 {
      margin-left: -3rem !important
  }

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

  .mt-lg-auto,.my-lg-auto {
      margin-top: auto !important
  }

  .mr-lg-auto,.mx-lg-auto {
      margin-right: auto !important
  }

  .mb-lg-auto,.my-lg-auto {
      margin-bottom: auto !important
  }

  .ml-lg-auto,.mx-lg-auto {
      margin-left: auto !important
  }
}
.text-center {
  text-align: center !important
}
.font-weight-bold {
  font-weight: 700 !important
}
.text-primary {
  color: #07706d !important
}
.text-light {
  color: #f8f9fa !important
}

.text-dark {
  color: #343a40 !important
}
.form-control {
  outline: initial !important;
  box-shadow: initial !important;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #3a3a3a;
  border-color: #d7d7d7;
  height: calc(3em + .8rem)
}
form {
  position: relative
}

.form-control,input,select,textarea {
  color: #3c3c3b;
  font-size: 13px;
  font-weight: 400;
  height: 51px;
  line-height: 49px;
  background: transparent;
  padding-left: 20px;
  position: relative;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.form-control::-webkit-input-placeholder,input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #777;
  text-transform: capitalize
}
.btn {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  padding: .4rem 1.75rem;
  border-radius: .85rem;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  font-weight: 700;
  border-radius: 10rem;
  padding: 12px 40px
}
.center-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh
}

.has-float-label {
  display: block;
  position: relative
}

.login-container-bg {
  z-index: -1
}
.center-container .btn-custom {
  color: #fff;
  background: #07706d;
  border: 1px solid #07706d
}
.form-cont h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2rem
}

.form-cont {
  margin-top: 3rem
}

.login-options a {
  border: 1px solid #d7d7d7;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: .35rem;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all
}

.login-options .title {
  font-weight: 700;
  color: #000;
  padding-bottom: 3px;
  display: block
}

.login-options .item-img {
  background: #ffffff;
  padding: 5px;
  border-radius: 6px
}
.form-group+.form-group {
  margin-top: 2rem
}
.login-container-bg {
  background-image: url("/images/bg.png");
}

.center-container {
  z-index: 999;
  width: 86%;
  border-radius: 0;
  box-shadow: 0 0 20px #dcdcdcb5;
  padding: 60px;
}

.form-title h6 {
  line-height: 1.5;
}

.form-control, input, select, textarea {
  background: #F7F7F7;
  border-radius: 0px;
  border: 0px;
  border-right: 3px solid #07706d;
}

.new-acount {
  color: #31004D;
  text-align: center;
  margin: 0 auto;
}

.login-options .item-img {
  border-radius: 0px;
}

.login-options .item-img img {
  height: 71px;
}

.login-options .title {
  font-size: 14px;
}

.login-options a {
  border-radius: 1.35rem;
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 1rem rgb(0 0 0 / 18%) !important;
}

/**********************************************/
/*start header and top header */
/**********************************************/
.top-header{
  padding: 10px;
  background: #016b68;
  font-size: 0.75rem;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: #ffffff;
  text-align: center;
}
.header {
  padding: 10px;
  background: #fff;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255 , 0.1);
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.lange{
  margin-left: auto;
  order: 21;
  margin-top: 1%;
  font-family: 'Alexandria', sans-serif;
}
.lange a ,a{text-decoration: none; color:#333;}
/**********************************************/
/*File Setup */
/**********************************************/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding: 2px 16px;
}
.flex-container{
  display: flex;
  flex-direction: row;
 
}
.flex-container .logo img {max-width:100%;width: 180px;}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
    /* background-color: #fff; */
  }
}
img{max-width:100%;}
/**********************************************/
/*Start Body backGround With Vedio */
/**********************************************/
.background-sso {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #01515082 0%, #015150c4 100%), url(../images/si2a36520009-copy-min.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}
.background-sso video {
	mix-blend-mode: color-burn;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	/* min-width: 100%; */
	position: fixed;
	/* display: none; */
	opacity: .3;
	z-index: 0;
	/* color: #333; */
}
.overlay {
  width: 118px;
  position: absolute; 
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
/**********************************************/
/*Start Body Items*/
/**********************************************/
.heading h1{
  text-align: center;
  color: #016b68;
  /* text-shadow: 1px 1px 1px #333; */
  font-size: 3rem;
}

.card {
  box-shadow: 1px 0px 0px 2px rgb(0 0 0 / 5%);
  transition: 0.3s;
  width: 20%;
  background: #fff0;
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  /* backdrop-filter: blur( 4px ); */
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  padding: 2rem;
  margin-left: 1%;
  text-align: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.text-card p {font-size:.8rem}
.card img {width: 60px!important;}
.text-card h4{font-size: .9rem;}
.bg-container{background-color: #fff;padding: 2rem;border-radius: 9px;z-index: 999;}
/**********************************************/
/*Arabic Page*/
/**********************************************/
.arabic .flex-container{flex-direction:row-reverse;}
.arabic .heading h1{font-size: 2rem !important;}
.arabic .responsive{flex-direction:row-reverse !important;}
/**********************************************/
/*/Login look like momrah*/
/**********************************************/
.flex-container-login {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}
.flex-item-left {
  background-color: #f1f1f1;
  padding: 10px;
  flex: 50%;
}

.flex-item-right {
  background-color: dodgerblue;
  padding: 10px;
  flex: 50%;
}
.login-container-bg {
  /* background-image: url(../images/BG.svg); */
  /* background-repeat: no-repeat; */
  /* background-size: 100%; */
  /* height: 100vh; */
}
.login video{display: none;}
.login .left{width: 50%;}
.login .right{width: 50%;}

/* Full-width input fields */
.arabic-login form input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 9px 0 25px 0;
  /* border: 1px solid #ddd; */
  /* background: #f1f1f1; */
  /* margin: 0 auto; */
  background: #F7F7F7;
  /* height: 51px; */
  text-align: right;
  /* border-radius: 4px; */
  border-right: 3px solid #07706d;
}

.arabic-login form input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.arabic-login form .btn {
  background-color: #016b68;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border-radius: 25px;
  /* margin: 0 auto; */
}

.arabic-login form .btn:hover {
  opacity: 1;
}
.arabic-login form{
  z-index: 999;
  /* width: 25%; */
  /* margin: 10% auto; */
  text-align: right;
  padding: 25px;
  margin: 0;
  /* border-radius: 10px; */
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 20px #dcdcdcb5;
  }
.arabic-login form h1{
    text-align: center;
    color: #015150;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.english h1 , .english form , .english  input{text-align: left;}
.login-container{/* position: absolute; */right: 0;margin: 20px;/* max-width: 441px; */padding: 16px;background-color: white;}
.arabic-login .img-form-header img {max-width: 240px;margin: 0 auto;display: block;margin-bottom: 10px;}
.arabic-login .img-form-header{border-bottom: 1px solid rgb(0 0 0 / 5%);padding: 5px;}
.forget-password{/* background-color: #ddd; */text-align: center;display: block;margin-top: 42px;}
.english input{text-align: left !important;}
/**********************************************/
/*Mobile Responsive*/
/**********************************************/
.form-title h1{font-size: 1.25rem;}
@media (max-width: 991px) {
  .flex-container {
    flex-direction: column;
  }
  .card{width: 71%;/* position: absolute; */margin-bottom: 2%;margin: 0 auto 5%; background:#fff;}
  body{overflow: auto;}
  .top-header , .background-sso video{display: none;}
	.background-sso{height:auto;}
  .container{padding:0 ;}
  .lange{margin-top: 4%;margin-right: 10%;}
  .responsive{flex-direction: row;padding: 10px;}
	.heading h1{font-size: 1.75rem;margin-top: 27%;/* position: relative; */color: #fff;}
  .background-sso{background: linear-gradient(to bottom, #015150e6 0%, #01515082 100%), url(../images/si2a36520009-copy-min.jpg);}
	.bg-container{background:transparent;z-index: 0;}
  .arabic .flex-container{flex-direction: column;}
  .arabic .heading h1{color: #fff; font-size: .8rem;}
  .arabic-login .background-sso{height: 100vh;/* padding: 10px; */}
  .arabic-login .img-form-header img{max-width: 100%;}
  .arabic-login form {width: 57%;/* margin-left: 17%; *//* margin-right: 2%; */}
	.arabic-login form h1{font-size: 1rem;}
	form label {font-size:14px}
  .center-container{width:100%;}
  .img-container{display: none;}
  .form-title h1 {font-size:1.25rem;}
}