html {
    scroll-behavior: smooth;
}

#work {
    margin: 100 0 0 0;
}

body {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #424242;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
}

header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    top: 0;
    background-color: #ffffff;
    z-index: 20;
    position: fixed;
    opacity: 0.9;
}

main {
    /*    border: solid 1px;*/
    width: 1000px;
    height: auto;
    margin: 150 auto;
    clear: both;
    position: relative;
    /*    z-index: -20;*/
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #424242;
    margin: 0 0 40 0;
}

a {
    text-decoration: underline;
    color: #404040;
}

a:hover {
    color: #404040;
    transition: 0.2s ease-in-out;
}

.hyp_color {
    color: #1565c0;
    font-weight: 600;
    font-style: italic;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #9442ff;
}

::selection {
    color: #fff;
    background: #9442ff;
}

ol {
    padding: 0 0 0 0;
    margin: 0 0 80 20;
}

ol li {
    font-size: 20px;
    padding: 0;
    margin: 0 0 20 30;
    line-height: 1.5em;
}

ul {
    margin: 0 0 80 0;
}

ul li {
    padding: 0;
    margin: 0 50 20 10;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    list-style: circle;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    padding: 0 auto;
    /*    margin: 350 auto 0 0;*/
    /*    margin: 350 auto 0 0;*/
    clear: both;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 80 0 20 0;
    padding: 0;
    letter-spacing: 0.02em;
    clear: both;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: dotted 1px #c5cae9;
}

h4 {
    font-size: 30;
    font-weight: 500;
    text-align: left;
    margin: 0 0 0 20;
    padding: 0;
    position: relative;
}

h6 {
    font-size: 70px;
    font-weight: 100;
    height: auto;
    padding: 0;
    margin: 0;
}

/*
p{
    padding: 0;
    margin: 0 0 50 0;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.6em;
    clear: both;
    font-family: 'Open Sans', sans-serif;
}
*/

.as_heading {
    padding: 0;
    margin: 40 0 20 0;
    font-size: 22px;
    font-weight: 400;
}

img {
    margin: 20 auto 20 auto;
    display: block;
    /*
    border: solid 1px #ACBABF;
    border-radius: 15px;
    */
}

blockquote {
    width: 78%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    margin: 0 auto 60 0;
    color: #757575;
    padding: 0;
}

.wrapper {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.home {
    margin: 40 0 0 80;
    float: left;
    padding: 0 10 0 10;
    font-size: 20px;
    font-weight: 600;
}

.home a {
    color: #404040;
    text-decoration: none;
}

.home a:hover {
    color: #404040;
    /*background: #9442ff;*/
    transition: 1.5s ease-in-out;
    font-weight: 600;
}

nav {
    text-align: center;
    width: auto;
    height: 80px;
    margin: 0;
    padding: 20 0 0 0;
    display: inline;
    /*position: absolute;*/
    float: right;
}

nav ul {
    width: auto;
    /*    right: 0;*/
    margin: 0 60 0 0;
    height: auto;
    padding: 0;
    list-style: none;
    color: #bdbdbd;
    text-decoration: none;
}

nav ul li {
    display: inline-block;
    position: relative;
    padding: 20 0 20 0;
    margin: 0 80 0 0;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    /*    border-radius: 40px;*/
    /*    background: #F29F05;*/
}

nav ul li a {
    text-decoration: none;
    background-color: none;
}

nav ul li:hover {
    /*    background-color: ghostwhite;*/
    /*    color: #404040;*/

    color: #404040;
    /*background: #9442ff;*/
    transition: 0.2s ease-in-out;
    font-weight: 600;
}

nav ul li ul {
    display: none;
    padding: 0;
    position: absolute;
    top: 60px;
    left: -20;
    min-width: 200px;
    max-width: 350px;
    opacity: 0;
    visibility: hidden;
    color: #404040;
    background-color: #f5f5f5;
}

nav ul li ul li {
    text-align: center;
    font-size: 18px;
    /*    font-weight: 700;*/
    padding: 10 20 10;
    margin: 0;
    display: block;
    color: #404040;
}

nav ul li ul li:hover {
    color: #404040;
    /*background: #9442ff;*/
    transition: 0.2s ease-in-out;
    font-weight: 600;
}

nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.note p {
    color: #9442ff;
    font-style: italic;
    font-size: 20px;
    margin: 0 0 70 0;
    padding: 0;
}

.note a {
    color: #9442ff;
    letter-spacing: 0.08em;
    transition: 1s;
    transition-timing-function: 0.5s ease-in-out;
}

.note a:hover {
    font-weight: 700;
    color: #404040;
    
    
    
}

.three_column_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: dashed 2px #757575;
    border-radius: 20px;
}

