/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,
button {
    outline: none;
}

img,
a:link,
a:focus {
    outline: none;
}

.fix {
    overflow: hidden
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.slicknav_menu {
    display: none;
}

.column {
    width: 1000px
}

p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.m_t_lg {
    margin-top: 50px;
}

.m_b_lg {
    margin-bottom: 50px;
}

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

#nav ul li {
    float: left;
}

#nav ul li a {
    display: block;
    padding: 10px;
    color: #000
}

#nav ul li a:hover {}

section {
    position: relative;
    z-index: 0;
}

.blackish::before {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

.parrallax_bg {
    background-attachment: fixed !important;
    background-position: center bottom;
    background-size: cover !important;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}

.header_area {
    padding: 100px 0 175px;
}

.header {
    margin-bottom: 50px;
    width: 51%;
    margin: 0 auto;
    margin-bottom: 110px;
}

.profile_image {}

.profile_image img {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    height: 220px;
    padding: 5px;
    width: 200px;
}

.profile_name {}

.profile_name h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 85px;
    text-transform: uppercase;
}

.navbar-default {
    background: none;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0 solid #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background: none;
    background-repeat: no-repeat;
    box-shadow: 0 0 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #29ABE2;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    display: inline-block;
}

#navbar {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}

.page_scroll #navbar {
    border-bottom: 0 solid #fff;
    border-top: 0 solid #fff;
}

.main_menu.page_scroll ul.nav li.active a {
    border-bottom: 2px solid #777;
}

.navbar-nav {
    margin: 0;
    text-align: center;
    float: none;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    display: inline-block;
}

.main_menu {
    left: 0;
    position: absolute;
    width: 100%;
}

.main_menu.page_scroll {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid#d1d1d1;
}

.main_menu.page_scroll .navbar {
    margin-bottom: 0;
}

.main_menu.page_scroll ul.nav li a {
    color: #313131;
}

.main_menu.page_scroll ul.nav li.active a {
    color: #29ABE2;
}

.light_grey {
    background: #EBECEC;
}

.about {
    padding: 20px 0;
}

.about p {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    color: #739696;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
}

.section_title {
    border-bottom: 2px solid #777;
    margin-top: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.experience_area {}

.all_items {
    position: relative;
}

.single_item::before {
    content: "o";
    left: -5px;
    margin-left: 10px;
    position: absolute;
    margin-top: -16px;
}

.single_item {
    border-left: 2px dotted #333;
    margin-left: 8px;
    padding-bottom: 60px;
    padding-left: 35px;
    margin-top: 18px;
}

.single_item h2 {
    color: #739696;
    font-size: 30px;
    font-weight: 300;
}

.single_item h3 {
    font-size: 20px;
    font-weight: 300;
    color: #333;
}

.single_item h3 span {
    font-weight: 600;
    color: #333636;
}

.single_item p {}

.single_item ul {
    margin: 0;
    padding-left: 15px;
    margin-top: 20px;
}

.single_item ul li {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.single_item img {
    margin-top: 42px;
}

.education_area {}

.project_area {}

.project_area p {}

.all_projects {
    margin-top: 50px;
}

.all_projects img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.essay_area {}

.essay_area p {}

.essay_area > p {
    text-align: justify;
}

.essay_area p span {}

.essay_name_details {
    text-align: center;
}

.essay_name_details h3 {
    color: #646b6b;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.essay_name_details p {
    margin-bottom: 0;
}

.view_paper {
    text-align: center;
    transition: all 500ms ease 0s;
}

.view_paper:hover {
    color: #00A7E4;
}

.view_paper a {
    font-weight: 400;
    color: #777;
    transition: all 500ms ease 0s;
}

.view_paper a:hover {
    color: #00A7E4;
}

.view_paper i.fa {
    display: block;
    margin-bottom: 15px;
    font-size: 85px;
}

.contact_area {
    text-align: center;
}

.contact_area a {
    background: none repeat scroll 0 0 #777;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 150px;
    margin: 0 10px;
    padding: 48px 0;
    text-align: center;
    width: 150px;
    transition: all 500ms ease 0s;
}

.contact_area a:hover {
    background: #00A7E4;
}

.contact_area a i.fa {}

footer {}

footer p {
    text-align: center;
}
/* light box css */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}