body {
    font-family: 'Hind', sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    color: #3d3d50;
    font-weight: 300;
    background-color: #f7f8fa;
}

html {
    scroll-padding-top: 63px;
}

/* --------------------------------------

 * Global Typography

 *------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #2b2b3d;
}

h1 {
    font-size: 26px;
    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;
}

/* --------------------------------------

 * LINK STYLE

 *------------------------------------------*/

a {
    color: #2a54f5;
    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;
}

a, a:active, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #ff9800;
}

p {
    margin-bottom: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------

 * Button Style

 *------------------*/

.btn {
    padding: 14px 30px 11px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

button:focus,

.btn:focus,

.btn:active:focus {
    outline: none;
}

.btn-default:hover,

.btn-default:focus,

.btn-default:active:focus {
    background: #22c0e8;
    color: #ffffff;
    border-color: #22c0e8;
}

button a, button a:visited {
    color: #333;
}



/* --------------------

 * Column Block

 * -------------------*/



.columns-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 60px auto;
    padding: 0;
}

.blocks {
    box-sizing: border-box;
}

.left-col-block {
    overflow: hidden;
    -webkit-flex: 0.95 0 0;
    flex: 0.95 0 0;
    position: relative;
    background: #ffffff;

    box-shadow: 0px 0px 5px 0px #ccc;
    /* border-radius: 12px; */
}

.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 {
    margin: 20px;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 8px;
}

@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 {
    width: 100%;
    padding: 10px 20px 20px 20px;
}

.header .profile-img img {
    width: 100%;
}
/* 


.header .content-wrapper {



    } */



.header .content {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
}

.header .content h1 {
    line-height: 1;
    margin: 0 0 5px;
}

.header .content .lead {
    font-size: 18px;
}

.header .content .about-text {
    margin: 10px 0;
}

.header .btn {
    margin-top: 40px;
}

@media (max-width : 768px) {

    .header {
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #ededed;
    }

    .header img {
        margin: 0 auto;
    }

    .header .content {
        padding: 50px;
    }
}



/* Header Sticky */



.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}



/*-------------------

 * Contact Icon

 *-------------------*/



.contact-icon {
    margin: 10px -12px;
}

.contact-icon li {
    margin: 0 2px;
    line-height: 1.3em;
}

.contact-icon li label {
    font-size: 12px;
    color: #333333;
    width: 34px;
    height: 34px;
    line-height: 33px;
    text-align: center;
}

.contact-icon a {
    color: #2a54f5;
}



/*-------------------

 * Social Icon

 *-------------------*/



.social-icon {
    margin: 10px 0;
    padding: 0;
    display: block;
}

.social-icon li {
    display: inline-block;
    margin: 0 2px;
}

.social-icon li a {
    display: block;
    font-size: 12px;
    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;
}



/*-------------------

 * Skills Progressbar

 *-------------------*/



.progress-item {
    position: relative;
    margin-left: 40px;
}

.progress-item .progress-title {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}

.progress-item .progress {
    height: 4px;
    box-shadow: none;
    border-radius: 5px;
}

.progress-item .progress-bar {
    background-color: #FFC107;
    box-shadow: none;
    text-align: right;
}

.progress-item .progress-percent {
    font-size: 10px;
    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;
}

.content-item h4 {
    margin: 0;
    line-height: 1;
}

.content-item small {
    color: #888888;
}



/*-------------------

 * 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

/* ---------------------------------------------- */

#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%;
}

#head-profile {
    border-radius: 5px;
}



/**

 * Message Item

 */

.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}

.message-item .message-inner {
    /* background: #fff; */
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    padding-left: 15px;
    position: relative;
    box-shadow: 0px 0px 3px 0px #eee;
}

.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}

.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}

.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}

.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}

.message-item .message-head .pull-right {
    margin-left: auto;
    margin-right: 10px;
    font-weight: bold;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}

.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}

.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .avatar img {
    min-height: 40px;
    max-height: 40px;
}

