﻿body {
    font-family: "SDF" !important;
}

.header .navbar {
    border-bottom: 5px solid #882e50 !important;
}

.header a {
    line-height: 30px !important;
    color: #882e50 !important;
}

.header li:hover {
    background: #882e50 !important;
    transition: background 0.5s;
}

    .header li:hover a {
        color: #eeeeee !important;
    }

.banner {
    background-image: url(/images/web2back.jpg);
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    padding-top: 85px;
}

.user-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.6s;
}

    .user-image:hover {
        transform: translateY(-15px);
    }

.banner h1 {
    display: block;
    text-align: center;
    color: white;
    margin: 21px 0;
}

.banner h4 {
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 31px;
}

.main-content {
    min-height: 400px;
    background: #f7f7f7;
    width: 100%;
    direction: rtl;
    position: relative;
}

.title {
    text-align: right;
    position: relative;
    right: -14px;
    top: 15px;
    margin-bottom: 30px;
}


    .title h3 {
        text-align: right;
        display: inline-block;
        padding: 6px 10px;
        font-size: 18px;
        height: 46px;
        width: 181px;
        color: #f7f7f7;
        line-height: 32px;
        position: relative;
        padding-right: 30px;
        font-weight: bold;
        margin-bottom: 35px;
        background-color: #852e4f;
        background-image: url(/images/online3-title.png);
        box-shadow: 3px 2px 3px #949494;
    }

        .title h3:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0;
            z-index: 100;
            border-left: 36px solid #f7f7f7;
            border-bottom: 36px solid #99556e00;
        }

p.about {
    text-align: justify;
    line-height: 25px;
    color: #7d7d7d;
    margin-bottom: 61px;
}

.contact-item {
    text-align: center;
    min-height: 33px;
    /* width: auto; */
    display: inline-block;
    margin: 0px 65px;
}

    .contact-item:hover {
        text-shadow: 0px 0px 2px #fffefe;
    }

    .contact-item span {
        display: block;
        font-size: 31px;
        color: #89405c;
        text-align: center;
    }

    .contact-item h5 {
        color: #882e50;
        line-height: 27px;
        font-size: 14px;
        unicode-bidi: plaintext;
    }

.progress-title {
    font-size: 16px;
    color: #5a5a5a;
    margin: 0 0 10px;
}

.progress {
    height: 10px;
    line-height: 15px;
    background: #f0f0f0;
    border-radius: 0;
    margin-bottom: 50px;
    padding: 4px;
    box-shadow: none;
    overflow: visible;
}

    .progress:last-child {
        margin-bottom: 16px;
    }

    .progress .progress-bar {
        position: relative;
        animation: animate-positive 2s;
    }

        .progress .progress-bar:after {
            content: "\f0d9";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 22px;
            position: absolute;
            top: -9px;
            left: -2px;
        }

    .progress .progress-value {
        font-size: 11px;
        color: #fff;
        border-radius: 4px;
        padding: 1px 5px;
        background: #882e50;
        position: absolute;
        top: -40px;
        left: -26px;
    }

        .progress .progress-value:after {
            content: "";
            border: 5px solid transparent;
            border-top: 5px solid #882e50;
            border-right: 5px solid #882e50;
            position: absolute;
            bottom: -6px;
            left: 18px;
        }

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

License Terms
h3.progress-title {
    font-size: 14px;
}

h3.progress-title {
    font-size: 12px;
}






**************************************************************************
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 3px;
    background-color: #eeeeee;
    right: 25px;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

    .timeline > li:before,
    .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li:before,
    .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li > .timeline-panel {
        width: calc( 100% - 47px );
        float: right;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        padding: 20px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        line-height: 23px;
    }

        .timeline > li > .timeline-panel:before {
            position: absolute;
            top: 26px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #f7f7f7;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

    .timeline > li > .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 16px;
        right: 0px;
        margin-left: -25px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    }

        .timeline > li.timeline-inverted > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        .timeline > li.timeline-inverted > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 19px;
    position: relative;
    line-height: 28px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    font-size: 13px;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.inner-icon {
    float: right;
    margin-left: 15px;
    font-size: 18px;
    color: #882e50;
}

