/* CSS Reset - Start */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ECECEC;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* CSS Reset - End */


* {
  box-sizing: border-box;
}
html, body {
   margin:0;
   padding:0;
   height:100%;
}


body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;

}

h1, h2, h3, h4 {
  color: #2c3e50;
  padding: 10px;
  font-weight: 400;
}

h1 {
  font-size: 28px;
  line-height: 1.5;
}

h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
  font-weight: 300;
  
}
h4 {
  font-size: 16px;
}
p {
  color: #2c3e50;
  font-size: 16px;
  padding: 20px;
  line-height: 2;
  text-align: justify;  
  word-spacing:-1px;
  padding-left: 10px;
  padding-right: 10px;
}
a {
  font-size: 14px;  
  color: #2c3e50;
  text-decoration: none;
}
#quick-access {
  float:right;
}

.row::after 
{
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] 
{
    float: left;
    padding: 15px;
     /*
    border: 1px solid black;
    */
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1220px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.wrapper {
  min-height:100%;
  position:relative;
  
}

/* Index Page CSS - Start */
.leftPanel {
  position: fixed;
  width: 15%;
  height: 100%; 
  background-color: #ffffff;  
  border-right: 1px solid #ECECEC;  
  z-index: 1; 
  /*
  box-shadow: 1px 1px 10px #88888875; 
  */
  
}
/*
.logo {
  height: auto;
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #ecf0f1;
  
}
#logoItem {
  display: inline-block;
  font-weight: bold;
  color: #1abc9c;
  font-size: 34px;
  text-align: center;
  padding: 0;
  padding-top: 10px;  
}
#verifyCua {
  color: #FF5722;
  font-size: 8px;
}
#logoItem_2 {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 10px;  
  text-align: center; 
  color: #95a5a6; 

}
*/
.logo {
  height: 160px;
  width: 100%;
  margin: auto;
/*    
  border-radius: 100%;
*/    
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ECECEC;
/*    
  margin-top: 30px;
*/  
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
}
#logoItem {
  display: inline-block;
  color: #9013FE;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  padding-top: 20px;  
  margin: 0px;
  padding-bottom: 20px;    
}
#verifyCua {
  color: #9013FE;
  font-size: 12px;
  font-weight: 400;    
  padding: 5px 24px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  line-height: 4;
}
#verifyCua:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#logoItem_2 {
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  padding: 10px 10px;  
  text-align: center; 
  color: #95a5a6; 
  
}

.navItemContainer {
  padding-top: 30px;
}
.navItem
{
  padding: 0;
  
}
.navItem a {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 28px 0px 28px 20px;
  display: inline-block;
}

.navItem a:hover {
  color: #9013FE;
}

#rightpointer {
    color: #9013FE;
    margin-left: 10px;
     
}

.active a{
    color: #9013FE; 
}

.socialContainer {
  height: auto;
  width: 100%;  
  /*
  background-color: #ecf0f1;
  */
  text-align: center; 
  margin-top: 30px;
  
  border-top: 1px solid #ECECEC;  
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);    
  padding-top: 50px;

}

.fa {  
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
  background: #2c3e50;
  color: #fff;
  border-radius: 0.8em;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  
}
.icon {
  display: inline-block;  
  padding: 10px;
}

.fa:hover {
    /*  
    color: #9013FE;
    background-color: #fff;
    */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#logoItem:hover {
  color: #9013FE;
}
/*
#logoItem_2:hover {
  color: #9013FE;
}
*/
.containerIndexPage {
  position: relative;  
  top: 0px;
  width: 85%;  
  height: auto;
  left: 15%;   
  /*
  z-index: -1000;
  */
}
.container {
  position: relative;  
  top: 110px;
  width: 85%;  
  height: auto;
  left: 15%;   
  z-index: 1;
}

