/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */



@media (min-width: 992px) {
    body {
        padding-top: 70px;
    }
}

@media screen and (max-width: 991px) {
    body { 
        padding-top: 150px; }
}

.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;
}


.logo-image{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -6px;
}

.logo-image-new{
  width: 90px;
  height: 50px;
  border-radius: 0%;
  overflow: hidden;
  margin-top: 12px;
}

/* dol adding vertical line */
.vl {
  border-left: 1px solid #1E58B2;
  height: 70px;
  position: absolute;
  left: 22%;
  margin-top: 10px;
  top: 0;
}

.vlbkp {
  border-left: 1px solid #1E58B2;
  height: 70px;
  position: absolute;
  left: 10%;
  margin-top: 10px;
  top: 0;
}

.my-4{
  padding-top: 10px;
}



.flex-logogallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    flex-direction: row;
  }
  .logogallery {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    padding: 5px;
    margin: 5px;
  }
  .logogallery img {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
    -webkit-align-self: center;
    margin: auto;
    object-fit: scale-down;
    height: 222px;
    width: 200px;
  }
  .item-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 190px;
    height: 120px;
    padding:5px;
  } 

