* { 
	box-sizing: border-box;
}
html, body {
	height: 100%;
	background: #fff;
	color: #000;
    width:100%;
}
	/* sets the body height of the browser, so that backgrounds and div heights work correctly. Color and background will almost certainly be altered; they are just placeholders */
	
body {
	font-size: 1.4rem;
	text-rendering: optimizeLegibility;
}
	/* sets the base font size for the document; turns on kerning pairs and ligatures */
	
body, ul, ol, dl {
	margin: 0;
}
@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url('avenirltstd-black-webfont.woff2') format('woff2'),
         url('avenirltstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('avenirltstd-book-webfont.woff2') format('woff2'),
         url('avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std55_roman';
    src: url('avenirltstd-roman-webfont.woff2') format('woff2'),
         url('avenirltstd-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1{
    font-family: 'avenir_lt_std95_black',sans-serif;
    font-weight:bold;
    font-style:normal;
    font-size: 2.6em;
    color:#2B2B2B;
    margin-top:3vh;
    margin-bottom:2vh;
}
h2{
    font-family: 'avenir_lt_std95_black',sans-serif;
    font-weight:bold;
    font-style:normal;
    font-size: 2em;
    color:#2B2B2B;
    margin-top:3vh;
    margin-bottom:2vh;
}
h4{
    font-family: 'avenir_lt_std95_black',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1.3em;
    color:#2B2B2B;
    margin-top:3vh;
    margin-bottom:2vh;
}
h5{
    font-family: 'avenir_lt_std95_black',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1em;
    margin-top:1vh;
    margin-bottom:1vh;
    color:#fff;
}
p{
   
    font-family: 'avenir_lt_std55_roman',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1em;
    color:#2B2B2B; 
}
.responsive {
    width: 100%;
    height: auto;
  }
  .responsive2 {
    max-width: 100%;
    height: auto;
  }
.img-responsive{
    max-height: 100%;
    width: auto;
}
.img-responsive-reverse{
    height: auto;
    max-width: 100%;
}
.hmDiagram img{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    margin-top: 0;
    margin-bottom: auto;
    flex-grow: 1;
}
.bluecolor{color:#1C71C4;}
.whitecolor{color:#ffffff;}
.blackcolor{color:#000000;}
.textcolor{color:#1E1E1E;}
.container{
    border:0px solid red;
}
.center{text-align: center;}
section{
    min-height:100vh; /*responsive */
}
.contactBar{
    transform: rotate(0.25turn);
    position: fixed;
    right:0px;
    top:50vh;
    padding-top:15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: #1C71C4;
    margin-right: -70px;
    border-radius: 10px;
    box-shadow: 2px 2px rgb(43, 43, 43);

}
.contactBar div{
    font-family: 'avenir_lt_std55_roman',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1em;
    color:#fff;
    position: relative;
    
}
.contactBar a{
    text-decoration: none;
}
.sectionMain{
    background: rgb(223,247,255);
    background: linear-gradient(139deg, rgba(223,247,255,0.63) 0%, rgba(255,255,255,0.29) 44%, rgba(255,255,255,1) 63%, rgba(204,243,255,0.63) 100%);
}
.sectionMainInverse{
    background-color: #3095F2;
}
.fixedheight{
    height:100vh;
}
.nofullVP{
    min-height:50vh;
    background-color: #FFF;
}
.header{
    width:100%;
    display: flex;
    flex-flow: row;
    min-height:11vh;
    padding:1px;
}
.logo{
    text-align: left;
    width: 30%;
    min-height:8vh;
    padding-left:5vw;
}
.logo > img{
    max-height:15vh;
}
.imgResponsive{
    max-height:15vh;
    width:auto;
}
.menu{
    width:70%;
    visibility: visible;
}
.menuInverse{
    width:70%;
    visibility: visible;
}
.menuInverse li{
    
    color:#fff; 
}
.menuInverse a{color:#fff;}
nav{
    height:100%;
}
ul{
    display:flex;
    flex-flow: row;
    text-decoration: none;
    align-items: stretch;
    list-style: none;
    height: 100%;
    justify-content: right;
}
li{
    text-decoration: none;
    font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    color:#7B7B7B; 
    list-style:none;
    margin-top:auto;
    margin-bottom:auto;
    padding-left:2%;
    padding-right:5%;
}
li a{
    text-decoration: none;
    color:#7B7B7B;
}
/* mian menu */
/* Style the navigation menu */
.topnav {
    display:flex;
    flex-flow: row;
    position: relative;
    text-decoration: none;
    font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    max-height: 15vh;
}
.topnavInverse {
    display:flex;
    flex-flow: row;
    position: relative;
    text-decoration: none;
    font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    max-height: 15vh;
}
.mobnav{
    visibility: hidden;
    display: none;
}


/*btn */
.mainBtn {
	background-color:#1c70c4;
	border-radius:28px;
	border:1px solid #1c70c4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.7em;
	padding:16px 31px;
	text-decoration:none;
}
.mainBtn:hover {
	background-color:#003f7a;
}
.mainBtn:active {
	position:relative;
	top:1px;
}
.mainBtnInverse {
	background-color:#ffffff;
	border-radius:28px;
	border:1px solid #1c70c4;
	display:inline-block;
	cursor:pointer;
	color:#1c70c4;
	font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:bold;
    font-style:normal;
    font-size: 0.7em;
	padding:16px 31px;
	text-decoration:none;
}
.mainBtnInverse:hover {
	background-color:#003f7a;
}
.mainBtnInverse:active {
	position:relative;
	top:1px;
}
/*btn ends*/
.landing{
    
    padding-top:0vh;
    min-height:89vh;
}
.landingHeading{
    padding-left:5%;
    padding-right:5%;
    min-height:25vh;
}
.heading{
    padding-left: 5%;
    padding-right: 5%;
}
.landingContent{
    display:flex;
    flex-flow: row;
    padding-left: 5%;
    padding-right: 5%;
    min-height:65%;
}
.landingColumn{
    width:33%;
    padding:1% 5% 1% 5%;
}
.columnBox{
    width:100%;
    min-height: 20vh;
    border:1px solid #CACACA;
    border-radius: 20px;
    display: flex;
    justify-items: center;
    background-color: #FFFFFF;
}
.columnText{
    min-height:17vh;
    text-align:center;
}
.columnBtn{
    display: flex;
    justify-content: center;
    padding-top:2vh;
}
.second{
    background-color: #3095F2;
    min-height: 100vh;
}
.secondWhite{
    background-color: #fff;
    min-height: 100vh;
}
.headingGroup{
    padding-top:1vh;
    padding-left: 5%;
    padding-right: 5%;
}
.diagram{
    width:100%;
    /* padding-top:1vh; */
    padding-left: 10%;
    padding-right: 10%;   
}
.diagram > div{
    border:1px solid #ffffff;
    min-height:15vh;
    border-radius: 30px;
    background-color: #fff;
    /* padding-bottom: 4vh; */
    padding-top: 2vh;
    padding-bottom: 2vh;
}
.diagrambtns{
    margin-left:auto;
    margin-right:auto;
    width:50%;
    text-align: center;
}
.diagramBtn{
    display: flex;
    width:100%;
    align-items: center;
    justify-content: center;
}
.diagramBtn > div{
    padding: 20px;
}
/* testimonial section */
.testimonial{
    padding-left: 20%;
    padding-right: 20%;
}
.testimonialBox{
    border: 1px dashed #3095F2;
    border-radius: 30px;
    min-height:16vh;
    display: flex;
    flex-flow: row;
    margin-top: 5vh;
}
.testimonialList{
    display:flex;
    flex-flow: row;
    min-height:15vh;
    margin-top: 4vh;
    margin-bottom: 5vh;
    align-items: center;
    justify-content: center;
}
.testimonialList > div{
    width: 15%;
    border:0px solid black;
    margin:20px;
    
}
.boxImg{
    width:35%;
    padding:1vh;
    padding-left:1vw;
    margin-top:auto;
    margin-bottom:auto;
}

.boxWrap{
   width:65%;
   display: flex;
   flex-flow: column;
   padding-top:0vh;
   padding-bottom:1vh;
}

.boxWrap p{
    margin-top:1vh;
}

.testimonial > h2{
    text-align: center;
    margin-top:5vh;
    margin-bottom: 6vh;
}
/* CONSULTANCY */
.consultancy{
    display: flex;
    flex-flow: row;
    padding-left: 10%;
    padding-right: 10%;
    min-height:88vh;
}
.splitLeft{
    width:50%;
    min-height:90%;
    display: flex;
    justify-content: center;
}
.splitLeft h1{
    margin-top:auto;
    margin-bottom:auto;

}
.splitRight{
    width:50%;
    min-height:100%;
    display: flex;
    flex-flow: column;
}
.splitTop{
    vertical-align: bottom;
    height:50%;
    display: flex;
    width:80%;
}
.arrow{
    width:100%;
    text-align: center;
    padding: 1vh;
}
.improvmentP{
    margin-top: 5vh;
    min-height:80vh;
    display: flex;
    width:80%;
}
.stepImprovement {
    width:68%;
    margin-left: auto;
    margin-right: auto;
    color:#fff;
    
}
.stepImprovement p{
    color:#fff;
    text-align: center;
    font-size: 1em;
}
.improvmentP p{
    
    margin-top:auto;
    margin-bottom:auto;
    font-size: 1em;
    
    line-height: 1.3;
}
.headingImprovementP{
    text-align: center;
    margin-top: 5vh;
    padding-left:5vw;
    padding-right:5vw;
    font-size:1.1em;
}
.splitTop p{
    vertical-align: bottom;
    align-self: flex-end;
    margin-bottom:5%;
    font-size: 1em;
    width:90%;
    line-height: 1.2;
    padding-left:20px;
    
    text-align: justify;
}
.splitBottom{
    border:1px;
    height:50%;
    width:80%;
}
.splitBottom ul{
    display: flex;
    flex-flow: column;
    height: 70%;
    padding-bottom: 10%;
}
.splitBottom li{
    text-decoration: none;
    font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    color:#3095F2; 
    width:100%;
    list-style: disc;
    font-size: 1em;
}
/* consultacy journey */
.journey{
    width:65vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding-bottom: 5vh;
    padding-top:9vh;
}
.stepWrap{
    width:50%;
    min-height: 20vh;
    flex-wrap: wrap;
    display: flex;
    flex-flow: column;
}

.stepBox{
    min-height: 13vh;
    max-height:17vh;
    border:1px dashed #1E1E1E;
    border-radius: 20px;
    margin-left:30%;
    margin-right:30%;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.stepHeading h4{
    margin-left:20%;
    margin-right:20%;
    text-align: center;
    color:#fff;
}
.stepPara p{
    margin-left:11%;
    margin-right:11%;
    text-align:justify;
    color:#fff;
}
/* training */
.diagramText{
    width:100%;
    padding-top:1vh;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}
.courseJourney{
    width:80vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: column;
    padding-bottom: 5vh;
    padding-top:2vh;
}
.journeyRow{
    width:100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom:5vh;
    min-height: 20vh;
}
.journeyImg{
    min-height:22vh;
    height: max-content;
    width: 20%;
    border:1px dashed #000;
    border-radius: 20px;
    margin-top: 5vh;
    display: flex;
    justify-content: center;
}
.journeyImg2{
    min-height:22vh;
    height: max-content;
    width: 20%;
    border:1px dashed #000;
    border-radius: 20px;
    margin-top: 5vh;  
    order: 2;
    display: flex;
    justify-content: center;
}
.journeyText{
    width:75%;
    padding-right: 5%;
    margin-top: 2vh;
}
.journeyText p{
    margin-bottom:0;
    text-align: justify;
}
.journeyText2 p{
    margin-bottom:0;
    text-align: justify;
}
.journeyText2{
    width:75%;
    padding-right: 5%;
    margin-top: 3vh;
    order: 1;
}
.marginleft{
    margin-left:5%;
}
.journeyUl{
    margin-left: 25%;
    width:75%;
    
}
.journeyUl2{
    margin-right: 25%;
    width:75%;
    order: 3;
}
.journeyUl ul{
    display: flex;
    flex-flow: column;
    width:100%;
    padding-left: 20px;
}
.journeyUl li{
    line-height: 1.3;
    list-style: circle;
    text-decoration: none;
    font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    color:#3095F2; 
    width:100%;
    list-style: disc;
}
.journeyUl2 ul{
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    width:100%;
    padding-inline-start: 20px;
    list-style: circle;
}
.journeyUl2 li{
    line-height: 1.3;
    list-style: circle;
    text-decoration: none;
    font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    color:#3095F2; 
    width:100%;
    list-style: disc;
}
/* improvement projects*/

.improvement{
    display: flex;
    flex-flow: row;
    padding-left: 10%;
    padding-right: 10%;
    min-height:88vh;
    vertical-align: middle;
}
.improvement .splitLeft{
    width:45%;
    min-height:100%;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-flow: row wrap;
    padding-right: 3vw;
    padding-left: 20%;
    padding-right: 20%;
}

.improvement .splitRight{
    width:55%;
    display: flex;
    flex-flow: column wrap;
    vertical-align: middle;
    padding-left: 4vw;
    justify-content: right;
    height:100%;
  
}

.improvement p{
    font-size: 1.1em;
    text-align: justify;
}
.improvement .splitBottom{
    justify-content: right;
    vertical-align: center;
    display: flex;
    margin-top:auto;
    margin-bottom: auto;
}

.improv{
    vertical-align: middle;
    display: flex;
    width:80%;
}
.stepParaInverse p{
    color:#000;
    margin-left:18%;
    margin-right:18%;
    text-align:justify;
}
.splitTop2{
    vertical-align: bottom;
    display: flex;
    width:100%;
    height: 15vh;
}
.splitTop2 p{
    vertical-align: bottom;
    align-self: flex-end;
    margin-bottom:10%;
    font-size: 0.9em;
}
.improvement .splitBottom{
    border:1px;
    height:80%;
    width:100%;
}
.improvement .splitBottom ul{
    display: flex;
    flex-flow: column;
    height: 80%;
    padding-bottom: 10%;
}
/* clients */
.headingCenter{
    width:100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}
.clients{
    display: flex;
    flex-flow:row;
    min-height:70vh;
}
.clientsBtns{
    display: flex;
    justify-content: center;
    flex-flow: row;
    margin-top: 5vh;
    margin-bottom:3vh;
}
.clientsBtns div{
    padding-left:2vw;
    padding-right: 2vw;
}
.clientsBtns a{
    color:#000;
}
.clientsWrap{
    display:flex;
    flex-flow:row;
    justify-content: center;
    flex-wrap: wrap;
    margin-left:11%;
    margin-right:8%;
    margin-top: 3vh;
    
}
.client{
    width:100%;
    display: flex;
    flex-flow:row wrap;
    margin-bottom:6vh;
   
}
.clientLong{
    width:100%;
    display: flex;
    flex-flow:row wrap;
    padding-bottom:10vh;
    
}

.clientLong p{
    color: #fff;
}
.client p{
    color:#fff;
    
}
.clientLogo{
    text-align: right;
/*     
    min-height: 10vh;
    max-height: 20vh; */
}
.clientLogoBig{
    width:15%;
/*     
    min-height: 10vh;
    max-height: 20vh; */
}
.clientLogoBig img{
    display: block;
  border:1px dashed #fff;
  border-radius: 20px;
  padding: 20px;
  background-color: #FFF;
}
.clientLogo img{
  border:1px dashed #fff;
  border-radius: 20px;
  flex-grow: 1;
  padding: 10px;
  background-color: #FFF;
}
.clientText{
    width:80%;
    padding-left: 2vw;
    
    padding-right:0vw;
}
.clientText p{
    font-size:0.9em;
    margin-block-start: 0.7em;
    margin-block-end: 0.7em;
    font-weight: lighter;
}
.clientText h4{color:#fff;margin-top: 0vh;
    margin-bottom: 1vh;}
.clientList{
    display: flex;
    flex-flow: row wrap;
    margin-left: 13%;
    margin-right: 13%;
    margin-top:4%;
    margin-bottom: 5vh;
}
.clientList div{
    width:20%;  
    margin-bottom: 5vh;
}
/* .clientList img{
    border:0px dashed #000;
    border-radius: 50px;
    min-height:18vh;
    margin-top: 6%;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:6%;
    min-width:75%;
    text-align: center;

} */
.clientlistimg img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}
/* footer */
.footer{
    min-height: 25vh;
    background-color: #3095F2;
    width:100%;
    font-family: 'avenir_lt_std55_roman',sans-serif;
    font-weight:lighter;
    font-style:normal;
    font-size: 0.7em;
    color:#FFFFFF;
    text-align: center;
    padding-top:3vh;
}
.footerRow{
    display:flex;
    flex-flow: row ;
    align-items: center;
    justify-content: center;
    width:100%;
    
}
.footerColumn{
    width:25%;
    padding:2%;
    text-align: center;
}
.footerInverse{
    min-height: 25vh;
    background-color: #ffffff;
    width:100%;
    font-family: 'avenir_lt_std45_book',sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.7em;
    color:#000;
    text-align: center;
    padding-top:3vh;
}
/* about us and contact us */
.aboutGrisel{
    display: flex;
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
}
.aboutusContainer{
    margin-left: 12%;
    margin-right: 12%;
    display: flex;
    flex-flow: row;
    
    margin-top: 5vh;
    margin-bottom: 10vh;
}
.aboutSection{
    width:50%;
}
.aboutImage{
    
    flex-grow: 1;
    text-align:right;
}
.aboutImage > div{
    
    margin-left: 5vw;
    overflow:hidden;
    margin-right: 2vw;
    margin-bottom: auto;
}
.aboutSection p{
    font-size: 1em;
    padding-right: 8vw;
    padding-left: 2vw;
    margin-top: 0;
    text-align: justify;
}
.aboutSection img{
    max-width: 100%;
    height: auto;
    align-self: flex-end;
    border:2px dashed #3095F2;
    border-radius: 25px;
    max-height: 55vh;

}
/* contact us */
.contactus{
    margin-left: 25%;
    margin-right: 25%;
    display: flex;
    flex-flow: column;
    font-family: 'avenir_lt_std95_black',sans-serif;
    font-weight:bold;
    font-style:normal;
    font-size: 1.2em;
}
.fieldContainer{
    display: flex;
    flex-flow: row;
    padding: 20px;
    vertical-align: middle;
    align-items: center;
}
.label{
    width:40%;
}
.input{
    width:60%;
}
.input > input{
    border: 1px dashed white;
    background-color: #3095F2;
    font-size: 1.5em;
    border-radius: 10px;
    width: 100%;
}
.textarea{
    width:100%;
    padding: 20px;
}
textarea{
    border: 1px dashed white;
    background-color: #3095F2;
    font-size: 1em;
    border-radius: 10px;
    width:100%;
    min-height: 20vh;
}
input[type=text]:focus {
    border: 3px solid #555;
  }
.submit{
    text-align: center;
}
/* blog section */

.blogContainer{
    margin-left: 12%;
    margin-right: 12%;
    padding-top: 5vh;
    margin-bottom: 10vh;
}
.blogPost{
    border:1px dashed black;
    border-radius: 20px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 5vh;
    
    transition: 0.5s;
}
.blogPost > p {
    text-align: justify;
}
.blogPost > div {
    display: flex;
    justify-items: flex-end;
    align-items: end;
    justify-content: end;
}
.blogImg{
    border:1px dashed black;
    border-radius: 20px;
    min-height: 50vh;
}
.blogtext{
    text-align: justify;
}

/* blog card */
.blogPost:hover{
    border:1px solid #3095F2;
    margin-left: 10px;
    margin-right: -10px;
} 
/* blog home */
.hmblogContainer{
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 5vh;
    margin-bottom: 10vh;
    display: flex;
    gap:3%;
}
.hmblogPost{
    border:1px dashed black;
    border-radius: 20px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 5vh;
    width:33%;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}
.hmblogPost > p {
    text-align: justify;
    margin-top: 0px;
    font-size: 1em;
}
.hmblogPost > h2{
    font-size:1.5em;
}
.hmblogPost > div {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    align-items: end;
    justify-content: end;
}
.blogImg{
    border:1px dashed black;
    border-radius: 20px;
    min-height: 50vh;
}
.blogtext{
    text-align: justify;
}

/* X-Small devices (portrait phones, less than 576px)

 Small devices (landscape phones, 576px and up)*/
@media (max-width: 992px) {
    .hmblogContainer{
        display: flex;
        flex-flow: column;
    }
    .hmblogPost{
        width:100%;
    }
    .hmblogPost > p {
        text-align: justify;
        margin-top: 0px;
        font-size: 1em;
    }
    .hmblogPost > h2{
        font-size:1.5em;
        text-align: center;
    }
    .hmblogContainer{
        margin-left: 3%;
        margin-right: 3%;
        padding-top: 5vh;
        margin-bottom: 10vh;
        display: flex;
        gap:3%;
    }
    .hmblogPost{
        border:1px dashed black;
        border-radius: 20px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 30px;
        
    }
    .boxHeading2{
        text-align: center;
    }
    .fixedheight{
        height: auto;
        min-height:100vh;
    } 
    section{
        width:100%;
        min-height:100vh;
    }
    .header{
        display: flex;
        flex-flow: row;
        min-height:15vh;
        width:100%;
    }
    .logo{
        text-align: left;
        width: 100%;
        min-height:8vh;
        padding-left:0vw;
        display: flex;
    }
    .logo > img{
        max-height:15vh;
        text-align: center;
        margin-left: auto;
        margin-right:auto;
    }
    .imgResponsive{
        max-height:12vh;
        width:auto;
    }
    .menu{
        visibility: hidden;
        height: 0;
    }
    .menuInverse{
        visibility: hidden;
        height: 0;
    }
    .menu ul{
        visibility: hidden;
    }
    .menuInverse ul{
        visibility: hidden;
    }
    
    
    .mobnav{
        visibility: visible;
        width:100%;
        display: block;
    }
    .contactBar{
        visibility: hidden;
    
    }
    .contactBar div{
        visibility: hidden;
        
    }
    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav {
        max-height: none;
        display:block;
        flex-flow: row;
        position: relative;
        text-decoration: none;
        font-family: 'avenir_lt_std45_book',sans-serif;
        font-weight:normal;
        font-style:normal;
        font-size: 1em;
        
    }
    .topnavInverse {
        max-height: none;
        display:block;
        flex-flow: row;
        position: relative;
        text-decoration: none;
        font-family: 'avenir_lt_std45_book',sans-serif;
        font-weight:normal;
        font-style:normal;
        font-size: 1em;
        
    }
    .topnav #myLinks {
        display: none;
    }
    
    /* Style navigation menu links */
    .topnav a {
        color: #7B7B7B;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1.1em;
        display: block;
        text-align: center;
    }
    .topnavInverse a {
        color: #FFF;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1.1em;
        display: block;
        text-align: center;
    }
    /* Style the hamburger menu */
    .topnav a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    /* Add a grey background color on mouse-over */
    .topnavInverse a:hover {
        color: #000;
    }
      /* Style the hamburger menu */
      .topnavInverse a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    /* Add a grey background color on mouse-over */
    .topnav a:hover {
        color: #3095F2;
    }
    /* Style the active link (or home/logo) */
    .active {
        color: white;
  }
    h1{

        font-size: 1.9em;
        margin-top:2vh;
        margin-bottom:0vh;
        text-align: center;
    }
    h2{

        font-size: 1.2em;
        margin-top:0vh;
        margin-bottom:0vh;
    }
    h4{
        
        font-size: 1.2em;
        margin-top:0vh;
        margin-bottom:0vh;
    }
    p{
        text-align: center;
        font-size: 1.1em;
        color:#2B2B2B; 
        margin-left:auto ;
        margin-right: auto;
    }
    .landing{
        padding-top: 0vh;
        min-height:59vh;
        padding-bottom: 10vh;
    }
    .landingHeading{
        padding-left:0%;
        padding-right:0%;
        min-height:5vh;
        margin-bottom:0vh;
    }
    .heading{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .landingContent{
        display:flex;
        flex-flow: column wrap;
        padding-left: 0;
        padding-right: 0;
        min-height:60vh;
        margin-top:4vh;
    }
    .landingColumn{
        width:100%;
        padding:24px 0px 1px 0px;
        display: flex wrap;
        padding-top: 10vh;
    }
    .columnBox{
        width:60vw;
        min-height: 17vh;
        border:1px solid #CACACA;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-items: center;
    }
    .columnText{
        min-height:7vh;
        text-align:justify;
        padding-left: 20px;
        padding-right:20px;
    }
    /*btn */
    .mainBtn {
        border-radius: 10px;
        font-size: 0.8em;
        padding:16px 31px;
        text-decoration:none;
    }
    .mainBtn:hover {
        background-color:#003f7a;
    }
    .mainBtn:active {
        position:relative;
        top:1px;
    }
    .mainBtnInverse {
        border-radius:10px;
        font-size: 0.9em;
        padding:16px 31px;
        text-decoration:none;
    }
    .mainBtnInverse:hover {
        background-color:#003f7a;
    }
    .mainBtnInverse:active {
        position:relative;
        top:1px;
    }
    /*btn ends*/
    .second{
        padding-bottom: 30px;
    }
    .headingGroup{
        padding-top:1vh;
        padding-left: 0px;
        padding-right: 0px;
        
    }
    .diagram{
        width:100%;
        padding-top:1vh;
        padding-left: 20px;
        padding-right: 20px;
        
    }
    .diagram > div{
        border:1px dashed #ffffff;
        min-height:15vh;
        border-radius: 10px;
    }
    .diagrambtns{
        margin-left:auto;
        margin-right:auto;
        width:80%;
        text-align: center;
        display: flex;
        flex-flow: column wrap;
    }
    .diagramBtn{
        display: flex;
        width:100%;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    .diagramBtn > div{
        padding: 5px;
        border-radius: 10px;
    }
    /* testimonial index section */
    .testimonial{
        padding-left: 4%;
        padding-right: 4%;
    }
    .testimonialBox{
        border: 1px dashed #3095F2;
        border-radius: 30px;
        min-height:16vh;
        display: flex;
        flex-flow: column;
        margin-top: 5vh;
    }
    .testimonialList{
        display:flex;
        min-height:15vh;
        margin-top: 4vh;
        margin-bottom: 5vh;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .testimonialList > div{
        width: 50%;
        border:0px solid black;
        margin:20px;
        
    }
    .boxImg{
        width:100%;
        padding:1vh;
        padding-left:20px;
        padding-right: 20px;
        
        margin-top:auto;
        margin-bottom:auto;
    }
    
    .boxWrap{
       width:100%;
       display: flex;
       flex-flow: column;
       padding-top:10px;
       padding-bottom:20px;
       padding-left: 20px;
       padding-right: 20px;
    }
    
    .boxWrap p{
        margin-top:1vh;
    }
    
   
    /* CONSULTANCY */
    .consultancy{
        display: flex;
        flex-flow: column;
        padding-left: 0%;
        padding-right: 0%;
    }
    .splitLeft{
        width:100%;
        min-height:20vh;
        display: flex;
        justify-content: center;
        vertical-align: bottom;
        margin-top:5vh;
        padding-right: 10%;
    }
    .splitLeft h1{
        margin-top:auto;
        margin-bottom:auto;

    }
    .splitRight{
        width:100%;
        min-height:20vh;
        display: flex;
        flex-flow: column;
    }
    .splitTop{
        vertical-align: top;
        min-height:20vh;
        display: flex;
        width:100%;
    }

    .splitTop p{
        vertical-align: top;
        align-self:flex-start;
        margin-bottom:5%;
        font-size: 1em;
        width:100%;
        line-height: 1.2;
        padding-left:0px;
    }
    .splitBottom{
        border:1px;
        min-height:20vh;
        width:100%;
    }
    .splitBottom ul{
        display: flex;
        flex-flow: column;
        min-height: 20%;
        padding-bottom: 10vh;
        padding-top: 10vh;
    }
    .splitBottom li{
        text-decoration: none;
        font-family: 'avenir_lt_std45_book',sans-serif;
        font-weight:normal;
        font-style:normal;
        color:#3095F2; 
        width:100%;
        list-style: disc;
        font-size: 1em;
    }
    /* consultacy journey */
    .journey{
        width:100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-flow: column;
        flex-wrap: nowrap;
        padding-bottom: 5vh;
        padding-top:4vh;
    }
    .stepWrap{
        width:100%;
        min-height: 20vh;
        flex-wrap: wrap;
        display: flex;
        flex-flow: column;
    }

    .stepBox{
        height:18vh;
        border:1px dashed white;
        border-radius: 20px;
        margin-left:20%;
        margin-right:20%;
    }
    .stepHeading h4{
        margin-left:10%;
        margin-right:10%;
        text-align: center;
        color:#fff;
        
        padding-top: 20px;
    }
    .stepPara p{
        margin-left:20px;
        margin-right:20px;
        text-align:center;
        color:#fff;
        font-size:1em;
    }
    /* footer */
    .footer{
        min-height: 25vh;
        background-color: #3095F2;
        width:100%;
        font-family: 'avenir_lt_std55_roman',sans-serif;
        font-weight:lighter;
        font-style:normal;
        font-size: 0.7em;
        color:#FFFFFF;
        text-align: center;
        padding-top:3vh;
        padding-bottom: 3vh;
    }
    .footerRow{
        display:flex;
        flex-flow: column ;
        align-items: center;
        justify-content: center;
        width:100%;
        
    }
    .footerColumn{
        width:100%;
        padding:3%;
        padding-bottom: 20px;
        text-align: center;
    }
    .footerInverse{
        min-height: 25vh;
        background-color: #ffffff;
        width:100%;
        font-family: 'avenir_lt_std45_book',sans-serif;
        font-weight:normal;
        font-style:normal;
        font-size: 0.7em;
        color:#000;
        text-align: center;
        padding-top:3vh;
        padding-bottom: 3vh;
    }
    /*improvement */
    
    .improvement{
        display: flex;
        flex-flow: column;
        padding-left: 3%;
        padding-right: 3%;
        min-height:80vh;
        vertical-align: middle;
    }
    .improvement .splitLeft{
        width:100%;
        min-height:30vh;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        padding-right: 0vw;
        padding-left: 10%;
        padding-right: 10%;
    }

    .improvement .splitRight{
        width:100%;
        display: flex;
        flex-flow: column wrap;
        vertical-align: top;
        padding-left: 0;
        justify-content: top;
    }
    .arrow{
        width:100%;
        text-align: center;
        padding: 1vh;
    }
    .improvmentP{
        margin-top: 5vh;
        min-height:20vh;
        display: flex;
        width:100%;
        padding-left: 15px;
        padding-right:15px;
    }
    .headingImprovementP{
        text-align: center;
        margin-top: 5vh;
        padding-left:0vw;
        padding-right:0vw;
        font-size:1.1em;
    }
    .stepImprovement {
        width:100vw;
        margin-left: auto;
        margin-right: auto;
        color:#fff;
        
    }
    .stepImprovement p{
        color:#fff;
        text-align: center;
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
    }
    .improvmentP p{
        
        margin-top:auto;
        margin-bottom:auto;
        font-size: 1em;
        line-height: 1.3;
    }
    /* training */
    .diagramText{
        width:100%;
        padding-top:1vh;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        padding-bottom:30px;
    }
    .courseJourney{
        width:100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-flow: column;
        padding-bottom: 5vh;
        padding-top:0vh;
    }
    .journeyRow{
        width:100%;
        display: flex;
        flex-flow: column;
        flex-wrap: nowrap;
        margin-bottom:5vh;
        padding-left: 12px;
        padding-right: 12px;
    }
    .journeyRow h4{
        text-align: center;
        font-size:1.5em;
    }
    .journeyImg{
        min-height:22vh;
        height: max-content;
        width: 50%;
        border:1px dashed #000;
        border-radius: 20px;
        margin-top: 5vh;
        margin-left: auto;
        margin-right: auto;
    }
    .journeyImg2{
        min-height:22vh;
        height: max-content;
        width: 50%;
        border:1px dashed #000;
        border-radius: 20px;
        margin-top: 5vh;
        margin-left: auto;
        margin-right: auto; 
        order:1;
    }
    .journeyText{
        width:100%;
        padding-right: 0px;
        margin-top: 1vh;
        padding-left: 20px;
        padding-right: 20px;
    }
    .journeyText2{
        width:100%;
        padding-right: 0px;
        margin-top: 3vh;
        order: 2;
        padding-left: 20px;
        padding-right: 20px;
    }
    .marginleft{margin-left:0%;}
    .smallh1 h1{
        font-size:1.6em;
    }
    .journeyRow p{
        text-align: left;
    }
    .journeyUl{
        margin-left: 0%;
        width:100%;
    }
    .journeyUl2{
        margin-right: 0%;
        width:100%;
        order: 3;
    }
    .journeyUl ul{
        display: flex;
        flex-flow: column;
        flex-grow: 1;
        width:100%;
        
        padding-inline-start: 0px;
        list-style: circle;
    }
    .journeyUl li{
        color: #1E1E1E;
        line-height: 1.3;
        display: flex;
        font-size: 1.1em;
        list-style: circle;
        padding-left: 20px;
        padding-right: 20px;
    }
    .journeyUl2 ul{
        display: flex;
        flex-flow: column;
        flex-grow: 1;
        width:100%;
        list-style: circle;
    }
    .journeyUl2 li{
        color: #1E1E1E;
        line-height: 1.3;
        display: flex;
        font-size: 1.1em;
        list-style: circle;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* clients */
    .headingCenter{
        width:100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .clients{
        display: flex;
        flex-flow:column;
        min-height:70vh;
    }
    .clientsBtns{
        display: flex;
        justify-content: center;
        flex-flow: row;
        margin-top: 5vh;
        margin-bottom:3vh;
    }
    .clientsBtns div{
        padding-left:2vw;
        padding-right: 2vw;
    }
    .clientsBtns a{
        color:#000;
    }
    .clientsWrap{
        display:flex;
        flex-flow:column;
        justify-content: center;
        flex-wrap: wrap;
        margin-left:11%;
        margin-right:11%;
        margin-top: 8vh;
        
    }
    .client{
        width:100%;
        display: flex;
        flex-flow:column;
        margin-bottom:7vh;
    }
    .clientLogo{
        
        margin-left:auto;
        margin-right:auto;
        min-height:10vh;
        margin-bottom:20px;
    }
    .clientLogo img{
        max-height: 15vh;
        border:1px dashed #fff;
        border-radius: 20px;
    }
    .clientText{
        width:100%;
        padding-left: 10px;
        text-align: center;
        padding-right:10px;
    }
    .clientText p{
        color:#fff;
        font-size:0.8em;
        margin-block-start: 0.7em;
        margin-block-end: 0.7em;
        font-weight: lighter;
    }
    .clientText h4{color:#fff;margin-top: 0vh;
        margin-bottom: 1vh;}
    .clientList{
        display: flex;
        flex-flow: row wrap;
        margin-left: 11%;
        margin-right: 11%;
        margin-bottom:40px;
        align-items: center;
        
    }
    .clientList div{
        width:50%;  
        padding-left: 10%;
        padding-right: 10%;
    }
    .clientList img{
        border-radius: 50px;
        min-height:18vh;
        margin-top: 6%;
        margin-left: auto;
        margin-right:auto;
        margin-bottom:6%;
        min-width:90%;
        text-align: center;

    }
        /* contact us */
        .contactus{
            margin-left: 10%;
            margin-right: 10%;
            display: flex;
            flex-flow: column;
            font-family: 'avenir_lt_std95_black',sans-serif;
            font-weight:bold;
            font-style:normal;
            font-size: 1.2em;
        }
        .fieldContainer{
            display: flex;
            flex-flow: column;
            padding: 20px;
            vertical-align: middle;
            align-items: center;
        }
        .label{
            width:100%;
            margin-bottom: 10px;
        }
        .input{
            width:100%;
        }
        .input > input{
            border: 1px dashed white;
            background-color: #3095F2;
            font-size: 1.5em;
            border-radius: 10px;
            width: 100%;
        }
        .textarea{
            width:100%;
            padding: 20px;
        }
        textarea{
            border: 1px dashed white;
            background-color: #3095F2;
            font-size: 1em;
            border-radius: 10px;
            width:100%;
            min-height: 20vh;
        }
        
        
}
    
/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/ 
@media (max-width: 992px) { }

/* X-Large devices  (large desktops, 1200px and up)*/
@media (max-width: 1200px) { 
    .clientsWrap{
        display:flex;
        flex-flow:column;
        justify-content: center;
        margin-left:11%;
        margin-right:11%;
        margin-top: 8vh;
        
    }
    .client{
        width:100%;
        display: flex;
        flex-flow:row wrap;
        margin-bottom:7vh;
    }
    .clientLogo{
        
        margin-left:auto;
        margin-right:auto;
        min-height:10vh;
        margin-bottom:20px;
    }
    .clientText{
        width:100%;
        padding-left: 10px;
        text-align: center;
        padding-right:10px;
    }
    .clientText p{
        color:#fff;
        font-size:0.8em;
        margin-block-start: 0.7em;
        margin-block-end: 0.7em;
        font-weight: lighter;
    }
    .clientText h4{color:#fff;margin-top: 0vh;
        margin-bottom: 1vh;}
    /* about us and contact us */
    
    .aboutusContainer{
        margin-left: 12%;
        margin-right: 12%;
        display: flex;
        flex-flow: column;
        
        margin-top: 1vh;
        margin-bottom: 10vh;
    }
    .aboutSection{
        width:100%;
    }
    .aboutImage{
        
        flex-grow: 1;
        text-align:center;
    }
    .aboutImage > div{
        
        margin-left: 0vw;
        overflow:hidden;
        
        margin-bottom: auto;
    }
    .aboutSection p{
        font-size: 1.1em;
        padding-right: 4vw;
        padding-left: 4vw;
    }
    .aboutSection img{
        max-width: 100%;
        height: auto;
        align-self: flex-end;
        border:2px dashed #3095F2;
        border-radius: 25px;
        max-height: 55vh;
    }
    /* contact us */
    .contactus{
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-flow: column;
        font-family: 'avenir_lt_std95_black',sans-serif;
        font-weight:bold;
        font-style:normal;
        font-size: 1.2em;
    }
    .fixedheight{
        height: auto;
        min-height:100vh;
    } 
 }

 

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) { 

    .client{
        display: flex;
        flex-flow:row wrap;
        margin-bottom:7vh;
    }
    .clientLogo{
        
        
        margin-left:auto;
        margin-right:auto;
        min-height:10vh;
        margin-bottom:20px;
    }
    .clientLogo img{
        max-height: 20vh;
    }
    .clientText{
        width:100%;
        padding-left: 10px;
        text-align: center;
        padding-right:10px;
    }
    .clientText p{
        color:#fff;
        font-size:0.8em;
        margin-block-start: 0.7em;
        margin-block-end: 0.7em;
        font-weight: lighter;
    }
    .clientText h4{color:#fff;margin-top: 0vh;
        margin-bottom: 1vh;}
        /* about us and contact us */
    .aboutGrisel{
        display: flex;
        flex-flow: column;
        padding-left: 0%;
        padding-right: 0%;
    }
    .aboutusContainer{
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
        
        margin-top: 3vh;
        margin-bottom: 10vh;
    }
   
   
    .aboutImage > div{
        
        margin-left: 1vw;
        overflow:hidden;
        margin-right: 3vw;
        margin-bottom: auto;
    }
    .aboutSection p{
        font-size: 1.1em;
        padding-right: 1vw;
        padding-left: 1vw;
    }
    .aboutSection img{
        max-width: 100%;
        height: auto;
        align-self: flex-end;
        border:2px dashed #3095F2;
        border-radius: 25px;
        max-height: 55vh;
        
        margin-right: 3vw;
    }
    .journeyUl li{
        color: #1E1E1E;
        line-height: 1.2;
        font-size: 1em;

    }

    .journeyUl2 li{
        color: #1E1E1E;
        line-height: 1.2;
        font-size: 1em;

    }
    .fixedheight{
        height: auto;
        min-height:100vh;
    } 
 }
 @media (max-width: 1900px) {
        /* about us and contact us */
        .aboutGrisel{
            display: flex;
            flex-flow: column;
            padding-left: 0%;
            padding-right: 0%;
        }
        .aboutusContainer{
            margin-left: 2%;
            margin-right: 5%;
            display: flex;
            
            margin-top: 3vh;
            margin-bottom: 10vh;
        }
       
       
        .aboutImage > div{
            
            margin-left: 1vw;
            overflow:hidden;
            margin-right: 2vw;
            margin-bottom: auto;
        }
        .aboutSection p{
            font-size: 1em;
            padding-right: 0vw;
            padding-left: 2vw;
        }
        .aboutSection img{
            max-width: 100%;
            height: auto;
            align-self: flex-end;
            border:2px dashed #3095F2;
            border-radius: 25px;
            max-height: 62vh;
            margin-top: 24px;
    
        }
 }

 @media (min-width: 1980px) {
        h1{
            font-family: 'avenir_lt_std95_black',sans-serif;
            font-weight:bold;
            font-style:normal;
            font-size: 3.4em;
            color:#2B2B2B;
            margin-top:3vh;
            margin-bottom:2vh;
        }
        h2{
            font-family: 'avenir_lt_std95_black',sans-serif;
            font-weight:bold;
            font-style:normal;
            font-size: 2em;
            color:#2B2B2B;
            margin-top:3vh;
            margin-bottom:2vh;
        }
        h4{
            font-family: 'avenir_lt_std95_black',sans-serif;
            font-weight:normal;
            font-style:normal;
            font-size: 1.3em;
            color:#2B2B2B;
            margin-top:3vh;
            margin-bottom:2vh;
        }
        p{
        
            font-family: 'avenir_lt_std55_roman',sans-serif;
            font-weight:normal;
            font-style:normal;
            font-size: 1.2em;
            color:#2B2B2B; 
        } 
        li{
            font-size:1em;
        }
        /*btn */
        .mainBtn {
            background-color:#1c70c4;
            
            font-size: 1em;
            padding:16px 31px;
        }
        .mainBtn:hover {
            background-color:#003f7a;
        }
        .mainBtn:active {
            position:relative;
            top:1px;
        }
        .mainBtnInverse {
            font-size: 1em;
            padding:16px 31px;
            text-decoration:none;
        }
        .mainBtnInverse:hover {
            background-color:#003f7a;
        }
        .mainBtnInverse:active {
            position:relative;
            top:1px;
        }
       

}
