﻿/*@font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon.eot?srf3rx");
    src: url("/fonts/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}*/


/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: "sdf","Quicksand", Arial, sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
    direction: rtl;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 16px;
    }
}

a {
    color: #2c98f0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
    }

p {
}

h1, h2, h3, h4, h5, h6 {
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}

    figure figcaption {
        font-size: 16px;
        width: 80%;
        margin: 20px auto 0px auto;
        color: #b3b3b3;
        font-style: italic;
    }

@media screen and (max-width: 480px) {
    figure figcaption {
        width: 100%;
    }
}

::-webkit-selection {
    color: #fff;
    background: #2c98f0;
}

::-moz-selection {
    color: #fff;
    background: #2c98f0;
}

::selection {
    color: #fff;
    background: #2c98f0;
}

#colorlib-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#colorlib-aside {
    padding-top: 3em;
    padding-bottom: 40px;
    float: left;
    width: 300px;
    position: fixed;
    z-index: 1001;
    right: 57px;
    background: #f2f3f7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: scroll;
    direction: ltr;
}

@media screen and (max-width: 768px) {
    #colorlib-aside {
        width: 300px;
        -moz-transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);
        padding-top: 4em;
    }
}

#colorlib-aside .author-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#colorlib-aside .position {
    display: block;
    margin-bottom: 2em;
    font-size: 12px;
    text-transform: uppercase;
}

#colorlib-aside #colorlib-logo {
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: .5em;
    display: block;
    width: 100%;
}

    #colorlib-aside #colorlib-logo a {
        display: block;
        text-align: center;
        color: #3c7486;
        padding-right: .3em;
    }

#colorlib-aside #colorlib-main-menu {
    display: block;
    width: 100%;
}

    #colorlib-aside #colorlib-main-menu .collapse {
        display: block !important;
    }

    #colorlib-aside #colorlib-main-menu ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

@media screen and (max-width: 768px) {
    #colorlib-aside #colorlib-main-menu ul {
        margin: 0 0 2em 0;
    }
}

#colorlib-aside #colorlib-main-menu ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

    #colorlib-aside #colorlib-main-menu ul li a {
        color: #424242;
        text-decoration: none;
        position: relative;
        padding: 10px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        line-height: 32px;
    }

        #colorlib-aside #colorlib-main-menu ul li a:after {
            content: "";
            position: absolute;
            height: 1px;
            bottom: 7px;
            left: 0;
            right: 0;
            background-color: #2c98f0;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        #colorlib-aside #colorlib-main-menu ul li a:hover {
            text-decoration: none;
            color: black;
        }

            #colorlib-aside #colorlib-main-menu ul li a:hover:after {
                visibility: visible;
                -webkit-transform: scaleX(1);
                -moz-transform: scaleX(1);
                -ms-transform: scaleX(1);
                -o-transform: scaleX(1);
                transform: scaleX(1);
            }

    #colorlib-aside #colorlib-main-menu ul li.active a {
        color: #2c98f0;
    }

        #colorlib-aside #colorlib-main-menu ul li.active a:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

#colorlib-aside .colorlib-footer {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #colorlib-aside .colorlib-footer {
        position: relative;
        bottom: 0;
    }
}

#colorlib-aside .colorlib-footer span {
    display: block;
}

#colorlib-aside .colorlib-footer ul {
    padding: 0;
    margin: 0;
}

    #colorlib-aside .colorlib-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none;
    }

        #colorlib-aside .colorlib-footer ul li a {
            color: rgba(255, 255, 255, 0.3);
            padding: 4px;
        }

            #colorlib-aside .colorlib-footer ul li a:hover, #colorlib-aside .colorlib-footer ul li a:active, #colorlib-aside .colorlib-footer ul li a:focus {
                text-decoration: none;
                outline: none;
                color: #2c98f0;
            }

.container-wrap {
    max-width: 1170px;
    margin: 0 auto;
}

#colorlib-main {
    width: calc(100% - 300px);
    float: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #colorlib-main {
        width: 100%;
        padding: 0 1em;
    }

    .person_information {
        width: 100% !important;
    }

    .social {
        width: 100% !important;
        float: right !important;
    }
}

#colorlib-hero {
    min-height: 500px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 10em;
    clear: both;
}

    #colorlib-hero .flexslider {
        border: none;
        z-index: 1;
        margin-bottom: 0;
    }

        #colorlib-hero .flexslider .slides {
            position: relative;
            overflow: visible;
        }

            #colorlib-hero .flexslider .slides li {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: bottom center;
                min-height: 400px;
                position: relative;
            }

        #colorlib-hero .flexslider .flex-control-nav {
            bottom: 20px;
            z-index: 1000;
            left: 20px;
            float: left;
            width: auto;
        }

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .flex-control-nav {
        right: 20px;
        top: 100px;
    }
}

#colorlib-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 10px;
}

    #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer;
    }

        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #2c98f0;
        }

#colorlib-hero .flexslider .flex-direction-nav {
    display: none;
}

#colorlib-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 500px;
    z-index: 9;
}

    #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2.5em;
        position: relative;
    }

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: black;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 28px;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
}

    #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
        color: rgba(44, 152, 240, 0.8);
        border-bottom: 1px solid rgba(44, 152, 240, 0.7);
    }

#colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead {
    font-size: 20px;
    color: #fff;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner p {
    margin-bottom: 0;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 15px !important;
    border: none;
    font-weight: 400;
}

    #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
        color: #000;
        border: 1px solid #000;
        background: transparent !important;
    }

        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
            background: transparent !important;
            border: 1px solid #000 !important;
        }

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
        width: 100%;
    }
}

