﻿@font-face {
    font-family: 'Conv_Hacen Tunisia';
    /*src: url('/fonts/HacenTunisia/Hacen Tunisia.eot');*/
    src: local('☺'), url('/fonts/HacenTunisia/Hacen Tunisia.woff') format('woff'), url('/fonts/HacenTunisia/Hacen Tunisia.ttf') format('truetype'), url('/fonts/HacenTunisia/Hacen Tunisia.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {direction: rtl;height: 100%;width: 100%;min-height: 100%;min-width: 100%;font-size: 14px;font-weight: 400;line-height: 1.6em;font-family: "Conv_Hacen Tunisia", 'roboto', sans-serif !important; /*"Droid Arabic Naskh", 'roboto', sans-serif;*/color: darkslategrey;text-align: right;}
.emptyLayoutMainDv {height: 100%;}
.layoutMainDv {min-height: 100%;width: 100%;}
.body-content {height: auto;}
.body-contentInner {height:100%;min-height: 100%;}

/*==========================================
PRE LOADER 
==========================================*/
.preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fefefe;z-index: 99999;height: 100%;width: 100%;overflow: hidden !important;}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    width: 420px;
    margin-top:20px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }
.table-vist-report {
    width: 100%;
    font-size: 18px;
}

div.details {
    width: 100%;
}
div.Report {
    margin: 5px;
    border: 1px solid #ccc;
    width: 20%;
    margin-top: 20px;
}

    div.Report:hover {
        border: 1px solid #777;
    }

    div.Report img {
        width: 100%;
        height: auto;
    }