.message-item .message-bottom {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 1px solid #eee;
    margin-top: 8px !important;
    padding-top: 8px !important;
}

.message-item .qa-message-content h3 {
    display: inline-block;
}

.message-item .qa-message-content .pull-right {
    float: right;
    margin-right: 10px;
    font-weight: bold;
}

.qa-message-content p {
    line-height: 1.2;
}

.user-detail a {
    color: #2b2b3d;
}

.tl ul.timeline {
    list-style-type: none;
    position: relative;
}

.tl ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 2px;
    width: 2px;
    height: 100%;
    z-index: 400;
    margin-top: 5px;
}

.tl ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

.tl ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: -5px;
    width: 15px;
    height: 15px;
    z-index: 400;
    margin-top: 5px;
}

.tl h3 {
    display: inline-block;
}

.tl ul {
    list-style-type: disc;
    margin-left: 20px;
}

.tl .timeline-inner {
    padding-left: 30px;
}

.float-right {
    float: right;
}

.scholarships label {
    font-weight: inherit;
    width: 100px;
}

.scholarships .content-item {
    margin-bottom: 0;
}

#main-navbar {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 5px 0px #ccc;
}

#main-navbar .navbar-nav {
    margin-left: auto;
}

#main-navbar .nav-link {
    padding: 10px;
    text-align: left;
    border-radius: 5px;
}

#main-navbar .navbar-nav a.active {
    background-color: #6c757d;
    color: white;
}

.section-publication ul, .section-professional ul {
    list-style: disc;
    margin-left: 30px;
}

.section-publication .publications-paper {
    margin-bottom: 10px;
}

.section-publication .publications-paper .publications-title {
    font-weight: bold;
    color: #af4242;
}

.section-publication .publications-paper .publications-author {
    font-size: 14px;
}

.section-publication .publications-paper .publications-venue {
    font-size: 14px;
    font-style: italic;
}

.section-publication .publications-paper .publications-appendix {
    font-size: 14px;
    color: #0B793E;
}

#personal-info h2, #personal-info h3 {
    margin-bottom: 0;
}

.columns-block {
    margin-top: 50px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 24px;
    margin-right: 0;
}

#top-navbar a {
    font-weight: bold;
}

.expertise-item ul {
    list-style: inside;
    margin-left: 10px;
}

.publications ol {
    counter-reset: list;
    padding-left: 30px;
}

.publications ol > li {
    list-style: none;
    position: relative;
}

.publications ol > li:before {
    counter-increment: list;
    content: "[" counter(list, numeric) "] ";
    position: absolute;
    left: -1.8em;
}

.dropdown-menu li a {
    color: #555;
}

.qa-message-content h3 {
    margin-bottom: 5px;
    font-weight: bold;
}

.qa-message-content ul {
    list-style: inside;
    margin-left: 10px;
}

.qa-message-content ul ul {
    list-style: circle;
    margin-left: 40px;
}

.timeline h4 {
    display: inline-block;
}

.card {
    border-color: #969da2 !important;
}

.card h3 {
    display: inline-block;
}

.card ul {
    list-style: inside;
    margin-left: 30px;
    list-style-position: outside;
}

.card ul li {
    margin-bottom: 5px;
    line-height: 1.5em;
}

.card .img-col {
    display: flex;
    align-items: center;
    padding: 10px;
}

.card ul.nav {
    list-style: None;
}

.card ul.nav li {
    margin-bottom: 0;
}

.inline-card-header {
    display: flex;
    align-items: center;
}

.inline-card-header h2 {
    margin: 0;
}

.inline-card-header ul {
    margin-left: auto;
}

.card-header .card-date {
    margin-left: auto;
    font-weight: bold;
}

.card-header .nav-item {
    cursor: pointer;
}

.card-body h2 {
    display: inline-block;
    margin-bottom: 0;
}

#aboutme p {
    margin-bottom: 5px;
}

#aboutme ul {
    list-style: inside;
    margin-left: 30px;
    list-style-position: outside;
}