body.offcanvas {
    overflow-x: hidden;
}

    body.offcanvas #colorlib-aside {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        width: 300px;
        background: #f2f3f7;
        z-index: 999;
        position: fixed;
    }

    body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
        top: 0;
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }

.colorlib-narrow-content {
    /* padding: 0 2.5em; */
}

@media screen and (max-width: 768px) {
    .colorlib-narrow-content {
        padding: 0;
    }
}

.no-gutters {
    margin: 0;
    padding: 0;
}

.colorlib-experience,
.colorlib-skills,
.colorlib-education,
.colorlib-blog,
.colorlib-work,
.colorlib-about,
.colorlib-services,
.colorlib-contact {
    padding-top: 4em;
    padding-bottom: 9em;
    clear: both;
    width: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    .colorlib-experience,
    .colorlib-skills,
    .colorlib-education,
    .colorlib-blog,
    .colorlib-work,
    .colorlib-about,
    .colorlib-services,
    .colorlib-contact {
        padding-top: 5em;
        padding-bottom: 8em;
    }
}

.author-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.colorlib-heading {
}

    .colorlib-heading span {
        display: block;
    }

@media screen and (max-width: 768px) {
    .colorlib-heading {
        margin-bottom: 3em;
    }
}

.heading-meta {
    margin-bottom: 15px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 500;
    text-align: right;
}

.about-img {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
}

.about-desc h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.hire {
    padding: 2em;
    background: #f9bf3f;
}

    .hire h2 {
        line-height: 1.5;
    }

    .hire .btn-hire {
        color: #000;
        text-transform: uppercase;
        bordeR: 1px solid #000;
        padding: 2px 10px;
    }

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 20px 25px 20px 50px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #22a56d;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 32px;
}

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:after {
    font-family: FontAwesome;
    content: "\f068";
    position: absolute;
    left: 20px;
    font-size: 14px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

.panel-heading a.collapsed {
    background: #f2f3f7;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }



    .timeline-centered .timeline-entry {
        position: relative;
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-box-shadow: 0 0 0 5px #f2f3f7;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
                    background: #ec5453;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
                    background: #f9bf3f;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
                    background: #a84cb8;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
                    background: red;
                    width: 20px;
                    height: 20px;
                    margin-right: 8px;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f2f3f7;
                padding: 1.5em;
                margin-right: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 9px;
                    border-color: transparent #f2f3f700 transparent #f2f3f7;
                    right: -17px;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                    margin-top: 15px;
                    FONT-SIZE: 14px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 17px;
                    text-align: right;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #969696;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .4;
                        -moz-opacity: .4;
                        opacity: .4;
                        -ms-filter: alpha(opacity=40);
                        filter: alpha(opacity=40);
                        font-size: 14px;
                        color: #2d98f0;
                        font-weight: normal;
                    }

.services {
    margin-bottom: 30px;
    padding: 1.5em;
    -webkit-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
    border-bottom: 2px solid #2c98f0;
}

    .services .icon2 {
    }

        .services .icon2 i {
            font-size: 30px;
            color: #2c98f0;
        }

    .services h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .services.color-2 {
        border-bottom: 2px solid #ec5453;
    }

        .services.color-2 .icon2 i {
            color: #ec5453;
        }

    .services.color-3 {
        border-bottom: 2px solid #f9bf3f;
    }

        .services.color-3 .icon2 i {
            color: #f9bf3f;
        }

    .services.color-4 {
        border-bottom: 2px solid #a84cb8;
    }

        .services.color-4 .icon2 i {
            color: #a84cb8;
        }

    .services.color-5 {
    }

    .services.color-6 {
        border-bottom: 2px solid #4054b2;
    }

.services {
    margin-bottom: 80px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .services {
        margin-bottom: 4em;
    }
}

.services .icon {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: table;
    margin: 0 auto;
    background: #2c98f0;
}

    .services .icon:before, .services .icon:after {
        position: absolute;
        left: 0;
        right: 0;
        content: '';
    }

    .services .icon:before {
        top: -30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 30px 50px;
        border-color: transparent transparent #2c98f0 transparent;
    }

    .services .icon:after {
        bottom: -30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 50px 0 50px;
        border-color: #2c98f0 transparent transparent transparent;
    }

    .services .icon i {
    }

.services .desc {
    margin-top: 60px;
}

    .services .desc h3 {
        font-size: 14px;
        font-weight: 100;
        text-transform: uppercase;
    }

.services.color-2 .icon {
    background: #ec5453;
}

    .services.color-2 .icon:before {
        border-color: transparent transparent #ec5453 transparent;
    }

    .services.color-2 .icon:after {
        border-color: #ec5453 transparent transparent transparent;
    }

.services.color-3 .icon {
    background: #f9bf3f;
}

    .services.color-3 .icon:before {
        border-color: transparent transparent #f9bf3f transparent;
    }

    .services.color-3 .icon:after {
        border-color: #f9bf3f transparent transparent transparent;
    }

.services.color-4 .icon {
    background: #a84cb8;
}

    .services.color-4 .icon:before {
        border-color: transparent transparent #a84cb8 transparent;
    }

    .services.color-4 .icon:after {
        border-color: #a84cb8 transparent transparent transparent;
    }

.services.color-5 .icon {
    background: #2fa499;
}

    .services.color-5 .icon:before {
        border-color: transparent transparent #2fa499 transparent;
    }

    .services.color-5 .icon:after {
        border-color: #2fa499 transparent transparent transparent;
    }

.services.color-6 .icon {
    background: #4054b2;
}

    .services.color-6 .icon:before {
        border-color: transparent transparent #4054b2 transparent;
    }

    .services.color-6 .icon:after {
        border-color: #4054b2 transparent transparent transparent;
    }

.progress-wrap h3 {
    font-size: 13px;
    margin-bottom: 18px;
    text-align: right;
}


.colorlib-feature {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}

    .colorlib-feature .colorlib-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        display: table;
        text-align: center;
        background: #f2f3f7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

        .colorlib-feature .colorlib-icon i {
            display: table-cell;
            vertical-align: middle;
            color: #2c98f0;
            font-size: 60px;
            height: 100px;
        }

@media screen and (max-width: 1200px) {
    .colorlib-feature .colorlib-icon i {
        font-size: 40px;
    }
}

.colorlib-feature .colorlib-text {
    padding-left: 120px;
    width: 100%;
}

    .colorlib-feature .colorlib-text h2, .colorlib-feature .colorlib-text h3 {
        margin: 0;
        padding: 0;
    }

    .colorlib-feature .colorlib-text h3 {
        font-weight: 500;
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 0.7);
        font-size: 14px;
        text-transform: uppercase;
    }

.colorlib-feature.colorlib-feature-sm .colorlib-text {
    margin-top: 30px;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    color: #2c98f0;
    font-size: 40px;
}

@media screen and (max-width: 1200px) {
    .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
        font-size: 28px;
    }
}

