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

.bg-dark{
  background-color:#0066FF !important;
}
.carousel-item {
  height: 65vh;
  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;
}


.ban-left {
    color: #7d7d7d;
    background: #fff;
    padding: 10px 30px 20px 30px;
    border: 1px solid #959696;
    margin-top: 50px;
}
.ban-tit {
    border-color: #959696;
    border-bottom-style: double;
    padding: 10px 0px;
}

.how {
    background: #0066FF;
    padding: 20px 0px;
    margin-bottom:5%;
    margin-top:2%;
    color: #fff;
}
.content-one {
    color: #484848;
    padding: 30px 0px;
}