img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a{color: #349667;}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
button,
a span {-webkit-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.btn.extra-width {padding: 13px 40px;}
.btn:focus,
.btn:active {outline: inherit;}
*,
*:before,
*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
p {}
/*ol,
ul {list-style: none;padding: 0;margin:0px;}*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {outline: none;}

fieldset {border: 1px solid #ccc;padding-right: 35px;padding-left: 35px;padding-bottom: 10px;}
legend {width: auto;color: #349667;padding-left: 5px;padding-right: 5px;  }
legend > h5 { font-weight:bold;}
label{margin-bottom:0px;}


h1, h2, h3 { color: #349667;}
p:last-child {margin-bottom: 0px;}

.clear {clear: both;}
.text {color: #333333;}
.colorstext {color: #f56363;}
.coloricon i {color: #f56363;}
.colorsbg {background: #f56363;color: #ffffff;}

.lightbg {background-color: #f9f9f9;}
.different-bg {background-image: -webkit-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);background-image: -ms-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);box-shadow: 1px 1px 5px 1px rgba(0,0,0,.74);}
.transition {-webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-o-transition: all 300ms linear;-ms-transition: all 300ms linear;transition: all 300ms linear;}
/*
Section
*/
.sections {padding-top: 30px;padding-bottom: 30px;position: relative;overflow: hidden;}
.sections.footer {padding-bottom: 20px;}
section .subtitle h5 {margin-top: 10px;font-size: 1.3rem;font-family: 'roboto', sans-serif;}
.parallax-section {max-width: 100%;color: #ffffff;}
section .title-half h2 {font-size: 3rem;line-height: 4rem;font-weight: 300;margin-bottom: 1.4rem;}
section .subtitle-half h5 {font-weight: 100;font-size: 17px;}
.overlay {background-color: rgba(0, 0, 0, 0.3);width: 100%;min-height: 750px;}
.overlay-img {background: rgba(0, 0, 0, .2);width: 100%;overflow: hidden;}

/*
Separator
*/
.separator {height: 5px;width: 85px;margin: auto;background: #349667;margin-bottom: 20px;}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {color: #ffffff;background-color: #f56363;border-color: #f56363;}

.btn {padding: 10px 20px;font-size: 16px;}

.btn-default {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    /*text-transform: uppercase;*/
}

    .btn-default span {
        margin-left: 5px;
    }

    .btn-default:active, .btn-default:hover {
        background: transparent;
    }


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.padding-top-20 {
    padding-top: 1.33rem;
}

.padding-bottom-20 {
    padding-bottom: 1.33rem;
}

.padding-top-40 {
    padding-top: 2.66rem;
}

.padding-bottom-40 {
    padding-bottom: 2.66rem;
}

.padding-top-60 {
    padding-top: 5rem;
}

.padding-bottom-60 {
    padding-bottom: 5rem;
}

.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}

h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: rgba(0, 0, 0, 0.4) !important;}
::-moz-placeholder { /* Firefox 19+ */color: rgba(0, 0, 0, 0.4) !important;}
:-ms-input-placeholder { /* IE 10+ */color: rgba(0, 0, 0, 0.4) !important;}
:-moz-placeholder { /* Firefox 18- */color: rgba(0, 0, 0, 0.4) !important;}

/*For Global Section*/
.heading-content {
    margin-bottom: 20px;
    margin-top: 20px;
}

.heading-content h3 {
    /*text-transform: uppercase;*/
    color: #349667; /*#3c5347;*/
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 40px;
}

.heading-content p {
    color: #212121;
    width: 35%;
    margin: 0 auto;
    line-height: 30px;
}

.heading-content2 {
    margin-bottom: 4rem;
}

.heading-content2 h4 {
    /*text-transform: uppercase;*/
    color: #3c5347;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 24px;
}

.heading-content2 p {
    color: #212121;
    width: 82%;
    margin: 0 auto;
    line-height: 30px;
}

/*User Profile*/

.userinfoProfile {
    
}

.k-tooltip-closable {
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin:5px;
}
.userinfoProfileName {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
}
.userinfoProfile img {
    border-radius: 50%;
    width: 70px;
    height: 60px;
    margin: 5px;
    float:right;
}

.userinfoProfile img {
    border-radius: 50%;
    width: 70px;
    height: 60px;
    margin: 5px;
    float: right;
}


/*For Home Section*/
.home {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.home-content {
    margin: 180px 0;
    color: #fff;
    /*text-transform: uppercase;*/
    width: 75%;
}

    .home-content h5 {
        font-weight: 900px;
        font-size: 24px;
    }

    .home-content h1 {
        font-size: 65px;
        font-weight: 400;
    }

        .home-content h1 span {
            font-weight: 600;
            color: #3c5347;
        }



.btn-home {
    padding: 20px 70px;
    font-size: 16px;
    margin-top: 70px;
    color: #fff;
    background: #272420;
    border: 0;
    transition: all 500ms .1s ease-in-out;
}

    .btn-home:hover, .btn-home:active {
        background: #fff;
        color: #000;
    }

    .btn-home span i {
        margin-left: 10px;
    }

/*For About Us Area*/

.about-bg {
    background: #f5f5f5;
}

.about-content {
    padding: 70px 0 0 0;
}

    .about-content h3 {
        font-size: 24px;
        /*text-transform: uppercase;*/
        font-weight: 400;
    }

.abt-btn {
    background: #f5f5f5;
    margin-top: 30px;
}

.about-img {
    padding: 40px 0 0 0;
}

    .about-img img {
        height: 95%;
        width: 95%;
    }

/*For service Area*/

.service-content i {
    color: #3c5347;
    font-size: 25px;
}

.service-content h5 {
    font-weight: 400;
    /*text-transform: uppercase;*/
    font-size: 18px;
    margin-top: 15px;
}

/*For Skill Area*/

.relatedSites-bg {
    background: url(../images/header-bg.jpg) no-repeat center;
    /*background: #5E5035;*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.skill-heading h4 {
    font-size: 20px;
    font-weight: 500;
}

.chart-round {
    border: 5px solid #9E9E9E;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    padding: 5px;
    margin: 0 auto;
    background-color: white
}


.relatedSites-text {
    color: white !important;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
}

    .relatedSites-text a {
        color: white !important;
    }

.relatedSites .chart {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    text-align: center;
}

    .relatedSites .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.relatedSites .percent {
    display: inline-block;
    line-height: 130px;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

    .relatedSites .percent:after {
        /*content: '%';*/
        /*margin-left: 0.1em;*/
        font-size: .8em;
    }

    .relatedSites .percent > img {
        width: 90px;
    }

/*For Our events Area*/
.events {
    background-color: #e8e8e8;
}
.events .col-md-3 {
    padding: 0;
    margin: 0;
}

.events-item {
    position: relative;
    overflow: hidden;
}

.events-item img {
    max-width: 100%;
    height:300px;
}

.events-overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.events-item:hover .events-overlay {
    top: 0px;
}

.events-item:hover .events-content {
    bottom: 50%;
}
.events-content {
    position: absolute;
    /*top:10px;*/
    bottom: -100%;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    padding:5px;
    width:100%;

}
.events-content > h4 {
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: 500;
    line-height:inherit;
    color:white !important;
}

.events-content h6 {
    /*text-transform: uppercase;*/
    font-size: 14px;
}

.events-separator {
    height: 3px;
    width: 40px;
    margin: auto;
    background: #fff;
    margin-bottom: 18px;
}

.events-button {
    margin-top: 80px;
}

/*For Latest Twitter Area*/
.announcements {
    /*background-image: -webkit-linear-gradient(44deg, #3c5347 70%,#3b614f 70%);
    background-image: -ms-linear-gradient(44deg, #3c5347 70%,#3b614f 70%);*/
    background: #3c5347;
}
.twittersection {
   
    /*background-image: -webkit-linear-gradient(44deg,#3c5347 40%,#3b614f 40%);
    background-image: -ms-linear-gradient(44deg,#3c5347 40%,#3b614f 40%);*/
    background: #3b614f;
}

.twitter-content h5 {
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.twitter-content p {
    color: #fff;
}

.twitter-content a {
    color: #29c5f2;
    font-size: 18px;
}

/*For Our Team Area*/
.team-img {
    width: 370px;
    height: 370px;
}

.team-details {
    position: relative;
    overflow: hidden;
}

.team-overlay {
    /*background: rgba(0, 0, 0, .8);*/
    background-image: -webkit-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    background-image: -ms-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.team-details:hover .team-overlay {
    top: 0;
}

.team-overlay-desc {
    position: absolute;
    top: 10px;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    opacity: 0;
}

    .team-overlay-desc:hover {
        opacity: 1;
    }

.social {
    position: absolute;
    left: 30%;
    bottom: -100%;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

    .social a i {
        border: 2px solid #fff;
        border-radius: 100%;
        height: 50px;
        width: 50px;
        font-size: 25px;
        line-height: 45px;
        text-align: center;
        color: #fff;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
    }

        .social a i:hover {
            background: #3c5347;
        }

.team-details:hover .social {
    bottom: 40%;
}

.members-info {
    border: 3px solid #000;
    padding: 5px 0;
    margin-top: 20px;
    color: #000;
}

.members-info h4 {
       
    /*text-transform: uppercase;*/
    font-weight: 400;
    margin-bottom: 5px;
    color: #349667;
}

.members-info h5 {
    font-weight: 300;
}

/*For Our Client Area*/

.client-content {
    color: #fff;
}

    .client-content h3 {
        /*text-transform: uppercase;*/
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .client-content p {
        line-height: 30px;
    }

    .client-content a {
        color: #29c5f2;
        font-size: 18px;
    }

    .client-content .client-basicinfo {
        margin-top: 50px;
    }

        .client-content .client-basicinfo h6 {
            color: #3c5347;
            font-size: 18px;
        }

        .client-content .client-basicinfo a {
            font-size: 16px;
            color: #29c5f2;
        }

.page-title {
    text-align: center;
    background-color: white;
    padding:20px 0px 5px 0px;
}
.page-title h3 {
    color: #349667 
    padding-top: 20px;
}
.admin-grid-toolbar {padding:10px;}
.heading-title {
    text-align: center;
}

.heading-title h2, .heading-title h3  {
    color: #349667 /*#3c5347*/;
    padding-top: 20px;
    /*font-size: 40px;*/
}
/*For Timeline Area*/
.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cd-container::after {
        content: '';
        display: table;
        clear: both;
    }


#cd-timeline {
    position: relative;
    /*padding: 2em 0;*/
    margin-top: 2em;
    margin-bottom: 2em;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }



.cd-timeline-block {
    position: relative;
    margin: 2em 0;
    display: block;
    overflow: hidden;
    min-height: 350px;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }



.timeline-img {
    width: 340px;
    height: 350px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display:inline-block;
}

.timeline-desc {
    /*padding-top:1%;*/
}

.timeline-desc > h4 {
    color: #349667;
}

.cd-timeline-img {
    position: absolute;
    /*margin-top: 10px;*/
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #75ce66;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #ebebeb;
}


@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: none;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content h2 {
        color: #303e49;
    }

    .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        display: inline-block;
    }

    .cd-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .cd-timeline-content .cd-read-more {
        float: right;
        padding: .8em 1em;
        background: #acb7c0;
        color: white;
        border-radius: 0.25em;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}



@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/*Contact Form Area*/

#contact form {
    padding: 20px 0;
}

#contact .form-control {
    font-size: 14px;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 3px solid #000;
}
firstName form-control
#contact .form-control.txt-area {
    border-bottom: 2px solid #5b5b5b;
    font-size: 15px;
    font-weight: 500;
}

.submit-btn {
    text-align: center;
}

/*Footer Area*/
#footer p {
    font-size: 13px;
    color: #ffff;
}

#footer h4 {
    color: #ece082;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    border-bottom: 1px solid #767a4f;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#footer .footer-first-content .logo {
    margin-bottom: 20px;
}