.three_column_wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.three_column_content {
    float: left;
    width: 33%;
    margin: 30 0 30 0;
}

.three_column_content p {
    margin: 0 0 0 30;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.three_column_content ul {
    width: auto;
    /*height: auto;*/
    margin: 0 0 15 30;
    padding-left: 0;
    clear: both;
    /*border: solid 1px red;*/
}

.three_column_content li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    line-height: 1.4em;
    height: auto;
    margin: 10 0 0 0;
    padding: 0;
    /*font-style: italic;*/
    text-align: center;
    clear: both;
    width: 98%;
}

.two_column_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: solid 2px #ececec;
    border-radius: 20px;
}

.two_column_wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.two_column_content {
    float: left;
    width: 49%;
    margin: 0;
}

.two_column_content p {
    margin: 30;
    padding: 0;
    text-align: center;
}

.two_column_content img {
    margin: 30 auto;
    display: block;
    padding: 0;
    border-radius: 10px;
}

.left_border {
    border-left: solid 2px #ececec;
}

.h3_center {
    font-size: 26px;
    font-weight: 800;
    color: #9442FF;
    padding: 0;
    margin: 50 auto 10 0;
    text-align: center;
    text-transform:uppercase;
    clear: both;
}

.h4_center {
    font-size: 40px;
    font-weight: 300;
    color: #424242;
    padding: 0;
    margin: 0 auto 0 0;
    text-align: center;
    clear: both;
}

.project_intro_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*border: dashed 2px #9442ff;*/
    border-radius: 20px;
}

.project_intro_wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.project_intro_content {
    float: left;
    width: 25%;
    margin: 30 0 30 0;
}

.project_intro_content p {
    margin: 0 0 0 30;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}
.center_align {
    text-align: center;
}

.violet {
    color: #9442ff;
}

.violet_border {
    border: dashed 2px #9442ff;
}

.orange {
    color: #fe6a25;
}

.orange_border {
    border: dashed 2px #fe6a25;
}

.project_intro_content ul {
    width: auto;
    height: auto;
    margin: 0 0 0 30;
    padding-left: 0;
}

.project_intro_content li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4em;
    height: auto;
    margin: 10 0 0 0;
    padding: 0;
    font-style: italic;
    /*border: solid 1px green;*/
    clear: both;
    width: 98%;
}

.lfe_persona_wrapper {
    width: 100%;
    margin: -20 auto;
    padding: 0;
    display: inline-block;
}

.lfe_persona_content_wrapper {
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 2%;
    display: inline-block;
}

.lfe_persona_content_wrapper h3 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    padding: 30 0 0 0;
    margin: 0;
    border: none;
}

.lfe_persona_left img {
    width: 28%;
    margin: 20 0 0 2%;
    display: inline-block;
    /*float: left;*/
}

.lfe_persona_right {
    width: 66%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 0 2%;
    margin: 5 0 0 20;
}

.lfe_persona_right p {
    margin: 15 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

.lfe_persona_right ul {
    width: auto;
    margin: 0;
    padding: 0;
    clear: both;
}

.lfe_persona_right li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 0 5%;
    padding: 0;
}