.blog-entry {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 3em;
    }
}

.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

    .blog-entry .blog-img img {
        position: relative;
        max-width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.blog-entry .desc h3 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: auto;
    font-weight: 500;
    text-transform: uppercase;
}

    .blog-entry .desc h3 a {
        color: #000;
        text-decoration: none;
    }

.blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    font-weight: 400;
}

    .blog-entry .desc span small i {
        color: #999999;
    }

.blog-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.work-menu span {
    margin-left: 10px;
}

    .work-menu span:first-child {
        margin-left: 0;
    }

    .work-menu span a {
        color: #000;
    }

        .work-menu span a.active {
            color: #2c98f0;
        }

.project {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

    .project .desc {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2c98f0;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .project .desc .con {
            padding: 20px;
            display: block;
            position: relative;
            height: 300px;
        }

            .project .desc .con .icon {
                position: absolute;
                bottom: 20px;
                left: 20px;
                right: 20px;
            }

                .project .desc .con .icon span {
                    display: inline;
                    padding-right: 5px;
                }

                    .project .desc .con .icon span a {
                        color: #333333;
                        padding: 5px;
                        background: rgba(255, 255, 255, 0.5);
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        -ms-border-radius: 4px;
                        border-radius: 4px;
                    }

                .project .desc .con .icon i {
                    font-size: 16px;
                    color: #333333;
                }

        .project .desc h3 {
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            -o-transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
            margin-bottom: 15px;
        }

            .project .desc h3 a {
                color: #fff;
            }

        .project .desc span {
            display: block;
            color: rgba(255, 255, 255, 0.7);
            font-size: 13px;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            -o-transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
        }

            .project .desc span a {
                color: #000;
            }

@media screen and (max-width: 768px) {
    .project .desc {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4);
    }

        .project .desc h3 {
            font-style: 28px;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            color: #000;
        }

        .project .desc span {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.project:hover .desc {
    opacity: 1;
}

    .project:hover .desc h3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .project:hover .desc span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.btn-load-more {
    width: 100%;
}

#colorlib-counter {
    position: relative;
    clear: both;
    margin-bottom: 5em;
}

.colorlib-counters {
    padding: 3em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

    .colorlib-counters .overlay {
        z-index: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .colorlib-counters .icon {
        width: 100px;
        height: 100px;
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .colorlib-counters .icon i {
            display: table-cell;
            vertical-align: middle;
            width: 100px;
            height: 100px;
            font-size: 50px;
            color: #2c98f0;
            background: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .colorlib-counters .counter-wrap {
        border: 1px solid red !important;
    }

    .colorlib-counters .colorlib-counter {
        font-size: 40px;
        display: block;
        color: white;
        width: 100%;
        font-weight: 700;
        margin-bottom: .3em;
    }

    .colorlib-counters .colorlib-counter-label {
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 2em;
        display: block;
    }

.colorlib-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .colorlib-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .colorlib-social li a {
            font-size: 22px;
            color: #000;
            padding: 10px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
        }

@media screen and (max-width: 768px) {
    .colorlib-social li a {
        padding: 10px 8px;
    }
}

.colorlib-social li a:hover {
    color: #2c98f0;
}

.colorlib-social li a:hover, .colorlib-social li a:active, .colorlib-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #2c98f0;
}

#map {
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.colorlib-bg-color {
    background: #fafafa;
    position: relative;
}

.pagination {
    padding: 0;
}

    .pagination li {
        margin: 2px;
    }

        .pagination li a {
            color: #000;
            background: transparent;
            color: #000;
            margin: 2px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .pagination li a:first-child {
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                border-radius: 2px;
            }

            .pagination li a:hover, .pagination li a:focus {
                background: #2c98f0;
                color: #fff;
                border: 1px solid #2c98f0;
            }

@media screen and (max-width: 768px) {
    .pagination li a {
        padding: 7px 15px;
    }
}

.pagination li.active a {
    background: #2c98f0;
    border: 1px solid #2c98f0 !important;
}

    .pagination li.active a:hover, .pagination li.active a:focus {
        background: #2c98f0;
        color: #fff;
        border: 1px solid #2c98f0 !important;
    }

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 15px !important;
}

    .btn.btn-sm {
        padding: 4px 15px !important;
    }

    .btn.btn-md {
        padding: 8px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.btn-primary {
    background: #2c98f0;
    color: #fff;
    border: 2px solid #2c98f0;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #44a4f2 !important;
        border-color: #44a4f2 !important;
    }

    .btn-primary.btn-outline {
        background: transparent;
        color: #2c98f0;
        border: 2px solid #2c98f0;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #2c98f0;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: transparent;
    background: #f2f3f7;
    height: 54px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .form-control:active, .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        background: #f0f0f0;
    }

#message {
    height: 130px;
}

.colorlib-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
        background: #000;
    }

    .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
        background: #000;
    }

    .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .colorlib-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #000;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #000;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #000;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .colorlib-nav-toggle.dark i {
        position: relative;
        color: #000;
        background: #000;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
            background: #000;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .colorlib-nav-toggle i::before {
        top: -7px;
    }

    .colorlib-nav-toggle i::after {
        bottom: -7px;
    }

    .colorlib-nav-toggle:hover i::before {
        top: -10px;
    }

    .colorlib-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .colorlib-nav-toggle.active i {
        background: transparent;
    }

        .colorlib-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .colorlib-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.colorlib-nav-toggle {
    position: fixed;
    left: -5px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

.row-pt-md {
    padding-top: 3em;
}

.col-padding {
    padding: 10px !important;
}

.js .animate-box {
    opacity: 0;
}

.person_information {
    padding: 19px 0px 25px 0px;
    line-height: 35px;
}

person_information ul {
    display: inline-block;
    margin-left: 10px;
}

.person_information ul li a {
    font-size: 13px;
    line-height: 26px;
    color: #333333;
}

.person_information ul + ul {
    display: inline-block;
}

    .person_information ul + ul li a {
        font-size: 16px;
        line-height: 33px;
        color: #666666;
    }

.person_information ul:first-child li a {
    display: none;
}

span.contact-icon {
    width: 40px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border-left: initial;
    position: relative;
    color: black;
    font-size: 20px;
}





.person_information ul li {
    list-style: none;
}

.contact {
    display: inline-block;
    float: right;
    padding-right: 0;
}

/*span.contact-icon:after {
    position: absolute;
    width: 21px;
    height: 28px;
    content: '';
    border-right: 16px solid #929292;
    border-bottom: 14px solid white;
    left: -21px;
    border-top: 14px solid white;
}*/


#certiificate p {
}
/*@font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon.eot?srf3rx");
    src: url("/fonts/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}*/


/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
    direction: rtl;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 16px;
    }
}

