﻿


@import url('Font_Sahel.css');

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Sahel-normal' !important;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    /*background:linear-gradient(to bottom right, rgb(200,227,241),white,rgb(255 ,212, 192))!important;*/
}

.first {
    width: 100% !important;
    height: 70px !important;
}

.section {
    direction: rtl !important;
}

.navbar.mdnav {
    box-shadow: 0 8px 30px -25px gray !important;
}

.matlab {
    /*font-family:'Sahel-normal'!important;*/
    direction: rtl !important;
}

.card-body {
    direction: rtl !important;
}
/*.card-body a{
    text-decoration:none!important;
    color: rgb(0,168,255)!important;
}*/

/*.card a {
    text-decoration: none !important;
    color: #000 !important;
}*/

.card {
    /*border: 1px solid rgb(0,168,255)!important;*/
}

    .card.post {
        /*border: 1px solid rgb(252,137,83) !important;*/
        border: 1px solid #b1a9a9 !important;
        height: 470px !important;
    }

.card-header {
    background-color: rgba(0,168,255,0.5) !important;
    border-bottom: 1px solid rgb(0,168,255) !important;
    color: white !important;
}

.card-footer {
    border-top: 1px solid rgb(252,137,83) !important;
    background-color: rgb(255,212, 192) !important;
    color: black !important;
}

    .card-footer a {
        color: rgb(0,168,255) !important;
        font-weight: bold !important;
        text-decoration: none !important;
    }

.btn.read_more {
    color: white !important;
    background-color: rgb(252,137,83) !important;
    border: 1px solid rgb(252,137,83) !important;
    outline: none !important;
}

    .btn.read_more:hover {
        color: white !important;
        background-color: rgb(253,118,53) !important;
        border: 1px solid rgb(252,137,83) !important;
    }

    .btn.read_more:focus, .btn.read_more:active {
        outline: none !important;
        box-shadow: none !important;
    }

.cardTextHeight {
    height: 240px !important;
}

.button.tertiary-button {
    background-color: #c9d0d7;
    display: flex !important;
}

    .button.tertiary-button:hover {
        background-color: #a6a6a6;
        display: flex !important;
    }

.readmoreButton {
    font-weight: 900;
    font-size: 14px;
    line-height: 2rem !important;
    /* color: #fff !important; */
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    border-radius: 2rem;
    padding: 5px 10px !important;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    margin-bottom: 10px;
    /* -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1); */
    transition: 300ms all cubic-bezier(.4,0,.2,1);
}

.cardColumnsItems {
    column-count: 1;
}

.imageItems {
    /* width: 10% !important; */
    height: 500px !important;
    display: block;
}

.cardtextItem {
    direction: rtl !important;
}
.cardtextItem  p{
    line-height:2!important;
}
ul.list1 {
    list-style-type: square;
}

ul.list2 {
    list-style-type: circle;
}

.imageItems2 {
    display: block !important;
    width: 50% !important;
    margin: 10px auto !important;
}

.liststyle ul li {
    list-style: none !important;
    line-height: 1.7 !important;
}

@media only screen and (min-width:768px) {
    .section {
    }
}

@media (max-width:991.95px) {
    .categoryHeader {
        font-size: 12px !important;
    }

    .card-columns {
        column-count: 1 !important;
    }
}

@media (max-width:767.95px) {
    .categories {
        margin-top: 10% !important;
        margin-bottom: 3% !important;
    }

    .card-columns {
        column-count: 1 !important;
    }

    .categoryHeader {
        font-size: 14px !important;
    }
}

@media (max-width:575.95px) {
    .categories {
        margin-top: 17% !important;
        margin-bottom: 3% !important;
    }

    .card-columns {
        column-count: 1 !important;
    }
}
