/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  /*height: 65vh;*/
  height: 70vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

.portfolio-item {
  margin-bottom: 30px;
}


/*!
 * self adding
 */

/* menu background */
.bg-dark {
  background-color: #2E3092 !important
}

/* index.html */

/* business */
.business .col-lg-4 {
  text-align: center;
}

.business-h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

.business-p {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 400;
  color: #212529;
  font-size: 15px;
}

.business-img {
  border-radius: 50%;
  width: 236px;
  height: 236px;
}

/* news */
.news-li {
  background-color: #f5f5f5;
}

.news-li>span {
  float: left;
}

.news-li>a {
  float: right;
}

/* footer */
.footer {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 50px
}

.footer,
.footer a {
  color: #ffffff;
}

.footer-top {
  font-size: 14px
}

.footer-top .menu>div {
  height: 110px;
  margin-bottom: 10px;
}

.footer-top .menu>div h4 {
  color: #ffffff;
  font-size: 16px;
}

.footer-bottom {
  font-size: 13px;
}

.footer-bottom ul>li {
  padding: 0;
}

.footer-bottom ul>li+li:before {
  padding: 0 10px;
  color: #ccc;
  content: "|";
}

/*service_team.html*/
.service-team-div {
  margin-top: 10px;
  text-align: center;
}

.service-team-img-0 {
  width: 250px;
  height: 350px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-team-img {
  width: 180px;
  height: 180px;
  margin-top: 30px;
}

.service-team-h4{
  font-size: 20px;
}

.service-team-p{
  font-size: 15px;
}


/*case*/
.case-item 
{
    margin-top: 5px;
  margin-bottom: 5px;
}

.case-img{
  width: 100%;
  height: 150px;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-title {
  font-size: 16px;
}

.card-text {
  font-size: 14px;
}

.card-body {
  padding: .5rem;
}

