



.Landing_page{
  top: 0;
  bottom: 0;
  height: 90vh;
	position: relative;
	width: 100%;
	overflow: hidden;
  background-image: url("../images/meeting.jpg");
  background-size:cover;
  background-position: center center;



}

.logo-top {
  width: 115px;
  margin-left: calc(50% - 80px);
}

.logo-landing {
  width: 30vw;
}

#Aboutus{
  min-height: 95vh;
  height: 100%;
	position: relative;
	width: 100%;
	background-color: #fff;
}

#Contactus{
  min-height: 95vh;
  height: 100%;
	position: relative;
	width: 100%;
	background-color: #fff;
}

#clientContents{
  min-height: 500px;
  height: 100%;
	position: relative;
	width: 100%;
	background-color: #fff;
}

#Business{
  min-height: 95vh;
  height: 100%;
	position: relative;
	width: 100%;
	background-color: #fff;

}

#footer{
  position: relative;
	width: 100%;
}
.business-div {

  height: auto;
}

#hero-overlay{
  position: relative;
  background-color: rgba(0,0,0,0.7);
  top:0;
  bottom:0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

}



.textStyling{
  color: #fff;
  text-shadow: 0 0 8px #66757f;
}

.center_grid{
  justify-content: center;
  width: 100%;
  }
.width_limit{
  width: 80%;
  margin-left: 10%;
}

.center_vertically{
  margin-top: 15%;
}

.mdl-layout__drawer-button i{
  color: #fff;
  text-shadow: 0 0 8px #66757f;
}

.theme-blue{
  background: rgb(51,137,150);
background: linear-gradient(90deg, rgba(43,114,185,1) 0%, rgba(238,37,94,1) 100%);
  height: 74vh;
  position: relative;
  border-radius: 5px;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)

  }

.theme-red{
  background: rgb(51,137,150);
background: linear-gradient(90deg, rgba(43,114,185,1) 0%, rgba(238,37,94,1) 100%);
  height: 36.5vh;
  position: relative;
  border-radius: 5px;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.theme-green{
  background: rgb(51,137,150);
background: linear-gradient(90deg, rgba(43,114,185,1) 0%, rgba(238,37,94,1) 100%);
  height: 36.5vh;
  position: relative;
  border-radius: 5px;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.whiteinner{
  background-color: #fff;
  border-radius: 5px;
  position relative;
  width: 60%;
  height: 18%;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.whiteback{
  background-image: url("../images/team.png");
  background-size:cover;
  background-position: center center;
  border-radius: 5px;
  position relative;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.whiteback2{
  background-image: url("../images/clients.png");
  background-size:cover;
  background-position: center center;
  border-radius: 5px;
  position relative;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}
.whiteback3{
  background-color: rgb(145,20,49);
  border-radius: 5px;
  position relative;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  padding: 25px;
}
.innerText{
  font-size:2vw;
  margin-bottom: 0px;
  font-family: 'Roboto', serif;

}

.cancel_margin{
  margin: 0px;
}

.aboutp {
  color: white;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5;
}
.firstLetter{
  font-size: 10%;
}

.cForm{
  background-color: #fff;
  height: auto;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)

  }

.overlapHead{
  -ms-transform: translate(0px, -40px); /* IE 9 */
    -webkit-transform: translate(0px, -40px); /* Safari */
    transform: translate(0px, -40px);
    background-color: #2B72B9;
    width: 80%;
    margin-left: 10%;
    border-radius: 5px;
    height: 7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display:flex;


    align-items: center;
}

.overlapHead p {
  margin-left: 1vw;
}

.overlapHead i {
  margin-left: 1vw;
}
.cMap{
  background-color: #e5d7b2;
  height: 48.5vh;

  position: relative;
  border-radius: 5px;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.cPins{
  background-color: rgba(255, 255, 255, 0.1);
  height: 23.5vh;

  position: relative;
  border-radius: 5px;


}

.Pins{
  display:flex;
  flex-direction: column;

  align-items: center;

}

.circle i {
  display: inline-block;
border-radius: 50px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: 0.5em 0.5em;
background: #EE255E;

}


.sectionbreak{
  margin-top: 2vh;
  margin-bottom: 2vh;
  border-top: 0px;
  background: rgb(246,245,245);
  background: linear-gradient(90deg, rgba(246,245,245,0) 0%, rgba(87,21,21,1) 25%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 64%, rgba(87,21,21,1) 75%, rgba(250,248,248,0) 100%);
}

.textWhite{
  color: rgba(255,255,255,0.9);

}

.fontFam{
  font-family: Roboto;
  margin-bottom: 0px;
}

.pinText{
  font-family: Roboto;
  margin-bottom: 0px;
  padding-top: 5px;
}

.marginTop{
  margin-top: 19px;
}

.linkDeStyle{
  color: #2B72B9;

}
.linkDeStyle:hover{
  color: black;
  text-decoration: none;
}


.demo-card-square.mdl-card {
  width: 280px;
  height: 320px;
}

.demo-card-square-expand.mdl-card {
  width: 100%;
  height: 100%;
}

#ERPinfo {
  flex-direction: column;
  text-align: left;
  padding: 30px;

}

.infoDivstyle {
  flex-direction: column;
  text-align: left;
  padding: 30px;

}

#ERPtool {
  flex-direction: column;
  text-align: left;
  padding: 30px;
  background-color: #f4f4f4;

}

.sage-logo {
  width: 30%;
  margin-left: 35%;
}
.ent {
  color: #fff;
  background:
    url("../images/enterprise.png") bottom right 15% no-repeat #fff;
}

.cust {
  color: #fff;
  background:
    url("../images/custom.png") bottom right 15% no-repeat #fff;
}

.human {
  color: #fff;
  background:
    url("../images/hr.png") bottom right 15% no-repeat #fff;
}

.crm {
  color: #fff;
  background:
    url("../images/crm.png") bottom right 15% no-repeat #fff;
}

.pOs {
  color: #fff;
  background:
    url("../images/pos.png") bottom right 15% no-repeat #fff;
}

.training {
  color: #fff;
  background:
    url("../images/training.png") bottom right 15% no-repeat #fff;
}

.mdl-card__title-text{
  text-shadow: 0 0 8px #66757f;

}

.mdl-card__supporting-text{
  padding: 6px;
  width: 100%;
}


.centerbus {

  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;

}
#button-div {
  display: flex;
  flex-direction column;
  justify-content: center;
}
.center_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;

}

