
body { 
    /* background: url('./images/bg.jpg') no-repeat center center fixed; 
    opacity: 0.9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    font-family: "Tajawal", sans-serif !important;
    color: rgb(54, 103, 133);
    font-size: 40px;
    font-weight: bold;
   
}
.container::before {    
    content: "";
    background: url('./images/bg5.png') no-repeat center center fixed; 
    /* 
        background-size:contain;

  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:left;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.99;
}

.container .btn {
    position: absolute;
    top: 80%;
    left: 15%;
    /* transform: translate(-80%, -19%);
    -ms-transform: translate(-80%, -19%); */
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
  }
  
  .container .btn:hover {
    background-color: rgb(240, 233, 233);
  }
.c_sr {
    color: #f7f9fb;
    font-size: 40px;
    font-weight: bold;
}
a:link {
    color:inherit;
    text-decoration: none;
 }
 .rg{
      background: rgba(54, 103, 133, 0.6);
      display: block;
    width:35em;
    height: 20em;
   /*  position: absolute;
  top: 90px;
  right: 140px; */
 }
 
 .center {
  
  /* Center vertically and horizontally */
 /*  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; */
  }

.tajawal-extralight {
    font-family: "Tajawal", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.tajawal-light {
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tajawal-regular {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tajawal-medium {
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tajawal-bold {
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tajawal-extrabold {
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.tajawal-black {
    font-family: "Tajawal", sans-serif;
    font-weight: 900;
    font-style: normal;
}