@media (min-width: 768px) {
  html {
    scroll-behavior: smooth;
    overflow: hidden;
  }
}

p {
  color: white;
}

@media (max-width: 992px) {
  section {
    /*overflow-y: scroll;*/
  }
}

section {
  min-height: 100vh !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* headings */

h2, h3 {
  font-family: 'Dosis';
}

h2 {
  font-size: 35px;
  z-index: 1;
}

@media (max-width: 576px) {
  h2 {
    font-size: 25px;
    z-index: 1;
  }
}

h3 {
  font-size: 16px;
  z-index: 1;
}

@media (max-width: 992px) {
  p.subhead {
    /*font-size: 16px !important;*/
  }
}

p.subhead {
  font-size: 18px;
}

/* paragraphs */

.content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

/* scroll down */

.demo .wrapper {
  width: 30px;
  height: 30px;
  display: inline-block;
}

a.demo {
  font-size: 16px;
}

.wrapper i {
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.nav-itsem {
  margin-left: 17%;
  margin-right: 10%;
}

@media (max-width: 767px) {
  li.nav-item:not(:last-child) {
    border-bottom: 1px solid white;
  }
}

@media (max-width: 768px) {
  li.nav-item a.nav-link {
    color: white !important;
  }
}

/* Toggle */

@media (max-width: 768px) {
  .navbar-scroll {
    background-color: #333333;
    transition: all 0.5s;
  }
}

.navbar-toggler-icon {
  filter: invert(60%) sepia(94%) saturate(282%) hue-rotate(137deg) brightness(99%) contrast(80%);
}

@media (max-width: 576px) {
  .width-brand-mob {
    width: 70% !important;
  }
}

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

/* rounded-icon */

.rounded {
  width: 40px;
  height: 40px;
  display: inline-block;
}

img.rounded-icon {
  top: 50%;
  left: 50%;
  width: 50%;
}

.services-col p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .services-col p {
    /*line-height: 13px;*/
  }
}

@media (min-width: 1200px) {
  .col-m {
    margin-top: 40px;
  }
}

/* contact us */

.contacts p {
  font-size: 15px;
}

@media (max-width: 768px) {
  .d-none-mobile {
    display: none;
  }
}

.rounded:hover .dotted {
  -webkit-animation: rotation 15s infinite linear;
}

/* new test */

@media (min-width: 992px) {
  .services-col p {
    font-size: 12px !important;
  }
}

@media (min-width: 1024px) {
  .services-col p {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  #Services .prg-2 {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  #Services .prg-2 {
    display: block !important;
  }
}

.careers h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: white !important;
}

.careers a {
  text-decoration: none;
}

/* Modal */

.modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px !important;
  }
}

.modal.show .modal-dialog {
  transform: translate(-50%, -50%) !important;
}

.modal-content {
  padding: 20px !important;
  border-radius: 0 !important;
  font-family: 'Roboto' !important;
  min-height: 450px !important;
}

.modal-header .btn-close {
  display: none;
}

.modal-header {
  border-bottom: none !important;
}

.modal h2 {
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: 'Roboto' !important;
}

.modal p.requirement {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: 'Roboto' !important;
}

.typcn.typcn-media-record {
  font-size: 10px !important;
}

span.bullet-p {
  margin-right: 10px !important;
}

.modal-content p {
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 0.5rem !important;
}

.modal-content a {
  cursor: pointer !important;
}

