body{ font-family: "Arimo", sans-serif;
overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}
p{margin-bottom:0;font-size:18px;color:#000;line-height: 130%;margin-bottom: 0;font-family: "Arimo", sans-serif;}
p.medium{font-weight:600;font-size:18px}
a{text-decoration:none!important}
ul{padding:0;margin:0;list-style:none}
h1,h2,h3,h4,h5,h6{margin:0; font-family: "Arimo", sans-serif;}
img{max-width:100%}
section.main-bg {
    height: 100vh;
    background: #fff;
    /*! background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand {
  text-align: center;
  /*! top: 50%; */
  /*! position: absolute; */
  /*! transform: translateY(-50%); */
  left: 0;
  width: 100%;
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: baseline;
}
.brand img {
  /* max-width: 60%; */
  }
.tagline {
  /*! position: relative; */
  top: 74%;
  /*! text-align: center; */
  width: 100%;
  /*! left: 50%; */
  /*! transform: translateX(-50%); */
  display: inline-block;
  margin-top: 8%;
}
.tagline p {
  font-size: 25px;
  line-height: 30px;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  /*! overflow: hidden; */
  text-transform:uppercase;
  font-family: "Open Sans", sans-serif;
}
.tagline p span.typed-text {
  font-weight: 600;
  color: #098FB4;
  position: relative;
}
.tagline p span.cursor
{display:none;}
.tagline p span.cursor.typing {
  display: inline-block;
  background-color: rgb(14 69 151 / 80%);
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.tagline p span.cursor.typing {
  animation: none;
}
.tagline p~ img{max-width:200px; margin:0 auto;margin-top: -15px;}

@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
  
.footer-strip {
  /* background: #333333; */
  /* padding: 40px; */
  /* margin-top: 2%; */
}
.content-part {
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 50px;
    text-align: center;
}
.footer-strip p {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
}
.footer-strip p.small {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  color: #000;
}
.footer-strip p a {
  color: #000;
  /* text-decoration: underline !important; */
  transition: all 0.3s ease;
}
.footer-strip p.small a:hover {
    /* font-weight: bold; */
    text-decoration: underline !important;
}
    .tagline {
        margin-top: 0;
        margin-bottom: 0;
    }

.tagline.main h1 {
  font-weight: 400;
  font-size: 35px;
}
.brand span:last-child img {
  min-height: 100px;
}
.address {
  color: rgb(108, 110, 112);
  font-size: 22px;
}
.brand span:first-child:after {
  content: "";
  position: absolute;
  right: -50px;
  height: 80px;
  width: 1px;
  background: #000;
  top: 10px;
}
.brand span {
  position: relative;
}
.brand img {
  /* max-width: 60%; */
  min-height: 120px;
}
.footer-strip
{/* padding: 30px; */}

.footer-strip p {
    font-size: 35px;
	    margin-bottom: 10px;
}
.footer-strip p.small {
    font-size: 22px;
}
    .tagline {
        /* margin-top: 2%; */
        /* margin-bottom: 10%; */
    }


@media only screen and (max-width:767px)
{

.tagline.main h1 {
  font-size: 23px;
}
.tagline.main h1 br {
  display: none;
}
.brand img {
  max-height: 80px;
}
.brand {
  gap: 60px;
}
.content-part {
  padding: 30px 15px;
}
.brand span:first-child::after {
  right: -30px;
  height: 50px;
  top: 28px;
}
.tagline p span.typed-text {
  font-size: 21px;
}
.address {
  font-size: 18px;
}
.footer-strip p a {
  font-size: 18px;
  display: block;
}
.footer-strip p.small span {
  display: none;
}
.typed-text::after {
  width: 150px;
  height: 2px;
}
}