.info-expand{
  width:100%;
  height:100%;
}

.left-button {
  width:200px;

}

.grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media only screen and (max-width: 840px) {
    #Aboutus{
      height: auto;
    }

    #Contactus{
      height: auto;
    }

    #Business{
      height: auto;
    }

    #footer{
      height: auto;
    }

    .cPins{
      background-color: rgba(255, 255, 255, 0.1);
      height: auto;
      position: relative;
      border-radius: 5px;
    }

    .demo-card-square.mdl-card {
      width: 100%;
      height: 320px;
    }

    .innerText{
      font-size:4vw;
    }

  .button_div {
    padding-bottom: 15px;
  }
  .logo-landing {
    width: 300px;
    padding-top: 12vh;
  }

  .theme-blue{
    background: rgb(51,137,150);
    background: linear-gradient(90deg, rgba(43,114,185,1) 0%, rgba(238,37,94,1) 100%);
    height: auto;
    position: relative;
    border-radius: 5px;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)

    }

  .paddingEffect{
    padding: 5px;
  }


}

@media only screen and (max-width: 1024px) {

    .width_limit{
      width: 100%;
      margin-left: 0;
    }

    .aboutp {
      color: white;
      padding-left: 5%;
      padding-right: 5%;
      font-size: 1.3rem;
      text-align: justify;
      text-justify: inter-word;

    }
}

@media only screen and (max-width: 1250px) {

    .aboutp {
      color: white;
      padding-left: 5%;
      padding-right: 5%;
      font-size: 1.3rem;
      text-align: justify;
      text-justify: inter-word;

    }
}


/* DEMO-SPECIFIC STYLES */
.landingPara {

  color: #fff;

  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:

    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}


/*Dialog library css start */
/* library */
.dialog-container,
.loading-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.dialog-container > div {
    position: relative;
    width: 90%;
    max-width: 500px;
    min-height: 25px;
    margin: 10% auto;
    z-index: 99999;
    padding: 16px 16px 0;
}

.dialog-button-bar {
    text-align: right;
    margin-top: 8px;
}

.loading-container > div {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10% auto;
    z-index: 99999;
}

.loading-container > div > div {
    width: 100%;
    height: 100%;
}
/*Dialog library css end */

.no_decor:hover{
  text-decoration: none;
}

.captcha{
  margin-left: calc(50% - 152px);
}

.tickbox{
  padding-top: 0px;

}

.teamtext{
  text-align: justify;
  text-justify: inter-word;
}

.role-card1{

  text-decoration: none;
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;

}

.role-card2{

  text-decoration: none;
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.textRole{
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Roboto";
  font-weight: 700;
  margin-top: 26px;
  text-decoration: none;

}

.textRole:visited{
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Roboto";
  font-weight: 700;
  margin-top: 26px;
  text-decoration: none;
}

.textRole:hover{
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Roboto";
  font-weight: 700;
  margin-top: 26px;
  text-shadow: 0 0 8px #66757f;
  cursor:pointer;
  text-decoration: none;
}
.anchor{
  text-decoration: none;
}

.blueTone1{
  background-color: #102942;
}

.blueTone2{
  background-color: #1b4774;
}

.blueTone3{
  background-color: #2766a5;
}
.blueTone4{
  background-color: #3985d0;
}
.blueTone5{
  background-color: #6aa3dc;
}

.pinkTone1{
  background-color: #720926;
}

.pinkTone2{
  background-color: #ab0d3a;
}

.pinkTone3{
  background-color: #e4114d;
}
.pinkTone4{
  background-color: #f14173;
}
.pinkTone5{
  background-color: #f57a9d;
}

.greenTone1{
  background-color: #205f48;
}

.greenTone2{
  background-color: #2d8565;
}

.greenTone3{
  background-color: #3aab81;
}
.greenTone4{
  background-color: #54c59b;
}
.greenTone5{
  background-color: #7ad2b1;
}

.toneheight{
  height: 50px;
}

.tMargin, tMargin:hover{
  padding-top: 5px;
  cursor:pointer;
  text-decoration: none;
}
.trainingCardText{
  text-align: justify;
  text-justify: inter-word;
  height: 120px;
  padding: 10px;
}
