/**
 * BOOTSTRAP CUSTOM
 */
.container {
  position: relative;
}

.btn {
  margin-bottom: 0.5rem;
}

.btn + .btn {
  margin-left: 1rem;
}

.btn-white {
  background: #fff;
  color: inherit;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-social,
.btn-social:hover,
.btn-social:active,
.btn-social:focus {
  color: #fff;
}

.display-1 {
  font-size: 4.3rem;
  margin-top: 3.9rem;
  margin-bottom: 2.8rem;
}

.display-2 {
  font-size: 3.5rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

.display-3 {
  font-size: 2.8rem;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
}

.display-4 {
  font-size: 2.3rem;
  margin-top: 2.3rem;
  margin-bottom: 0.5rem;
}

p.lead,
.lead p {
  margin-bottom: 2rem;
  font-size: 1.5rem
}

ol.lead,
.lead ol {
  margin-bottom: 2rem;
  font-size: 1.5rem
}

ul.lead,
.lead ul {
  margin-bottom: 2rem;
  font-size: 1.5rem
}


.card .card-img-top {
  width: 100%;
}

.card-block {
  background-color: #fff;
}


.nav-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  /* padding: 10px; */
}

.header-left {
  display: flex;
}

.login,
.register {
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

.title-nav {
  font-size: 16px;
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.title-nav span {
  display: block;
  font-size: 14px;
  color: #555;
}

.info-logo-div {
  display: flex;
  align-items: center;
}

.info-div {
  cursor: pointer;
  padding: 5px;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
}

.logo-size {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.login {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #fcd934;
  color: #fcd934;
  background-color: black;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
}

.register {
  padding: 9px 20px;
  background-color: #fcd934;
  color: black;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
}

.menu-div {
  position: relative;
}

.menu-button {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid white;
  color: white;
  background-color: black;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 185px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;

}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #4e4e4e;
}

.menu-div:hover .dropdown-content {
  display: block;
}

.text-center {
  text-align: center;
  font-size: 16px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 700;
}

/*
.navbar-dropdown .navbar-logo img {height:100px!important}

.navbar-dropdown {padding-top:1rem!important; padding-bottom:1rem!important}

.navbar-nav{margin-top:34px}
*/
@media (min-width: 768px) {
  .col-md-4:nth-of-type(3n+1) {
    clear: left;
  }
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*=col-]:not(:first-child),
.row.no-gutter > [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

blockquote {
  padding: .5rem 1rem;
  margin: 0 0 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #f1c050;
}

/**
 * TYPOGRAPHY
 */
body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Montserrat", sans-serif;
}

/**
 * SECTIONS
 */
.mbr-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbr-section-full {
  display: table;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.mbr-section-small {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.mbr-section-title {
  margin-top: 0;
}

.mbr-table {
  display: table;
}

.mbr-table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.mbr-inner-padding {
  padding: 4rem;
}

/* footer */
.mbr-footer {
  color: #fff;
}

.mbr-footer .mbr-google-map {
  height: 300px;
}

.mbr-footer .form-control {
  color: #fff;
  background-color: #26272c;
  border-color: #1b1c20;
}

.mbr-footer ul {
  list-style-type: none;
  padding: 0;
}

.mbr-footer ul li {
  position: relative;
  padding-left: 1.2rem;
}

.mbr-footer ul li:before {
  content: '';
  position: absolute;
  margin-left: -1.2rem;
  width: 10px;
  height: 1px;
  top: 50%;
  background-color: #fff;
}

footer.mbr-footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

/**
 * NAVBAR
 */
.mbr-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.5rem 1rem;
  background-color: #fff;
  z-index: 1030;
}

.mbr-navbar.navbar-fixed-top {
  position: fixed;
}

.mbr-navbar.navbar-transparent {
  background-color: transparent;
}

.mbr-navbar .navbar-logo {
  margin-right: 1.5rem;
  float: left;
}

.mbr-navbar .navbar-logo,
.mbr-navbar .navbar-logo img {
  height: 37px;
}

.mbr-navbar .navbar-brand {
  margin-right: 1.5rem;
}

.mbr-navbar .navbar-divider,
.mbr-navbar .navbar-nav .nav-item + .nav-item,
.mbr-navbar .navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.mbr-navbar .navbar-nav + .navbar-nav {
  margin-right: 20px;
}

/**
 * HELPERS
 */
/* Colors */
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

/**
 * Mobirise Classes
 */
.mbr-after-navbar:before {
  content: "";
  display: block;
  height: 54px;
}

.mbr-section__container--first {
  padding-bottom: 1rem;
}

.mbr-section__container--middle {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mbr-section__container--last {
  padding-top: 1rem;
}

.mbr-overlay,
.mbr-background-video,
.mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.mbr-overlay {
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}

.mbr-overlay ~ * {
  z-index: 2;
}

.mbr-background-video-preview {
  z-index: 0 !important;
}

.mbr-figure {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.mbr-figure .mbr-figure-caption {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #FFF8E0;
}

.mbr-figure .mbr-figure-caption-over {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.mbr-google-map {
  height: 400px;
}

.mbr-arrow {
  position: absolute;
  text-align: center;
  font-size: 35px;
  bottom: 71px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  line-height: 1px;
  padding: 0 20px;
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

.mbr-arrow,
.mbr-arrow:hover,
.mbr-arrow:focus {
  color: inherit;
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .mbr-arrow {
    bottom: 41px;
  }
}

@media (max-width: 320px) {
  .mbr-arrow {
    bottom: 21px;
    text-align: center;
  }
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .mbr-arrow {
    bottom: 31px;
  }
}

/*-------

   Slider

-------*/
.mbr-slider .carousel-inner > .active,
.mbr-slider .carousel-inner > .next,
.mbr-slider .carousel-inner > .prev {
  display: table;
}

.mbr-slider .carousel-control {
  background-image: none;
  width: 54px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
  line-height: 54px;
  border-radius: 27px;
  color: inherit;
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mbr-slider .carousel-control .icon-next,
.mbr-slider .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 30px;
}

.mbr-slider .carousel-control.left {
  margin-left: 2rem;
}

.mbr-slider .carousel-control.right {
  margin-right: 2rem;
}

.mbr-slider .carousel-control:hover {
  background: #000;
  color: #fff;
}

.mbr-slider .carousel-indicators {
  bottom: 0;
}

.mbr-slider .carousel-indicators li,
.mbr-slider .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 3px;
  border: 1px solid #000;
}

.mbr-slider .carousel-indicators .active {
  background-color: #000;
}

@media (max-width: 767px) {
  .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
}

/* boxed slider */
.mbr-slider > .boxed-slider {
  position: relative;
  padding: 93px 0;
}

.mbr-slider > .container img {
  width: 100%;
}

.mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}

.mbr-slider .mbr-table-cell {
  padding: 0;
}

.mbr-slider > .boxed-slider .carousel-indicators {
  margin-bottom: 110px;
}

/* article slider */
.mbr-slider > .article-slider .mbr-section,
.mbr-slider > .article-slider .mbr-section .mbr-table-cell {
  padding-top: 0;
  padding-bottom: 0;
}

/*-------

   Gallery

-------*/
.mbr-gallery .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25%;
}

@media (max-width: 768px) {
  .mbr-gallery .mbr-gallery-item {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .mbr-gallery .mbr-gallery-item {
    width: 100%;
  }
}

.mbr-gallery .mbr-gallery-item > a {
  position: relative;
  display: block;
  background: #fff;
  outline: none;
}

.mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item > a:hover img {
  opacity: 0.9;
}

.title-nav .number-spacing {
  display: unset;
  font-size: unset;
  color: white;
  margin-left: 17px;
  font-family: 'Roboto Slab';
}

.mbr-gallery .mbr-gallery-item .icon {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  color: #000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item > a:hover .icon {
  opacity: 1;
}

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
  margin: 0;
}

.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
  padding: 0;
}

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
  padding: 93px 0;
}

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-default,
.mbr-gallery .mbr-gallery-layout-article {
  overflow: hidden;
}

/* lightbox */
.mbr-gallery .modal {
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}

.mbr-gallery .modal-body {
  padding: 0;
}

.mbr-gallery .modal-body img {
  width: 100%;
}

.mbr-gallery .modal .close {
  position: absolute;
  background-image: none;
  font-size: 20px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  color: #000;
  top: 2rem;
  right: 2rem;
  line-height: 54px;
  opacity: 1;
  border: 1px solid #000;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mbr-gallery .modal .close:hover {
  background: #000;
  color: #fff;
}

/* modal back color opacity */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (max-width: 768px) {
  .mbr-gallery .modal-dialog {
    margin: 10px auto;
  }

  .mbr-gallery .carousel-indicators,
  .mbr-gallery .carousel-control,
  .mbr-gallery .modal .close {
    position: fixed;
  }
}

/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
  margin-top: -100px;
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}

.mbr-gallery .modal.in .modal-dialog,
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.mbr-gallery .modal.in .modal-dialog {
  margin-top: 30px;
}

.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
}

a {
  color: #000099
}


/* New Home page CSS */
.proofsafe-bg-layout {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100vh;
  /* background: url(../../../assets/bg-proofsafe-home.jpg) 0 0/cover no-repeat; */
}

.image-bg-home {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.landingpage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: 50%;
  transform: translateY(-43%);
}

.data-img {
  width: 100%;
}

.dateAutomation-parent {
  width: 100%;
  margin: 2rem auto 1rem;
}

.dataAutomation {
  position: relative;
  width: 30%;
  margin: auto;
}

.compliance-safety {
  position: relative;
}

.enviroment {
  display: flex;
  justify-content: center;
  position: relative;
}

.tablet-mobile-view {
  background-color: #2e2c2c;
  display: none;
}

.enviroment-img,
.safety-img {
  position: relative;
  width: 20vw;
}

.logo-size-mobile {
  max-width: 60px;
}

.tablet-mobile {
  display: flex;
  margin-top: 4em;
  width: 100%;
  justify-content: space-between;
  padding: 7px 16px;
}

.tablet-mobile-view {
  background-color: #2e2c2c;
}

.yellow-line {
  width: 100%;
  height: 4px;
  background-color: #ff0;
}

.enviroment button {
  padding: 8px 13px;
  border: none;
  font-size: 13px;
  background-color: #b9d443;
  position: absolute;
  letter-spacing: 1px;
  font-weight: 700;
  z-index: 30;
  cursor: pointer;
  right: 0;
  color: #000000;
  font-family: 'Roboto Slab', serif;
}

.info-box img {
  max-width: 31px;
  margin-right: 20px;
}

.navbar-dropdown .navbar-logo img {
  padding: 8px 0px;
}

.safety {
  border: none;
  font-size: 13px;
  background-color: #fcd934;
  position: absolute;
  left: -60px;
  z-index: 30;
  cursor: pointer;
  letter-spacing: 1px;
  color: #000000;
  font-family: 'Roboto Slab', serif;
}

.dataAutomation-button,
.enviroment,
.safety {
  font-weight: 700 !important;
  padding: 8px 24px;
}

.dataAutomation-button {
  position: absolute;
  top: -42px;
  right: -20px;
  font-size: 13px;
  background-color: #2e2c2c;
  color: #fcd934;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 1px;
  font-family: 'Roboto Slab', serif;
}

.login {
  background-color: #2e2c2c !important;
}


.common-link-btn button:focus {
  outline: none;
  box-shadow: none;
}

.menu-button {
  border: 1px solid #fcd934 !important;
  color: #fcd934 !important;
  background-color: #2e2c2c !important;
}

.toolbar-layout {
  background-color: #2e2c2c !important;
  padding: 0.3rem 0rem !important;
}

.modal-home-box.fade.show {
  background-color: rgba(0, 0, 0, .32);
}

.modal-home-box .modal-dialog {
  margin: 0px auto;
  height: 100%;
  top: 50%;
  transform: translateY(-50%) !important;
  overflow: hidden;
}

.info-mobile-icon {
  max-width: 42px !important;
}

.modal-bdy-contents-box button {
  min-width: 135px;
  margin: 0px;
}

.modal-home-box .modal-content {
  height: 320px;
  width: 300px;
  margin: 0px auto;
}

.modal-bdy-contents-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}

.modal-home-box .modal-body {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu button {
  padding: 0px;
  border: none;
  background-color: transparent;
  color: white;
  font-size: 23px;
  line-height: 20px;
}

.title-nav-tablet-mobile {
  font-size: .8rem;
  text-align: -webkit-center;
  margin: 0px;
  color: white;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  padding: 8px 0px;
}

@media (min-width: 541px) and (max-width: 768px) {

  .compliance-safety button,
  .dataAutomation-button,
  .enviroment button {
    position: relative;
    left: 0;
    top: -10px;
    font-size: 10px;
  }

  .proofsafe-bg-layout {
    height: calc(100vh - 190px);
  }

  .tablet-mobile {
    margin-top: 0em;
  }

  .tablet-mobile-view {
    background-color: #2e2c2c;
    display: block;
  }

  .desktop-nav-menu {
    display: none;
  }

  .landingpage {
    flex-direction: column;
  }

  .dropdown-content a {
    padding: 3px 16px !important;
  }

  .data-img,
  .enviroment-img,
  .safety-img {
    width: 200px;
    display: block;
  }

  .compliance-safety,
  .dataAutomation,
  .enviroment {
    text-align: center;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* End */
