/*
Template Name: Resumex
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: themehippo.com and Anthony Wang
*/

/*------------------------------------------------------------------
# [Color codes]

# Body  (text): #3a4750
# Heading Color #444444
# Theme Color (link color) #82b541
# Mid grey (sub header) #f4f4f4
# Dark Red Color #BC1831
# -------------------------------------------------------------------*/

body {
    font-family : 'Hind', sans-serif;
    font-size   : 15px;
    line-height : 1.8em;
    color       : #3d3d50;
    font-weight : 300;
    background  : url("../img/pattern-bg.png") fixed;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    }

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin : 0 0 15px;
    color  : #2b2b3d;
    }

h1 {
    font-size   : 30px;
    line-height : 1.8em;
    font-weight : 700;
    }

h2 {
    font-size   : 18px;
    line-height : 1.8em;
    font-weight : 700;
    }

h3 {
    font-size   : 16px;
    line-height : 1.8em;
    font-weight : 500;
    }

h4 {
    font-size   : 15px;
    line-height : 1.8em;
    font-weight : 500;
    }

h5 {
    font-size   : 15px;
    line-height : 1.5em;
    font-weight : 500;
    }

h6 {
    font-size   : 15px;
    line-height : 1.5em;
    }

/* --------------------------------------
 * LaTeX and XeTeX logos
 *------------------------------------------*/
.latex sub {
    vertical-align: -0.1ex;
    margin-left: -0.1667em;
    margin-right: -0.025em;
}

.xetex sub {
    vertical-align: -0.1ex;
    margin-left: -0.1667em;
    margin-right: -0.125em;
}

.revcap {
    display: inline-block;
    text-transform: uppercase;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.latex sub, .latex sup, .xetex sub {
    font-size: 0.9em;
    text-transform:uppercase;
}

.latex sup {
    font-size: 0.85em;
    vertical-align: -0.2em;
    margin-left: -0.26em;
    margin-right: -0.05em;
}


/* --------------------------------------
 * LINK STYLE - original link color #FFC107
 *------------------------------------------*/
a {
    color              : #c22a09;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

/* Keep external links (selected using "http" match) the same color as body text */
a[href*="http"] {
    color: #3d3d50;
    }

/* Style external links by marking them with an icon at the end*/
a[href*="http"]:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    padding-left: 5px;
    }

.social-icon li a:after {
    content: none;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    color           : #ff9800;
    }

p {
    margin-bottom : 1.5em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    }

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }

/*------------------
 * Button Style
 *------------------*/
.btn {
    padding        : 14px 30px 11px;
    margin-bottom  : 0;
    font-size      : 14px;
    font-weight    : 500;
    border-radius  : 0;
    border         : 0;
    text-transform : uppercase;
    }

.btn-lg {
    font-weight : 700;
    font-size   : 24px;
    padding     : 15px 30px;
    }

/*btn-primary*/
.btn-primary {
    background-color : #FFC107;
    }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background : #ff9800;
    }

/*btn-default*/
.btn-default {
    color            : #2a54f5;
    background-color : transparent;
    border           : 2px solid #2a54f5;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background   : #2a54f5;
    color        : #ffffff;
    border-color : #2a54f5;
    }

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }

/* --------------------
 * Column Block
 * -------------------*/
.columns-block {
    display                : -webkit-flex;
    display                : flex;
    -webkit-flex-direction : row;
    flex-direction         : row;
    margin                 : 60px auto;
    padding                : 0;
    box-shadow             : 0 0 0 1px #eaeaea;
    }

.blocks {
    box-sizing : border-box;
    }

.left-col-block {
    overflow     : hidden;
    -webkit-flex : 1 0 0;
    flex         : 1 0 0;
    position     : relative;
    background   : rgba(255, 255, 255, .8);
    border-right : 1px solid #eaeaea;
    }

.right-col-block {
    -webkit-flex : 2 0 0;
    flex         : 2 0 0;
    position     : relative;
    background   : #ffffff;
    }

@media (max-width : 768px) {

    .columns-block {
        display    : block;
        margin     : 0;
        box-shadow : none;
        }

    .left-col-block {
        width    : 100%;
        position : relative;
        border   : 0;
        }

    .right-col-block {
        width      : 100%;
        position   : relative;
        box-shadow : none;
        }
    }

@media (min-width : 769px) and (max-width : 1024px) {
    .columns-block {
        margin-top    : 30px;
        margin-bottom : 30px;
        }
    }

/* --------------------
 * Section Background
 * -------------------*/
.gray-bg {
    background-color : #ffffff;
    }

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    overflow : hidden;
    }

/*-------------------
 * Section Wrapper
 *-------------------*/
.section-wrapper {
    padding       : 50px;
    border-bottom : 1px solid #eaeaea;
    }

@media (max-width : 480px) {
    .section-wrapper {
        padding : 30px 20px;
        }
    }

/*---------------------------
* Section Title
*---------------------------*/
.section-title {
    margin-bottom : 15px;
    }

