﻿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 {
    height: 250px;
    position: relative;
}

.card_img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}

.card-body {
    color: #0F7077;
    font-weight: 700 !important;
    margin-bottom: .75rem;
    text-align: center;
}

.card-body a {
    margin: auto;
    width: 70%;
    border-radius: .35rem;
}