.footer-mid-content .post {
    /*border-bottom: 1px solid #404040;*/
    margin-bottom: 10px;
}

    .footer-mid-content .post h6 {
        margin-bottom: 3px;
    }

.footer-mid-content .post-item {
    margin-bottom: 20px;
}

.footer-mid-content .post a {
    color: #ece6b8;
    transition: all .2s ease-out;
    font-size: 15px;
}

.footer-mid-content .post a:hover {
    color: #ece082;
    text-decoration: underline;
}

.footer-last-content .contact-info {
    padding-top: 10px;
}

.footer-last-content .contact-info p {
    margin-bottom: 3px;
}

.footer-last-content .contact-info p i {
    font-size: 13px;
    margin-right: 10px;
}

.copyright-footer {
    background: #273E32;
    padding: 20px;
    color: #ece082;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.74);
}

.copyright-footer .copyright p, .copyright-footer ul li > a {
    color: #ece082;
    /*font-size: 16px;*/
    font-weight: 500;
}


.copyright-footer ul li {
    border-color: rgba(0,0,0,.1) !important;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid;
}


/* Scroll Up Section*/
.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    color: #3c5347;
    font-size: 30px;
    background: #c8cfd0;
    position: fixed;
    bottom: 65px;
    right: 50px;
    font-weight: bold;
    transition: .3s;
}