.section-title h2 {
    margin-bottom : 5px;
    color         : #bebece;
    }

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-----------------------------*/
.header {
    padding  : 20px !important;
    margin   : 0;
    position : relative;
    }

.header .profile-img {
    margin-bottom : 20px;
    }

.header .content-wrapper {
    }

.header .content {
    width  : 100%;
    margin : 0 auto;
    }

.header .content h1 {
    line-height : 1;
    margin      : 0 0 5px;
    }

.header .content .lead {
    font-size : 18px;
    }

.header .content .about-text {
    margin : 10px 0;
    text-align: justify;
    text-justify: auto;
    }

.header .content .about-text p {
    margin-bottom: 0.4em
    }

.header .content .error-text {
    font-size : 28px;
    margin : 30px 200px;
    }

.header .btn {
    margin-top : 40px;
    }

.navheader {
    padding  : 5px !important;
    margin   : 0;
    position : relative;
    }

@media (max-width : 768px) {
    .header {
        padding       : 0;
        text-align    : center;
        border-bottom : 1px solid #ededed;
        }

    .header img {
        margin : 0 auto;
        }

    .header .content {
        padding : 50px;
        }

    .navheader {
        padding       : 0;
        text-align    : center;
        }
    }

/* Header Sticky */
.sticky {
    position : -webkit-sticky;
    position : sticky;
    top      : 0;
    }

/*-----------------------------
 * NAVIGATION MENU FROM LINGULO TUT
 *-----------------------------*/
 nav
{
        position:relative;
        top:0;
        left:0;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
        padding:0px 10px 5px 0px; /* top right bottom left */
}

nav ul li a
{
        font-family : 'Hind', sans-serif;
        transition: all .3s ease;
}

nav ul li a:hover
{
        color:#E56038;
}

/*-----------------------------
 * Desktop menu
 *-----------------------------*/
#desktopMenu
{
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        z-index: 99;
}

#desktopMenu ul li
{
        font-size: 18px;
        display:block;
        background-color: #E56038;
        color: #fff;
        padding: 5px 0;
        letter-spacing: 0.1em;
        text-align: center;
        border-bottom: 1px solid #CC5836;
}

#desktopMenu ul li a
{
        display:block;
        color: white;
        width: 98%;
        height: 95%;
}

#desktopMenu ul li a:hover
{
        color:black;
        font-weight: 400;
}

.toggleDesktop
{
        display: none;
}

@media (max-width: 500px)
{
        #desktopMenu *
        {
                display: none;
        }
}

@media (min-width: 501px)
{
        #desktopMenu
        {
                position: relative;
                top: 0px;
                left: 0px;
                text-align: center;
                margin: auto;
                display: block;
                z-index: 99;
        }
        .toggleDesktop
        {
                position: relative;
                top: 0px;
                left: 0px;
                display: block;
                font-family : 'Hind', sans-serif;
                font-size   : 20px;
                line-height : 1.5em;
                font-weight : 500;
                width: auto;
                height: 2em;
                cursor: pointer;
                background: #BC1831;
                z-index: 999;
        }
                .toggleDesktop span.menubutton
        {
                display: block;
                position: absolute;
                left: 1ex;
                padding: 5px;
                margin: 0;
                color: white;
                text-transform: uppercase;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }

        .toggleDesktop span.menubutton:hover {
        text-decoration : none;
        color           : #ff9800;
        }
/*        header nav
        {
                display:none;
        }*/
}

/*-----------------------------
 * Mobile menu
 *-----------------------------*/
#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        font-size: 18px;
        display: block;
        background-color: #E56038;
        color: #fff;
        padding: 12px 0;
        text-align: center;
        border-bottom: 1px solid #CC5836;
}

#mobileMenu ul li a
{
        display: block;
        color: white;
        width: 98%;
        height: 85%;
}

.toggleMobile
{
        display: none;
}

@media (min-width: 501px)
{
        #mobileMenu *
        {
                display: none;
        }
}