#education label {
    font-size: 10px;
}

ul.timeline:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    right: 13px;
    background: #882e506e;
    border-radius: 10px;
}

ul.timeline {
    position: relative;
    right: 2px;
}

h4.timeline-title:before {
    position: absolute;
    background: #c7a0af;
    width: 19px;
    height: 5px;
    right: -46px;
    top: 19px;
    content: '';
}

#language h3.progress-title {
    display: inline-block;
    background: #8e6172;
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 5px;
    position: relative;
    top: 15px;
    z-index: 2;
    color: white;
    margin: 0;
    min-width: 106px;
    left: 44px;
    text-align: center;
}

.skill_text h4 {
    font-size: 15px;
    color: #882e50;
    margin-bottom: 40px;
    text-align: center;
    padding: 6px;
}

button.is-open {
    transform: translateX(-211px);
}

.ham-white span {
    background-color: white !important;
    transition-delay: 0;
}

.lang-inner {
    padding: 0 37px;
    margin-bottom: 30px;
}

.card {
    background: #f7f7f7;
    min-height: 130px;
    padding: 18px 48px 10px 10px;
    margin: 20px 0;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.175);
    position: relative;
}

    .card h3 {
        font-size: 13px;
        margin-top: 10px;
        /* margin-bottom: 33px; */
        min-height: 50px;
        font-weight: bold;
        color: #2d2d2d;
        width: 89%;
        line-height: 25px;
    }

    .card:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 25px;
        right: 0;
        top: 0;
        background-color: #882e50;
        background-image: url(/images/online3-card.png);
        z-index: 2;
    }

    .card:after {
        /* content: ''; */
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 10px;
        /* border-bottom: 32px solid blue; */
        border-right: 179px solid #882e5000;
        border-top: 37px solid #882e50;
        z-index: 2;
    }

i.lnr.lnr-license.inner-icon {
    position: absolute;
    right: 14px;
    top: 48px;
    font-size: 36px;
    color: white;
    z-index: 10;
}

.card h4 {
    font-size: 11px;
    line-height: 22px;
    width: 90%;
}

label.date {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
    #sidebar-wrapper {
        width: 100% !important;
        height: 60px;
        overflow-x: initial;
        overflow-y: initial;
        background: #f8f8f9;
        border-bottom: 6px solid #882e50;
    }

    .sidebar-nav > .sidebar-brand {
        display: none;
    }

    .sidebar-nav {
        width: 100%;
        direction: rtl;
    }

        .sidebar-nav li:before {
            display: none;
        }

        .sidebar-nav li {
            width: 13%;
        }

    .dropdown-menu li {
        width: 100%;
        background: #d2caca;
    }



    .sidebar-nav li a {
        line-height: 40px;
        color: #882e50;
        position: relative;
    }

    .dropdown-menu li a {
        color: #882e50;
    }

    .dropdown-menu li:hover {
        background: #882e50;
    }

    .sidebar-nav li:hover a {
        color: #f8f8f9;
    }

    .sidebar-nav > li > a:hover {
        background: #882e50;
        color: #fff !important;
    }

    .overlay {
        display: none;
    }

    .sidebar-nav li a:active {
        color: #882e50;
    }

    .sidebar-nav li.open a:active {
        color: #882e50;
    }

    .sidebar-nav li a:focus {
        color: #882e50;
    }
    .contact-item {
        margin: 0px 50px;
    }
}

.b {
}



.inner-shape2 {
    position: absolute;
    left: 0px;
    bottom: -1px;
    border-left: 111px solid rgba(167, 102, 127, 0.13);
    border-top: 25px solid rgba(0, 128, 0, 0);
}