a {
    color: #2c98f0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #2c98f0;
        outline: none;
        text-decoration: none !important;
    }

p {
    margin-bottom: 1.5em;
    text-align: right;
    font-size: 12px;
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-weight: 400;
    margin: 0 0 20px 0;
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}

    figure figcaption {
        font-size: 16px;
        width: 80%;
        margin: 20px auto 0px auto;
        color: #b3b3b3;
        font-style: italic;
    }

@media screen and (max-width: 480px) {
    figure figcaption {
        width: 100%;
    }
}

::-webkit-selection {
    color: #fff;
    background: #2c98f0;
}

::-moz-selection {
    color: #fff;
    background: #2c98f0;
}

::selection {
    color: #fff;
    background: #2c98f0;
}

#colorlib-page {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    background-image: url(/images/online2-background.png);
}

#colorlib-aside {
    padding-top: 1em;
    padding-bottom: 40px;
    float: left;
    width: 300px;
    position: fixed;
    z-index: 1001;
    right: 6%;
    background: #f2f3f7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: scroll;
    direction: ltr;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    #colorlib-aside {
        width: 300px;
        -moz-transform: translateX(-400px);
        -webkit-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px);
        padding-top: 0em;
        line-height: 50px;
    }
}

#colorlib-aside .author-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 3px solid #525252;
    border-radius: 50%;
}

#colorlib-aside .position {
    display: block;
    margin-bottom: 0em;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#colorlib-aside #colorlib-logo {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: .5em;
    display: block;
    width: 100%;
}

    #colorlib-aside #colorlib-logo a {
        display: block;
        text-align: center;
        color: #3c7486;
        padding-right: .3em;
    }

#colorlib-aside #colorlib-main-menu {
    display: block;
    width: 100%;
    /* border-top: 1px solid #d6d6d6; */
    padding-top: 5px;
    float: right;
}

    #colorlib-aside #colorlib-main-menu .collapse {
        display: block !important;
    }

    #colorlib-aside #colorlib-main-menu ul {
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 40px;
    }

@media screen and (max-width: 768px) {
    #colorlib-aside #colorlib-main-menu ul {
        margin: 0 0 2em 0;
    }
}

#colorlib-aside #colorlib-main-menu ul li {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

    #colorlib-aside #colorlib-main-menu ul li a {
        color: #2d2c2c;
        text-decoration: none;
        position: relative;
        cursor: pointer;
        padding: 0px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        line-height: 30px;
    }

        #colorlib-aside #colorlib-main-menu ul li a:after {
            content: "";
            position: absolute;
            height: 0;
            bottom: 7px;
            left: 0;
            right: 0;
            background-color: #2c98f0;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        #colorlib-aside #colorlib-main-menu ul li a:hover {
            text-decoration: none;
            color: black;
        }

            #colorlib-aside #colorlib-main-menu ul li a:hover:after {
                visibility: visible;
                -webkit-transform: scaleX(1);
                -moz-transform: scaleX(1);
                -ms-transform: scaleX(1);
                -o-transform: scaleX(1);
                transform: scaleX(1);
            }

    #colorlib-aside #colorlib-main-menu ul li.active a {
        color: #197aca;
    }

        #colorlib-aside #colorlib-main-menu ul li.active a:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

