﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
#banner{
    background-size: cover;
}

#banner h2{
    font-family:  'Droid Arabic Kufi';
    font-size: 45px;
    color: #027164;
}
#banner p{
    font-family:  'Droid Arabic Kufi';
    color: #000011;
    font-size: 34px;
}
.menu-icon
{
    color: #fff;
    font-size: 30px;
    margin-top: 22px;
    cursor: pointer;
}

.menu-icon-left
{
    color: #fff;
    font-size: 25px;
    margin-top: -45px;
    cursor: pointer;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    
    padding-right:-5px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 51px;
    text-decoration: none;
    /*font-size: 25px;*/
    color: #000011;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #000011;
}

.closebtn
{
    float: left; 
    color: #f0f0f0 !important;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/***************************************/
.jumbotron{
    background-color:#008A79;
    color:white;
}

.lead{
    font-size:15px !important;
    color:#D9DBDC;
}

p.description_con{
    color:#525353;
}
