body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  color: #000;
  line-height: 2em;
  height: 100%;
}

*:focus {
  outline: 0 !important;
}

a:link {
  color: #000 !important;
  text-decoration: none;
}

a:visited {
  color: #000!important;
  text-decoration: none;
}

a:hover {
  color: #0098E3!important;
  text-decoration: none;
}
h1.main {
  display:block;
  font-size: 2.5em;
  color:#fff;
  font-weight: 500;
}
h2.brochure {
  display: block;
  font-size :2.5em;
  color :#0098E3;
  font-weight: 500;
}
h2.white {
  display: block;
  font-size :2.2em;
  color :#fff;
  font-weight: 300;
}
h3.brochure {
  display:block;
  font-size :1.3em;
  color: #0098E3;
  font-weight: 700;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
}
p.prospect {
  color: #0098E3;
  font-weight: 400;
  font-size: 1em;
}
.white-link a {
  font-family: "Montserrat",sans-serif;
  color:#fff!important;
}
.white-link a:visited {
  color: #fff!important;
  text-decoration: none;
}

.white-link a:hover {
  color: #DFF1FA!important;
  text-decoration: none;
}
.white-link a:visited:hover {
  color: #DFF1FA!important;
  text-decoration: none;
}
/* Paddings */
.content-padding {
  padding: 40px;
}

/* Top Level Header */
.top-level-header {
  background: linear-gradient(90deg, #1175B8 40%, #E62129 40%);
  background-size: 100% 5px;
  background-repeat: no-repeat;
}
.section-divider {
  background: linear-gradient(90deg, #1175B8 40%, #E62129 40%);
  background-size: 100% 5px;
  background-repeat: no-repeat;
}

/* Hero */
  .hero {
  background-color: #1175B8;
}

/* Present & Prospect */
.present-prospect {
  background : linear-gradient(90deg, #ffffff 10%, #DFF1FA 80%);
}

/* Timeline */
.tl-item .avatar {
    z-index: 2;
}

.circle {
    border-radius: 100px;
}

.timeline {
    position: relative;
    border-color: rgba(0, 152, 227);
    padding: 0;
    margin: 0;
}

.p-4 {
    padding: 1.5rem !important;
}


.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.tl-item>* {
    padding: 10px;
}

.tl-item .avatar {
    z-index: 2;
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #0098E3;
    box-shadow: 0 0 0 12px rgb(223, 241, 250);
}

.tl-dot {
    position: relative;
    border-color: rgb(0, 152, 227);
}

tl-item.active .tl-dot:before {
    border-color: #0098E3;
    box-shadow: 0 0 0 10px rgb(0, 152, 227)
}

.tl-dot {
    position: relative;
    border-color: rgb(0, 152, 227)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
  width: 0;
  height: auto;
  top: 35px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0
}

.tl-content  {
  margin-bottom: 0;
  padding-left : 30px;
}

.b-primary {
  border-color: #0098E3 !important
}

/* Our Factory */
.factory {
  background : linear-gradient(90deg, #0098E3 60%, #FFFFFF 40%);
}

/* Paging */
.powder-blenders-items {
  background-color: #DFF1FA;
}
.powder-bg-accent {
  background-color: #2D3F4B;
  z-index: 5;
}
.list-group-item {
  background-color : #DFF1FA!important;
}
.bi-arrow-right {
  color:#E62129;
  font-size: 1.2em;
}
p.card-text {
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.bi-plus-circle {
  font-size: 1.2em;
}

/* Product item */
.product-item {
  background-color: #0098E3;
}
.product-item-dark {
  background-color: #2D3F4B;
}
.item-photo-right {
  background : linear-gradient(90deg, #ffffff 90%, #cccccc 20%);
}
.paging a {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  color: #000 !important;
  text-decoration: none;
  font-size:1.2em;
}
.paging a:link {
  color: #000 !important;
  text-decoration: none;
}

.paging a:visited {
  color: #000!important;
  text-decoration: none;
}
.paging a:hover {
  color: #ccc!important;
  text-decoration: none;
}
.paging a:visited:hover {
  color: #ccc!important;
  text-decoration: none;
}

/* Scroll to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 40px;
}

#myBtn:hover {
  background-color: #555;
}
.bi-arrow-up-circle {
  font-size: 1.5em;
}
/* Footer */
.footer {
  padding: 5em 0 5em 0;
  background-color: #171717;
  font-family: 'poppins', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  color: #ccc;
}

.footer-thick {
  font-weight: 400;
}

.footer-phone {
  font-size: 1.5em;
}

.footer a:link, .footer a:visited {
  color: #ccc!important;
  text-decoration: none;
}
.footer a:hover {
  color: #c72b2d!important;
  text-decoration: none;
}

ul.footer {
  font-size: 1em;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

ul.footer li {
  display: block;
  float: left;
  margin: 0;
  padding-right: 15px;
}
ul.offices {
  font-size: 1em;
	list-style-type: circle;
  line-height: 1.8em;
	padding-top: 15px;
}

ul.offices li {
}

.footer-vertical {
  list-style: none;
  margin: 0;
  padding: 0;
}