.scrollup:hover {
    color: #333;
    transform: scale(1.1);
}

/* ===================================
1. General
==================================== */

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */

/* Carousel */

.carousel {
    height: 100%;
    margin-bottom: 40px;
}

.carousel-caption p {
    font-size: 30px;
    line-height: 1.4;
    color: white;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-item img[src$=".svg"] {
    width: 100%;
}

.carousel-item > img {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-indicators {
    bottom: 10px;
    background: rgba(0,0,0,.5);
    width: auto;
    padding: 3px;
    left: 30%;
    right: inherit;
}

.carousel-indicators .active {
    background-color: #349667;
    color: #349667;
    border-color: #349667;
    height: 13px;
    width: 13px;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
}

.mapWindow {
    padding: 20px 20px 0px 20px;
}

.maptitle {
    color: #349667;
    font-weight: bold;
}

.mapdesc {
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.header {
    background-image: -webkit-linear-gradient(-124deg,#ebebeb 49%,#e3e3e3 51%);
    background-image: -ms-linear-gradient(-124deg,#ebebeb 49%,#e3e3e3 51%);
    box-shadow: inset 0 48px 127.98px 30.02px rgba(255,255,255,.8);
    padding: 10px 0 0 0;
}


/* --------- Login --------- */
.modal-login {
    /*margin-top: 30%;*/
}

.logintitle {
    font-size: 15px;
    color: #3c5347;
    font-weight: bold;
}

.btn-green {
    color: white;
    /*background-color: #076315;*/
    background-image: -webkit-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    background-image: -ms-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.74);
}

    .btn-green:hover {
        color: wheat;
    }


.btn-loader {
    color: white;
    float: left;
    font-size: 25px;
}

/* --------- End of Login --------- */
/*---------------------------------*/
/*---------------------------------*/
/*---------------------------------*/

/* Font Awesome Social Icons
------------------------------------------------------------ */
.faico {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faico li {
    display: inline-block;
    margin: 8px 5px 0 0;
    padding: 0;
    line-height: normal;
}

    .faico li:last-child {
        /*margin-right: 0;*/
    }

.faico a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

.faico a {
    color: #inherit;
    background-color: #353535;
}

.faico a:hover {
    color: #FFFFFF;
}

.faicon-dribble:hover {
    background-color: #EA4C89;
}

.faicon-facebook:hover {
    background-color: #3B5998;
}

.faicon-google-plus:hover {
    background-color: #DB4A39;
}

.faicon-linkedin:hover {
    background-color: #0E76A8;
}

.faicon-twitter:hover {
    background-color: #00ACEE;
}

.faicon-vk:hover {
    background-color: #4E658E;
}

.logoimg {
    height: 95px;
    /* width: 340px;*/
    float:right;
}

.logotxt {
    margin-top: 30px;
    float: right;
}

.logotxt-ar {
    color: #349667;
    font-size: 22px;
}

.logotxt-en {
    color: #676767;
    font-size: 13px;
    font-family: Aparajita;
    font-weight: bold;
}



.visionimg {
    height: 75px;
    width: 135px;
    margin-top: 10px;
}

.logo-vision-wrap {
    /*background-image: -moz-linear-gradient(-124deg,#ebebeb 49%,#e3e3e3 51%);
    background-image: -webkit-linear-gradient(-124deg,#ebebeb 49%,#e3e3e3 51%);
    background-image: -ms-linear-gradient(-124deg,#ebebeb 49%,#e3e3e3 51%);*/
    box-shadow: inset 0 48px 127.98px 30.02px rgba(255,255,255,.8);
}

.systemstopheader {
    border-bottom: 1px solid lightgray;
    height:86px;
}

.systemstopheader > .logodv{
    text-align:right;
}
    .systemstopheader > .userinfodv {
        text-align: left;
        padding-left: 40px !important
    }
.systemstopheader ul {
    margin-top: 10px;
}
.systemstopheader ul li {
    cursor: pointer;
    border-color: rgba(0,0,0,.1) !important;
    display: inline-block;
    margin: 0px !important;
    padding: 0px;
    border: 0px;
    vertical-align:bottom;
}
.systemstopheader .user-info {
    cursor: pointer;
    width: 135px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('/images/userInfo.png');
    text-align:center;
}
.user-info  > span{
    cursor: pointer;
    width: 115px;
    height: 20px;
    text-align: center;
    background-color:transparent;
}

.today-date {
    color: #3c5347;
}
#topbar {
    padding: 10px 0 0 0;
    font-size: 13px;
    /*text-transform: uppercase;*/
}

#topbar ul li {
border-color: rgba(0,0,0,.1) !important;
display: inline-block;
margin-right: 10px;
padding-right: 15px;
border-right: 1px solid;
}

#topbar ul li > a {
    color: #656565;
}



#topbar ul li:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#topbar2 {
height: 85px;
}

#imageDiv{
    width:1000px;
    height:500px;
}
.pageTitle {
    color: #3c5347;
    padding: 10px;
}
.pageFooter {
    direction:rtl;
    font-size:18px;
    float:left;
    color: #000000;
    padding: 10px;
}
.FooterName {
    direction: rtl;
    font-size: 18px;
    float: left;
    text-align: left;
    padding-left: 80px;
    color: #000000;
}
.PageFooterName {
    direction: rtl;
    font-size: 18px;
    float:  left;
    text-align: left;
    /*padding-left: 30px;*/
    margin-right:30px;
    color: #000000;
}
.pageContent {
    direction: rtl;
    font-size: 18px;
    color: #3c5347;
    padding: 10px;
}