@media (max-width: 500px)
{
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                right: 18px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 36px;
                height: 4px;
                border-radius : 5px;
                left: 0;
                background: #BC1831;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menubg
        {
                display: block;
                position: absolute;
                width: 36px;
                height: 33px;
                left: 0;
                top: 0;
                background: white;
        }
        .toggleMobile span.menu1
        {
                top: 2px;
        }
        .toggleMobile span.menu2
        {
                top: 15px;
        }
        .toggleMobile span.menu3
        {
                top: 27px;
        }
        .toggleMobile.active span.menu1
        {
                top: 15px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                background: white;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                background: white;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                background: #BC1831;
                -webkit-transition: opacity 0.40s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.40s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
}

/*-------------------
 * Social Icon
 *-------------------*/
.social-icon {
    margin  : 20px 0;
    padding : 0;
    display : block;
    }

.social-icon li {
    display : inline-block;
    margin  : 0 2px;
    }

.social-icon li a {
    display       : block;
    font-size     : 15px;
    color         : #333333;
    width         : 34px;
    height        : 34px;
    line-height   : 33px;
    text-align    : center;
    border-radius : 2px;
    border        : 2px solid #eeeeee;
    }

.social-icon li a:hover {
    border-color : #cccccc;
    }


/*-------------------
 * Expertise
 *-------------------*/
.expertise-item {
    margin-bottom : 20px;
    }

.expertise-item h3 {
    margin-bottom : 5px;
    font-weight   : 700;
    }

.expertise-item p {
    margin-bottom: 0.4em
    }

/*-------------------
 * Skills Progressbar original color: #FFC107;
 *-------------------*/
.progress-item {
    position : relative;
    }

.progress-item .progress-title {
    font-size     : 15px;
    font-weight   : 400;
    display       : inline-block;
    margin-bottom : 5px;
    }

.progress-item .progress {
    height        : 5px;
    box-shadow    : none;
    border-radius : 5px;
    }

.progress-item .progress-bar {
    background-color : #c22a09;
    box-shadow       : none;
    text-align       : right;
    }

.progress-item .progress-percent {
    font-size        : 14px;
    font-weight      : 400;
    background-color : #313131;
    position         : absolute;
    top              : 5px;
    padding          : 0 8px;
    border-radius    : 3px;
    }

.progress-item .progress-percent::before {
    content      : "";
    position     : absolute;
    left         : 0;
    bottom       : -4px;
    border-top   : 6px solid #313131;
    border-right : 8px solid transparent;
    }

/*-------------------
 * Portfolio
 *-------------------*/
.portfolio-item {
    position      : relative;
    display       : block;
    margin-bottom : 30px;
    }

.portfolio-item .portfolio-thumb img {
    height    : auto;
    display   : block;
    max-width : 100%;
    }

.portfolio-item .portfolio-info {
    position   : absolute;
    bottom     : 0;
    padding    : 30px 15px 5px;
    width      : 100%;
    background : -webkit-linear-gradient(
            top,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 100%
    );
    }

.portfolio-item .portfolio-info h3 {
    margin      : 0;
    line-height : 1;
    color       : #ffffff;
    }

.portfolio-item .portfolio-info small {
    color : #ffffff;
    }

.portfolio-item:hover .portfolio-info {
    background : -webkit-linear-gradient(
            top,
            transparent 0%,
            #000 100%
    );
    }

/*-------------------
 * Content Item
 *-------------------*/
.content-item {
    margin-bottom : 40px;
    }

.content-item h3 {
    margin         : 0 0 10px;
    line-height    : 1;
    font-weight    : bold;
    text-transform : uppercase;
    }

.content-item h4 {
    margin      : 0;
    line-height : 1;
    }

.content-item small {
    color : #888888;
    }

.content-item ul
{
}

.content-item ul li
{

}

.content-item ul li:before
{
    background-color: #BC1831;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 0.6em;
    margin-bottom: 0.1em;
    height: 8px;
    width: 8px;
}

/*-------------------
 * Contact
 *-------------------*/
.feedback-form {
    margin-top : 50px;
    }

/*-------------------
 * Form Style
 *-------------------*/
.form-control {
    height        : 50px;
    padding       : 0 20px;
    font-size     : 13px;
    line-height   : 50px;
    color         : #969595;
    border        : 1px solid #cccccc;
    border-radius : 0;
    box-shadow    : none;
    box-sizing    : border-box;
    }

.form-control:focus,
.form-control:active {
    box-shadow : none;
    }

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */
/* Copyright */
.footer {
    padding : 30px 50px;
    }

.footer .copyright-section {
    font-size : 13px;
    color     : #888888;

    }

.footer .copyright-section .copytext {
    font-weight : 400;
    display     : block;
    }

@media (max-width : 480px) {
    .footer {
        padding : 10px 20px;
        }
    }

/* ---------------------------------------------- /*
 * Preloader spinner
/* ---------------------------------------------- */
#preloader {
    background : rgba(255, 255, 255,.8);
    bottom     : 0;
    left       : 0;
    position   : fixed;
    right      : 0;
    top        : 0;
    z-index    : 9999;
    }

#status,
.status-mes {
    background-image    : url(../img/preloader.svg);
    background-position : center;
    background-repeat   : no-repeat;
    height              : 200px;
    left                : 50%;
    margin              : -100px 0 0 -100px;
    position            : absolute;
    top                 : 50%;
    width               : 200px;
    }

.status-mes {
    background : none;
    left       : 0;
    margin     : 0;
    text-align : center;
    top        : 65%;
    }


/* ---------------------------------------------- /*
 * Back to top button
/* ---------------------------------------------- */
.go-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 2px;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top a {
    color: white;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


/* ---------------------------------------------- /*
 * Miscellaneous
/* ---------------------------------------------- */
.hidden
{
position:absolute;
clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
clip: rect(1px, 1px, 1px, 1px);
}