#colorlib-aside .colorlib-footer {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #colorlib-aside .colorlib-footer {
        position: relative;
        bottom: 0;
    }
}

#colorlib-aside .colorlib-footer span {
    display: block;
}

#colorlib-aside .colorlib-footer ul {
    padding: 0;
    margin: 0;
}

    #colorlib-aside .colorlib-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none;
    }

        #colorlib-aside .colorlib-footer ul li a {
            color: rgba(255, 255, 255, 0.3);
            padding: 4px;
        }

            #colorlib-aside .colorlib-footer ul li a:hover, #colorlib-aside .colorlib-footer ul li a:active, #colorlib-aside .colorlib-footer ul li a:focus {
                text-decoration: none;
                outline: none;
                color: #2c98f0;
            }

.container-wrap {
    max-width: 1170px;
    margin: 0 auto;
}

#colorlib-main {
    width: calc(100% - 380px);
    float: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #colorlib-main {
        width: 100%;
        padding: 0 1em;
    }
}

#colorlib-hero {
    min-height: 500px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 10em;
    clear: both;
}

    #colorlib-hero .flexslider {
        border: none;
        z-index: 1;
        margin-bottom: 0;
    }

        #colorlib-hero .flexslider .slides {
            position: relative;
            overflow: visible;
        }

            #colorlib-hero .flexslider .slides li {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: bottom center;
                min-height: 400px;
                position: relative;
            }

        #colorlib-hero .flexslider .flex-control-nav {
            bottom: 20px;
            z-index: 1000;
            left: 20px;
            float: left;
            width: auto;
        }

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .flex-control-nav {
        right: 20px;
        top: 100px;
    }
}

#colorlib-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 10px;
}

    #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer;
    }

        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #2c98f0;
        }

#colorlib-hero .flexslider .flex-direction-nav {
    display: none;
}

#colorlib-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 500px;
    z-index: 9;
}

    #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2.5em;
        position: relative;
    }

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: black;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 28px;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
}

    #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
        color: rgba(44, 152, 240, 0.8);
        border-bottom: 1px solid rgba(44, 152, 240, 0.7);
    }

#colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead {
    font-size: 20px;
    color: #fff;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner p {
    margin-bottom: 0;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 15px !important;
    border: none;
    font-weight: 400;
}

    #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
        color: #000;
        border: 1px solid #000;
        background: transparent !important;
    }

        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
            background: transparent !important;
            border: 1px solid #000 !important;
        }

@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
        width: 100%;
    }
}

body.offcanvas {
    overflow-x: hidden;
}

    body.offcanvas #colorlib-aside {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        width: 300px;
        background: #f2f3f7;
        z-index: 999;
        position: fixed;
    }

    body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
        top: 0;
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }

.colorlib-narrow-content {
    /* padding: 0 2.5em; */
}

@media screen and (max-width: 768px) {
    .colorlib-narrow-content {
        padding: 0;
    }
}

.no-gutters {
    margin: 0;
    padding: 0;
}

.colorlib-experience,
.colorlib-skills,
.colorlib-education,
.colorlib-blog,
.colorlib-work,
.colorlib-about,
.colorlib-services,
.colorlib-contact {
    padding-top: 2em;
    padding-bottom: 0;
    clear: both;
    width: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    .colorlib-experience,
    .colorlib-skills,
    .colorlib-education,
    .colorlib-blog,
    .colorlib-work,
    .colorlib-about,
    .colorlib-services,
    .colorlib-contact {
        padding-top: 0em;
        padding-bottom: 1em;
    }
}

.author-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.colorlib-heading {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
    margin-top: 25px;
}

    .colorlib-heading span {
        display: block;
    }

@media screen and (max-width: 768px) {
    .colorlib-heading {
        margin-bottom: 3em;
    }
}

.heading-meta {
    margin-bottom: 15px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 500;
    text-align: right;
}

.about-img {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
}

.about-desc h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.hire {
    padding: 2em;
    background: #f9bf3f;
}

    .hire h2 {
        line-height: 1.5;
    }

    .hire .btn-hire {
        color: #000;
        text-transform: uppercase;
        bordeR: 1px solid #000;
        padding: 2px 10px;
    }

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 20px 25px 20px 50px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #2c98f0;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 32px;
    direction: rtl;
}

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}



.panel-heading a.collapsed:after {
    content: "\f067";
}

.panel-heading a.collapsed {
    background: #f2f3f7;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f2f3f7;
        top: 20px;
        bottom: 20px;
        right: 17px;
        margin-left: 29px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                display: block;
                width: 40px;
                height: 40px;
                background: #2c98f0;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f2f3f7;
                -webkit-box-shadow: 0 0 0 5px #f2f3f7;
                box-shadow: 0 0 0 5px #f2f3f7;
                line-height: 50px;
                float: right;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
                    color: #fff;
                    font-size: 22px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
                    background: #2c98f0;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
                    background: #f9bf3f;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
                    background: #a84cb8;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
                    background: #2fa499;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
                    background: #fff;
                    width: 20px;
                    height: 20px;
                    margin-right: 8px;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f2f3f7;
                padding: 1em;
                margin-right: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 9px;
                    border-color: transparent #f2f3f700 transparent #f2f3f7;
                    right: -17px;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                    margin-top: 15px;
                    FONT-SIZE: 13px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 15px;
                    text-align: right;
                    line-height: 25px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #929292;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .4;
                        -moz-opacity: .4;
                        opacity: .4;
                        -ms-filter: alpha(opacity=40);
                        filter: alpha(opacity=40);
                        font-size: 14px;
                        color: #000000;
                        font-weight: normal;
                    }

