html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none!important;
}

ol, ul {
    list-style: none;
}

a, span {
  display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.thumb-img {
  position: relative;
  padding-top: 100%;
}

.thumb-img > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#body {
  font-family: 'Lato-Regular';
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.body {
  height: 100%;
 
  position: relative;
  overflow-y: hidden;
}

.box-logo,
.box-logo-new {
  width: 150px;
  margin: 0 auto;
  border: 4px solid #fdb254;
  border-radius: 50%;
}

.box-logo-new {
  display: flex;
  height: 150px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 21px;
  background: #fff;
}

.box-logo-new img {
  max-width: 100%;
  max-height: 100%;
}

.box-logo .thumb-img,
.box-logo .thumb-img span {
  border-radius: 50%;
}

.main-content {
  padding: 30px 15px 0 15px;
  height: calc(100% - 75px);
  overflow-y: hidden;
  position: relative;
   background: url(../images/sample-2/background.png) no-repeat top center;
  background-size: cover;
}

.main-content .social {
  justify-content: center;
}

.main-content .social img {
  height: 50px;
}

.main-content .social li:not(:last-child) {
  margin-right: 25px;
}

.main-content .box-info {
  text-align: center;
  padding-top: 30px;
}

.main-content .box-info h2 {
  color: #f6b311;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: 'Lato-Bold';
}

.main-content .box-info a {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.main-content .box-info p {
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.main-content .option {
  padding: 0 20px;
  position: absolute;
  bottom: 2.5%;
  left: 0;
  width: 100%;
}

.main-content .option li:not(:last-child) {
  margin-bottom: 10px;
}

.main-content .option a {
  display: flex;
  background: #fdb254;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  font-family: 'Lato-Bold';
}

.bot-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 75px;
}

.bot-action ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.bot-action ul:after {
  content: '';
  width: 1px;
  height: 50px;
  background: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bot-action ul li {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

.bot-action ul li i {
  font-size: 24px;
}

.bot-action ul li img {
  height: 24px;
  margin: 0 auto;
}

.bot-action ul li a {
  padding: 12px 0;
}

.bot-action ul li a > * {
  display: block;
}

.bot-action ul li strong {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-top: 5px;
}

@media (max-height: 850px) {
  .main-content {
    padding-top: 30px;
  }

  .main-content .social img {
    height: 40px;
  }

  .main-content .option a {
    height: 47px;
  }

  .main-content .box-info h2 {
    font-size: 28px;
  }

  .main-content .box-info a {
    font-size: 22px;
  }

  .main-content .box-info {
    padding-top: 20px;
  }

  .main-content .box-info p {
    font-size: 17px;
  }

  .main-content .social li:not(:last-child) {
    margin-right: 22px;
  }
}

@media (min-height: 900px) {
  .main-content .social img {
    height: 60px;
  }

  .main-content .option a {
    height: 70px;
  }

  .main-content .box-info h2,
  .main-content .box-info a {
    margin-bottom: 15px;
  }

  .main-content .box-info p {
    margin-bottom: 25px;
  }
}

/*share*/
.bot-action .share {
  position: relative;
}

.list-share {
  position: absolute;
  bottom: calc(100% - 20px);
  left: calc(50% - 40px);
  display: none;
  width: 225px;
}

.list-share ul {
  display: block;
}

.list-share ul li {
  max-width: 100%;
}

.list-share ul li a {
  padding: 0;
  width: 100%;
}

.list-share ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

.list-share ul li:not(:last-child) {
  margin-bottom: -22px;
}

.list-share ul li.linkedin {
  position: relative;
  z-index: 4;
}

.list-share ul li.instagram {
  position: relative;
  z-index: 3;
}

.list-share ul li.twitter {
  position: relative;
  z-index: 2;
}

.bot-action .share.active .list-share {
  display: block;
}

.main-content.active {
  filter: blur(4px);
}

.main-content.active .bot-action {
  filter: blur(0)!important;
}

.info-modal .modal-header {
  background: #fdb254;
  border-radius: 4px 4px 0 0;
}

.info-modal .modal-header h4 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.info-modal .close {
  opacity: 1;
}

.info-modal .form-group > label {
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

.info-modal .form-control:focus {
  box-shadow: none;
  border-color: #fdb254;
}

.info-modal .btn-secondary {
  background: #6c757d;
  color: #fff;
}

.info-modal .form-group > label.error {
  margin-bottom: 0;
  margin-top: 5px;
  color: #ff0000;
  font-weight: 500;
  font-style: italic;
}

.success-modal .modal-body {
  text-align: center;
  padding: 30px 0;
}

.success-modal .modal-body p {
  font-size: 18px;
  margin-top: 10px;
}

.success-modal .close {
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1
}