.fa-user-o {
    color: #3c5347;
}


/*--------------------
    Bootrap override
--------------------*/
.row {
    margin-left: 0px;
    margin-right: 0px;
}

/*For Menu Section*/
.navbar-default {
    background-image: -webkit-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    background-image: -ms-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.74);
    border-color: 0;
    height: 95px;
    padding-top: 15px;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: inherit !important;
}

    .navbar .navbar-nav {
        /*display: inline-block;*/
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

.nav-link {
    padding: 0px !important;
    color: inherit;
}

    .nav-link:hover {
        color: inherit;
    }

.nav-item {
    transition: background-color .3s;
    padding: 15px;
    color: #ece082;
    text-align: right;
    font-size: 17px;
}

    .nav-item:hover {
        color: white;
        background: #349667;
    }

/*bootstrap override*/
.container, .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}



.navbar-inverse {
    background-image: -webkit-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    background-image: -ms-linear-gradient(44deg,#3c5347 55%,#3b614f 55%);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.74);
}

    .navbar-inverse .navbar-nav > li > a {
        color: #ece082;
    }

.navbar-toggler-icon {
    background-color: white;
}


.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background: #3c5347 !important;
    padding: 0px;
}

.dropdown-item {
    border-bottom: 1px solid #2d4d3c;
}

