@charset "UTF-8";
:root {
	--greydarkBackground-color: #424242;
	
	--grey-font-color:  #9E9E9E;
	
	--blue-font-color: #64B5F6;
} 

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}

#headerothers {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #0b4c5f;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(42, 44, 57, 0.9);
}

.logo {
  font-size: 30px;
  width: 60px;
  height: 60px;
  margin-top: 40;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
}

select, input {
	
	background-color: #f7fafc;
}

.navbar {
  position: relative;

  align-content: flex-end;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #0b4c5f;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.faq {
  align-items: center;
  justify-content: end;
  margin-right: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.overview {
  background-image: url("https://www.emlinker.com/PMS/Resources/images/house.jpg");
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background: linear-gradient(
    90.02deg,
    rgba(0, 0, 0, 0.85) 0.01%,
    rgba(0, 0, 0, 0.21) 99.99%
  );
  opacity: 6;
  z-index: 5;
}

.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}
.Introheader {
  color: #fff;
  height: 2.2em;
  align-content: center;
  vertical-align: middle;
  margin: 0;
  padding-left: 2em;
  line-height: 2em;
}
.paraheader {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: max(18px, 1.3em);
}

.errornotice {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: max(18px, 1.3em);
}
.custombutton1 {
  background-color: #0b4c5f;
  color: #fff;
  border: 1px solid #757575;
  text-align: center;
  border-radius: 50px;
  padding: 8px 70px;
  margin: 30px;
  width: fit-content;
  cursor: pointer;
  text-decoration-line: none;
}
.custombutton1:hover {
  background-color: #0b4c5f;
  color: #fff;
  border: 1px solid #757575;
  text-align: center;
  border-radius: 50px;
  padding: 8px 70px;
  margin-left: 30px;
  width: fit-content;
  cursor: pointer;
  text-decoration-line: none;
}

.containervision {
  margin-left: 40px;
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
}

.footercard {
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0px 0px 0px;
  bottom: 0;
  width: 100%;
}

.footercontact {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #0b4c5f;
}
.container {
  width: 100%;
}
.links {
  color: #fff;
  display: flex;
  list-style: none;
}
.nav-linkfooter {
  padding-left: 30px;
}
.emlinker {
  padding: 8px;
}

.logotop {
  color: #fff;
  display: flex;
  padding: 20px;
}
.emlogo {
  padding: 10px;
}
.addinfo {
  margin-top: 20px;
  float: right;
}

.dropbtn {
  display: flex;
  background-color: #ffffff;
  color: white;
  padding: 5px;
  font-size: 16px;
  text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
  border: none;
  z-index: 1;
}

.fas {
  padding: 10px;
  color: #0b4c5f;
  font-size: 14px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 300%;
  margin-top: 10px;
  margin-left: -120%;
  border-radius: 15px 15px 15px 15px;
}

.dropdown-content a {
  color: #000;
  margin-right: 50px;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "TencentSansw7";
  display: block;
  font-size: 14px;
  cursor: pointer;
}

.dropdown a:hover {
  background-color: #ddd;
  width: 300%;
}

.show {
  display: block;
}

.footer {
  position: absolute;
  bottom: 0;
}
.copyright {
  text-align: center;
  margin-top: -20px;
  float: center;
}
.footercard {
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0px 0px 0px;
  bottom: 0;
  width: 100%;
}



.emlinker {
  padding-left: 8px;
}

.footerabout {
  position: relative;
  background: #0b4c5f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 0px 0px 0px;
  bottom: 0;
  width: 100%;
}

.wedo {
  margin: 100px 50px;
}
.titleinvol {
  font-size: 20px;
  color: #2a2e2e;
  letter-spacing: 0;
  text-align: left;
  line-height: 36px;
  font-weight: 400;
  margin-left: 50px;
  margin-right: 50px;
  font-family: "TencentSansw7";
}
.parainvo {
  font-size: 16px;
  color: #5f6464;
  letter-spacing: 10;
  text-align: left;
  line-height: 40px;
  margin-left: 50px;
  margin-right: 100px;
  font-family: "TencentSansw7";
}
.faqtitl {
  font-size: 28px;
  letter-spacing: 0;
  text-align: left;
  line-height: 36px;
  font-weight: 400;
  padding-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: "TencentSansw7";
}
.line {
  width: 60%;
  margin-left: 50px;
  margin-right: 50px;
}
.linesin {
  width: 100%;
}

.copyright {
  display: flex;
}
.copyEm {
  padding: 8px;
}

@media (max-device-width: 768px) {
  .container {
    margin-left: 2px;
  }
  .copyright {
    display: block;
  }

  .wedo {
    margin: 100px 0px;
  }
  .faqtitl {
    font-size: 28px;
    letter-spacing: 0;
    text-align: left;
    line-height: 36px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-left: 20px;
    font-family: "TencentSansw7";
  }
  .line {
    width: 60%;
    margin-left: 20px;
  }
  .titleinvol {
    font-size: 20px;
    color: #2a2e2e;
    letter-spacing: 0;
    text-align: left;
    line-height: 36px;
    font-weight: 400;
    margin-left: 20px;
    font-family: "TencentSansw7";
  }
  .paraheader {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    font-size: 16px;
  }
  .parainvo {
    font-size: 16px;
    color: #5f6464;
    letter-spacing: 10;
    text-align: left;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "TencentSansw7";
  }
  .emlinker {
    display: block;
  }
  .links {
    display: block;
  }
}
.cardlogin {
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  background: #0b4c5f;
  border-radius: 20px;
  width: 25em;
}
.logolog {
  margin-top: -10%;
  font-size: 30px;
  width: 80px;
  height: 80px;
}
.loginimage {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.logintitle {
  text-align: center;
  color: #0b4c5f;
  padding: 5px;
  font-size: 20px;
  font-family: Dosis, Arial, Helvetica, sans-serif;
}
.logininputs {
  background: #f7fafc;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  margin-left: 40px;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  width: 80%;
  height: 45px;
  border: 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.loginbutton {
  margin: 5px;
  width: 100px;
  height: 40px;
  color: #ffffff;
  background: #071019;
  border-radius: 10px;
  border: 0;
}
.loginbutton:focus {
  outline: 0;
}

.login {
  background: #071019;
}
.accountyet {
  text-align: center;
  color: #fff;
}
::placeholder {
  color: #000;
}


.spacedtable tr td {
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bluecolor {
	color: #64B5F6;;
}
.hovertext:hover{
	
	cursor: pointer;
}

.fontBold{
	
	font-weight: bold;
}

 .hovercolor:hover {
  color: #4DD0E1;
/*  background-color: transparent; */
  text-decoration: underline;
}
.redcolor {
	
	/* color: var(--gapheadred-font-color); */
	color: var(--gapheadred-font-color);
	
}

.greycolor{
	
	 color: var(--grey-font-color); 
	/*color: var(--gaphead-font-color);*/
}