.services {
    margin-bottom: 30px;
    padding: 0.5em;
    box-shadow: 1px 2px 12px -6px rgb(0, 0, 0);
    border-bottom: 2px solid #2c98f0;
    background: #f2f3f7;
}

    .services .icon2 {
        display: inline-block;
        margin-left: 10px;
        font-weight: bold;
    }

        .services .icon2 i {
            font-size: 20px;
            color: #2c98f0;
        }

    .services h3 {
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
    }

    .services.color-2 {
        border-bottom: 2px solid #ec5453;
    }

        .services.color-2 .icon2 i {
            color: #ec5453;
        }

    .services.color-3 {
        border-bottom: 2px solid #2c98f0;
    }

        .services.color-3 .icon2 i {
            color: #2c98f0;
        }

    .services.color-4 {
        border-bottom: 2px solid #a84cb8;
    }

        .services.color-4 .icon2 i {
            color: #a84cb8;
        }

    .services.color-5 {
        border-bottom: 5px solid #2fa499;
    }

    .services.color-6 {
        border-bottom: 2px solid #4054b2;
    }

.services {
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .services {
        margin-bottom: 4em;
    }
}

.services .icon {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    width: 60px;
    height: 34px;
    display: table;
    margin: 0 auto;
    background: #2c98f0;
}

    .services .icon:before, .services .icon:after {
        position: absolute;
        left: 0;
        right: 0;
        content: '';
    }

    .services .icon:before {
        top: -21px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1px 30px 20px 30px;
        border-color: transparent transparent #2c98f0 transparent;
    }

    .services .icon:after {
        bottom: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 30px 0 30px;
        border-color: #2c98f0 transparent transparent transparent;
    }

    .services .icon i {
        font-size: 30px;
        color: #fff;
        z-index: 1;
        display: table-cell;
        vertical-align: middle;
    }

.services .desc {
    margin-top: 60px;
}

    .services .desc h3 {
        font-size: 12px;
        font-weight: 100;
        text-transform: uppercase;
        direction: rtl;
        min-height: 50px;
        margin-bottom: 25px;
    }

.services.color-2 .icon {
    background: #ec5453;
}

    .services.color-2 .icon:before {
        border-color: transparent transparent #ec5453 transparent;
    }

    .services.color-2 .icon:after {
        border-color: #ec5453 transparent transparent transparent;
    }

.services.color-3 .icon {
    background: #f9bf3f;
}

    .services.color-3 .icon:before {
        border-color: transparent transparent #f9bf3f transparent;
    }

    .services.color-3 .icon:after {
        border-color: #f9bf3f transparent transparent transparent;
    }

.services.color-4 .icon {
    background: #a84cb8;
}

    .services.color-4 .icon:before {
        border-color: transparent transparent #a84cb8 transparent;
    }

    .services.color-4 .icon:after {
        border-color: #a84cb8 transparent transparent transparent;
    }

.services.color-5 .icon {
    background: #2fa499;
}

    .services.color-5 .icon:before {
        border-color: transparent transparent #2fa499 transparent;
    }

    .services.color-5 .icon:after {
        border-color: #2fa499 transparent transparent transparent;
    }

.services.color-6 .icon {
    background: #4054b2;
}

    .services.color-6 .icon:before {
        border-color: transparent transparent #4054b2 transparent;
    }

    .services.color-6 .icon:after {
        border-color: #4054b2 transparent transparent transparent;
    }


.colorlib-feature {
    text-align: right;
    width: 100%;
    float: right;
    margin-bottom: 37px;
    position: relative;
    line-height: 41px;
}

    .colorlib-feature .colorlib-icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        display: table;
        text-align: center;
        background: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

        .colorlib-feature .colorlib-icon i {
            display: table-cell;
            vertical-align: middle;
            color: #2c98f0;
            font-size: 60px;
            height: 100px;
        }

@media screen and (max-width: 1200px) {
    .colorlib-feature .colorlib-icon i {
        font-size: 40px;
    }
}

.colorlib-feature .colorlib-text {
    padding-right: 120px;
    width: 100%;
}

    .colorlib-feature .colorlib-text h2, .colorlib-feature .colorlib-text h3 {
        margin: 0;
        padding: 0;
    }

    .colorlib-feature .colorlib-text h3 {
        font-weight: 500;
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 0.7);
        font-size: 14px;
        text-transform: uppercase;
    }

.colorlib-feature.colorlib-feature-sm .colorlib-text {
    margin-top: 30px;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    color: #2c98f0;
    font-size: 40px;
}

@media screen and (max-width: 1200px) {
    .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
        font-size: 28px;
    }
}

.blog-entry {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 3em;
    }
}

.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

    .blog-entry .blog-img img {
        position: relative;
        max-width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.blog-entry .desc h3 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: auto;
    font-weight: 500;
    text-transform: uppercase;
}

    .blog-entry .desc h3 a {
        color: #000;
        text-decoration: none;
    }

.blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    font-weight: 400;
}

    .blog-entry .desc span small i {
        color: #999999;
    }

.blog-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.work-menu span {
    margin-left: 10px;
}

    .work-menu span:first-child {
        margin-left: 0;
    }

    .work-menu span a {
        color: #000;
    }

        .work-menu span a.active {
            color: #2c98f0;
        }

