﻿#footer {
    margin-top: 0rem;
    direction: rtl;
    transition: all .6s linear;
    text-align: center;
    position: fixed;
    top: 5px !important;
    opacity: 1;
    right: 18px;
    margin-bottom: 0px;
}

    #footer p {
    }

    #footer img {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 48px;
    }

    #footer a {
        transition: all .3s linear;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        text-shadow: 0px 0px 3px #111;
    }
        #footer a span{

        }
            #footer a span abbr {
                color: #b31935;
                font-weight: bold;
                text-shadow: 0px 0px 3px #76303d;
            }

        #footer a:hover {
            color: #b31935;
        }

#date {
    position: fixed;
    top: 5px;
    color: #fff;
    left: 18px;
    font-size: 14px;
    text-shadow: 0px 0px 3px #000;
    z-index: 999;
}

.serviceSlider {
    position: fixed;
    bottom: 30px;
    font-size: 15px;
}

    .serviceSlider .serviceItem {
    }

    .serviceSlider .serviceCol {
        height: 120px;
        background: #E6E6E68c;
        display: block;
        border-radius: 10px;
        text-align: center;
        margin: 10px;
        transition: all .3s ease-in-out;
        box-shadow: inset 1px 1px 10px #eee;
    }

        .serviceSlider .serviceCol img {
            max-height: 75%;
            display: block;
            text-align: center;
            margin: 0 auto;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .serviceSlider .serviceCol h5 {
            text-align: center;
            color: #111;
        }

        .serviceSlider .serviceCol:hover {
            background: #fff;
            box-shadow: inset 1px 1px 10px #666;
            text-decoration: none;
            cursor: pointer;
        }

            .serviceSlider .serviceCol:hover img {
            }

            .serviceSlider .serviceCol:hover h5 {
                text-decoration: none;
            }

.marquee {
    position: fixed;
    bottom: 0px;
    font-size: 15px;
    background: #42c119;
    border-top: 2px solid #0f8a40;
    border-bottom: 2px solid #0f8a40;
    padding: 5px;
    color: #fff;
    height: 38px;
    overflow: hidden;
    width: 100%;
}


    .marquee p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 27px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: scroll-left 30s linear infinite;
        -webkit-animation: scroll-left 30s linear infinite;
        animation: scroll-left 30s linear infinite;
    }


.inner-container-header {
    padding-top: 0rem;
    padding-bottom: 8rem;
}

.my-container-header {
    display: none !important;
    color: rgb(255, 255, 255);
    background-color: #107853;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    font-size: 20px;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 0px;
    left: -15px;
    padding: 0.1rem 1rem 1rem 0.5rem;
}

    .my-container-header:after {
        display: none;
        position: absolute;
        bottom: -10px;
        left: -18px;
        z-index: -1;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid transparent;
        border-right: 23px solid #085036;
        content: "";
    }

.inner-container-body {
    height: auto;
}

.inner-container {
    width: 100%;
}

.background {
    overflow: auto;
}

.container {
    max-width: initial;
}

.jumbotron {
    padding: 0;
    background: #fff;
    background: #ffffff8c;
    padding: 0;
    width: auto;
    min-width: 60%;
}

.left-panel, .right-panel {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.right-panel {
    background: #f3f6ff;
    background: #f3f6ff8c;
}

.left-panel {
    background: #fff;
    background: #ffffff8c;
}

.tel {
    font-size: 13px;
}

.header {
    margin-top: 50px;
    direction: rtl;
}

    .header h1 {
        font-size: 26px !important;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .header hr {
        margin-bottom: 40px;
    }

    .header p {
        margin-top: 20px;
        font-size: 15px !important;
    }

.right-panel img {
    margin-top: 10px;
    width: 50%;
}

.boldTxt {
    color: #bfa937;
    border-bottom: 1px solid #bfa937;
    font-weight: bold;
    text-decoration: none;
}

    .boldTxt:hover {
        color: darkred;
        text-decoration: none;
    }





.submit-btn {
    padding: 0;
}

.glyphicon-pencil.glyficon-disabled, .glyphicon-ban-circle.glyficon-disabled {
    color: #9bacbc !important;
}

.submit-btn:disabled {
    pointer-events: none;
}

.error_text {
    color: red;
}

.profile-pic {
    display: inline-block;
}

.file-upload {
    display: none;
}

.img-container {
    display: inline-block;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 115px;
    height: 115px;
    border: 8px solid #eee;
    top: 72px;
}

.p-image {
    position: relative;
    top: -25px;
    right: -45px;
    color: #666;
    transition: all .3s cubic-bezier(.175,.885,.32,1.275);
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175,.885,.32,1.275);
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175,.885,.32,1.275);
        color: #999;
        cursor: pointer;
    }

img {
    max-width: 100%;
    height: auto;
}

.mg-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
}

.img-arrow {
    width: 20px;
    margin-bottom: 1px;
    padding: 4px;
}

.profile-backup-container {
    min-height: 45px;
}





.full-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.full-bg .img-responsive {
    width: 100%;
    height: 100%;
}
/*#canvas_image
{
   background-image:url('/Templates/img/bg.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    height: 100%;
	width: 100%;
	background-position:center;
 
}*/
.my-container-header {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.6);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    text-align: center;
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.1rem 1rem 1rem 0.5rem;
}





/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
}




@-moz-keyframes scroll-right {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

@media (max-width:780px) {

    .jumbotron {
        top: 0;
        left: 0;
        position: relative;
        display: block;
        transform: initial;
    }
    .inner-container-header {
        padding-bottom: 2rem;
    }
    .inner-container-footer{
        height:auto;
    }
    .header {
        margin-top: 5px;
    }
    .serviceSlider .serviceCol{
        height:100px;
    }
    #footer {
        left: auto !important;
        top: auto !important;
        right: 5px !important;
        bottom: 10px !important;
    }
}