.inner-shape1 {
    position: absolute;
    height: 100%;
    width: 14px;
    left: 7%;
    top: 0px;
    transform: skew(-10deg);
    background: rgba(136, 46, 80, 0.12);
}

.inner-shape2::after {
    /* content: ""; */
    position: absolute;
    top: -28px;
    right: 38px;
    border-left: 58px solid rgb(136, 46, 80);
    border-top: 19px solid rgba(0, 128, 0, 0);
}

section[data-section]:not(:first-child) {
    display: none;
}

a.active:before {
    border-bottom: 8px solid #882e50;
    border-right: 10px solid #ffff0000;
    border-left: 10px solid #00800000;
    content: '';
    position: absolute;
    bottom: 6px;
    left: 45%;
}




div.description {
    font-size: 11px;
    line-height: 23px;
    width: 85%;
}















.lang-item {
    display: inline-block;
    height: 150px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    margin: 0 18px;
}

h6.language-dis {
    position: relative;
    width: 107px;
    left: 16%;
    top: 99%;
    font-size: 11px;
    color: #8c8c8c;
}

.lang-title {
    margin-bottom: 20px;
    font-size: 15px;
    color: #882e50;
    text-align: center;
    position: relative;
    z-index: 0;
}

    .lang-title h4 {
        display: inline-block;
        background: #f7f7f7;
        color: #882e50;
        padding: 7px 14px;
        border: 1px solid;
        font-size: 15px;
        z-index: -1;
    }

    .lang-title:before {
        content: '';
        position: absolute;
        width: 55%;
        height: 1px;
        background: #882e50;
        left: 23%;
        top: 25px;
        z-index: -2;
    }

a.active:hover {
    color: #f8f8f9 !important;
}



.title:before {
    content: '';
    right: 0;
    position: absolute;
    width: 101%;
    height: 10px;
    bottom: 35%;
    z-index: 2;
    right: 15px;
    background-color: #843352;
    background-image: url(/images/online3-title.png);
    box-shadow: -1px 1px 2px #949494;
}

#certificate .title h3 {
    width: 312px;
}

.btn-default {
    color: #f7f7f7;
    background-color: #c38da2;
    border-color: #882e50;
}

.form-control {
    border: 1px solid #882e50;
}

.form-group {
    margin-bottom: 15px;
    text-align: center;
    padding-right: 0;
}

.btn-default:hover {
    color: #f7f7f7;
    background-color: #882e50;
    border-color: #adadad;
}

#education .title h3 {
    width: 240px;
}

.pre-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background-color: #f7f7f7;
    z-index: 108;
    text-align: center;
    padding-top: 100px;
}

@media screen and (max-width: 650px) {
    .card h3 {
        width: 84%;
    }

    .card h4 {
        width: 85%;
    }

    a.active:before {
        display: none;
    }

    .pre-loader {
        padding-right: 200px;
    }

    .social li {
    }

    .banner {
        padding-top: 40px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
        padding-right: 0;
    }
}

.language .title {
    right: 0;
}

    .language .title:before {
        right: 0;
        width: 100%;
    }

.social li {
    list-style: none;
    display: inline-block;
}

.social {
    float: right;
    width: 100%;
    padding-top: 0px;
    line-height: 27px;
}

    .social .contact-icon {
        color: #8a425d;
        font-size: 30px;
    }

    .social li a {
        color: #e2e2e2;
        line-height: 26px;
        font-size: 15px;
        font-family: cursive;
        display: inline-block;
        border: 2px solid #f8f8f9;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
    }

.contact {
    padding: 0px 2px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    li.language-btn {
        position: absolute;
        left: 0%;
        top: 20%;
        width: 100px;
    }

        li.language-btn a {
            width: 60px;
            height: 30px;
            display: inline-block;
            padding: 0 !important;
            line-height: 30px;
            border: 1px solid #882e50;
            border-radius: 6px;
            font-size: 12px;
            background: #fcfbfb;
        }
}


@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}