/*
.lfe_persona_wrapper::after{
    content: "";
    clear: both;
    display: table; 
}
*/

/*
.lfe_persona{
    float: left;
    width: 27.8%;
    height: auto;
    margin: 0 20 20 0;
    padding: 15;
    border: solid 1px #ACBABF;
    border-radius: 10px;
}


.lfe_persona p{
    margin-bottom: 10;
    padding: 0;
    font-size: 16px;
    
}

.lfe_persona img{
    border-radius: 8px;
}

*/

footer{

    background-color: #212121;
    color: #bdbdbd;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 18px;
    position: absolute;
    width: 100%;
    
}

/*
footer a{
    text-decoration: none;
    color: #bdbdbd;
}

footer a:hover{
    text-decoration: underline;
    color: #fff;
}
*/

/*
.footer_img{
    border: solid 1px green;
    width: 100;
    height: auto;
    float: left;
    margin: 0 auto 0 0;
    padding: 0;
}
*/
/*

.footer_img_element{

    width: 200px;
    margin: 0 auto 0 0;
    display: inline-block;
    padding: 2;
}
*/


/*
footer #contact {
    float: left;
    margin: 50 auto;
    padding: 0;
}
*/

.social_network{
    margin: 0 auto;
    width: 250;
}


.social_network ul{
    width: 100%;
    margin: 50 auto 50 0;
    height: auto;
}

.social_network ul li{
    list-style: none;
    display: inline-block;
/*    height: 110px;*/
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;

}

.social_network img{
    padding: 0;
    margin: 0 auto;
}


.off {
    display: none;
}