.heroImage {
  background-image: url("../images/vinayhm.jpg");
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.nameContainer {
  
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border: 6px solid #9013FE;
  border-radius: 50%;
  text-align: center;  
}

.nameContMar {
  margin-top: 30px;
}

#tenYears {
  padding: 0;
  margin-top: 10px;
  font-size: 24px;
  color: #9013FE;
  text-align: center;
}
.bodyText {
  margin-top: 20px;

}

.footer {
  position: relative;
  height: 80px;  
  background-color: #ffffff;  
  margin-top: 40px;  
}

.footer p {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.clear {
  clear: both;
}
.tempHeight {
  height: 150px;
}

/* Index Page CSS - End */


/* Design Portfolio Page CSS - Start */
.title_accent {
  color: #9013FE;
}
.navBar {
background-color: #ffffff; 
position: fixed;
width: 85%;
height: auto;
text-align: center;
border-bottom: 1px solid #ECECEC; 
top: 0;
z-index: 1;
/*
box-shadow: 1px 1px 10px #88888875; 
*/
}
.navBar h3 {
  font-size: 34px;
  font-weight: bold;  
}
.navBar h3 a{
  font-size: 34px;
  font-weight: bold;  
}

.navBarContainer {  
  display: inline-block;  
  width: 85%;
  height: 100%;
  margin: auto;  
  left: 5%;
}

.navBarItems {
  display: inline-block;  
  padding: 10px 40px 0px 40px;  
  
}
.pipping {
  display: inline-block;  
  padding: 10px 0px 0px 0px; 
  /*
  color: #9013FE;
  */
}


.navBarItems a {  
  font-size: 16px;  
  color: #2c3e50;
  text-decoration: none;
}
.navBarItems a:hover {
  color: #9013FE;
  text-decoration: underline;  
}
.active_navBarItems a {
  color: #9013FE;
  text-decoration: underline;  
}
.subContainer {  
  position: relative;   
  /*  
  left: 5.4%;
  
  
  margin-top: 100px;  
  */
  /*
  width: 94.6%;   
  */
  width: 90%;
  left: 5%;
}
.thumbImages {
  width: 80%;
  max-height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.thumbImagesAlign {
  text-align: center;
}
.thumbImages:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s;
}
.imageInArticle {
 max-width: 100%; 
}
.problemStat {
  margin-top: 40px;
}
.cognitiveFontSiz {
  font-size: 30px;
}
.marginLeftWireF {
  margin-left: 15px;
}
.noteBold {
  font-weight: bold;
  text-decoration: underline;
}
.boldText {
  font-weight: bold;
}
.backTopButton {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  position: relative;
  top: -10px;
}
.nextBottomButton {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
}
.backBottomButton {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
}
.sectionBorder {
  border-bottom: 1px solid #ECECEC;
}
a h1:hover {
  color: #9013FE;
}
.paddingTop {
  padding-top: 0px;
}
/*
.sectionBorder:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s;
}
*/
.readMore {
  font-size: 16px;
  text-decoration: underline;
  background-color: #ECECEC;
  padding: 6px;
  border-radius: 2px;
  margin-top: 6px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  background-color: #9013FE;
  color: #ffffff;
  text-align: center;
}
.readMore:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.caseStudyButton {
  padding-top: 0;
  padding-bottom: 0;
}
.caseStudyHeading {
  display: none;
}
.subHeading {
  font-weight: 600;
  font-size: 18px;
  color: #9013FE;
  border-bottom: 1px solid #9013FE;
  margin-bottom: 40px;
}
.row_thirty_pad {
  padding: 30px;
    
}
.extraPad {
  padding-bottom: 130px;
}
.circularDiv {
  position: relative;  
  
  border: 1px solid #ECECEC; 
  /* 
  margin: auto;    
  */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.circularDiv:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.circularDiv_bot {
  position: absolute;  
  width: 196px;
  height: 78px;
  background-color: rgb(44, 62, 80); 
  bottom: 0px;
  left: 0px; 
  overflow: hidden;

}
.circularDiv_bot p { 
  position: relative;
  top: 5%;  
  font-size: 14px;  
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: center;  
  padding: 5px;        
}
.circularDiv_Title a p:hover {
  color: #9013FE;
   
}
.crapsMargin {
  margin: 0;
}
.pad {
  padding: 10px 10px 10px 10px;
}
#subHeightAdj {
  height:480px;
  top:30px;
}
#containerHeightAdj {
  height:600px;
}