.dropdown-item:hover {
    color: white;
    background: #349667;
}

.dropdown-menu > li:last-child {border-bottom: 0px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {border-bottom: 3px solid #ece082;color: white;background-color: transparent;}
.navbar-default .navbar-nav > .active > a:hover {color: #ece082;background-color: transparent;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: white;background-color: transparent;}

.form-control {padding: 7px;background-color: white !important;background-image: none;color:black;}
select.form-control {padding:0px;}
.form-check-label{margin-right:20px;}
/*-------------------*/
/* Administration */
.adminbox {
    height: 300px;
}

.adminbox-headercntnr {
    border-bottom: 1px solid rgb(191, 191, 191);
    padding: 5px;
}
.adminbox-header{
    margin-bottom:0px;
}
.adminbox-content {
    height: 100%;
}

.adminbox-ul {
    display: block;
    list-style-type: disc;
    margin-top:10px;
    margin-right: 40px;
}

.adminbox-ul > li{
    margin-bottom:5px;
    font-size:16px;
}

/* End of Administration */

/*-----Menu-----*/
.systemMenu {font-size:18px;width:100%;}
.systemMenu > li > a {text-align:center;}
.top_menu .k-header, .top_menu .k-menu .k-state-hover, .top_menu .k-menu .k-state-active, .top_menu .k-menu .k-state-focused { /*color: #bca061;*/background: transparent;border: 0px;}
.k-widget.k-menu-horizontal>.k-item { border:0px;border-width:0px;}
.k-item.k-state-hover {color:#349667;background-color:white;}
.k-menu .k-menu-scroll-button:hover, .k-menu .k-state-hover>.k-link {color:#349667;}
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {color:#3c5347 !important;}
.k-menu .k-link.k-state-active  {color:#349667;}
.k-menuItem-selected > .k-menu-link { color: #349667 !important;}

/*-----grid-----*/
/*.k-grid-content { min-height:500px;}*/
.k-rtl .k-grid-header{padding-right:0px !important;}
.k-button.k-state-disabled, .k-button.k-state-disabled:hover{background-color:transparent;color:#656565;}

.k-grid-header .k-header>.k-link:hover {color:#bca061 !important;}
.k-grid-header .k-header > .k-link{font-size:15px;}

.k-grid-toolbar {background-color: #3c5347;background-image:none;padding:0px;}
.k-grid-toolbar > .k-button.k-state-active, .k-button:active { color: #3c5347;}
.gridtoolbar-item { color:white;font-size:18px;background-color:transparent;background-image:none;border:0px;}
.gridtoolbar-item:hover {background-image:none;}
.gridtoolbar-item > :first-child { color:#ece082 !important;}
.gridtoolbar-item > :first-child:hover { color:#ece082;background-image:none;}
.gridtoolbar-item > :last-child { margin-left:5px;margin-right:5px;}
.gridtoolbar-item:hover ,.gridtoolbar-item > :last-child:hover { color:#349667;}
.gridtoolbar-item.k-state-disabled{background-image:none;}

.k-grid-content {overflow-x: hidden;}
.k-grid-content > table > tbody > tr > td , .k-grid-header th.k-header {border:0;border-bottom: 1px solid #f0f0f0;}
.k-grid-content td {cursor:pointer;}

.k-rtl .k-pager-info, .k-rtl .k-pager-wrap .k-pager-refresh{float:left !important;}
.k-gird-columntxt , .k-gird-columnicon{cursor:pointer;}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {-ms-flex-pack: center;justify-content: center;}
div.k-window-content { overflow-y: auto; /*padding-top:0px;*/ }
.k-window-titlebar.k-header {background: #3c5347;color: #ece082;padding-top: 10px;padding-bottom: 10px;font-size:19px;text-align:center;}
.window-button {width:95px; margin-top:7px;}
.k-primary {background: #3c5347;color: #ece082;}
.k-primary:hover{background: #3b614f;color: white;}
.k-dialog-content {text-align:center;}
.k-radio:checked + .k-radio-label:after {top:4px;left:4px;}
.k-rtl .k-radio:checked + .k-radio-label:after{right:4px;left:inherit;}
.k-dropdown-wrap {}

.k-tabstrip-items {padding:0px;text-align: center;}
.k-tabstrip .k-tabstrip-items .k-item, .k-tabstrip.k-header {background-color:#f2f2f2;}
.k-tabstrip .k-tabstrip-items .k-state-active .k-link {color:white;}

.k-tabstrip-items .k-item {display: inline-block;border-width: 0;padding: 8px 10px 7px 10px;background: #464646;background-position: 50% 50%;background-color: #eae8e8;}
.k-tabstrip-items .k-state-active, .k-panelbar .k-tabstrip-items .k-state-active { background-color: #fff;background-image: none;background-color: #bca061 !important;border:0px !important;padding: 8px 10px 7px 10px !important;}
.k-tabstrip-items .k-item.k-state-hover {cursor:pointer;}
.k-tabstrip-items .k-state-default {background-color: transparent;}
.k-tabstrip-wrapper {height:100%;width:100%;}
.k-tabstrip > .k-content {height:94% !important;overflow:hidden;border:0px;}
.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {margin: 0px;padding: 0px;}


.k-numeric-wrap {padding: 0px;background-color: white !important;background-image: none;color: black;}
.k-toolbar .k-button {border-width: 0px;color:white;background-color: transparent;background-image: none;}
.k-toolbar .k-button:hover {color:#ece082/* #3c5347*/;}
.k-toolbar .k-button.k-state-disabled {color: #656565;}
.k-toolbar .k-button.k-state-disabled:hover {color: #656565;}
.k-overflow-container .k-item {float:right;}

.k-checkbox-label {width:auto !important;}
.k-checkbox-form-group {padding-top:8px;}
.form-inline fieldset{width: 100%;}
.form-inline label {color: #349667;width: 25%;justify-content:inherit;font-size: inherit;display:inline-block;}
.form-inline .form-control {width: 72%;}
.form-inline .form-group{padding-bottom:3px;width:100%;}
.form-inline .form-row{width:100%;}

/* task content Editor */
.k-editor .k-editable-area{text-align: center; border-width: 0;height: 94.5%;}
.k-editable-area .k-content{ width: 690px;padding: 0;border: 1px solid #c5c5c5;overflow: hidden;}
.full-width .k-editable-area .k-content{ width: 100%;}
.k-editable-area .contentvieweriframe { width: 620px !important;border: 0 !important;}
    
.k-editor{ background-color: white !important;color: #CCCCCC !important;}
table.k-editor { background: white;border: 0;display: table !important;}

.k-editor-toolbar-wrap { height: 2%;}
.k-editor-toolbar{text-align: center;}
.k-tool-icon {color:rgba(0,0,0,.74);}


/*.contentviewerpanelbar{width:690px;list-style-type:none;padding: 0 !important;margin: 10px auto 0;}
.contentviewerpanelbar > li { border:1px solid #c5c5c5 !important;margin-bottom: 10px !important;padding: 20px !important;}
.prevcontentcontainer ul { margin: auto;}

.contentviewerpanelbar .contentvieweriframe{border: 0 !important;}  
.archive-content{border:1px solid #c5c5c5 !important; display: table}
.archive-content > div { padding: 10px; display: table}
#k-editor-link-url , #k-editor-image-url{ direction: ltr;} 

.ReadMsgHeader{ padding-left: 10px;padding-right: 0;}
.k-rtl .ReadMsgHeader{ padding-left: 0;padding-right: 10px;}*/
 /* end of Editor */

/*end of windows*/


.top_menudetail .k-item div { background-color: transparent; }
.top_menudetail {/*background: #bca061;*/font-weight: normal;width:100%;height:auto;margin-top:20px !important;padding:30px !important;}
.top_menu .k-animation-container {position: fixed !important;left: 0 !important;right: 0 !important;width: auto !important;top: auto !important;}
.BlockLinks a {display: block;white-space: nowrap;font-size:inherit !important;}
.Dash-h3 {font-weight: bold;line-height: 1.8;color: #464646;text-transform: uppercase;}
.fa-2 {font-size: 1.5em;}

.windowtitle {font-size: 14px;font-weight: bold;line-height: 40px;background-color: #666;color: #fff;height: 40px;padding-left: 10px;}
.inbox-tree-inbox {background-position: 0 -17px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-draft {background-position: 0 -33px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-sent {background-position: 0 -1px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-archive {background-position: 0 -49px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-deleted {background-position: 0 -81px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-folder {background-position: 0 -65px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-main {background-position: 0 -98px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-exported {background-position: 0 -114px;background-image: url("/Images/icons/coloricons-sprite.png");}
.inbox-tree-nonexported {background-position: 0 -130px;background-image: url("/Images/icons/coloricons-sprite.png");}


.cmdBar {background-color: transparent;height:100%;border:0px;padding:0px;}
.cmdBarCntnr {background-color:#349667;overflow:hidden !important;height:35px;border:0px;}
.inboxCmdIcon {width: 17px;height: 25px;margin:3px 5px 0 5px !important;padding:3px !important;font-size:16px;}
.inboxCmdIcon-internalCrs { background-image: url('../images/icons/ico3.png');}
.inboxCmdIcon-incomingCrs {background-image: url('../images/icons/ico1.png');}
.inboxCmdIcon-outgoingCrs {background-image: url('../images/icons/ico2.png');}
.inboxCmdIcon-reply {background-image: url('../images/icons/ico18.png');}
.inboxCmdIcon-replyAll {background-image: url('../images/icons/ico19.png');}
.inboxCmdIcon-forward {background-image: url('../images/icons/ico20.png');}
.inboxCmdIcon-delete {background-image: url('../images/icons/ico7.png');}
.inboxCmdIcon-move {background-image: url('../images/icons/MoveToFolder.png');}
.inboxCmdIcon-followup {background-image: url('../images/icons/ico27.png');}
.inboxCmdIcon-link {background-image: url('../images/icons/ico22.png');}
.inboxCmdIcon-selectAll {background-image: url('../images/icons/selectAll.png');}
.inboxCmdIcon-download {background-image: url('../images/icons/download_gold.png');}
.inboxCmdIcon-downloadAll {background-image: url('../images/icons/downloadall_gold.png');}
.inboxCmdIcon-print {background-image: url('../images/icons/print.png');}
.inboxCmdIcon-scanfile {background-image: url('../images/icons/ScanFile.png');}
.inboxCmdIcon-AddFile {background-image: url('../images/icons/AddFile.png');}
.inboxCmdIcon-save {background-image: url('../images/icons/save_gold.png');}
.inboxCmdIcon-send {background-image: url('../images/icons/Send.png');}
 .close-btn{cursor: pointer;height: 35px;width: 35px;text-align: center;line-height: 35px;background:url(../Images/icons/close_w.png) no-repeat 5px 5px; right:auto; left:5px; position:absolute;}
 .close-btn:hover{background:url(../Images/icons/close_b.png) no-repeat 5px 5px}


 .align { text-align:right;}
 .Ralign { text-align:left;}

.crs-badge {font-family: Arial,Helvetica,sans-serif;background-color: #f00;border-radius: 10px;color: #fff;font-size: 11px;font-weight: bold;min-width: 10px;padding: 1px;text-align: center;vertical-align: baseline;right: auto;left: 3px;top: 3px;z-index: 5;position: absolute;}
.crsdetails-title {color: #bca061 ;/*font-weight: bold;*/white-space: nowrap;}
.crsdetails-contenttitle {color: #bca061 ;/*font-weight: bold;*/white-space: nowrap;width:120px;}
.select2-container .select2-selection--single{
    height:35px !important;
}
/*Gold Theme*/

 /*a{color:#bca062;}
.k-grid-toolbar {background-color: #bca061;}
.top_menudetail { background-color: #bca061;}
.BlockLinks a {color:white;}
.BlockLinks a:hover {color:#ebebeb;}
.inboxCmdBarCntnr {background-color:#bca061;}
h1, h2, h3 { color: #464646;}
.k-menuItem-selected > .k-menu-link { color: #464646 !important;}
.heading-title h2, .heading-title h3 {color: #464646;}
.separator {background: #464646;}*/