.profile_pic {
    width: 350px;
    height: 350px;
    margin: 220 auto 0 auto;
    background-image: url(../images/profile_pic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    clear: both;
}

.name h1 {
    width: 540px;
    font-size: 36px;
    font-weight: 600;
    color: #424242;
    padding: 0;
    margin: 50 auto 20 auto;
    text-align: center;
    clear: both;
}

.name p {
    text-align: center;
    margin: 0 auto 200 auto;
    font-size: 18px;
    width: 540px;
    position: relative;
    line-height: 1.5em;
}

.designation {
    width: 540px;
    font-size: 24px;
    font-weight: 600;
    color: #424242;
    padding: 0;
    margin: 20 auto 20 auto;
    text-align: center;
    clear: both;
}

.download_portfolio {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.download_portfolio a {
    font-size: 30px;
    font-weight: 400;
    /*color: #424242;*/
    color: #007fff;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    clear: both;
}


.about_me {
    width: 100%;
    height: auto;
    margin: 150 auto 250;
    font-size: 20px;
    line-height: 34px;
    color: #424242;
}

.about_me ul {
    width: 1000px;
    margin: 50 auto 100;
}

.about_me li {
    font-size: 20px;
    font-weight: normal;
}

.about_me p {
    width: 1000px;
    font-weight: normal;
    margin: 30 auto;
    line-height: 33px;
    text-align: left;
}

.know_more_about_me a{
    text-decoration: none;
}

.know_more_about_me a href{
    background-color: #9442FF
}

.contact {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    margin: 0 auto;
    letter-spacing: 0.2em;
    line-height: 2em;
    text-align: center;
}

.contact a {
    text-decoration: none;
    color: #404040;
}

.contact a:hover {
    text-decoration: underline;
    color: #fff;
    transition: 0.2s ease-in-out;
    background-color: #9442ff;
    padding: 10 30 10 30;
    border-radius: 40px;
}

.section_heading h1 {
    font-size: 40px;
    font-weight: 350;
    color: #424242;
    padding: 0;
    margin: 50 auto 10 0;
    text-align: center;
    clear: both;
}

.project_container {
    width: 100%;
    height: auto;
    margin: 80 auto 40 0;
    padding: 0;
    position: relative;
    clear: both;
    display: inline-block;
}

.project_thumb {
    width: 100%;
    height: 281px;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    position: relative;
    clear: both;
    display: block;
}

.project_thumb a {
    text-decoration: none;
}

.fleet {
    background-image: url(../images/fleet_thumb_new.jpg);
}

.lubricants_thumb {
    background-image: url(../images/lubricants_thumb.jpg);
}

.project_heading {
    font-size: 28px;
    font-weight: 750;
    text-align: left;
    margin: 30 0 16 0;
    padding: 0;
    letter-spacing: normal;
}

.project_heading a {
    text-decoration: none;
}

.project_heading a href {
    text-decoration: none;
}

.project_tag {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.ux_research {
    width: auto;
    display: block;
    color: #fff;
    background-color: #9442ff;
    border-radius: 18px;
    margin: 0 10 0 0;
    padding: 6 14 6 14;
    float: left;
}

.strategy {
    border-radius: 18px;
    width: auto;
    height: auto;
    color: #fff;
    background-color: #007fff;
    margin: 0 10 0 0;
    padding: 6 14 6 14;
    float: left;
}

.product_design {
    border-radius: 18px;
    width: auto;
    height: auto;
    color: #fff;
    background-color: #9442ff;
    float: left;
}

.project_tag a {
    text-decoration: none;
    border-radius: 18px;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 6 14 6 14;

    clear: both;
}

.project_impact h2 {
    width: auto;
    height: auto;
    margin: 30 0 10 10;
    padding: 0;
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    position: relative;
    clear: both;
}

.project_impact ol {
    margin: 0;
    clear: both;
}

.project_impact ol li {
    margin: 0 0 8 14;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    list-style: inside;
    clear: both;
}

.project_impact ul{
    margin: 0 0 0 10;
    padding: 0;
    clear: both;
}

.project_impact ul li {
    float: left;
    list-style: none;
    display: block;
    margin: 0 10 0 0;
    line-height: normal;
    padding: 0;
}

.read_case_study{
    display: block;
    clear: both;
    /*margin: 30 0 0 0;*/
    padding: 20 0 0 10;
}

.read_case_study a{
    font-size: 18px;
    font-style: italic;
    color: #494949;
 
}

.read_case_study a:hover{
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    transition: 0.5s;

    color: #494949;
}

/******** - Project Left*****************/

.project_thumbnail_left {
    /*border: solid 1px red;*/
    width: 490px;
    height: 342px;
    float: left;
    position: relative;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.project_thumbnail_left img {
    margin: 0;
    padding: 0;
}

.project_title_left {
    float: left;
    position: relative;
    margin: 10 0 0 30;
    width: 470px;
}

.project_title_left h2 {
    font-size: 28px;
    font-weight: 750;
    text-align: left;
    margin: 0 0 14 0;
    padding: 0;
    letter-spacing: normal;
}

.project_title_left a {
    text-decoration: none;
}

.project_title_left a:hover {
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

.project_research_method_left a {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    float: left;
    margin: 10 0 0 30;
    width: 470px;
    text-decoration: none;
    letter-spacing: 0.07em;
}

.project_description_left ul {
    width: 400px;
    height: auto;
    clear: both;
    float: left;
}

.project_description_left ul li {
    font-size: 18px;
    font-weight: normal;
    position: relative;
}

.project_description_left p a {
    font-size: 18px;
    float: left;
    position: relative;
    width: 470px;
    height: auto;
    font-weight: normal;
    margin: 20 0 0 30;
    /*    border: solid 1px green;*/
    text-decoration: none;
}

.project_designation_left a {
    font-size: 18px;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #8c8c8c;
    position: relative;
    float: left;
    margin: 20 0 0 30;
    width: 470px;
    letter-spacing: 0.05em;
    text-decoration: none;
}

/********Project right*****************/

.project_thumbnail_right {
    width: 490px;
    height: 342px;
    float: right;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.project_thumbnail_right img {
    margin: 0;
    padding: 0;
}

.project_title_right {
    float: left;
    position: relative;
    margin: 10 0 0 0;
    width: 470px;
}

.project_title_right h2 {
    font-size: 28px;
    font-weight: 750;
    text-align: left;
    margin: 0;
    padding: 0;
}

.project_research_method_right a {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    float: left;
    margin: 10 0 0 0;
    width: 470px;
    text-decoration: none;
    letter-spacing: 0.07em;
}

.project_title_right a {
    text-decoration: none;
}

.project_title_right a:hover {
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

.project_designation_right a {
    font-size: 18px;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #8c8c8c;
    position: relative;
    float: left;
    margin: 20 0 0 0;
    width: 470px;
    letter-spacing: 0.05em;
    text-decoration: none;
}
.project_date_right a {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    float: left;
    margin: 20 0 0 0;
    width: 470px;
    text-decoration: none;
}

.project_description_right p a {
    font-size: 18px;
    float: left;
    position: relative;
    width: 480px;
    height: auto;
    margin: 20 0 0 0;
    /*    border: solid 1px green;*/
    text-decoration: none;
}

/****************************************************/

.blank {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    /*border-top: dotted 1px red;*/
}

.floral {
    background-image: url(../images/floral_line_break.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100px;
    margin: 0 auto 100 0;
    padding: 0;
    clear: both;
}

/********************* Project Page Start *******************************/

.street_romeo_banner {
    width: 100%;
    height: 480px;
    background-image: url(../images/widescreen-banner.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow-y: hidden;
    margin: -100 auto 0 0;
    padding: 0;
}

.project_created {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 30 0 80 0;
}

/********************* Project Page End *******************************/

.box {
    width: 100%;
    margin: 40 auto 100 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    line-height: 38px;
    text-align: left;
}

.box h3 {
    font-size: 34px;
    margin-left: 0;
}

.box li {
    list-style: none;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 0.02em;
    margin-top: 20px;
    margin-left: 0;
    border-left: solid 6px #424242;
    width: 74%;
}

.continue_reading {
    bottom: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 26 0 0 0;
}

.continue_reading a {
    color: #bdbdbd;
    text-decoration: none;
}

.continue_reading a:hover {
    color: #757575;
    transition: 0.2s ease-in-out;
}

.gutter {
    margin: 0 20 0 0;
}

.thumb_1 {
    width: 320px;
    height: 180px;
}

.thumb_1 a {
    width: 320px;
    height: 180px;
    background-image: url(../images/1_b.jpg);
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
}

.thumb_1 a:hover {
    transition: 0.3s ease-in-out;
    background-image: url(../images/1.jpg);
}

.coffee_mug {
    width: 320px;
    height: 180px;
}

.coffee_mug_banner {
    width: 100%;
    height: 330px;
    background-image: url(../images/arts/coffee_mug/cm_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow-y: hidden;
    margin: 0;
}

.coffee_mug a {
    width: 320px;
    height: 180px;
    background-image: url(../images/arts/coffee_mug/coffee_mug_b.jpg);
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
}

.coffee_mug a:hover {
    transition: 0.3s ease-in-out;
    background-image: url(../images/arts/coffee_mug/coffee_mug_c.jpg);
}

.street_romeo {
    width: 320px;
    height: 180px;
}

.street_romeo a {
    width: 320px;
    height: 180px;
    background-image: url(../images/arts/street_romeo/sr_b.jpg);
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
}

.street_romeo a:hover {
    transition: 0.3s ease-in-out;
    background-image: url(../images/arts/street_romeo/sr_c.jpg);
}

.medium {
    background-image: url(../images/medium.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.academics ul {
    margin: 0 0 60 20;
    padding: 0;
    /*    border: solid 1px;*/
}

.academics li {
    text-decoration: none;
    margin: 0 0 10 0;
    padding: 0 0 0 10;
}

.skills ul {
    width: 100%;
    height: 200px;
    padding: 0;
}

.skills li {
    width: 250px;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 12 10 0;
    line-height: 1.4em;
}

.tools ul {
    width: 100%;
    height: 130px;
    padding: 0;
    margin: 0;
}

.tools li {
    width: 175px;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 10 10 0;
    line-height: 1.4em;
}

.career {
    width: 100%;
    height: auto;
}

.resume_horizontal {
    width: 100%;
    height: auto;
    margin: 30 auto;
    padding: 0;
    clear: both;
}

.month {
    font-size: 18px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    padding: 0;
    margin: 0;
}

.year {
    font-size: 20px;
    font-weight: 700;
    color: #757575;
    width: 90px;
    height: 50px;
    line-height: 26px;
    /*    border: solid 1px;*/
    text-align: center;
    float: left;
}

.logo {
    width: 50px;
    height: 50px;
    float: left;
    /*    border: solid 1px;*/
    position: relative;
}

.comp_name {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 0 70;
}

.job_title {
    width: 100%;
    font-style: italic;
    float: left;
    padding: 0;
    margin: 0 0 10 70;
    clear: both;
}

.shell {
    background-image: url(../images/shell.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.shell ul {
    width: 100%;
    margin: 0 0 0 16;
    padding: 0;
    clear: both;
}

.shell li {
    width: 100%;
    list-style: disc;
    margin: 10 0 10 25;
    padding: 0 0 0 30;
    line-height: 1.4em;
}

.caterpillar {
    background-image: url(../images/cat.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.caterpillar ul {
    width: 100%;
    margin: 0 0 0 16;
    padding: 0;
    clear: both;
}

.caterpillar li {
    width: 100%;
    list-style: disc;
    margin: 10 0 10 25;
    padding: 0 0 0 30;
    line-height: 1.4em;
}

.tcs {
    background-image: url(../images/tcs.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.tcs ul {
    width: 100%;
    margin: 0 0 0 16;
    padding: 0;
    clear: both;
}

.tcs li {
    width: 100%;
    list-style: disc;
    margin: 10 0 10 25;
    padding: 0 0 0 30;
    line-height: 1.4em;
}

.cts {
    background-image: url(../images/cts.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cts ul {
    width: 100%;
    margin: 0 0 0 16;
    padding: 0;
    clear: both;
}

.cts li {
    width: 100%;
    list-style: disc;
    margin: 10 0 10 25;
    padding: 0 0 0 30;
    line-height: 1.4em;
}

.edukite {
    background-image: url(../images/edukite.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.edukite ul {
    width: 100%;
    margin: 0 0 0 16;
    padding: 0;
    clear: both;
}

.edukite li {
    width: 100%;
    list-style: disc;
    margin: 10 0 10 25;
    padding: 0 0 0 30;
    line-height: 1.4em;
}

/**********************  Resume New End **************************/

/*
.profile{
    width: 300px;
    height: 300px;
    background-image: url(../images/profile_pic.jpg);
    background-size: 100px 100px;
    background-position: center top;
}
*/

.certification {
    color: #757575;
    margin: 0 auto;
    width: 50px;
    min-height: 82px;
    background-image: url(../images/certification.jpg);
    background-position: center top;
}

.download_resume_wrapper{
    width: 100%;
    height: 200px;
    margin: 0 auto;
    padding: 0;
}


.download_resume_wrapper a{
    background-image: url(../images/download_arrow_violet.png);
    background-repeat: no-repeat;
    background-position: 28px 18px;
    text-decoration: none;
    width: 250px;
    height: 50px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    border: solid 2px #AA00FF;
    border-radius: 6px;
    margin: 0 auto;
    padding-left: 20;
    color: #AA00FF;
}

.download_resume_wrapper a:hover{
    background-image: url(../images/download_arrow.png);
    background-repeat: no-repeat;
    background-position: 28px 18px;
    width: 250px;
    height: 50px;
    background-color: #AA00FF;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    border: solid 2px #AA00FF;
    border-radius: 6px;
    margin: 0 auto;
    padding: 0 0 0 20;
}

.download_resume_button{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 50px;  
}

.download_resume {
    border-radius: 4px;
    background-image: url(../images/download_arrow.png);
    background-repeat: no-repeat;
    background-color: #aa00ff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    clear: both;
    padding: 20 34 20 66;
}

.lube_end_user_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}

.lube_end_user_content {
    width: 45%;
    float: left;
    margin: 20 5% 0 0;
    padding: 0;
    /*border: solid 1px green;*/
}

.lube_end_user_content img {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}

.lube_end_user_content h3 {
    width: 100%;
    margin: 30 0 0 0;
    padding: 0 0 10 0;
}

.lube_end_user_content ul {
    margin: 0 0 10 20;
    padding: 0;
}

.lube_end_user_content li {
    width: 80%;
    margin: 15 0 0 10;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
}

/*****************  Inner Page  **************************************/

/*
.banner{
    width: 100%;
    height: 360px;
    background-image: url(../images/flag_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow-y: hidden;
    margin: 0;
}
*/

.fleet_banner {
    width: 100%;
    height: 400px;
    background-image: url(../images/fleet/fleet_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center relative;
    background-size: 100%;
    overflow-y: hidden;
    margin: 0 auto;
    padding: 0;
}

.lfe_banner {
    width: 100%;
    height: 480px;
    background-image: url(../images/widescreen-banner.jpg);
    background-repeat: no-repeat;
    background-position: top center relative;
    background-size: 100%;
    /*overflow-y: hidden;*/
    margin: -100 auto 0 0;
    padding: 0;
}

.analytics_banner {
    width: 100%;
    height: 480px;
    background-image: url(../images/analytics/analytics_baner.jpg);
    background-repeat: no-repeat;
    background-position: top center relative;
    background-size: 100%;
    /*overflow-y: hidden;*/
    margin: -100 auto 0 0;
    padding: 0;
}

.lube_banner {
    width: 100%;
    height: 480px;
    background-image: url(../images/lube/lube_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center relative;
    background-size: 100%;
    /*overflow-y: hidden;*/
    margin: -100 auto 0 0;
    padding: 0;
}

.read_more_projects {
    width: 1000px;
    height: 500px;
    font-size: 30px;
    font-weight: 400;
    margin: 100 auto 0 -100;
    padding: 30 0 0 0;
    clear: both;
    border-top: dotted 1px #bdbdbd;
}

.read_more_projects h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    margin: 15 auto 20 0;
    padding: 0;
    color: #424242;
}

.rm_project_container {
    width: 306px;
    height: 350px;
    margin-bottom: 50px;
    float: left;
}

.rm_project_container h2 a {
    width: 306px;
    font-size: 20px;
    font-weight: 700;
    color: #757575;
    margin: 170 auto 20 0;
    padding: 0;
    clear: both;
    position: absolute;
}

.rm_project_container h2 a:hover {
    width: 306px;
    color: #424242;
}

.rm_project_container p {
    margin: 220 0 0 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-height: 84px;
    overflow: hidden;
}

.rm_continue_reading a {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #bdbdbd;
    text-decoration: none;
    float: right;
    margin: 20 0 0 0;
}

.rm_continue_reading a:hover {
    color: #757575;
    transition: 0.5s ease-in-out;
}

.rm_thumb_1 {
    width: 235px;
    height: 132px;
    margin: 0;
    padding: 0;
    clear: both;
}

.rm_thumb_1 a {
    width: 235px;
    height: 132px;
    background-image: url(../images/1_b.jpg);
    background-size: 320px 320px;
    overflow: hidden;
    position: absolute;
}

.rm_thumb_1 a:hover {
    transition: 0.3s ease-in-out;
    background-image: url(../images/1.jpg);
}

.rm_gutter {
    margin: 0 40 0 0;
    padding: 0;
    clear: both;
}

ul.square {
    list-style-type: square;
    padding: 0;
    margin: 0 0 30 0;
    clear: both;
}

ol.lfe_la {
    list-style-type: lower-alpha;
    line-height: 0.1em;
    padding: 0;
    margin: 10 0 10 20;
    clear: both;
}

ol.lfe_ur {
    list-style-type: upper-roman;
    padding: 0;
    margin: 20 0 30 20;
    clear: both;
}

.heading {
    padding: 0;
    margin: 30 0 0 20;
    clear: both;
}

.image_stack_list ul li {
    list-style: none;
    float: left;
    margin: 0 20 0 0;
}

.img_border {
    border: solid 1px #000;
    border-radius: 15px;
}

.img_note {
    font-style: italic;
    font-size: 16px;
    text-align: center;
    width: auto;
    margin: 40 auto;
    color: grey;
    clear: both;
}

.img_list ul li {
    list-style: none;
    float: left;
    /*    margin: 20;*/
    border: solid 1px lightgrey;
    display: inline;
}

.img_float_left {
    margin: 5;
    float: left;
    border: solid 1px lightgrey;
    overflow: hidden;
    border-radius: 15px;
}

.clear {
    clear: both;
}

/**************  Nutrimax **************/

.rm_nutrimax a {
    width: 306px;
    height: 172px;
    background-image: url(../images/ux/nutrimax/nutrimax_b.jpg);
    background-position: top left;
    overflow: hidden;
    position: absolute;
}

.rm_nutrimax a:hover {
    transition: 0.3s ease-in-out;
    background-image: url(../images/ux/nutrimax/nutrimax_c.jpg);
}

.mobile_1 {
    background-image: url(../images/ux/nutrimax/mobile_1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 3240px;

    margin-left: -500px; /* Half the width */
}

.desk_1 {
    background-image: url(../images/ux/nutrimax/desk_wire_home.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: 50%;
    left: 40%;
    width: 1000px;
    height: 3320px;

    margin-left: -500px; /* Half the width */
}

.ia {
    background-image: url(../images/ux/nutrimax/ia.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 850px;
    margin: -50 0 60 -500;
}

.quick_win {
    background-image: url(../images/ux/nutrimax/quick_win_prototype.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    width: 1000px;
    height: 1198px;
    margin: 10 0 50 -100;
    overflow: visible;
}

/**************  Nutrimax ends here **************/

/**************  Street Romeo starts here **************/

.description p {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    padding: 0;
    margin: 0 auto 80;
}

.rm_street_romeo a {
    width: 306px;
    height: 172px;
    background-image: url(../images/arts/street_romeo/sr_b.jpg);
    background-position: top left;
    overflow: hidden;
    position: absolute;
}

.rm_street_romeo a:hover {
    transition: 0.3s ease-in-out;
    background-image: url(../images/arts/street_romeo/sr_c.jpg);
}

.quot {
    width: 940px;
    height: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    margin: 80 auto 80;
    padding: 20 30 20 30;
    background-color: #9442FF;
    border-radius: 20px;
}

.quot p {
    margin: 14 0 0 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    color: #fff;
}

.quot h2 {
    margin: 0;
    color: #fff;
}

.quot ul {
    margin: 0 0 0 30;
    padding: 0;
    font-size: 16px;
}

.quot ol {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 16px;
}

.quote ol li {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.quote_note {
    font-style: italic;
    font-size: 16px;
    width: auto;
    margin: 20 auto 0 0;
    color: #fff;
    clear: both;
}

/**************  Street Romeo ends here **************/