/* Design Portfolio Page CSS - MyVilla - Start */
table, th, td {
  border: 1px solid #dfe4ea;
  border-collapse: collapse;
  
}

th, td {
 text-align: justify;
 padding: 15px;
 line-height: 2;
}
td#leftTitle {
  text-align: left;
}

#t01{
  background-color: #f1f2f6;
}
ul, ol {
  padding: 20px;
}
li {
  line-height: 2;
  text-align: justify;
}

/* Design Portfolio Page CSS - MyVilla - End */


/* Design Portfolio Page CSS - End */

/*LightBox CSS - Start*/


.row > .lightboxColumn {
  padding: 0 8px;
}

.lightboxColumn {
  float: left;  
}
/*Modal clickable image*/
.clickImage {
  overflow: hidden;
   width: 100%;
  height: 100%;
  border-radius: 50%;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1005;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 2px 16px;
  color: #ffffff;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*LightBox CSS - End*/

/*Resume CSS - Start*/

.resume_container {
  background-color: #ffffff; 
  border-bottom: 1px solid #9013FE;
  position: fixed;
  width: 85%;    
  text-align: center; 
  top: 0;
  left: 15%;
  z-index: 1; 
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.19); 
  
}
.resume_container h3 {
  font-size: 34px;
  font-weight: bold;  
}
.resumeSubheading {
  font-weight: 400;
  font-size: 20px;
  color: #9013FE;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;  
}
.resumeContSep {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
}

/*
.resumeSecBg {
    background-color: #ffffff;
    margin-top: 20px;
    border: 1px solid #ECECEC;
}
*/