.project {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

    .project .desc {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2c98f0;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .project .desc .con {
            padding: 20px;
            display: block;
            position: relative;
            height: 300px;
        }

            .project .desc .con .icon {
                position: absolute;
                bottom: 20px;
                left: 20px;
                right: 20px;
            }

                .project .desc .con .icon span {
                    display: inline;
                    padding-right: 5px;
                }

                    .project .desc .con .icon span a {
                        color: #333333;
                        padding: 5px;
                        background: rgba(255, 255, 255, 0.5);
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        -ms-border-radius: 4px;
                        border-radius: 4px;
                    }

                .project .desc .con .icon i {
                    font-size: 16px;
                    color: #333333;
                }

        .project .desc h3 {
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            -o-transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
            margin-bottom: 15px;
        }

            .project .desc h3 a {
                color: #fff;
            }

        .project .desc span {
            display: block;
            color: rgba(255, 255, 255, 0.7);
            font-size: 13px;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            -o-transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
        }

            .project .desc span a {
                color: #000;
            }

@media screen and (max-width: 768px) {
    .project .desc {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4);
    }

        .project .desc h3 {
            font-style: 28px;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            color: #000;
        }

        .project .desc span {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.project:hover .desc {
    opacity: 1;
}

    .project:hover .desc h3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .project:hover .desc span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.btn-load-more {
    width: 100%;
}

#colorlib-counter {
    position: relative;
    clear: both;
    margin-bottom: 5em;
}

.colorlib-counters {
    padding: 3em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

    .colorlib-counters .overlay {
        z-index: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .colorlib-counters .icon {
        width: 100px;
        height: 100px;
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .colorlib-counters .icon i {
            display: table-cell;
            vertical-align: middle;
            width: 100px;
            height: 100px;
            font-size: 50px;
            color: #2c98f0;
            background: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .colorlib-counters .counter-wrap {
        border: 1px solid red !important;
    }

    .colorlib-counters .colorlib-counter {
        font-size: 40px;
        display: block;
        color: white;
        width: 100%;
        font-weight: 700;
        margin-bottom: .3em;
    }

    .colorlib-counters .colorlib-counter-label {
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 2em;
        display: block;
    }

.colorlib-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .colorlib-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .colorlib-social li a {
            font-size: 22px;
            color: #000;
            padding: 10px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
        }

@media screen and (max-width: 768px) {
    .colorlib-social li a {
        padding: 10px 8px;
    }
}

.colorlib-social li a:hover {
    color: #2c98f0;
}

.colorlib-social li a:hover, .colorlib-social li a:active, .colorlib-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #2c98f0;
}

#map {
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.colorlib-bg-color {
    background: #fafafa;
    position: relative;
}

.pagination {
    padding: 0;
}

    .pagination li {
        margin: 2px;
    }

        .pagination li a {
            color: #000;
            background: transparent;
            color: #000;
            margin: 2px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .pagination li a:first-child {
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                border-radius: 2px;
            }

            .pagination li a:hover, .pagination li a:focus {
                background: #2c98f0;
                color: #fff;
                border: 1px solid #2c98f0;
            }

@media screen and (max-width: 768px) {
    .pagination li a {
        padding: 7px 15px;
    }
}

.pagination li.active a {
    background: #2c98f0;
    border: 1px solid #2c98f0 !important;
}

    .pagination li.active a:hover, .pagination li.active a:focus {
        background: #2c98f0;
        color: #fff;
        border: 1px solid #2c98f0 !important;
    }

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 15px !important;
}

    .btn.btn-sm {
        padding: 4px 15px !important;
    }

    .btn.btn-md {
        padding: 8px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.btn-primary {
    background: #2c98f0;
    color: #fff;
    border: 2px solid #2c98f0;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #44a4f2 !important;
        border-color: #44a4f2 !important;
    }

    .btn-primary.btn-outline {
        background: transparent;
        color: #2c98f0;
        border: 2px solid #2c98f0;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #2c98f0;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }



.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background: #f0f0f0;
}

#message {
    height: 130px;
}

.colorlib-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
        background: #000;
    }

    .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
        background: #000;
    }

    .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .colorlib-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #000;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #000;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #000;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .colorlib-nav-toggle.dark i {
        position: relative;
        color: #000;
        background: #000;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
            background: #000;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .colorlib-nav-toggle i::before {
        top: -7px;
    }

    .colorlib-nav-toggle i::after {
        bottom: -7px;
    }

    .colorlib-nav-toggle:hover i::before {
        top: -10px;
    }

    .colorlib-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .colorlib-nav-toggle.active i {
        background: transparent;
    }

        .colorlib-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .colorlib-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.colorlib-nav-toggle {
    position: fixed;
    left: -5px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

.row-pt-md {
    padding-top: 3em;
}

.col-padding {
    padding: 10px !important;
}

.js .animate-box {
    opacity: 0;
}

.person_information {
    padding: 10px 0px 25px 0px;
    line-height: 36px;
    width: 50%;
    float: right;
}

person_information ul {
    display: inline-block;
    margin-left: 10px;
}

.person_information ul li a {
    font-size: 13px;
    line-height: 26px;
    color: #333333;
}

.person_information ul + ul {
    display: inline-block;
    padding: 0px;
}

    .person_information ul + ul li a {
        font-size: 14px;
        line-height: 33px;
        color: #666666;
    }

.person_information ul:first-child li a {
    display: none;
}







.person_information ul li {
    list-style: none;
}

.contact {
    display: inline-block;
    float: right;
    padding-right: 0;
}




#certiificate p {
    font-size: 11px;
    text-align: center;
    margin-bottom: 7px;
    background: #65bab3;
    color: #ffffff;
    padding: 2px 0;
    position: relative;
}



.progress-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.progress {
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}

    .progress:before,
    .progress:after {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: -5px;
        left: 0;
        z-index: 1;
    }

    .progress:after {
        border: 7px solid #e9e9ea;
        left: auto;
        right: 0;
        display: none;
    }

    .progress .progress-bar {
        box-shadow: none;
        border: none;
        border-radius: 15px;
        position: relative;
        -webkit-animation: animate-positive 1s;
        animation: animate-positive 1s;
        background: #2c98f0;
    }

    .progress .progress-value {
        width: 50px;
        height: 30px;
        line-height: 27px;
        border-radius: 0px;
        background: #fff;
        font-size: 13px;
        font-weight: normal;
        position: absolute;
        top: -12px;
        left: 0;
        z-index: 2;
    }

    .progress.orange:before {
        border: 7px solid #fe3b3b;
    }

    .progress.blue:before {
        border: 7px solid #1a4966;
        display: none;
    }

    .progress.green:before {
        border: 7px solid #53aa2c;
        display: none;
    }

    .progress.purple:before {
        border: 7px solid #66406f;
    }

    .progress.orange .progress-value {
        border: 5px solid #fe3b3b;
        color: #fe3b3b;
    }

    .progress.blue .progress-value {
        border: 3px solid #2c98f0;
        color: #444444;
    }

    .progress.green .progress-value {
        border: 3px solid #2c98f0;
        color: #1f1f1f;
    }

    .progress.purple .progress-value {
        border: 5px solid #66406f;
        color: #66406f;
    }

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.single_skill h4 {
    margin-bottom: 15px;
    font-size: 11px;
}

.skill_text h4 {
    text-align: center;
    font-size: 17px;
}

.progress-wrap {
    margin-bottom: 50px;
}

#skill .progress-bar {
    background-color: #2c98f0;
}


@media screen and (max-width: 768px) {
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
        font-size: 14px;
        line-height: 25px;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
        font-size: 12px;
    }

    #education p {
        font-size: 12px;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
        font-size: 13px;
    }

    #experience p {
        font-size: 12px;
    }

    .services h3 {
        font-size: 13px;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
        display: block;
    }
}

