﻿html,
body {
    height: 100%;
    direction: rtl;
}

body {
    background-repeat: no-repeat;
    background-position: left -300px bottom;
    background-size: 70%;
    background-attachment: fixed;
}

.block-title {
    position: relative;
    display: inline-block;
    color: #444;
    text-align: center;
    font-size: 25px;
    color: #0b6f77;
    font-weight: bold;
    font-family: 'Almarai', sans-serif;
}

.no-border {
    border: none !important;
}

.page-header-img {
    background-image: url('../images/head-bg-en.jpg');
    background-position: right;
    background-repeat: repeat;
}

#main-container {
    min-height: 546px;
    background-repeat: no-repeat;
    background-position: left -300px bottom;
    background-size: 70%;
    background-attachment: fixed;
}

.block-shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) !important;
    opacity: 1;
}

a.block {
    position: relative;
}



.font-w500 {
    font-weight: 500;
}

.col-side-right,
.col-side-left {
    position: relative;
    height: 100vh;
}

.col-side-right {
    background-color: #fff;
}

.btn {
    font-weight: 500;
    color: #fff;
    background-color: #0b6f77;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
}

.shadow {
    box-shadow: 0px 0px 11px -2px #cecece !important;
}

#main-container {
    position: relative;
    /*background-image: url(../img/patterns/main-bg-pattern3.png);*/
    background-repeat: no-repeat;
    background-position: left -300px bottom;
    background-size: 70%;
    background-attachment: fixed;
    transition: all .2s ease;
}

.bg-custom-light {
    background-color: #d6e7e8;
}
.bg-custom-lighter {
    background-color: #e7eeee;
}
.text-custom {
    color: #0d6f77;
}

dt, dd {
    padding: 2px 0;
    text-align: right !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #0F7077;
    border-radius: .35rem;
    margin-bottom: 10px;
}

.card_img_container {
    width: 100%;
    height: auto;
    position: relative;
}

.card_img_container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}

.card-img-top{
    padding: 20px;
}

.card-body {
    color: #0F7077;
    font-weight: 700 !important;
    margin-bottom: .75rem;
    text-align: center;
}

.card-body a {
    margin: auto;
    width: 60%;
    border-radius: .35rem;
}

#hat {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -15px;
    left: -10px;
    transform: translate(50%,-50%);
    z-index: 100;
  }

  a:visited {
    color: inherit;
    text-decoration: none;
}
.card.quick_access_card{
    height:235px;
    text-align:center;
}
.card {
    background-color: #fff;
    border: 2px solid #0b565d;
    border-radius: 10px;
    box-shadow: 0 20px 20px -20px #bcc5d6;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.quick_access_icon_container {
    width: 140px !important;
    height: 140px !important;
    margin: 0 auto;
    border-radius: 100%;
    transition: 0.3s all;
}
img.quick_access_icon {
    width: 110px !important;
    height: 110px !important;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 20px;
    transition: 0.3s all;
}
span.quick_access_title {
    font-size: 19px;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    right: 0;
    font-weight: 600;
}
.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.3);
    }