.downloadButton {
  position: fixed;
  top: 50%;
  right: 1%;
  z-index: 1;
}
.downloadButShadow {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.downloadButton .fa {
  color: #9013FE;
  background-color: #fefefe;
  /* transition */
	
}
/*
.downloadButton .fa:hover {
    color: #fff;
    background-color: #9013FE;
}
*/
a h2:hover {
  color: #9013FE;
}
a p:hover {
  color: #9013FE;
}
  /* Tooltip text */
.tooltiptext {
    /*visibility: hidden;*/
    width: 60px;
    /*background-color: #2c3e50;*/
    color: #9013FE;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    right: -6px;
    
    font-size: 10px;
}
/*
.downloadButton .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2c3e50 transparent transparent transparent;
}
*/
/* Show the tooltip text when you mouse over the tooltip container */
.downloadButton:hover .tooltiptext {
    visibility: visible;
}
.resume_circularDiv {
  position: relative;  
  width: 116px;
  height: 116px;
  border: 1px solid #ECECEC;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  margin: auto;
}
.resume_circularImg {  
  width: 90px;
  height: 90px;  
  position: absolute;
  left: 10%;
  top: 7%;

}
.resume_circularDiv_title { 
  font-size: 16px;
  line-height: 1.2;
  text-align: center;  
  padding: 0;  
  padding-bottom: 10px;
  margin: 0px;   
  font-weight: 700;    
}
.rowBotPad {
  padding-bottom: 30px;
}
.expPad {
  padding-bottom: 10px;
}
.padTen {
  padding: 2px 2px 2px 0px;
}
/*
.toolsIndent {
  text-indent: 20px;
}
*/
.toolsTitle {
    font-weight: 700;
    color: #2c3e50;
}
.designationTitle {
    font-weight: 700;
    color: #2c3e50;
}
.pageTitle {
  font-weight: 700;
    color: #9013FE;
    
}
.year {
  position: absolute;
  top: 8%;
  right: 1%;  

}
.year p {
  text-align: center;
}
.yearBig {
  font-size: 24px;
  color: #9013FE;
  line-height: 1.2;  
  text-align: center;
}
.yearSmall {
  
  font-size: 16px;
  color: #9013FE;
  line-height: 1.2;
  text-align: center;
}
.spotAward {  
  font-size: 16px;
  color: #2c3e50;
  line-height: 1.2;
  text-align: center;
}
.posRelative {
  position: relative;
}
.award_div {
  position: absolute;
  top: 0px;
}
.designTools {
  float: left;
  padding-right: 30px;
}
.designTools p {
  font-size: 15px;    
}
.domain {
  font-size: 12px;
  font-weight: bold;
}
/*Resume CSS - End*/


/*My Energy Source CSS - Start*/

.energy_circularDiv {
  position: relative;  
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0px;
  margin: auto;
  text-align: center;
  
}
.resource_circularDiv {
  position: relative;  
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0px;
  padding-top: 30px;
  margin: auto;
  text-align: center;
  
}
.resource_circularDiv p {
  text-align: center;
  font-size: 14px;
  padding: 20px 0px 0px 0px;
}
.energy_circularImg {  
  width: 200px;
  height: 200px; 
  border-radius: 50%;
  border: 2px solid #ECECEC;
 
}

.energy_grouprImg {

  width: 100px;
  height: 100px; 
  border-radius: 50%;
  border: 2px solid #ECECEC; 
  margin: auto;

}
.gurusName {
  font-size: 20PX;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
}
.gurusSec {
 border: 1px solid #ECECEC;
 min-height: 810px;
 
}
.recSec {
  border: 1px solid #ECECEC;
  min-height: auto;
  
 }
 .recSec1:hover {
  color: #9013FE;
}
img.resourceLogo {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.resourceLogo:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
/*My Energy Source CSS - End*/

/*back to top - Start*/

#back-top {
  position: fixed;
  top: 50%;
  right: 1%;
  z-index: 1;
  /* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top .fa {
  color: #9013FE;
  background-color: #fefefe;
  /*
  box-shadow: none;
  */
  
}
/*
#back-top .fa:hover {
  color: #fff;
  background-color: #9013FE;
}
*/
/*back to top - End*/
.displayOff {
  display: none;
}
.sidenav {
  display: none;
}
.hamIcon {
  display: none;
}

.certiName {
  padding-left: 0px;
}

/* RWD - For mobile phones - Start */

@media only screen and (min-device-width : 320px) and (max-device-width : 812px) {

  #quick-access {
    float:left;
  }

  .leftPanel {
    display: none;
    /*
    z-index: -1000;
    */
  }

  .containerIndexPage {
    width: 100%;  
    left: 0;   
  }

  .container {
    width: 100%;  
    left: 0;   
  }

  .navBar {
    width: 100%;
  }
  .navBar h3 {
    font-size: 34px;
    font-weight: bold;  
  }
  
  .navBarContainer {  
    display: inline-block;  
    width: 100%;
    height: 100%;
    margin: auto;  
    left: 0;
  }
  
  .navBarItems {
    display: inline-block;  
    padding: 6px 6px 10px 6px;  
    
  }
  .pipping {
    display: inline-block;  
    padding: 10px 0px 0px 0px; 
    /*
    color: #9013FE;
    */
  }
  
  
  .navBarItems a {  
    font-size: 16px;  
    color: #2c3e50;
    text-decoration: none;
  }

  .subContainer {  
    margin-top: 20px;  
    width: 100%;
    left: 0;
  }

  .row_thirty_pad {
    padding: 0px;     
    padding-top: 10px;
  }
  .caseStudyButton {
    text-align: center;
    margin-bottom: 30px;
  }

  .readMore {
    padding: 10px 40px 10px 40px;
    font-size: 18px;
  }

  .caseStudyHeading {
    display: initial;
    margin-bottom: 50px;
    padding: 0;
  }
  #hideHeading {
    display: none;
  }
  .thumbImages {
    margin-top: 30px;
    width: 100%;
  }
  .thumbImagesAlign {
    text-align: left;
  }
  h1 {
    font-size: 22px;
  }
  #subHeightAdj {
    height:400px;
    top:30px;
  }
  #containerHeightAdj {
    height: 100%;
  }
  #containerTopAdj {
    top: 60px;
  }
  .resumeSubheading {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  
.certiHeading {
  text-align: center;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 20px;
  display: block;
}
.certiName {
  padding: 10px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.rowBotPad {
  padding-bottom: 10px;
}
.toolsIndent {
  text-indent: 0;
  text-align: center;
}
.toolsTitle {
  padding-bottom: 10px;
  text-align: center;
}
.designationTitle {
  padding-bottom: 10px;
  line-height: 1.5;
}
.domain {
  line-height: 1.5;
}
p {
  font-size: 16px;
}
h2, h3 {
  line-height: 1.5;
}
.navBar h3 {
   font-size: 24px;
}
.navBar h3 a {
  font-size: 24px;
}
.designTools p {
  font-size: 12px;
}
.footer p {
  font-size: 10px;
}
.downloadButton .fa {
  font-size: 24px;
} 
.brDisplay {
  display: none;
}
.displayOff {
  display: block;
  text-align: center;
}
.cognitiveFontSiz {
  font-size: 22px;
}
.problemStat {
  margin-top: 10px;
  font-size: 20px;
}

table, th, td {
  border: 1px solid #dfe4ea;
  border-collapse: collapse;
  font-size: 12px;
}

th, td {
 padding: 5px;
 text-align: justify;

 line-height: 2;
}

ul, ol {
  padding: 20px;
  padding-top: 0;
}
li {
  line-height: 2;
  font-size: 12px;
}
.backBottomButton {
  font-size: 14px;
}
.nextBottomButton {
  font-size: 14px;
}
.marginLeftWireF {
  margin-left: 0;
}
#back-top {
  top: 80%;
  
}
#back-top .fa {
  font-size: 24px;
  top: 80%;
  
}
/*
.resume_circularDiv {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}
*/
.gurusSec {
  min-height: 100%;
  border: none;
  border-bottom: 1px solid #ECECEC;
}