label {
    font-size: 13px;
    font-weight: normal;
}

#education label {
    font-weight: normal;
    border-bottom: 1px solid #adacac;
}

#education i.lnr.lnr-graduation-hat {
    font-size: 27px;
    line-height: 42px;
}

#success {
    text-align: center;
    color: #ffffff;
    background: #3ba1ac;
    display: inline-block;
    width: 100%;
    margin: 15px auto;
    line-height: 3em;
}

#error {
    text-align: center;
    color: #ffffff;
    background: #c32323;
    display: inline-block;
    width: 100%;
    margin: 15px auto;
    line-height: 3em;
}

span.date {
    font-size: 12px;
}

.inner-block {
    position: absolute;
    width: 3%;
    height: 100%;
    background: #8dc5f3;
    top: 0px;
    left: 0%;
}

    .inner-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 222%;
        /* transform: skew(43deg); */
        background: #8dc5f3;
        =: url( https://www.transparenttextures.com/patterns/debut-light.png);
    }

    .inner-block:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 430%;
        height: 10px;
        background: #8dc5f3;
    }

#education p {
    margin-bottom: -11px;
}

#experience .inner-block {
    background: #30a499ba;
}

    #experience .inner-block:before {
        background: #65bab3de;
    }

    #experience .inner-block:after {
        background: #65bab3;
    }

.social li {
    list-style: none;
    width: 12.5%;
    /* float: right; */
    display: inline-block;
}

.social {
    float: right;
    width: 100%;
    padding-top: 16px;
    line-height: 35px;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
}

    .social .contact-icon {
        color: #1d76bf;
    }

    .social li a {
        color: #377dbd;
        line-height: 25px;
        font-size: 21px;
        font-family: cursive;
        /* border: 1px solid #2d98f0; */
        padding: 2px 8px;
        border-radius: 50%;
        cursor: pointer;
    }


@media screen and (max-width: 650px) {
    #colorlib-aside {
        right: 15%;
        height: 100%;
    }

    .text-center {
        /* display: none; */
    }
}

@media screen and (max-width: 768px) {
    #colorlib-aside {
        right: 26%;
        height: 100%;
    }

    .pmenu {
        display: block !important;
        padding-top: 25px;
    }

    .text-center1 {
        display: none;
    }

    #aboutme {
        display: none;
    }
}

.author-img1 {
    height: 150px;
    background-size: cover;
    background-position: center;
    width: 150px;
    border-radius: 50%;
    border: 3px solid;
    margin-top: 23px;
    margin: 0 auto;
}

h1#name-mob {
    font-size: 20px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 11px;
}

span.position {
    font-size: 13px;
}

.pmenu {
    text-align: center;
    display: none;
}

ul.contact1 {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    padding-right: 0;
}

.about-desc {
    margin-top: 25px;
}


li.language-btn a {
    padding: 2px 5px !important;
    border: 1px solid #2d98f0;
    border-radius: 6px;
    font-size: 10px;
    background: #c3e4ff;
}

section#education .timeline-label h2 a {
    color: #2472b2;
}

section#experience .timeline-label h2 a {
    color: #26847b;
}

#certiificate p:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 100%;
    background: #30a499;
    right: -9px;
    top: -1px;
    transform: skew(-18deg) rotate(-17deg);
}

#certiificate p:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 100%;
    background: #30a499;
    left: -9px;
    top: -1px;
    transform: skew(18deg) rotate(17deg);
}
