html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    overflow: hidden;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select::-ms-expand {
    display: none;
}

.container {
    background-color: #f2f2f2;
}

.wrapper {
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
}

.container-fluid {
    background-color: #f2f2f2;
}


/*BANNER SECTION*/

.bannersection {
    margin-top: 85px;
}

.bannercontent {
    margin-top: 250px;
}

.bannerheader {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 65px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: auto;
    margin-bottom: 40px;
}

.bannersubheader span {
    padding-left: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    margin-top: 20px;
    vertical-align: middle;
}

/*ABOUT SECTION*/

.aboutsection {
    margin-top: 150px;
}

.aboutheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: auto;
    text-align: right;
}

.aboutsubheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 46px;
    color: #1A1A1A;
    margin-top: 30px;
    text-align: right;
    max-width: 480px;
}

.aboutmotif {
    margin-top: 20px;
    text-align: right;
}

.aboutdesignationheading {
font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    margin-top: 30px;
    text-align: right;
    margin-top: 10px;
}

.aboutdesignation {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    color: #1A1A1A;
    text-align: right;
    margin-top: 20px;
}

.aboutcontent {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #808080;
    text-align: left;
    margin-bottom: 100px;
}

/*CONSULTING SECTION*/

.consultingsection {
    margin-top: 120px;
    background-color: #fff;
}

.consultingheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: auto;
    text-align: left;
    margin-bottom: 40px;
}

div.consultingimage {
    content: url(../img/mohan-krishnaraj-consulting.svg);
    padding-bottom: 100px;
}

/*mediaCATIONS SECTION*/
.publicationssection {
    margin-top: 100px;
}

.publicationsheading span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: auto;
    text-align: left;
    margin-bottom: 40px;
}

.publicationheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: auto;
    text-align: left;
    margin-bottom: 40px;
}

.balancingactbookheader {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #1A1A1A;
    padding-bottom: 20px;
    text-shadow: none;
}

.balancingactbookdescription {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    text-shadow: none;
    margin-top: 20px;

}

.gamingbookheader {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #1A1A1A;
    padding-bottom: 20px;
    text-shadow: none;
}

.gamingbookdescription {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    text-shadow: none;
}

.gamedesignimg,
.balancingactimg {
    text-align: center;
}

.publicationbooks {
    margin-top: 30px;
}

.publicationbooksholygrail{
   margin-top: 100px; 
}

.publicationmarker {
    border: solid 1px #333;
    clear: both;
    background-color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}


a.websitelink:hover{
    color: #333;
}

a.button.websitelink:hover{
        background: #333;
    color: #ffffff;
}

.button {
  border: 2px solid #333333;
  border-radius: 0px;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
background: linear-gradient(to right, #ffffff 0%, #f2f2f2 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .6s ease-out;
margin-top: 50px;
font-weight: 400;
}

/*ARTICLE SECTION*/


.articlessection {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.3em;
    color: #1A1A1A;
    line-height: auto;
    margin-top: 100px;
}

.articlesmarker {
    border: solid 1px #333;
    clear: both;
    background-color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.articleheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #c4c4c4;
    letter-spacing: 0.25em;
    margin-top: 40px;
}

.articlesubheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2em;
    color: #1A1A1A;
    margin-top: 10px;
    height: 40px;
}

.readmorebutton {
    margin-top: 55px;
}

.getintouchclicklink {
    margin-top: 10px;
}


/*IA AWARDS SECTION*/


.iaawardssection{
        margin-top: 150px;
}

.iaawardssectioncontentsection{
    margin-left: 100px;
}
.iawardslogo{
    margin-top: 100px;
    text-align: center;
}

.iaawardssectioncontent{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #1A1A1A;
    margin-top: 30px;
    text-align: center;
}

.iaawardssectionsubcontent{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 1.5em;
    margin-top: 20px;
    text-align: center;
}

.iaawardssectionmobile{
    display: none;
}

.iaawardsmarker {
    border: solid 2px #333;
    clear: both;
    background-color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
    display: none;
}


/*WONGDOODY SECTION*/

.wongdoodysection{
        margin-top: 150px;
}

.wongdoodysectionmobile{
    display: none;
}

/*MEDIA SECTION*/

.mediabreaker{
    margin-top: 50px;
}


.mediaheadingsection {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: auto;
    text-align: left;
    margin-top: 100px;
    padding-bottom: 100px;

}

.mediaheadingsection span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: auto;
    text-align: left;
}



.favorite-section {
    position: relative;
    min-height: 100vh;
    padding: 160px 100px;
    background-color: white;
}


.favorite-block {
    position: relative;
    margin-bottom: 1px;
    padding-left: 0px;
    padding-right: 1px;

}

.favorite-block .inner-box {
    position: relative;
    overflow: hidden;
}

.favorite-block .inner-box .image {
    position: relative;
}

.favorite-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.favorite-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}

.favorite-block .inner-box:hover .image .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
}

.favorite-block .inner-box .image .overlay-box .overlay-inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 10px 30px;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content h3 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 2px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content h3:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 35px;
    height: 1px;
    margin-left: -17px;
    background-color: #ffffff;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content h3 a {
    color: #ffffff;
}

.favorite-block .inner-box .image .overlay-box .overlay-inner .content .text {
    position: relative;
    color: #d1d1d1;
    font-size: 14px;
    line-height: 1.4em;
}

.mediaheading span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.5em;
    color: #1A1A1A;
    line-height: auto;
}

.mediaheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.5em;
    color: #1A1A1A;
    line-height: auto;
}

.mediamotif {
    margin-top: 60px;
}

.mediadescriptionlocation {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #fff;
    padding-bottom: 20px;
    text-align: left;
}

.mediadescriptioncontent {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    text-align: left;
}

.getintouchbox {
    width: 100%;
    height: 229px;
    padding-left: 30px;
    padding-right: 30px;
}

.getintouchcontent {
    margin-top: 150px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 20px;
    opacity: 0.8;
}

.getintouchsubcontent {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #F2F2F2;
    padding-bottom: 10px;
    opacity: 0.8;
}

.reachoutbox {
    width: 100%;
    height: 229px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0.8;
}


/*FOOTER SECTION*/
.footersection {
    margin-top: 150px;
    background: #333;
    width: 100%;
}

.footercontent {
    margin-top: 150px;
    text-align: center;
    padding-bottom: 30px;
}

.contactheader {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.2em;
    color: #ffffff;
    line-height: auto;
}

.contactheadercontent {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    padding-top: 30px;
    line-height: 1.2;

}

.copyrightcontent {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    padding-top: 70px;
}

.contactsocial {
    padding-top: 40px;
}

a:hover {
    text-decoration: none;
}

.nav.navbar-nav {
    text-align: right;
}
