body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

#wrapper {
  background-color: white;
}

#head-section {
  background: #fbfbfb;
  padding: 15px;
}

.link-LG {
  font-weight: 500;
  font-size: large;
  color: dimgray;
}

.dropdown > button {
  color: #9c9c9c;
}

.dropdown-menu > i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  background: #428bca;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.nav-link {
  color: #234179 !important;
  font-weight: 500;
}

#logo-phone {
  font-size: x-large;
  font-weight: 500;
  word-wrap: normal;
  white-space: nowrap;
  color: #234179;
}

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

.banner {
  background-color: #54b74e;
  color: white;
  justify-content: center;
  align-content: center;
  font-size: x-large;
  padding: 10px;
  height: 55vh;
  overflow: hidden;
  background: linear-gradient(180deg, #54b74e, #0aa90054);
}

.service-item {
  text-align: center;
}

.service-item h4 {
  padding-top: 6px;
  color: #5a5a5a;
  font-size: medium;
}

.dropdown-menu {
  line-height: 1.75;
  font-size: 14px;
  padding: 15px 5px 15px 5px;
  text-align: left;
  background: #ffffff;
  border: none;
  font-weight: 500;
  text-align: center;
}

.fa-circle {
  color: #428bca !important;
}

.dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:active {
  background: transparent;
  border: none;
}

.dropdown-menu.show {
  transform: translate3d(0px, 29px, 0px) !important;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.1);
}

.badge {
  position: absolute;
  z-index: 100;
  right: 50%;
}

@media screen and (max-width: 450px) {
  .service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
    background: #f7f7f7;
    padding: 5px;
  }

  .fa-stack {
    font-size: 1rem !important;
  }

  .service-item h4 {
    font-size: smaller;
  }

  .dropdown-menu.show {
    transform: translate3d(-58px, 29px, 0px) !important;
  }

  .badge {
    left: 1%;
    right: initial;
  }

  .triangle-left, #index-a
   {
    display: none;
  }

  .banner {
    text-align: center;
    font-weight: 500;
    padding: 5px;
    font-size: initial;
    height: initial;
  }

  .e-text {
    font-size: x-large!important;
  }

  .olark-attention-grabber-img {
    display:none!important;
  }

  #spin-wrap {
    display: block!important;
  }
}

.person_ {
  max-width: 26vh;
  border-radius: 5px 5px 0 0;
}

.meet-us h4 {
  color: #484848;
  padding-top: 3px;
  font-weight: 300;
}

.meet-us > p {
  padding: 6px;
}

.meet-us p > span {
  font-style: italic;
  color: black;
  font-weight: 400;
  font-size: 0.8rem;
}

.meet-us {
  background: white;
  display: flex;
  width: min-content;
  margin: 20px;
  box-shadow: 2px 3px 19px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 5px 5px;
}

.iframe-style {
  display: flex;
  border: 0;
  width: 100%;
}

.sit-card {
  border-radius: 5px;
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  text-align: center;
}

.sit-header {
  font-size: larger;
  font-weight: 500;
  color: dimgray;
}

.sit-slogan {
  color: dimgray;
  font-style: italic;
}

.sit-caption {
  position: relative;
  background: #ffffa7;
  width: fit-content;
  padding: 1rem;
  border-radius: 5px;
}

.sit-caption ul {
  color: dimgray;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #ffffa7;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: calc(50% - 10px);
  left: -15px;
}

/* Dedicated Page */
.unbound {
  background: transparent;
  border: none;
  text-align: center;
}

.img-card {
  display: block;
  text-align: center;
  padding: 0.5rem;
}

.img-car img {
  transform: scale(0.7);
}

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

.service-set {
  text-align: center;
  font-size: larger;
  font-weight: 300;
  margin: 0.6rem;
  min-width: 180px;
  color: #607D8B;
}

.service-set i {
  color: dimgray;
}

.consult-mini {
  font-style: italic;
}

.small-box {
  border-radius: 4px;
  border-color: #92add0;
  border-style: solid;
  border-width: thin;
  
  padding: 20px;
  background: white;
  margin: 0 auto;
  text-align: center;
}

.num-list {
  width: 40px;
  height: 40px;
  background: #428bca;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: x-large;
}

.contact-options {
  font-size: large;
  color: dimgray;
  text-align: center;
}

a {
  text-decoration: none !important;
}

/* ISC Spinner */
#spin {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #54b74e;
  box-shadow: inset 0 0 0 20px #234179;
  transform: scale(0.35);
}

#spin-wrap {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
}

.arrow-invert {
  width: 0;
  height: 0;
  border-top: 22px solid #54b74e;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  position: absolute;
  top: 41%;
  left: -25px;
  transform: rotate(-8deg);
  -webkit-transform: translateZ(1px) rotate(-8deg);
}

.arrow-point {
  width: 0;
  height: 0;
  border-top: 13px solid white;
  border-left: 17px solid #54b74e;
  border-right: 17px solid #54b74e;
  position: absolute;
  top: 35%;
  left: -5px;
  transform: rotate(13deg);
  -webkit-transform: translateZ(1px) rotate(13deg);
}

.e-text {
  font-weight: 500;
  font-size: larger;
  align-self: center;
}

/* Linear gradient */
.grad-back {
  background: linear-gradient(45deg, #F44336, #FF5722, #FF9800,#FFC107,#FFEB3B,#CDDC39,#8BC34A,#4CAF50,#009688);
}

.std-cube {
  width: 50px;
    height: 50px;
    border-style: solid;
    border-radius: 8px;
    position: absolute;
}
