﻿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: 'Tajawal', 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;
}