/* hamMenu - Start */

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  /*
  padding-top: 60px;
  */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  
  
}

.sidenav a {
  padding: 30px 8px 30px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #2c3e50;
  display: block;
  transition: 0.3s;
  text-align: center;
  margin-right: 20px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  
}
.hamIcon {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 4000;
  color: #9013FE;
  background-color: #fefefe;
  padding: 3px 6px 6px;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}
/* hamMenu - End */

.socialContainer {
  height: auto;
  width: 100%;  
  text-align: center; 
  border-top: 1px solid #ECECEC;  
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);    
  padding: 0px ;
  margin-top: 0;

}

.sidenav .socialContainer a {
  padding: 5px;
  margin-right: 0;
}
.sidenav h4 a {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

#verifyCua {
  color: #9013FE;
  font-size: 12px;
  font-weight: 400;    
  padding: 6px 10px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  line-height: 1;
}
.eduTextCent {
  text-align: center;
}
/*
.navBar h3 a{
  font-size: 24px;  font-weight: 300;
}
*/
}
/* RWD - For mobile phones - End */

/* RWD - For Tablets - Start */




/* RWD - For Tablets - End */


.noPad {
  padding: 0px;
}
.noPadL {
  padding: 0px;
}
.noPadR {
  padding: 0px;
}

.red_border {
  border: 1px dashed red;
}
.blue_border {
  border: 1px dashed blue;
}
.green_border {
  border: 1px dashed green;
}
.orange_border {
  border: 1px dashed orange;

}
