@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #82848f;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #e7e7e7;
}
.bg-dark {
  background-color: #00357b !important;
  color: #fff;
}
.avatar {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  border: 2px solid #82848f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.avatar img {
  object-fit: cover;
  border-radius: 100px;
}
h2 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
}
.txt-designation {
  font-size: 14px;
  font-weight: 400;
}
.txt-w {
  color: #fff;
}
.devider {
  background-color: #012657;
  width: 100%;
  height: 1px;
}
.cnt-sec {
  position: relative;
  font-size: 12px;
  color: #fff;
  z-index: 111111;
}
.cnt-sec .fa {
  color: #fff;
  font-size: 15px;
}
.cnt-sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #012657;
  left: 50%;
  right: 0px;
  text-align: center;
  top: 0px;
  bottom: 0px;
}
.cnt-sec a {
  text-decoration: none;
  color: #fff;
}
.container-small {
  width: 600px;
  background-color: #fff;
  height: 100%;
  position: relative;
}
.contact .fa {
  color: #82848f;
  width: 10px;
  font-size: 20px;
  display: inline-block;
}
.contact span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #202020;
  font-weight: 500;
}
.contact a {
  text-decoration: none;
  color: #82848f;
}
.custShadow {
  -webkit-box-shadow: 0px 3px 23px -10px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 3px 23px -10px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 3px 23px -10px rgba(0, 0, 0, 0.61);
}
.fxd-sec {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 0px;
  z-index: 111111111;
}
.fxd-sec .btn-downloaad {
  text-decoration: none;
  border: none;
  border-radius: 20px 20px 0px 0px;
  background-color: #00357b;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.fxd-sec .btn-downloaad .fa {
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0px 3px 23px -10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 3px 23px -10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 3px 23px -10px rgba(0, 0, 0, 0.8);
}
.modal-open {
  overflow: hidden;
  padding: 0px;
  padding-right: 0px !important;
}
#vcard.modal a {
  text-decoration: none;
  color: #82848f;
}
#submitButton {
  background-color: #00357b;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.form-control {
  font-size: 14px;
}
ul.social {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
ul.social li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
ul.social li a {
  text-decoration: none;
  color: #82848f;
}
ul.social li a .fa {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #82848f;
  border-radius: 100px;
  color: #fff;
}
ul.social li a:hover .fa {
  background-color: #00357b;
}
#vcard {
  display: flex;
  align-items: center;
  justify-content: center;
}
#vcard .modal-dialog,
#vcardEmail .modal-dialog {
  position: absolute;
  width: 96%;
  margin: 0.5rem;
  pointer-events: none;
  bottom: -120px;
  left: 31%;
}
.modal {
  z-index: 1111 !important;
}
.fade:not(.show) {
  display: none !important;
}
